Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 010e84a4f5c9fb5bad160c9a325d4b1cd0611808 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-ssh12266009971032892703.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh430949033649933225.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh6812193768940003950.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh9488856886156661879.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-ssh18193509941656767830.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.18 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-398 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-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 010e84a4f5c9fb5bad160c9a325d4b1cd0611808 (main) Commit message: "refactor!: Rename command line flags for the sake of consistency (#406)" > 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 010e84a4f5c9fb5bad160c9a325d4b1cd0611808 # timeout=10 > git rev-list --no-walk ff2568555a19ed231b17e38510d8565f69dae2e6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:15:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:15:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:15:24 ========================================================= 22:15:24 EdgeX Global Pipelines Version Info 22:15:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:15:25 ------------------- 22:15:25 stable info: 22:15:25 ------------------- 22:15:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:15:25 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:15:25 Message: update stable to v1.0.244 22:15:25 ------------------- 22:15:25 experimental info: 22:15:25 ------------------- 22:15:25 Commited By: **** collab-it+edgex@linuxfoundation.org 22:15:25 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:15:25 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:15:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 22:15:25 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 22:15:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:15:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:15:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:15:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 22:15:25 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:15:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:15:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:15:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 010e84a4f5c9fb5bad160c9a325d4b1cd0611808 [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 010e84a [Pipeline] echo 22:15:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:15:26 + git rev-list -1 --merges 010e84a4f5c9fb5bad160c9a325d4b1cd0611808~1..010e84a4f5c9fb5bad160c9a325d4b1cd0611808 [Pipeline] echo 22:15:26 -----------> git rev-list -1 --merges 010e84a4f5c9fb5bad160c9a325d4b1cd0611808~1..010e84a4f5c9fb5bad160c9a325d4b1cd0611808 010e84a4f5c9fb5bad160c9a325d4b1cd0611808 [false] [Pipeline] sh 22:15:26 + git log --format=format:%s -1 010e84a4f5c9fb5bad160c9a325d4b1cd0611808 [Pipeline] echo 22:15:27 ========================================================= 22:15:27 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:15:27 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:15:27 + git log --format=format:%s -1 010e84a4f5c9fb5bad160c9a325d4b1cd0611808 [Pipeline] echo 22:15:27 [semverPrep] GIT_COMMIT: 010e84a4f5c9fb5bad160c9a325d4b1cd0611808, Commit Message: refactor!: Rename command line flags for the sake of consistency (#406) [Pipeline] echo 22:15:27 [semverPrep] This is not a build commit. [Pipeline] sh 22:15:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:15:27 + grep -v github /etc/ssh/ssh_known_hosts 22:15:27 + [ -e /tmp/ssh_known_hosts ] 22:15:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:15:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:15:27 + sudo tee -a /etc/ssh/ssh_known_hosts 22:15:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:15:28 22:15:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:15:28 0.1.4: Pulling from edgex-devops/py-git-semver 22:15:28 b85a868b505f: Pulling fs layer 22:15:28 e2be974225ed: Pulling fs layer 22:15:28 339a4e72a1f5: Pulling fs layer 22:15:28 988bab9f4d93: Pulling fs layer 22:15:28 1469e6f7b9e6: Pulling fs layer 22:15:28 eaf3925da568: Pulling fs layer 22:15:28 bab4dde63d76: Pulling fs layer 22:15:28 bde34c3a00c8: Pulling fs layer 22:15:28 b352a97aabf1: Pulling fs layer 22:15:28 4872d77fe225: Pulling fs layer 22:15:28 5851b861e8e6: Pulling fs layer 22:15:28 988bab9f4d93: Waiting 22:15:28 1469e6f7b9e6: Waiting 22:15:28 eaf3925da568: Waiting 22:15:28 bab4dde63d76: Waiting 22:15:28 bde34c3a00c8: Waiting 22:15:28 4872d77fe225: Waiting 22:15:28 b352a97aabf1: Waiting 22:15:28 e2be974225ed: Download complete 22:15:28 988bab9f4d93: Verifying Checksum 22:15:28 988bab9f4d93: Download complete 22:15:28 339a4e72a1f5: Verifying Checksum 22:15:28 339a4e72a1f5: Download complete 22:15:28 1469e6f7b9e6: Verifying Checksum 22:15:28 1469e6f7b9e6: Download complete 22:15:28 bde34c3a00c8: Verifying Checksum 22:15:28 bde34c3a00c8: Download complete 22:15:28 b352a97aabf1: Download complete 22:15:28 4872d77fe225: Verifying Checksum 22:15:28 4872d77fe225: Download complete 22:15:28 5851b861e8e6: Verifying Checksum 22:15:28 5851b861e8e6: Download complete 22:15:28 b85a868b505f: Download complete 22:15:29 bab4dde63d76: Verifying Checksum 22:15:29 bab4dde63d76: Download complete 22:15:30 b85a868b505f: Pull complete 22:15:30 e2be974225ed: Pull complete 22:15:30 339a4e72a1f5: Pull complete 22:15:30 988bab9f4d93: Pull complete 22:15:31 1469e6f7b9e6: Pull complete 22:15:31 eaf3925da568: Pull complete 22:15:33 bab4dde63d76: Pull complete 22:15:33 bde34c3a00c8: Pull complete 22:15:33 b352a97aabf1: Pull complete 22:15:33 4872d77fe225: Pull complete 22:15:33 5851b861e8e6: Pull complete 22:15:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:15:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:15:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:15:33 prd-ubuntu20.04-docker-8c-8g-398 does not seem to be running inside a container 22:15:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:15:34 $ docker top 0bfbe545c0a29976ac8eef7d735888687809398cb7e46390dc1600abfddddd5e -eo pid,comm 22:15:34 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). 22:15:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:15:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:15:34 [ssh-agent] Looking for ssh-agent implementation... 22:15:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:15:34 $ docker exec 0bfbe545c0a29976ac8eef7d735888687809398cb7e46390dc1600abfddddd5e ssh-agent 22:15:34 SSH_AUTH_SOCK=/tmp/ssh-aYnVTuEwvmP0/agent.32 22:15:34 SSH_AGENT_PID=38 22:15:34 Running ssh-add (command line suppressed) 22:15:34 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_12599788817116288724.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_12599788817116288724.key) 22:15:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:15:35 + git tag --points-at HEAD [Pipeline] } 22:15:35 $ docker exec --env ******** --env ******** 0bfbe545c0a29976ac8eef7d735888687809398cb7e46390dc1600abfddddd5e ssh-agent -k 22:15:35 unset SSH_AUTH_SOCK; 22:15:35 unset SSH_AGENT_PID; 22:15:35 echo Agent pid 38 killed; 22:15:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:15:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:15:35 [ssh-agent] Looking for ssh-agent implementation... 22:15:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:15:35 $ docker exec 0bfbe545c0a29976ac8eef7d735888687809398cb7e46390dc1600abfddddd5e ssh-agent 22:15:35 SSH_AUTH_SOCK=/tmp/ssh-x4wa1VuWnYiO/agent.70 22:15:35 SSH_AGENT_PID=76 22:15:35 Running ssh-add (command line suppressed) 22:15:35 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3832746444152637399.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3832746444152637399.key) 22:15:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:15:36 + git semver init 22:15:36 2022-12-23 22:15:36,248 [run_init] DEBUG init version:0.0.0 force:False 22:15:36 2022-12-23 22:15:36,249 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 22:15:36 2022-12-23 22:15:36,250 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 22:15:36 2022-12-23 22:15:36,250 [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) 22:15:37 2022-12-23 22:15:36,978 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 22:15:37 2022-12-23 22:15:36,979 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False 22:15:37 2022-12-23 22:15:36,979 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:15:37 2022-12-23 22:15:36,979 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:15:37 3.0.0-dev.5 [Pipeline] } 22:15:37 $ docker exec --env ******** --env ******** 0bfbe545c0a29976ac8eef7d735888687809398cb7e46390dc1600abfddddd5e ssh-agent -k 22:15:37 unset SSH_AUTH_SOCK; 22:15:37 unset SSH_AGENT_PID; 22:15:37 echo Agent pid 76 killed; 22:15:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:15:37 + git semver [Pipeline] } 22:15:37 $ docker stop --time=1 0bfbe545c0a29976ac8eef7d735888687809398cb7e46390dc1600abfddddd5e 22:15:39 $ docker rm -f --volumes 0bfbe545c0a29976ac8eef7d735888687809398cb7e46390dc1600abfddddd5e [Pipeline] // withDockerContainer [Pipeline] sh 22:15:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:15:39 Stashed 1 file(s) [Pipeline] echo 22:15:39 [edgeXSemver]: initialized semver on version 3.0.0-dev.5 [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 22:15:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:15:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:15:39 ========================================================= 22:15:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 22:15:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 22:15:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:15:40 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 22:15:40 213ec9aee27d: Pulling fs layer 22:15:40 4583459ba037: Pulling fs layer 22:15:40 93c1e223e6f2: Pulling fs layer 22:15:40 53926ce57604: Pulling fs layer 22:15:40 21b2b0c7a3f4: Pulling fs layer 22:15:40 22ff95d597cd: Pulling fs layer 22:15:40 12d6caf4c0d1: Pulling fs layer 22:15:40 96b7cbca73a9: Pulling fs layer 22:15:40 a7acece74701: Pulling fs layer 22:15:40 53926ce57604: Waiting 22:15:40 21b2b0c7a3f4: Waiting 22:15:40 22ff95d597cd: Waiting 22:15:40 12d6caf4c0d1: Waiting 22:15:40 96b7cbca73a9: Waiting 22:15:40 93c1e223e6f2: Verifying Checksum 22:15:40 93c1e223e6f2: Download complete 22:15:40 4583459ba037: Verifying Checksum 22:15:40 4583459ba037: Download complete 22:15:40 21b2b0c7a3f4: Verifying Checksum 22:15:40 21b2b0c7a3f4: Download complete 22:15:40 22ff95d597cd: Verifying Checksum 22:15:40 22ff95d597cd: Download complete 22:15:40 213ec9aee27d: Verifying Checksum 22:15:40 213ec9aee27d: Download complete 22:15:40 12d6caf4c0d1: Download complete 22:15:40 213ec9aee27d: Pull complete 22:15:40 4583459ba037: Pull complete 22:15:40 93c1e223e6f2: Pull complete 22:15:40 a7acece74701: Verifying Checksum 22:15:40 a7acece74701: Download complete 22:15:41 53926ce57604: Verifying Checksum 22:15:41 53926ce57604: Download complete 22:15:41 96b7cbca73a9: Verifying Checksum 22:15:41 96b7cbca73a9: Download complete 22:15:44 53926ce57604: Pull complete 22:15:44 21b2b0c7a3f4: Pull complete 22:15:44 22ff95d597cd: Pull complete 22:15:44 12d6caf4c0d1: Pull complete 22:15:46 96b7cbca73a9: Pull complete 22:15:46 a7acece74701: Pull complete 22:15:46 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 22:15:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:15:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 22:15:47 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:47 + docker inspect -f . ci-base-image-x86_64 22:15:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:15:47 prd-ubuntu20.04-docker-8c-8g-398 does not seem to be running inside a container 22:15:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:15:49 $ docker top ad3de34afe26a9971ee6c09f3369557e0cf3d63a597b02bd5fdf1000bf4c1bf7 -eo pid,comm [Pipeline] { [Pipeline] sh 22:15:50 + go version 22:15:50 go version go1.18.7 linux/amd64 [Pipeline] } 22:15:50 $ docker stop --time=1 ad3de34afe26a9971ee6c09f3369557e0cf3d63a597b02bd5fdf1000bf4c1bf7 22:15:51 $ docker rm -f --volumes ad3de34afe26a9971ee6c09f3369557e0cf3d63a597b02bd5fdf1000bf4c1bf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:51 + docker inspect -f . ci-base-image-x86_64 22:15:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:15:51 prd-ubuntu20.04-docker-8c-8g-398 does not seem to be running inside a container 22:15:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:15:52 $ docker top 4badf839824e84275d3acb184c5293b2090ddcb3750fa8027f1b05ce254194ac -eo pid,comm [Pipeline] { [Pipeline] sh 22:15:52 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh 22:15:52 + make test 22:15:52 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:15:52 go: downloading github.com/stretchr/testify v1.8.1 22:15:52 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.2 22:15:52 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.2 22:15:52 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 22:15:52 go: downloading github.com/pelletier/go-toml v1.9.5 22:15:53 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.1 22:15:53 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 22:15:53 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.2 22:15:53 go: downloading github.com/google/uuid v1.3.0 22:15:53 go: downloading github.com/hashicorp/go-multierror v1.1.1 22:15:53 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 22:15:53 go: downloading github.com/gorilla/mux v1.8.0 22:15:53 go: downloading github.com/davecgh/go-spew v1.1.1 22:15:53 go: downloading github.com/pmezard/go-difflib v1.0.0 22:15:53 go: downloading github.com/stretchr/objx v0.5.0 22:15:53 go: downloading gopkg.in/yaml.v3 v3.0.1 22:15:53 go: downloading github.com/go-kit/log v0.2.1 22:15:53 go: downloading github.com/go-playground/validator/v10 v10.11.1 22:15:53 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 22:15:53 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 22:15:53 go: downloading github.com/hashicorp/consul/api v1.18.0 22:15:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:15:53 go: downloading github.com/gorilla/websocket v1.4.2 22:15:53 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f 22:15:53 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 22:15:53 go: downloading github.com/go-logfmt/logfmt v0.5.1 22:15:53 go: downloading github.com/go-redis/redis/v7 v7.3.0 22:15:53 go: downloading github.com/x448/float16 v0.8.4 22:15:53 go: downloading github.com/zeebo/errs v1.2.2 22:15:53 go: downloading google.golang.org/grpc v1.46.0 22:15:53 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:15:53 go: downloading github.com/mitchellh/copystructure v1.0.0 22:15:53 go: downloading github.com/mitchellh/mapstructure v1.5.0 22:15:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:15:53 go: downloading github.com/hashicorp/go-hclog v0.14.1 22:15:53 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:15:53 go: downloading github.com/hashicorp/serf v0.10.1 22:15:53 go: downloading github.com/hashicorp/errwrap v1.0.0 22:15:53 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 22:15:53 go: downloading google.golang.org/protobuf v1.28.0 22:15:53 go: downloading github.com/go-playground/universal-translator v0.18.0 22:15:53 go: downloading github.com/leodido/go-urn v1.2.1 22:15:53 go: downloading golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 22:15:53 go: downloading golang.org/x/text v0.3.7 22:15:53 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:15:53 go: downloading github.com/fatih/color v1.9.0 22:15:53 go: downloading github.com/mattn/go-isatty v0.0.14 22:15:53 go: downloading github.com/armon/go-metrics v0.3.10 22:15:53 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa 22:15:53 go: downloading github.com/go-playground/locales v0.14.0 22:15:53 go: downloading github.com/golang/protobuf v1.5.2 22:15:53 go: downloading golang.org/x/sys v0.0.0-20221010170243-090e33056c14 22:15:53 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 22:15:53 go: downloading github.com/mattn/go-colorable v0.1.12 22:15:54 go: downloading github.com/hashicorp/golang-lru v0.5.4 22:15:54 Still waiting to schedule task 22:15:54 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:16:04 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 22:16:04 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 0.009s coverage: 9.9% of statements 22:16:04 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 22:16:04 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.025s coverage: 92.5% of statements 22:16:04 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.008s coverage: 85.3% of statements 22:16:06 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.024s coverage: 46.4% of statements 22:16:06 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 22:16:06 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 22:16:06 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.034s coverage: 100.0% of statements 22:16:06 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.314s coverage: 88.4% of statements 22:16:06 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.011s coverage: 25.0% of statements 22:16:07 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.026s coverage: 81.4% of statements 22:16:07 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 22:16:07 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.012s coverage: 41.7% of statements 22:16:07 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.013s coverage: 91.3% of statements 22:16:13 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 22:16:13 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:16:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:16:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 22:16:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:16:16 $ docker stop --time=1 4badf839824e84275d3acb184c5293b2090ddcb3750fa8027f1b05ce254194ac 22:16:18 $ docker rm -f --volumes 4badf839824e84275d3acb184c5293b2090ddcb3750fa8027f1b05ce254194ac [Pipeline] // withDockerContainer [Pipeline] sh 22:16:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:16:19 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 22:16:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:16:20 22:16:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:16:20 latest: Pulling from edgex-lftools-log-publisher 22:16:20 5eb5b503b376: Pulling fs layer 22:16:20 5c69ac0246d0: Pulling fs layer 22:16:20 ec43610c2a17: Pulling fs layer 22:16:20 3a2ae6a8a46f: Pulling fs layer 22:16:20 33b1e0a273af: Pulling fs layer 22:16:20 5d3b04190fa2: Pulling fs layer 22:16:20 2f39f015ded8: Pulling fs layer 22:16:20 5d3b04190fa2: Waiting 22:16:20 2f39f015ded8: Waiting 22:16:20 3a2ae6a8a46f: Waiting 22:16:20 33b1e0a273af: Waiting 22:16:20 5c69ac0246d0: Download complete 22:16:20 3a2ae6a8a46f: Verifying Checksum 22:16:20 3a2ae6a8a46f: Download complete 22:16:20 33b1e0a273af: Verifying Checksum 22:16:20 33b1e0a273af: Download complete 22:16:20 5d3b04190fa2: Verifying Checksum 22:16:20 5d3b04190fa2: Download complete 22:16:20 ec43610c2a17: Download complete 22:16:20 5eb5b503b376: Verifying Checksum 22:16:20 5eb5b503b376: Download complete 22:16:21 2f39f015ded8: Download complete 22:16:21 5eb5b503b376: Pull complete 22:16:21 5c69ac0246d0: Pull complete 22:16:21 ec43610c2a17: Pull complete 22:16:22 3a2ae6a8a46f: Pull complete 22:16:22 33b1e0a273af: Pull complete 22:16:22 5d3b04190fa2: Pull complete 22:16:26 2f39f015ded8: Pull complete 22:16:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:16:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:16:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:16:26 prd-ubuntu20.04-docker-8c-8g-398 does not seem to be running inside a container 22:16:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:16:28 $ docker top ef2eedf3fa9f50d530a9787f0578b28b256d69dd89b47111347ad85225b63920 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:16:28 ---> job-cost.sh 22:16:28 lf-activate-venv: SKIPPING 22:16:28 INFO: No Stack... 22:16:29 INFO: Retrieving Pricing Info for: v3-standard-8 22:16:29 INFO: Archiving Costs [Pipeline] sh 22:16:29 + cut -d, -f6 22:16:29 + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv [Pipeline] lock 22:16:29 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-92-stack-cost] 22:16:29 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-92-stack-cost] did not exist. Created. 22:16:29 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-92-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:16:30 + echo total: 0.2199999988079071 [Pipeline] stash 22:16:30 Stashed 1 file(s) [Pipeline] } 22:16:30 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-92-stack-cost] [Pipeline] // lock [Pipeline] } 22:16:30 $ docker stop --time=1 ef2eedf3fa9f50d530a9787f0578b28b256d69dd89b47111347ad85225b63920 22:16:31 $ docker rm -f --volumes ef2eedf3fa9f50d530a9787f0578b28b256d69dd89b47111347ad85225b63920 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:17:21 Running on prd-ubuntu20.04-docker-arm64-4c-16g-399 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws 22:17:21 Running in /w/workspace/go-mod-bootstrap/92 [Pipeline] { [Pipeline] checkout 22:17:21 Selected Git installation does not exist. Using Default 22:17:21 The recommended git tool is: NONE 22:17:25 using credential edgex-jenkins-ssh 22:17:25 Cloning the remote Git repository 22:17:26 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 22:17:26 > git init /w/workspace/go-mod-bootstrap/92 # timeout=10 22:17:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:17:26 > git --version # timeout=10 22:17:26 > git --version # 'git version 2.25.1' 22:17:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:17:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:17:28 Avoid second fetch 22:17:28 Checking out Revision 010e84a4f5c9fb5bad160c9a325d4b1cd0611808 (main) 22:17:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:17:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:17:28 > git config core.sparsecheckout # timeout=10 22:17:28 > git checkout -f 010e84a4f5c9fb5bad160c9a325d4b1cd0611808 # timeout=10 22:17:28 Commit message: "refactor!: Rename command line flags for the sake of consistency (#406)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:17:29 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:17:29 % Total % Received % Xferd Average Speed Time Time Time Current 22:17:29 Dload Upload Total Spent Left Speed 22:17:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72039 0 --:--:-- --:--:-- --:--:-- 72039 [Pipeline] sh 22:17:30 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:17:30 + sudo tee /etc/docker/daemon.new 22:17:30 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:17:30 { 22:17:30 "registry-mirrors": [ 22:17:30 "https://nexus3.edgexfoundry.org:10001" 22:17:30 ], 22:17:30 "bip": "10.250.0.254/24", 22:17:30 "hosts": [ 22:17:30 "tcp://0.0.0.0:5555", 22:17:30 "unix:///var/run/docker.sock" 22:17:30 ], 22:17:30 "mtu": 1458, 22:17:30 "selinux-enabled": true, 22:17:30 "seccomp-profile": "/etc/docker/seccomp.json" 22:17:30 } [Pipeline] sh 22:17:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:17:31 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 22:17:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:17:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:17:49 ========================================================= 22:17:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 22:17:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 22:17:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:17:50 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:17:50 9b18e9b68314: Pulling fs layer 22:17:50 35d82f9e3411: Pulling fs layer 22:17:50 e16973657156: Pulling fs layer 22:17:50 fc693d55d65f: Pulling fs layer 22:17:50 7e9fc2657dce: Pulling fs layer 22:17:50 dda99020689f: Pulling fs layer 22:17:50 db1c61fa0a46: Pulling fs layer 22:17:50 891c053d2c06: Pulling fs layer 22:17:50 fc693d55d65f: Waiting 22:17:50 7e9fc2657dce: Waiting 22:17:50 dda99020689f: Waiting 22:17:50 db1c61fa0a46: Waiting 22:17:50 891c053d2c06: Waiting 22:17:50 e16973657156: Verifying Checksum 22:17:50 e16973657156: Download complete 22:17:50 35d82f9e3411: Verifying Checksum 22:17:50 35d82f9e3411: Download complete 22:17:50 7e9fc2657dce: Verifying Checksum 22:17:50 7e9fc2657dce: Download complete 22:17:50 dda99020689f: Verifying Checksum 22:17:50 dda99020689f: Download complete 22:17:50 9b18e9b68314: Download complete 22:17:51 9b18e9b68314: Pull complete 22:17:51 891c053d2c06: Verifying Checksum 22:17:51 891c053d2c06: Download complete 22:17:53 db1c61fa0a46: Verifying Checksum 22:17:53 db1c61fa0a46: Download complete 22:17:53 35d82f9e3411: Pull complete 22:17:53 fc693d55d65f: Verifying Checksum 22:17:53 fc693d55d65f: Download complete 22:17:53 e16973657156: Pull complete 22:18:05 fc693d55d65f: Pull complete 22:18:05 7e9fc2657dce: Pull complete 22:18:05 dda99020689f: Pull complete 22:18:09 db1c61fa0a46: Pull complete 22:18:11 891c053d2c06: Pull complete 22:18:11 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 22:18:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:18:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 22:18:11 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:11 + docker inspect -f . ci-base-image-arm64 22:18:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:11 prd-ubuntu20.04-docker-arm64-4c-16g-399 does not seem to be running inside a container 22:18:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/92 -v /w/workspace/go-mod-bootstrap/92:/w/workspace/go-mod-bootstrap/92:rw,z -v /w/workspace/go-mod-bootstrap/92@tmp:/w/workspace/go-mod-bootstrap/92@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 22:18:14 $ docker top c075ce0f42e5f16bd86d0c49446325db1c53f46d1114f570d2e0b3cb04eb0abc -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:15 + go version 22:18:15 go version go1.18.7 linux/arm64 [Pipeline] } 22:18:15 $ docker stop --time=1 c075ce0f42e5f16bd86d0c49446325db1c53f46d1114f570d2e0b3cb04eb0abc 22:18:17 $ docker rm -f --volumes c075ce0f42e5f16bd86d0c49446325db1c53f46d1114f570d2e0b3cb04eb0abc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:17 + docker inspect -f . ci-base-image-arm64 22:18:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:18 prd-ubuntu20.04-docker-arm64-4c-16g-399 does not seem to be running inside a container 22:18:18 $ 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/92 -v /w/workspace/go-mod-bootstrap/92:/w/workspace/go-mod-bootstrap/92:rw,z -v /w/workspace/go-mod-bootstrap/92@tmp:/w/workspace/go-mod-bootstrap/92@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 22:18:20 $ docker top 0dc81af9d07ea9b7e416510a555e5a091e3e250e3462f5fb0eccc3f83648c12c -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:20 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/92 [Pipeline] fileExists [Pipeline] sh 22:18:21 + make test 22:18:21 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:18:21 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.2 22:18:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.2 22:18:21 go: downloading github.com/pelletier/go-toml v1.9.5 22:18:21 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.1 22:18:21 go: downloading github.com/stretchr/testify v1.8.1 22:18:21 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 22:18:21 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.2 22:18:21 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 22:18:21 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 22:18:22 go: downloading github.com/gorilla/mux v1.8.0 22:18:22 go: downloading github.com/google/uuid v1.3.0 22:18:22 go: downloading github.com/hashicorp/go-multierror v1.1.1 22:18:22 go: downloading github.com/go-kit/log v0.2.1 22:18:22 go: downloading github.com/davecgh/go-spew v1.1.1 22:18:22 go: downloading github.com/pmezard/go-difflib v1.0.0 22:18:22 go: downloading github.com/stretchr/objx v0.5.0 22:18:22 go: downloading gopkg.in/yaml.v3 v3.0.1 22:18:22 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 22:18:22 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 22:18:22 go: downloading github.com/go-playground/validator/v10 v10.11.1 22:18:22 go: downloading github.com/gorilla/websocket v1.4.2 22:18:22 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f 22:18:22 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 22:18:22 go: downloading github.com/hashicorp/errwrap v1.0.0 22:18:22 go: downloading github.com/hashicorp/consul/api v1.18.0 22:18:22 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:18:22 go: downloading github.com/go-logfmt/logfmt v0.5.1 22:18:22 go: downloading github.com/go-redis/redis/v7 v7.3.0 22:18:22 go: downloading github.com/zeebo/errs v1.2.2 22:18:22 go: downloading google.golang.org/grpc v1.46.0 22:18:23 go: downloading github.com/x448/float16 v0.8.4 22:18:23 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:18:23 go: downloading github.com/mitchellh/copystructure v1.0.0 22:18:23 go: downloading github.com/mitchellh/mapstructure v1.5.0 22:18:23 go: downloading github.com/go-playground/universal-translator v0.18.0 22:18:23 go: downloading github.com/leodido/go-urn v1.2.1 22:18:23 go: downloading golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 22:18:23 go: downloading golang.org/x/text v0.3.7 22:18:23 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 22:18:23 go: downloading google.golang.org/protobuf v1.28.0 22:18:24 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:18:24 go: downloading github.com/hashicorp/go-hclog v0.14.1 22:18:24 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:18:24 go: downloading github.com/hashicorp/serf v0.10.1 22:18:24 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa 22:18:24 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:18:24 go: downloading github.com/go-playground/locales v0.14.0 22:18:25 go: downloading github.com/fatih/color v1.9.0 22:18:25 go: downloading github.com/mattn/go-isatty v0.0.14 22:18:25 go: downloading github.com/golang/protobuf v1.5.2 22:18:25 go: downloading golang.org/x/sys v0.0.0-20221010170243-090e33056c14 22:18:26 go: downloading github.com/armon/go-metrics v0.3.10 22:18:26 go: downloading github.com/mattn/go-colorable v0.1.12 22:18:26 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 22:18:26 go: downloading github.com/hashicorp/golang-lru v0.5.4 22:19:48 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 22:19:48 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 0.075s coverage: 9.9% of statements 22:19:48 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 22:19:48 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.105s coverage: 92.5% of statements 22:19:48 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.036s coverage: 85.3% of statements 22:19:55 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.141s coverage: 46.4% of statements 22:19:55 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 22:19:55 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 22:19:55 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.149s coverage: 100.0% of statements 22:19:55 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.399s coverage: 88.4% of statements 22:19:55 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.102s coverage: 25.0% of statements 22:20:01 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.097s coverage: 81.4% of statements 22:20:01 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 22:20:01 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.039s coverage: 41.7% of statements 22:20:01 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.015s coverage: 91.3% of statements 22:20:01 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:20:01 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:20:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:20:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 22:20:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:20:24 $ docker stop --time=1 0dc81af9d07ea9b7e416510a555e5a091e3e250e3462f5fb0eccc3f83648c12c 22:20:27 $ docker rm -f --volumes 0dc81af9d07ea9b7e416510a555e5a091e3e250e3462f5fb0eccc3f83648c12c [Pipeline] // withDockerContainer [Pipeline] sh 22:20:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:20:29 Warning: overwriting stash ‘coverage-report’ 22:20:30 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 22:20:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:20:30 22:20:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:20:31 arm64: Pulling from edgex-lftools-log-publisher 22:20:31 8998bd30e6a1: Pulling fs layer 22:20:31 04944245beec: Pulling fs layer 22:20:31 699f458cf7ca: Pulling fs layer 22:20:31 765212b225bb: Pulling fs layer 22:20:31 f23df028b6ca: Pulling fs layer 22:20:31 d65c8cfc05b1: Pulling fs layer 22:20:31 2437ff75d9bd: Pulling fs layer 22:20:31 f23df028b6ca: Waiting 22:20:31 d65c8cfc05b1: Waiting 22:20:31 2437ff75d9bd: Waiting 22:20:31 765212b225bb: Waiting 22:20:31 04944245beec: Verifying Checksum 22:20:31 04944245beec: Download complete 22:20:31 765212b225bb: Verifying Checksum 22:20:31 765212b225bb: Download complete 22:20:31 f23df028b6ca: Verifying Checksum 22:20:31 f23df028b6ca: Download complete 22:20:31 d65c8cfc05b1: Download complete 22:20:31 699f458cf7ca: Download complete 22:20:31 8998bd30e6a1: Verifying Checksum 22:20:31 8998bd30e6a1: Download complete 22:20:34 2437ff75d9bd: Verifying Checksum 22:20:34 2437ff75d9bd: Download complete 22:20:35 8998bd30e6a1: Pull complete 22:20:38 04944245beec: Pull complete 22:20:39 699f458cf7ca: Pull complete 22:20:39 765212b225bb: Pull complete 22:20:40 f23df028b6ca: Pull complete 22:20:40 d65c8cfc05b1: Pull complete 22:20:55 2437ff75d9bd: Pull complete 22:20:55 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:20:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:20:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:20:55 prd-ubuntu20.04-docker-arm64-4c-16g-399 does not seem to be running inside a container 22:20:55 $ 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/92 -v /w/workspace/go-mod-bootstrap/92:/w/workspace/go-mod-bootstrap/92:rw,z -v /w/workspace/go-mod-bootstrap/92@tmp:/w/workspace/go-mod-bootstrap/92@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 22:20:58 $ docker top a717620727185de87d7969deb9c9eb74fb497c0e6e873056e7296bc833ad999f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:20:58 ---> job-cost.sh 22:20:58 lf-activate-venv: SKIPPING 22:20:58 INFO: No Stack... 22:20:59 INFO: Retrieving Pricing Info for: v3-standard-4 22:21:00 INFO: Archiving Costs [Pipeline] sh 22:21:00 + cat /w/workspace/go-mod-bootstrap/92/archives/cost.csv 22:21:00 + cut -d, -f6 [Pipeline] lock 22:21:01 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-92-stack-cost] 22:21:01 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-92-stack-cost] did not exist. Created. 22:21:01 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-92-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:21:01 /w/workspace/go-mod-bootstrap/92@tmp/durable-e342f79d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:21:02 + echo total: 0.10999999940395355 [Pipeline] stash 22:21:02 Warning: overwriting stash ‘stack-cost’ 22:21:02 Stashed 1 file(s) [Pipeline] } 22:21:02 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-92-stack-cost] [Pipeline] // lock [Pipeline] } 22:21:02 $ docker stop --time=1 a717620727185de87d7969deb9c9eb74fb497c0e6e873056e7296bc833ad999f 22:21:03 $ docker rm -f --volumes a717620727185de87d7969deb9c9eb74fb497c0e6e873056e7296bc833ad999f [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 22:21:04 provisioning config files... 22:21:04 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config6638651241965486314tmp [Pipeline] { [Pipeline] sh 22:21:04 + set +x 22:21:04 + bash -s -- 22:21:04 + curl -s https://codecov.io/bash 22:21:04 22:21:04 _____ _ 22:21:04 / ____| | | 22:21:04 | | ___ __| | ___ ___ _____ __ 22:21:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:21:04 | |___| (_) | (_| | __/ (_| (_) \ V / 22:21:04 \_____\___/ \__,_|\___|\___\___/ \_/ 22:21:04 Bash-1.0.6 22:21:04 22:21:04 22:21:04 ==> git version 2.25.1 found 22:21:04 ==> 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 22:21:04 Release-Date: 2020-01-08 22:21:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:21:04 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:21:04 ==> Jenkins CI detected. 22:21:04 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 22:21:04 project root: . 22:21:04 --> token set from env 22:21:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:21:04 ==> Running gcov in . (disable via -X gcov) 22:21:04 ==> Python coveragepy not found 22:21:04 ==> Searching for coverage reports in: 22:21:04 + . 22:21:04 -> Found 1 reports 22:21:04 ==> Detecting git/mercurial file structure 22:21:04 ==> Reading reports 22:21:04 + ./coverage.out bytes=68433 22:21:04 ==> Appending adjustments 22:21:04 https://docs.codecov.io/docs/fixing-reports 22:21:04 + Found adjustments 22:21:04 ==> Gzipping contents 22:21:04 12K /tmp/codecov.fROxAg.gz 22:21:04 ==> Uploading reports 22:21:04 url: https://codecov.io 22:21:04 query: branch=main&commit=010e84a4f5c9fb5bad160c9a325d4b1cd0611808&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F92%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 22:21:04 -> Pinging Codecov 22:21:04 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=010e84a4f5c9fb5bad160c9a325d4b1cd0611808&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F92%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 22:21:05 -> Uploading to 22:21:05 https://storage.googleapis.com/codecov/v4/raw/2022-12-23/833815588EE85121546D348822E98E2E/010e84a4f5c9fb5bad160c9a325d4b1cd0611808/11fa222e-abe1-4e26-a02f-5920284fd607.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221223T222105Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5161adfefade3ef0252521fddf17098f0e71ab950d08351aaafd1c3634034ebf 22:21:05 % Total % Received % Xferd Average Speed Time Time Time Current 22:21:05 Dload Upload Total Spent Left Speed 22:21:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11238 0 0 100 11238 0 50621 --:--:-- --:--:-- --:--:-- 50621 22:21:05 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/010e84a4f5c9fb5bad160c9a325d4b1cd0611808 [Pipeline] } 22:21:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:21:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:21:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:21:06 22:21:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:21:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:21:06 df9b9388f04a: Pulling fs layer 22:21:06 52dc419b0ee2: Pulling fs layer 22:21:06 25bc292e5bac: Pulling fs layer 22:21:06 114826534d7a: Pulling fs layer 22:21:06 4657fd5d0bcf: Pulling fs layer 22:21:06 6ad1cebc031e: Pulling fs layer 22:21:06 8a3aa393b2d8: Pulling fs layer 22:21:06 114826534d7a: Waiting 22:21:06 4657fd5d0bcf: Waiting 22:21:06 6ad1cebc031e: Waiting 22:21:06 8a3aa393b2d8: Waiting 22:21:06 25bc292e5bac: Download complete 22:21:06 52dc419b0ee2: Download complete 22:21:06 4657fd5d0bcf: Verifying Checksum 22:21:06 4657fd5d0bcf: Download complete 22:21:06 df9b9388f04a: Download complete 22:21:06 df9b9388f04a: Pull complete 22:21:06 6ad1cebc031e: Verifying Checksum 22:21:06 6ad1cebc031e: Download complete 22:21:06 52dc419b0ee2: Pull complete 22:21:06 25bc292e5bac: Pull complete 22:21:07 114826534d7a: Verifying Checksum 22:21:07 114826534d7a: Download complete 22:21:07 8a3aa393b2d8: Verifying Checksum 22:21:07 8a3aa393b2d8: Download complete 22:21:10 114826534d7a: Pull complete 22:21:10 4657fd5d0bcf: Pull complete 22:21:11 6ad1cebc031e: Pull complete 22:21:14 8a3aa393b2d8: Pull complete 22:21:14 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:21:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:21:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:21:14 prd-ubuntu20.04-docker-8c-8g-398 does not seem to be running inside a container 22:21:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:21:20 $ docker top e911c2e0cda5dae27b7b37334cf7ecaa42ee385826194c46bfbea332b55e4e87 -eo pid,comm [Pipeline] { [Pipeline] echo 22:21:20 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh 22:21:20 + set -o pipefail 22:21:20 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' 22:21:26 22:21:26 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... 22:21:26 22:21:26 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ad282025-43b6-4430-aa65-23b0e23d9f55/history/3fc45024-fbc9-4506-881a-8fdf79aa2a4d 22:21:26 22:21:26 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:21:26 22:21:26 22:21:26 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:21:26 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:21:26 More details here: https://snyk.co/ue1NS [Pipeline] } 22:21:26 $ docker stop --time=1 e911c2e0cda5dae27b7b37334cf7ecaa42ee385826194c46bfbea332b55e4e87 22:21:30 $ docker rm -f --volumes e911c2e0cda5dae27b7b37334cf7ecaa42ee385826194c46bfbea332b55e4e87 [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 22:21:31 + git log --format=format:%s -1 010e84a4f5c9fb5bad160c9a325d4b1cd0611808 [Pipeline] sh 22:21:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:21:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:21:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:21:31 prd-ubuntu20.04-docker-8c-8g-398 does not seem to be running inside a container 22:21:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:21:32 $ docker top 34701dfa6f608253dbb2673dbf675cbe688f88a582f2b12658ecefd9c6228682 -eo pid,comm 22:21:32 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). 22:21:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:21:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:32 [ssh-agent] Looking for ssh-agent implementation... 22:21:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:32 $ docker exec 34701dfa6f608253dbb2673dbf675cbe688f88a582f2b12658ecefd9c6228682 ssh-agent 22:21:32 SSH_AUTH_SOCK=/tmp/ssh-8fuyWEFjrW0Z/agent.32 22:21:32 SSH_AGENT_PID=38 22:21:32 Running ssh-add (command line suppressed) 22:21:32 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2948468437826085810.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2948468437826085810.key) 22:21:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:32 + git semver tag 22:21:33 2022-12-23 22:21:33,013 [run_tag] DEBUG tag force:False 22:21:33 2022-12-23 22:21:33,013 [check_head_tag] DEBUG check head tag 22:21:33 2022-12-23 22:21:33,015 [execute] INFO git cat-file --batch-check 22:21:33 2022-12-23 22:21:33,016 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 22:21:33 2022-12-23 22:21:33,019 [execute] INFO git cat-file --batch 22:21:33 2022-12-23 22:21:33,019 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 22:21:33 2022-12-23 22:21:33,056 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:21:33 2022-12-23 22:21:33,057 [execute] INFO git tag -a v3.0.0-dev.5 -m v3.0.0-dev.5 22:21:33 2022-12-23 22:21:33,057 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.5', '-m', 'v3.0.0-dev.5'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 22:21:33 2022-12-23 22:21:33,061 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:21:33 3.0.0-dev.5 [Pipeline] } 22:21:33 $ docker exec --env ******** --env ******** 34701dfa6f608253dbb2673dbf675cbe688f88a582f2b12658ecefd9c6228682 ssh-agent -k 22:21:33 unset SSH_AUTH_SOCK; 22:21:33 unset SSH_AGENT_PID; 22:21:33 echo Agent pid 38 killed; 22:21:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:21:33 + git semver [Pipeline] } 22:21:33 $ docker stop --time=1 34701dfa6f608253dbb2673dbf675cbe688f88a582f2b12658ecefd9c6228682 22:21:35 $ docker rm -f --volumes 34701dfa6f608253dbb2673dbf675cbe688f88a582f2b12658ecefd9c6228682 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:21:35 22:21:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:21:35 0.23.1-centos7: Pulling from edgex-lftools 22:21:35 ab5ef0e58194: Pulling fs layer 22:21:35 9712f1f96733: Pulling fs layer 22:21:35 63f879dbbcfc: Pulling fs layer 22:21:35 0d9ebad4ef96: Pulling fs layer 22:21:35 e9a5061849ea: Pulling fs layer 22:21:35 d747dcd14b5f: Pulling fs layer 22:21:35 2de7ff778b66: Pulling fs layer 22:21:35 d747dcd14b5f: Waiting 22:21:35 2de7ff778b66: Waiting 22:21:35 0d9ebad4ef96: Waiting 22:21:35 e9a5061849ea: Waiting 22:21:35 9712f1f96733: Download complete 22:21:36 63f879dbbcfc: Verifying Checksum 22:21:36 63f879dbbcfc: Download complete 22:21:36 e9a5061849ea: Verifying Checksum 22:21:36 e9a5061849ea: Download complete 22:21:36 d747dcd14b5f: Verifying Checksum 22:21:36 d747dcd14b5f: Download complete 22:21:36 ab5ef0e58194: Verifying Checksum 22:21:36 ab5ef0e58194: Download complete 22:21:36 0d9ebad4ef96: Verifying Checksum 22:21:36 0d9ebad4ef96: Download complete 22:21:36 2de7ff778b66: Download complete 22:21:39 ab5ef0e58194: Pull complete 22:21:39 9712f1f96733: Pull complete 22:21:40 63f879dbbcfc: Pull complete 22:21:44 0d9ebad4ef96: Pull complete 22:21:44 e9a5061849ea: Pull complete 22:21:44 d747dcd14b5f: Pull complete 22:21:45 2de7ff778b66: Pull complete 22:21:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:21:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:21:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:21:45 prd-ubuntu20.04-docker-8c-8g-398 does not seem to be running inside a container 22:21:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:21:51 $ docker top 629a1d505c96e6484ee16e44c6712c468ad9aa8ade6d4e0b0b5af8ed8bd0e8a5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:21:51 provisioning config files... 22:21:51 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config10397737280130513344tmp 22:21:51 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config4290098739291205421tmp 22:21:51 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config8299317168027722246tmp [Pipeline] { [Pipeline] echo 22:21:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:21:51 ---> sigul-configuration.sh 22:21:51 gpg: directory `/root/.gnupg' created 22:21:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:21:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:21:51 gpg: keyring `/root/.gnupg/secring.gpg' created 22:21:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:21:51 gpg: CAST5 encrypted data 22:21:51 gpg: encrypted with 1 passphrase 22:21:51 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:21:52 + mkdir /home/jenkins 22:21:52 + mkdir /home/jenkins/sigul [Pipeline] sh 22:21:52 + 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 22:21:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:21:52 ---> sigul-install.sh 22:21:52 Sigul already installed; skipping installation. [Pipeline] sh 22:21:53 + git tag --list 22:21:53 v0.0.1 22:21:53 v0.0.10 22:21:53 v0.0.11 22:21:53 v0.0.12 22:21:53 v0.0.13 22:21:53 v0.0.14 22:21:53 v0.0.15 22:21:53 v0.0.16 22:21:53 v0.0.17 22:21:53 v0.0.18 22:21:53 v0.0.19 22:21:53 v0.0.2 22:21:53 v0.0.20 22:21:53 v0.0.21 22:21:53 v0.0.22 22:21:53 v0.0.23 22:21:53 v0.0.24 22:21:53 v0.0.25 22:21:53 v0.0.26 22:21:53 v0.0.27 22:21:53 v0.0.28 22:21:53 v0.0.29 22:21:53 v0.0.3 22:21:53 v0.0.30 22:21:53 v0.0.31 22:21:53 v0.0.32 22:21:53 v0.0.33 22:21:53 v0.0.34 22:21:53 v0.0.35 22:21:53 v0.0.36 22:21:53 v0.0.37 22:21:53 v0.0.38 22:21:53 v0.0.39 22:21:53 v0.0.4 22:21:53 v0.0.40 22:21:53 v0.0.41 22:21:53 v0.0.42 22:21:53 v0.0.43 22:21:53 v0.0.44 22:21:53 v0.0.45 22:21:53 v0.0.46 22:21:53 v0.0.47 22:21:53 v0.0.48 22:21:53 v0.0.49 22:21:53 v0.0.5 22:21:53 v0.0.50 22:21:53 v0.0.51 22:21:53 v0.0.52 22:21:53 v0.0.53 22:21:53 v0.0.54 22:21:53 v0.0.55 22:21:53 v0.0.56 22:21:53 v0.0.57 22:21:53 v0.0.58 22:21:53 v0.0.59 22:21:53 v0.0.6 22:21:53 v0.0.60 22:21:53 v0.0.61 22:21:53 v0.0.62 22:21:53 v0.0.63 22:21:53 v0.0.64 22:21:53 v0.0.65 22:21:53 v0.0.66 22:21:53 v0.0.67 22:21:53 v0.0.68 22:21:53 v0.0.69 22:21:53 v0.0.7 22:21:53 v0.0.70 22:21:53 v0.0.71 22:21:53 v0.0.72 22:21:53 v0.0.8 22:21:53 v0.0.9 22:21:53 v2.0.0 22:21:53 v2.1.0 22:21:53 v2.1.1 22:21:53 v2.1.1-dev.1 22:21:53 v2.1.1-dev.2 22:21:53 v2.1.1-dev.3 22:21:53 v2.1.1-dev.4 22:21:53 v2.2.0 22:21:53 v2.2.1-dev.1 22:21:53 v2.2.1-dev.2 22:21:53 v2.2.1-dev.3 22:21:53 v2.2.1-dev.4 22:21:53 v2.2.1-dev.5 22:21:53 v2.2.1-dev.6 22:21:53 v2.2.1-dev.7 22:21:53 v2.2.1-dev.8 22:21:53 v2.2.1-dev.9 22:21:53 v2.3.0 22:21:53 v2.3.0-dev.10 22:21:53 v2.3.0-dev.11 22:21:53 v2.3.0-dev.12 22:21:53 v2.3.0-dev.13 22:21:53 v2.3.0-dev.14 22:21:53 v2.3.0-dev.15 22:21:53 v2.3.0-dev.16 22:21:53 v2.3.0-dev.17 22:21:53 v2.3.0-dev.18 22:21:53 v2.3.0-dev.19 22:21:53 v2.3.0-dev.20 22:21:53 v2.3.0-dev.21 22:21:53 v2.3.0-dev.22 22:21:53 v2.3.0-dev.23 22:21:53 v2.3.0-dev.24 22:21:53 v2.3.0-dev.25 22:21:53 v2.3.0-dev.26 22:21:53 v2.3.0-dev.27 22:21:53 v2.3.0-dev.28 22:21:53 v2.3.0-dev.29 22:21:53 v2.3.0-dev.30 22:21:53 v3.0.0-dev.1 22:21:53 v3.0.0-dev.2 22:21:53 v3.0.0-dev.3 22:21:53 v3.0.0-dev.4 22:21:53 v3.0.0-dev.5 [Pipeline] sh 22:21:53 + lftools sign git-tag v3.0.0-dev.5 22:21:53 Signing Git tag with Sigul... 22:21:53 Signing v3.0.0-dev.5 [Pipeline] echo 22:21:54 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:21:54 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:21:54 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:21:54 $ docker stop --time=1 629a1d505c96e6484ee16e44c6712c468ad9aa8ade6d4e0b0b5af8ed8bd0e8a5 22:21:56 $ docker rm -f --volumes 629a1d505c96e6484ee16e44c6712c468ad9aa8ade6d4e0b0b5af8ed8bd0e8a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:21:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:21:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:21:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:21:56 prd-ubuntu20.04-docker-8c-8g-398 does not seem to be running inside a container 22:21:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:21:57 $ docker top 27467245e9e8d03f640e03f37e2d26b7e31edf293960d162a0ab91ba9be3f393 -eo pid,comm 22:21:57 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). 22:21:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:21:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:57 [ssh-agent] Looking for ssh-agent implementation... 22:21:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:57 $ docker exec 27467245e9e8d03f640e03f37e2d26b7e31edf293960d162a0ab91ba9be3f393 ssh-agent 22:21:57 SSH_AUTH_SOCK=/tmp/ssh-BlwWT5cBCBAN/agent.30 22:21:57 SSH_AGENT_PID=36 22:21:57 Running ssh-add (command line suppressed) 22:21:58 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_12340123160472807399.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_12340123160472807399.key) 22:21:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:58 + git semver bump pre 22:21:58 2022-12-23 22:21:58,601 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:21:58 2022-12-23 22:21:58,601 [bump_version] DEBUG bumping version:3.0.0-dev.5 on axis:pre with prefix:dev 22:21:58 2022-12-23 22:21:58,602 [bump_version] DEBUG bumped version:3.0.0-dev.6 22:21:58 2022-12-23 22:21:58,602 [write_version] DEBUG write version:3.0.0-dev.6 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True 22:21:58 2022-12-23 22:21:58,602 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:21:58 2022-12-23 22:21:58,602 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:21:58 2022-12-23 22:21:58,604 [execute] INFO git cat-file --batch-check 22:21:58 2022-12-23 22:21:58,605 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 22:21:58 2022-12-23 22:21:58,611 [execute] INFO git cat-file --batch 22:21:58 2022-12-23 22:21:58,612 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 22:21:58 2022-12-23 22:21:58,617 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:21:58 3.0.0-dev.6 [Pipeline] } 22:21:58 $ docker exec --env ******** --env ******** 27467245e9e8d03f640e03f37e2d26b7e31edf293960d162a0ab91ba9be3f393 ssh-agent -k 22:21:58 unset SSH_AUTH_SOCK; 22:21:58 unset SSH_AGENT_PID; 22:21:58 echo Agent pid 36 killed; 22:21:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:21:59 + git semver [Pipeline] } 22:21:59 $ docker stop --time=1 27467245e9e8d03f640e03f37e2d26b7e31edf293960d162a0ab91ba9be3f393 22:22:00 $ docker rm -f --volumes 27467245e9e8d03f640e03f37e2d26b7e31edf293960d162a0ab91ba9be3f393 [Pipeline] // withDockerContainer [Pipeline] sh 22:22:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:22:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:22:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:22:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:22:01 prd-ubuntu20.04-docker-8c-8g-398 does not seem to be running inside a container 22:22:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:22:01 $ docker top ff9441b0afa71a64ce64646e818f84cb5b58e87c2ec1da1ef32b74d5037aa8f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:22:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:22:01 [ssh-agent] Looking for ssh-agent implementation... 22:22:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:22:02 $ docker exec ff9441b0afa71a64ce64646e818f84cb5b58e87c2ec1da1ef32b74d5037aa8f3 ssh-agent 22:22:02 SSH_AUTH_SOCK=/tmp/ssh-lTshRso8C2Xj/agent.31 22:22:02 SSH_AGENT_PID=37 22:22:02 Running ssh-add (command line suppressed) 22:22:02 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_16017286283469677536.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_16017286283469677536.key) 22:22:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:22:02 + git semver push 22:22:02 2022-12-23 22:22:02,779 [run_push] DEBUG push 22:22:02 2022-12-23 22:22:02,780 [execute] INFO git cat-file --batch-check 22:22:02 2022-12-23 22:22:02,780 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 22:22:02 2022-12-23 22:22:02,784 [execute] INFO git rev-list ab2a298735b740900530e8b38201491e2d10c801 -- 22:22:02 2022-12-23 22:22:02,785 [execute] DEBUG Popen(['git', 'rev-list', 'ab2a298735b740900530e8b38201491e2d10c801', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 22:22:02 2022-12-23 22:22:02,796 [execute] INFO git fetch -v origin 22:22:02 2022-12-23 22:22:02,796 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) 22:22:03 2022-12-23 22:22:03,278 [run_push] DEBUG no remote changes detected 22:22:03 2022-12-23 22:22:03,279 [execute] INFO git push origin semver 22:22:03 2022-12-23 22:22:03,279 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 22:22:04 2022-12-23 22:22:04,294 [run_push] DEBUG push all version tags 22:22:04 2022-12-23 22:22:04,294 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:22:04 2022-12-23 22:22:04,295 [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) 22:22:05 2022-12-23 22:22:05,288 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:22:05 3.0.0-dev.6 [Pipeline] } 22:22:05 $ docker exec --env ******** --env ******** ff9441b0afa71a64ce64646e818f84cb5b58e87c2ec1da1ef32b74d5037aa8f3 ssh-agent -k 22:22:05 unset SSH_AUTH_SOCK; 22:22:05 unset SSH_AGENT_PID; 22:22:05 echo Agent pid 37 killed; 22:22:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:22:06 + git semver [Pipeline] } 22:22:06 $ docker stop --time=1 ff9441b0afa71a64ce64646e818f84cb5b58e87c2ec1da1ef32b74d5037aa8f3 22:22:07 $ docker rm -f --volumes ff9441b0afa71a64ce64646e818f84cb5b58e87c2ec1da1ef32b74d5037aa8f3 [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 22:22:08 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 22:22:08 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 22:22:08 total 16 22:22:08 drwxr-xr-x 3 root root 4096 Dec 23 22:16 . 22:22:08 drwxrwxr-x 9 jenkins jenkins 4096 Dec 23 22:21 .. 22:22:08 drwxr-xr-x 2 root root 4096 Dec 23 22:16 cost 22:22:08 -rw-r--r-- 1 root root 87 Dec 23 22:16 cost.csv 22:22:08 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 22:22:08 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 22:22:08 total 16 22:22:08 drwxr-xr-x 3 jenkins jenkins 4096 Dec 23 22:16 . 22:22:08 drwxrwxr-x 9 jenkins jenkins 4096 Dec 23 22:21 .. 22:22:08 drwxr-xr-x 2 jenkins jenkins 4096 Dec 23 22:16 cost 22:22:08 -rw-r--r-- 1 jenkins jenkins 87 Dec 23 22:16 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:22:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:22:09 ---> package-listing.sh 22:22:09 ++ facter osfamily 22:22:09 ++ tr '[:upper:]' '[:lower:]' 22:22:09 + OS_FAMILY=debian 22:22:09 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 22:22:09 + START_PACKAGES=/tmp/packages_start.txt 22:22:09 + END_PACKAGES=/tmp/packages_end.txt 22:22:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:22:09 + PACKAGES=/tmp/packages_start.txt 22:22:09 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 22:22:09 + PACKAGES=/tmp/packages_end.txt 22:22:09 + case "${OS_FAMILY}" in 22:22:09 + dpkg -l 22:22:09 + grep '^ii' 22:22:09 + '[' -f /tmp/packages_start.txt ']' 22:22:09 + '[' -f /tmp/packages_end.txt ']' 22:22:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:22:09 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 22:22:09 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 22:22:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo 22:22:09 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 22:22:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:22:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:22:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:22:10 prd-ubuntu20.04-docker-8c-8g-398 does not seem to be running inside a container 22:22:10 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:22:10 $ docker top bea4da28041154a25cc0f9b45535a219a7aca10901b91e85f7df3964fbca9a6b -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:11 + touch /tmp/pre-build-complete [Pipeline] sh 22:22:11 + mkdir -p /var/log/sysstat [Pipeline] sh 22:22:11 + ls /var/log/sa-host 22:22:11 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:22:11 provisioning config files... 22:22:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config13327749972670583782tmp [Pipeline] { [Pipeline] echo 22:22:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:22:12 ---> create-netrc.sh [Pipeline] } 22:22:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:22:12 ---> python-tools-install.sh [Pipeline] echo 22:22:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:22:12 ---> sudo-logs.sh 22:22:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:22:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:22:13 ---> job-cost.sh 22:22:13 lf-activate-venv: SKIPPING 22:22:13 DEBUG: total: 0.2199999988079071 22:22:13 INFO: Retrieving Stack Cost... 22:22:13 INFO: Retrieving Pricing Info for: v3-standard-8 22:22:14 INFO: Archiving Costs [Pipeline] echo 22:22:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:22:14 ---> logs-deploy.sh 22:22:14 lf-activate-venv: SKIPPING 22:22:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/92 22:22:14 INFO: archiving workspace using pattern(s): 22:22:15 Archives upload complete. 22:22:15 INFO: archiving logs to Nexus 22:22:16 ---> uname -a: 22:22:16 Linux prd-ubuntu20-04-docker-8c-8g-398 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 22:22:16 22:22:16 22:22:16 ---> lscpu: 22:22:16 Architecture: x86_64 22:22:16 CPU op-mode(s): 32-bit, 64-bit 22:22:16 Byte Order: Little Endian 22:22:16 Address sizes: 40 bits physical, 48 bits virtual 22:22:16 CPU(s): 8 22:22:16 On-line CPU(s) list: 0-7 22:22:16 Thread(s) per core: 1 22:22:16 Core(s) per socket: 1 22:22:16 Socket(s): 8 22:22:16 NUMA node(s): 1 22:22:16 Vendor ID: AuthenticAMD 22:22:16 CPU family: 23 22:22:16 Model: 49 22:22:16 Model name: AMD EPYC-Rome Processor 22:22:16 Stepping: 0 22:22:16 CPU MHz: 2799.988 22:22:16 BogoMIPS: 5599.97 22:22:16 Virtualization: AMD-V 22:22:16 Hypervisor vendor: KVM 22:22:16 Virtualization type: full 22:22:16 L1d cache: 256 KiB 22:22:16 L1i cache: 256 KiB 22:22:16 L2 cache: 4 MiB 22:22:16 L3 cache: 128 MiB 22:22:16 NUMA node0 CPU(s): 0-7 22:22:16 Vulnerability Itlb multihit: Not affected 22:22:16 Vulnerability L1tf: Not affected 22:22:16 Vulnerability Mds: Not affected 22:22:16 Vulnerability Meltdown: Not affected 22:22:16 Vulnerability Mmio stale data: Not affected 22:22:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:22:16 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 22:22:16 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 22:22:16 Vulnerability Srbds: Not affected 22:22:16 Vulnerability Tsx async abort: Not affected 22:22:16 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 22:22:16 22:22:16 22:22:16 ---> nproc: 22:22:16 8 22:22:16 22:22:16 22:22:16 ---> df -h: 22:22:16 Filesystem Size Used Avail Use% Mounted on 22:22:16 overlay 155G 12G 143G 8% / 22:22:16 tmpfs 64M 0 64M 0% /dev 22:22:16 tmpfs 16G 0 16G 0% /sys/fs/cgroup 22:22:16 shm 64M 0 64M 0% /dev/shm 22:22:16 /dev/vda1 155G 12G 143G 8% /facter-os 22:22:16 22:22:16 22:22:16 ---> sar -b -r -n DEV: 22:22:16 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-398) 12/23/22 _x86_64_ (8 CPU) 22:22:16 22:22:16 22:14:51 LINUX RESTART (8 CPU) 22:22:16 22:22:16 22:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:22:16 22:16:02 155.76 47.48 108.28 0.00 5342.98 92785.74 0.00 22:22:16 22:17:01 57.04 0.32 56.72 0.00 17.35 32017.35 0.00 22:22:16 22:18:01 1.88 0.00 1.88 0.00 0.00 21.34 0.00 22:22:16 22:19:01 0.92 0.00 0.92 0.00 0.00 12.40 0.00 22:22:16 22:20:01 16.80 7.07 9.73 0.00 898.65 2037.39 0.00 22:22:16 22:21:01 40.16 4.52 35.64 0.00 4277.95 6735.28 0.00 22:22:16 22:22:01 112.63 0.35 112.28 0.00 25.33 61965.01 0.00 22:22:16 Average: 55.02 8.55 46.47 0.00 1512.42 27928.82 0.00 22:22:16 22:22:16 22:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:22:16 22:16:02 28565272 31476068 828864 2.52 88480 3058320 2228556 6.57 1311592 2594588 471888 22:22:16 22:17:01 28706200 31621228 686860 2.09 94280 3053136 1725224 5.08 1129556 2632452 372 22:22:16 22:18:01 28693620 31608832 698772 2.13 94312 3053148 1725224 5.08 1148072 2632452 128 22:22:16 22:19:01 28699020 31614336 693136 2.11 94368 3053152 1725224 5.08 1139348 2632488 256 22:22:16 22:20:01 28558408 31572236 728832 2.22 99412 3139972 1821772 5.37 1210416 2685176 736 22:22:16 22:21:01 28173480 31593952 698092 2.12 128088 3507708 1819356 5.36 1460928 2799544 36 22:22:16 22:22:01 26650492 31552936 731216 2.22 173764 4813060 1763512 5.20 1602376 4044724 416 22:22:16 Average: 28292356 31577084 723682 2.20 110386 3382642 1829838 5.39 1286041 2860203 67690 22:22:16 22:22:16 22:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:22:16 22:16:02 docker0 50.17 62.41 4.06 731.56 0.00 0.00 0.00 0.00 22:22:16 22:16:02 lo 3.67 3.67 0.35 0.35 0.00 0.00 0.00 0.00 22:22:16 22:16:02 veth59e438f 45.56 58.92 4.16 687.26 0.00 0.00 0.00 0.06 22:22:16 22:16:02 ens3 700.58 481.72 7185.06 97.60 0.00 0.00 0.00 0.00 22:22:16 22:17:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:22:16 22:17:01 lo 1.29 1.29 0.12 0.12 0.00 0.00 0.00 0.00 22:22:16 22:17:01 ens3 109.03 72.84 2572.75 15.46 0.00 0.00 0.00 0.00 22:22:16 22:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:16 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:16 22:18:01 ens3 11.13 7.40 9.24 23.76 0.00 0.00 0.00 0.00 22:22:16 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:16 22:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:22:16 22:19:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:22:16 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:16 22:20:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 22:22:16 22:20:01 ens3 50.96 33.76 851.73 2.44 0.00 0.00 0.00 0.00 22:22:16 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:16 22:21:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 22:22:16 22:21:01 ens3 89.02 56.92 1895.86 10.82 0.00 0.00 0.00 0.00 22:22:16 22:22:01 docker0 34.91 43.04 3.24 686.74 0.00 0.00 0.00 0.00 22:22:16 22:22:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 22:22:16 22:22:01 ens3 366.71 269.39 7893.30 92.73 0.00 0.00 0.00 0.00 22:22:16 Average: docker0 12.19 15.10 1.05 203.09 0.00 0.00 0.00 0.00 22:22:16 Average: lo 1.12 1.12 0.11 0.11 0.00 0.00 0.00 0.00 22:22:16 Average: ens3 189.84 131.87 2916.17 34.73 0.00 0.00 0.00 0.00 22:22:16 22:22:16 22:22:16 ---> sar -P ALL: 22:22:16 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-398) 12/23/22 _x86_64_ (8 CPU) 22:22:16 22:22:16 22:14:51 LINUX RESTART (8 CPU) 22:22:16 22:22:16 22:15:01 CPU %user %nice %system %iowait %steal %idle 22:22:16 22:16:02 all 17.49 0.00 4.33 1.49 0.06 76.63 22:22:16 22:16:02 0 18.39 0.00 3.80 0.44 0.07 77.30 22:22:16 22:16:02 1 15.66 0.00 5.76 5.51 0.07 73.01 22:22:16 22:16:02 2 16.92 0.00 4.25 0.46 0.05 78.32 22:22:16 22:16:02 3 16.12 0.00 4.27 0.15 0.07 79.40 22:22:16 22:16:02 4 16.80 0.00 3.92 0.34 0.05 78.89 22:22:16 22:16:02 5 16.28 0.00 3.98 0.15 0.07 79.52 22:22:16 22:16:02 6 18.64 0.00 4.07 3.79 0.07 73.44 22:22:16 22:16:02 7 21.14 0.00 4.58 1.06 0.07 73.15 22:22:16 22:17:01 all 12.48 0.00 2.45 0.53 0.04 84.50 22:22:16 22:17:01 0 12.16 0.00 2.12 0.02 0.03 85.67 22:22:16 22:17:01 1 12.32 0.00 2.59 0.53 0.03 84.53 22:22:16 22:17:01 2 12.53 0.00 3.11 3.47 0.03 80.86 22:22:16 22:17:01 3 13.19 0.00 1.89 0.02 0.05 84.85 22:22:16 22:17:01 4 12.78 0.00 2.02 0.02 0.03 85.16 22:22:16 22:17:01 5 11.81 0.00 2.72 0.12 0.03 85.32 22:22:16 22:17:01 6 12.07 0.00 2.61 0.02 0.03 85.27 22:22:16 22:17:01 7 12.96 0.00 2.55 0.05 0.05 84.40 22:22:16 22:18:01 all 0.08 0.00 0.02 0.01 0.01 99.89 22:22:16 22:18:01 0 0.07 0.00 0.03 0.00 0.00 99.90 22:22:16 22:18:01 1 0.02 0.00 0.03 0.02 0.00 99.93 22:22:16 22:18:01 2 0.02 0.00 0.00 0.02 0.02 99.95 22:22:16 22:18:01 3 0.12 0.00 0.05 0.00 0.02 99.82 22:22:16 22:18:01 4 0.05 0.00 0.00 0.00 0.00 99.95 22:22:16 22:18:01 5 0.17 0.00 0.03 0.00 0.02 99.78 22:22:16 22:18:01 6 0.07 0.00 0.00 0.00 0.00 99.93 22:22:16 22:18:01 7 0.10 0.00 0.02 0.02 0.00 99.87 22:22:16 22:19:01 all 0.03 0.00 0.01 0.01 0.01 99.94 22:22:16 22:19:01 0 0.02 0.00 0.03 0.00 0.02 99.93 22:22:16 22:19:01 1 0.03 0.00 0.00 0.02 0.02 99.93 22:22:16 22:19:01 2 0.00 0.00 0.00 0.03 0.00 99.97 22:22:16 22:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 22:22:16 22:19:01 4 0.03 0.00 0.02 0.00 0.00 99.95 22:22:16 22:19:01 5 0.05 0.00 0.03 0.00 0.00 99.92 22:22:16 22:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 22:22:16 22:19:01 7 0.00 0.00 0.00 0.00 0.02 99.98 22:22:16 22:20:01 all 0.44 0.00 0.23 0.20 0.00 99.13 22:22:16 22:20:01 0 0.22 0.00 0.13 0.00 0.00 99.65 22:22:16 22:20:01 1 0.48 0.00 0.20 0.95 0.00 98.37 22:22:16 22:20:01 2 0.17 0.00 0.33 0.08 0.00 99.42 22:22:16 22:20:01 3 0.57 0.00 0.47 0.42 0.02 98.53 22:22:16 22:20:01 4 0.47 0.00 0.28 0.03 0.00 99.22 22:22:16 22:20:01 5 0.35 0.00 0.12 0.10 0.00 99.43 22:22:16 22:20:01 6 0.62 0.00 0.17 0.05 0.02 99.15 22:22:16 22:20:01 7 0.63 0.00 0.10 0.00 0.00 99.27 22:22:16 22:21:01 all 1.69 0.00 1.18 0.81 0.02 96.30 22:22:16 22:21:01 0 0.97 0.00 0.78 0.18 0.02 98.05 22:22:16 22:21:01 1 1.55 0.00 2.17 1.47 0.03 94.77 22:22:16 22:21:01 2 3.38 0.00 1.97 0.12 0.03 94.50 22:22:16 22:21:01 3 2.04 0.00 1.05 0.40 0.02 96.49 22:22:16 22:21:01 4 1.10 0.00 1.10 2.29 0.02 95.49 22:22:16 22:21:01 5 2.09 0.00 1.05 1.47 0.02 95.37 22:22:16 22:21:01 6 1.15 0.00 0.72 0.48 0.03 97.61 22:22:16 22:21:01 7 1.25 0.00 0.59 0.07 0.02 98.08 22:22:16 22:22:01 all 8.79 0.00 3.90 4.02 0.06 83.23 22:22:16 22:22:01 0 8.90 0.00 4.79 6.19 0.05 80.07 22:22:16 22:22:01 1 8.72 0.00 4.38 0.67 0.05 86.17 22:22:16 22:22:01 2 9.18 0.00 3.93 12.30 0.08 74.50 22:22:16 22:22:01 3 9.90 0.00 3.76 9.56 0.07 76.72 22:22:16 22:22:01 4 9.41 0.00 3.51 2.99 0.05 84.04 22:22:16 22:22:01 5 8.81 0.00 3.70 0.12 0.05 87.32 22:22:16 22:22:01 6 7.58 0.00 3.84 0.20 0.07 88.30 22:22:16 22:22:01 7 7.78 0.00 3.26 0.15 0.07 88.74 22:22:16 Average: all 5.81 0.00 1.72 1.00 0.03 91.43 22:22:16 Average: 0 5.77 0.00 1.66 0.97 0.03 91.58 22:22:16 Average: 1 5.50 0.00 2.15 1.31 0.03 91.01 22:22:16 Average: 2 5.98 0.00 1.93 2.34 0.03 89.72 22:22:16 Average: 3 5.95 0.00 1.63 1.50 0.04 90.88 22:22:16 Average: 4 5.76 0.00 1.54 0.81 0.02 91.87 22:22:16 Average: 5 5.61 0.00 1.65 0.28 0.03 92.43 22:22:16 Average: 6 5.70 0.00 1.62 0.65 0.03 92.00 22:22:16 Average: 7 6.22 0.00 1.57 0.19 0.03 91.99 22:22:16 22:22:16 22:22:16