Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d53ee3f53debcc6874c45d7868efa4b338f9164c Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 shared 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 shared 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: [[centos7-docker-4c-2g, ubuntu18.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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31004 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' 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 Checking out Revision d53ee3f53debcc6874c45d7868efa4b338f9164c (master) > 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 remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 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/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d53ee3f53debcc6874c45d7868efa4b338f9164c # timeout=10 Commit message: "Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.54" > git rev-list --no-walk 5315645361e9f2a26ab3732444c7229dd8814c47 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:55:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:55:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:55:27 ========================================================= 02:55:27 EdgeX Global Pipelines Version Info 02:55:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:55:28 ------------------- 02:55:28 stable info: 02:55:28 ------------------- 02:55:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:55:28 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:55:28 Message: update stable to v1.0.186 02:55:29 ------------------- 02:55:29 experimental info: 02:55:29 ------------------- 02:55:29 Commited By: **** collab-it+edgex@linuxfoundation.org 02:55:29 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:55:29 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:55:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 02:55:30 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 02:55:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:55:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:55:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:55:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:55:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:55:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 02:55:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:55:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:55:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 02:55:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:55:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:55:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:55:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:55:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:55:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:55:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:55:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:55:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:55:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 02:55:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:55:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 02:55:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 02:55:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 02:55:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d53ee3f53debcc6874c45d7868efa4b338f9164c [Pipeline] echo 02:55:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d53ee3f [Pipeline] echo 02:55:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:55:33 + git log --format=format:%s -1 d53ee3f53debcc6874c45d7868efa4b338f9164c [Pipeline] echo 02:55:33 GIT_COMMIT: d53ee3f53debcc6874c45d7868efa4b338f9164c, Commit Message: Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.54 [Pipeline] echo 02:55:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:55:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:55:35 02:55:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:55:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:55:35 latest: Pulling from edgex-devops/git-semver 02:55:35 31603596830f: Pulling fs layer 02:55:35 2a8b12db71e7: Pulling fs layer 02:55:35 6ca5941a6612: Pulling fs layer 02:55:35 ecc8261a40a4: Pulling fs layer 02:55:35 ecc8261a40a4: Waiting 02:55:35 2a8b12db71e7: Verifying Checksum 02:55:35 2a8b12db71e7: Download complete 02:55:35 31603596830f: Verifying Checksum 02:55:35 31603596830f: Download complete 02:55:35 ecc8261a40a4: Verifying Checksum 02:55:35 ecc8261a40a4: Download complete 02:55:36 6ca5941a6612: Verifying Checksum 02:55:36 6ca5941a6612: Download complete 02:55:36 31603596830f: Pull complete 02:55:36 2a8b12db71e7: Pull complete 02:55:37 6ca5941a6612: Pull complete 02:55:37 ecc8261a40a4: Pull complete 02:55:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:55:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:55:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:55:37 prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container 02:55:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:55:40 $ docker top 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:55:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:55:40 [ssh-agent] Looking for ssh-agent implementation... 02:55:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:55:40 $ docker exec 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca ssh-agent 02:55:41 SSH_AUTH_SOCK=/tmp/ssh-SM15H4pIHb3R/agent.11 02:55:41 SSH_AGENT_PID=16 02:55:41 Running ssh-add (command line suppressed) 02:55:41 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4567863435336483287.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4567863435336483287.key) 02:55:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:55:41 + git tag --points-at HEAD [Pipeline] } 02:55:41 $ docker exec --env ******** --env ******** 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca ssh-agent -k 02:55:41 unset SSH_AUTH_SOCK; 02:55:41 unset SSH_AGENT_PID; 02:55:41 echo Agent pid 16 killed; 02:55:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:55:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:55:41 [ssh-agent] Looking for ssh-agent implementation... 02:55:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:55:42 $ docker exec 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca ssh-agent 02:55:42 SSH_AUTH_SOCK=/tmp/ssh-xDCjxoj5TGeu/agent.44 02:55:42 SSH_AGENT_PID=49 02:55:42 Running ssh-add (command line suppressed) 02:55:42 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1868881911044176829.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1868881911044176829.key) 02:55:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:55:42 + git semver init 02:55:42 # -> Open(): unable to determine branch for HEAD 02:55:42 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 02:55:42 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 02:55:42 # $SEMVER_REMOTE_NAME = origin 02:55:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:55:42 # $SEMVER_USER_NAME = edgex-jenkins 02:55:42 # $SEMVER_BRANCH = master 02:55:42 # $SEMVER_TEMP = /tmp/semver-839872590 02:55:42 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 02:55:43 # '/tmp/semver-839872590' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 02:55:43 # -> Force: false 02:55:43 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 02:55:43 $ docker exec --env ******** --env ******** 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca ssh-agent -k 02:55:43 unset SSH_AUTH_SOCK; 02:55:43 unset SSH_AGENT_PID; 02:55:43 echo Agent pid 49 killed; 02:55:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:55:44 + git semver [Pipeline] } 02:55:44 $ docker stop --time=1 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca 02:55:45 $ docker rm -f 1166ef99e83724ce429ce4eed1af0b3f94d7164aa2738e73023d0b3c954911ca [Pipeline] // withDockerContainer [Pipeline] sh 02:55:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:55:46 Stashed 1 file(s) [Pipeline] echo 02:55:46 [edgeXSemver]: initialized semver on version 2.0.0-dev.20 [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] node [Pipeline] node 02:56:02 Still waiting to schedule task 02:56:02 ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-31005’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ 02:56:02 Still waiting to schedule task 02:56:02 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:57:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31006 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 02:57:38 Running in /w/workspace/go-mod-bootstrap/96 [Pipeline] { [Pipeline] checkout 02:57:44 using credential edgex-jenkins-ssh 02:57:44 Cloning the remote Git repository 02:57:44 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 02:57:44 > git init /w/workspace/go-mod-bootstrap/96 # timeout=10 02:57:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 02:57:44 > git --version # timeout=10 02:57:44 > git --version # 'git version 2.17.1' 02:57:44 using GIT_SSH to set credentials SSH Credentials for GitHub 02:57:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:57:45 Checking out Revision d53ee3f53debcc6874c45d7868efa4b338f9164c (master) 02:57:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 02:57:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:57:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 02:57:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 02:57:45 using GIT_SSH to set credentials SSH Credentials for GitHub 02:57:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:57:46 > git config core.sparsecheckout # timeout=10 02:57:46 > git checkout -f d53ee3f53debcc6874c45d7868efa4b338f9164c # timeout=10 02:57:50 Commit message: "Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.54" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:57:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:57:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:57:52 + true 02:57:52 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 02:57:55 ========================================================= 02:57:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:57:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:57:56 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:57:57 Sending build context to Docker daemon 734.2kB 02:57:57 Step 1/8 : ARG BASE=golang:1.15-alpine 02:57:57 Step 2/8 : FROM ${BASE} 02:57:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:57:57 5f621e34cdf4: Pulling fs layer 02:57:57 a4357932f1b6: Pulling fs layer 02:57:57 18c013af1878: Pulling fs layer 02:57:57 00ac8860ef70: Pulling fs layer 02:57:57 63d7cb157983: Pulling fs layer 02:57:57 b116817d02f9: Pulling fs layer 02:57:57 745a02a5169b: Pulling fs layer 02:57:57 00ac8860ef70: Waiting 02:57:57 63d7cb157983: Waiting 02:57:57 b116817d02f9: Waiting 02:57:57 745a02a5169b: Waiting 02:57:57 18c013af1878: Download complete 02:57:57 a4357932f1b6: Verifying Checksum 02:57:57 63d7cb157983: Verifying Checksum 02:57:57 63d7cb157983: Download complete 02:57:57 b116817d02f9: Verifying Checksum 02:57:57 b116817d02f9: Download complete 02:57:57 5f621e34cdf4: Verifying Checksum 02:57:57 5f621e34cdf4: Download complete 02:57:58 5f621e34cdf4: Pull complete 02:57:58 a4357932f1b6: Pull complete 02:57:59 18c013af1878: Pull complete 02:58:00 745a02a5169b: Verifying Checksum 02:58:00 745a02a5169b: Download complete 02:58:01 00ac8860ef70: Verifying Checksum 02:58:01 00ac8860ef70: Download complete 02:58:08 Running on prd-centos7-docker-4c-2g-31007 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 02:58:08 Running in /w/workspace/go-mod-bootstrap/96 [Pipeline] { [Pipeline] checkout 02:58:10 using credential edgex-jenkins-ssh 02:58:10 Cloning the remote Git repository 02:58:10 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 02:58:10 > git init /w/workspace/go-mod-bootstrap/96 # timeout=10 02:58:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 02:58:10 > git --version # timeout=10 02:58:10 > git --version # 'git version 2.24.3' 02:58:10 using GIT_SSH to set credentials SSH Credentials for GitHub 02:58:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:58:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 02:58:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:58:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 02:58:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 02:58:11 using GIT_SSH to set credentials SSH Credentials for GitHub 02:58:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:58:11 00ac8860ef70: Pull complete 02:58:11 63d7cb157983: Pull complete 02:58:11 Checking out Revision d53ee3f53debcc6874c45d7868efa4b338f9164c (master) 02:58:12 b116817d02f9: Pull complete 02:58:11 > git config core.sparsecheckout # timeout=10 02:58:11 > git checkout -f d53ee3f53debcc6874c45d7868efa4b338f9164c # timeout=10 02:58:15 Commit message: "Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.54" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:58:16 745a02a5169b: Pull complete 02:58:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:58:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:58:16 ---> b7e6874047d6 02:58:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:58:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:58:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:58:17 + sudo service docker restart 02:58:17 + true 02:58:17 Redirecting to /bin/systemctl restart docker.service 02:58:18 ---> Running in 24dc267250d7 [Pipeline] unstash 02:58:18 Removing intermediate container 24dc267250d7 02:58:18 ---> 8fbe89d5da2a 02:58:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:58:18 ---> Running in 215f0afa2718 [Pipeline] echo 02:58:19 ========================================================= 02:58:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:58:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:58:19 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:58:19 Sending build context to Docker daemon 733.2kB 02:58:19 Step 1/8 : ARG BASE=golang:1.15-alpine 02:58:19 Step 2/8 : FROM ${BASE} 02:58:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:58:19 188c0c94c7c5: Pulling fs layer 02:58:19 0ef7d3d256c8: Pulling fs layer 02:58:19 de9db76c5a1d: Pulling fs layer 02:58:19 bca2f99d35d6: Pulling fs layer 02:58:19 93359f2a8cfa: Pulling fs layer 02:58:19 7c6f9722023f: Pulling fs layer 02:58:19 a35cf1a2eb13: Pulling fs layer 02:58:19 93359f2a8cfa: Waiting 02:58:19 7c6f9722023f: Waiting 02:58:19 a35cf1a2eb13: Waiting 02:58:19 bca2f99d35d6: Waiting 02:58:19 de9db76c5a1d: Verifying Checksum 02:58:19 de9db76c5a1d: Download complete 02:58:19 0ef7d3d256c8: Verifying Checksum 02:58:19 0ef7d3d256c8: Download complete 02:58:19 93359f2a8cfa: Verifying Checksum 02:58:19 93359f2a8cfa: Download complete 02:58:19 188c0c94c7c5: Verifying Checksum 02:58:19 7c6f9722023f: Verifying Checksum 02:58:19 7c6f9722023f: Download complete 02:58:19 188c0c94c7c5: Pull complete 02:58:20 0ef7d3d256c8: Pull complete 02:58:20 de9db76c5a1d: Pull complete 02:58:21 Removing intermediate container 215f0afa2718 02:58:21 ---> 6ddf88a03df4 02:58:21 Step 5/8 : RUN apk add --update --no-cache git make 02:58:21 ---> Running in 888534cade4e 02:58:21 a35cf1a2eb13: Verifying Checksum 02:58:21 a35cf1a2eb13: Download complete 02:58:22 bca2f99d35d6: Verifying Checksum 02:58:22 bca2f99d35d6: Download complete 02:58:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:58:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:58:25 OK: 142 MiB in 39 packages 02:58:26 Removing intermediate container 888534cade4e 02:58:26 ---> e8c16aa9b15a 02:58:26 Step 6/8 : WORKDIR /build 02:58:26 ---> Running in ecb7581fe5b1 02:58:26 Removing intermediate container ecb7581fe5b1 02:58:26 ---> 4db35aa9031c 02:58:26 Step 7/8 : COPY go.mod . 02:58:27 ---> 9d2859caf445 02:58:27 Step 8/8 : RUN go mod download 02:58:27 ---> Running in ac7a54647186 02:58:27 bca2f99d35d6: Pull complete 02:58:27 93359f2a8cfa: Pull complete 02:58:27 7c6f9722023f: Pull complete 02:58:36 a35cf1a2eb13: Pull complete 02:58:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:58:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:58:36 ---> a62c8e92a672 02:58:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:58:36 ---> Running in 95f2f3caa7a4 02:58:36 Removing intermediate container 95f2f3caa7a4 02:58:36 ---> b5426369a28a 02:58:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:58:36 ---> Running in b35d81014c38 02:58:36 Removing intermediate container b35d81014c38 02:58:36 ---> 0a2946e9bca3 02:58:36 Step 5/8 : RUN apk add --update --no-cache git make 02:58:36 ---> Running in e6929fb9307e 02:58:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:58:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:58:39 OK: 166 MiB in 39 packages 02:58:39 Removing intermediate container e6929fb9307e 02:58:39 ---> 998bff9963f8 02:58:39 Step 6/8 : WORKDIR /build 02:58:39 ---> Running in 4a6afd10e3ec 02:58:39 Removing intermediate container 4a6afd10e3ec 02:58:39 ---> f2084281900a 02:58:39 Step 7/8 : COPY go.mod . 02:58:40 ---> 56c3105f2970 02:58:40 Step 8/8 : RUN go mod download 02:58:40 ---> Running in f2292ea47380 02:58:49 Removing intermediate container ac7a54647186 02:58:49 ---> 4795d0b05d47 02:58:49 Successfully built 4795d0b05d47 02:58:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:58:50 + docker inspect -f . ci-base-image-arm64 02:58:50 . [Pipeline] withDockerContainer 02:58:50 prd-ubuntu18.04-docker-arm64-4c-16g-31006 does not seem to be running inside a container 02:58:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/96 -v /w/workspace/go-mod-bootstrap/96:/w/workspace/go-mod-bootstrap/96:rw,z -v /w/workspace/go-mod-bootstrap/96@tmp:/w/workspace/go-mod-bootstrap/96@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 ******** ci-base-image-arm64 cat 02:58:51 $ docker top adc554044fc0c43f2201cb3cfe964f78083b413f03f5389e64119737f27c406b -eo pid,comm [Pipeline] { [Pipeline] sh 02:58:52 + go version 02:58:52 go version go1.15.5 linux/arm64 [Pipeline] } 02:58:52 $ docker stop --time=1 adc554044fc0c43f2201cb3cfe964f78083b413f03f5389e64119737f27c406b 02:58:54 $ docker rm -f adc554044fc0c43f2201cb3cfe964f78083b413f03f5389e64119737f27c406b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:58:55 + docker inspect -f . ci-base-image-arm64 02:58:55 . [Pipeline] withDockerContainer 02:58:56 prd-ubuntu18.04-docker-arm64-4c-16g-31006 does not seem to be running inside a container 02:58:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/96 -v /w/workspace/go-mod-bootstrap/96:/w/workspace/go-mod-bootstrap/96:rw,z -v /w/workspace/go-mod-bootstrap/96@tmp:/w/workspace/go-mod-bootstrap/96@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 ******** ci-base-image-arm64 cat 02:58:57 $ docker top 58f504877db2df7ad71619206d207471ba0d87fb79430f6727d113a4765d99e8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:58:58 Removing intermediate container f2292ea47380 02:58:58 ---> 5a7a7619e76d 02:58:58 Successfully built 5a7a7619e76d 02:58:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:58:58 + make test 02:58:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:58:58 + docker inspect -f . ci-base-image-x86_64 02:58:58 . [Pipeline] withDockerContainer 02:58:58 prd-centos7-docker-4c-2g-31007 does not seem to be running inside a container 02:58:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/96 -v /w/workspace/go-mod-bootstrap/96:/w/workspace/go-mod-bootstrap/96:rw,z -v /w/workspace/go-mod-bootstrap/96@tmp:/w/workspace/go-mod-bootstrap/96@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 ******** ci-base-image-x86_64 cat 02:58:59 $ docker top a9a3af5b696878c2405659ceb1437d2bbb80c9ec7b54bd91bd62fdb6158695c4 -eo pid,comm [Pipeline] { [Pipeline] sh 02:59:00 + go version 02:59:00 go version go1.15.5 linux/amd64 [Pipeline] } 02:59:00 $ docker stop --time=1 a9a3af5b696878c2405659ceb1437d2bbb80c9ec7b54bd91bd62fdb6158695c4 02:59:01 $ docker rm -f a9a3af5b696878c2405659ceb1437d2bbb80c9ec7b54bd91bd62fdb6158695c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:59:02 + docker inspect -f . ci-base-image-x86_64 02:59:02 . [Pipeline] withDockerContainer 02:59:02 prd-centos7-docker-4c-2g-31007 does not seem to be running inside a container 02:59:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/96 -v /w/workspace/go-mod-bootstrap/96:/w/workspace/go-mod-bootstrap/96:rw,z -v /w/workspace/go-mod-bootstrap/96@tmp:/w/workspace/go-mod-bootstrap/96@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 ******** ci-base-image-x86_64 cat 02:59:03 $ docker top 4ae959fb6999479a9642596442686eae1424d8414a237924db46a17dc58e664e -eo pid,comm [Pipeline] { [Pipeline] sh 02:59:03 + make test 02:59:03 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:59:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 02:59:14 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.007s coverage: 5.7% of statements 02:59:14 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 02:59:14 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.007s coverage: 92.2% of statements 02:59:14 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.022s coverage: 85.3% of statements 02:59:14 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.012s coverage: 34.3% of statements 02:59:14 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 02:59:14 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 02:59:14 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.006s coverage: 18.2% of statements 02:59:18 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.007s coverage: 95.3% of statements 02:59:18 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 02:59:18 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 02:59:18 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.016s coverage: 91.3% of statements 02:59:18 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 02:59:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:59:20 gofmt -l . 02:59:20 [ "`gofmt -l .`" = "" ] [Pipeline] } 02:59:20 $ docker stop --time=1 4ae959fb6999479a9642596442686eae1424d8414a237924db46a17dc58e664e 02:59:23 $ docker rm -f 4ae959fb6999479a9642596442686eae1424d8414a237924db46a17dc58e664e [Pipeline] // withDockerContainer [Pipeline] sh 02:59:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:59:24 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] libraryResource [Pipeline] sh 02:59:25 ---> job-cost.sh 02:59:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NYxU 02:59:31 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 02:59:31 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.017s coverage: 5.7% of statements 02:59:31 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 02:59:31 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.039s coverage: 92.2% of statements 02:59:31 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.020s coverage: 85.3% of statements 02:59:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.035s coverage: 34.3% of statements 02:59:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 02:59:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 02:59:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.011s coverage: 18.2% of statements 02:59:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.033s coverage: 95.3% of statements 02:59:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 02:59:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 02:59:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.010s coverage: 91.3% of statements 02:59:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 02:59:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:59:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:59:43 gofmt -l . 02:59:43 [ "`gofmt -l .`" = "" ] [Pipeline] } 02:59:43 $ docker stop --time=1 58f504877db2df7ad71619206d207471ba0d87fb79430f6727d113a4765d99e8 02:59:45 $ docker rm -f 58f504877db2df7ad71619206d207471ba0d87fb79430f6727d113a4765d99e8 [Pipeline] // withDockerContainer [Pipeline] sh 02:59:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:59:46 Warning: overwriting stash ‘coverage-report’ 02:59:46 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] libraryResource [Pipeline] sh 02:59:47 ---> job-cost.sh 02:59:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tnsY 03:00:07 lf-activate-venv(): INFO: Adding /tmp/venv-NYxU/bin to PATH 03:00:07 INFO: No Stack... 03:00:07 INFO: Retrieving Pricing Info for: v1-standard-2 03:00:07 INFO: Archiving Costs [Pipeline] sh 03:00:07 + cat /w/workspace/go-mod-bootstrap/96/archives/cost.csv 03:00:07 + cut -d, -f6 [Pipeline] lock 03:00:07 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] 03:00:07 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] did not exist. Created. 03:00:07 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:00:08 + echo total: 0.029999999329447746 [Pipeline] stash 03:00:08 Stashed 1 file(s) [Pipeline] } 03:00:08 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:00:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:01:48 lf-activate-venv(): INFO: Adding /tmp/venv-tnsY/bin to PATH 03:01:48 INFO: No Stack... 03:01:48 INFO: Retrieving Pricing Info for: lf-standard-4 03:01:49 INFO: Archiving Costs [Pipeline] sh 03:01:49 + cat /w/workspace/go-mod-bootstrap/96/archives/cost.csv 03:01:49 + cut -d, -f6 [Pipeline] lock 03:01:50 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] 03:01:50 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] did not exist. Created. 03:01:50 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:01:50 /w/workspace/go-mod-bootstrap/96@tmp/durable-19db4a59/script.sh: 1: /w/workspace/go-mod-bootstrap/96@tmp/durable-19db4a59/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 03:01:50 + echo total: 0.20999999344348907 [Pipeline] stash 03:01:50 Warning: overwriting stash ‘stack-cost’ 03:01:51 Stashed 1 file(s) [Pipeline] } 03:01:51 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-96-stack-cost] [Pipeline] // lock [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] wrap 03:01:52 provisioning config files... 03:01:52 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4242002007192023824tmp [Pipeline] { [Pipeline] sh 03:01:52 + set +x 03:01:52 + curl -s https://codecov.io/bash 03:01:52 + bash -s -- 03:01:53 03:01:53 _____ _ 03:01:53 / ____| | | 03:01:53 | | ___ __| | ___ ___ _____ __ 03:01:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:01:53 | |___| (_) | (_| | __/ (_| (_) \ V / 03:01:53 \_____\___/ \__,_|\___|\___\___/ \_/ 03:01:53 Bash-20210309-2b87ace 03:01:53 03:01:53 03:01:53 ==> git version 2.24.3 found 03:01:53 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 03:01:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:01:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:01:53 ==> Jenkins CI detected. 03:01:53 project root: . 03:01:53 --> token set from env 03:01:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:01:53 ==> Running gcov in . (disable via -X gcov) 03:01:53 ==> Python coveragepy not found 03:01:53 ==> Searching for coverage reports in: 03:01:53 + . 03:01:53 -> Found 1 reports 03:01:53 ==> Detecting git/mercurial file structure 03:01:53 ==> Reading reports 03:01:53 + ./coverage.out bytes=30254 03:01:53 ==> Appending adjustments 03:01:53 https://docs.codecov.io/docs/fixing-reports 03:01:53 + Found adjustments 03:01:53 ==> Gzipping contents 03:01:53 8.0K /tmp/codecov.63oyY0.gz 03:01:53 ==> Uploading reports 03:01:53 url: https://codecov.io 03:01:53 query: branch=master&commit=d53ee3f53debcc6874c45d7868efa4b338f9164c&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 03:01:53 -> Pinging Codecov 03:01:53 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=d53ee3f53debcc6874c45d7868efa4b338f9164c&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 03:01:54 -> Uploading to 03:01:54 https://storage.googleapis.com/codecov/v4/raw/2021-03-23/833815588EE85121546D348822E98E2E/d53ee3f53debcc6874c45d7868efa4b338f9164c/430d8d67-7fec-4b48-a65b-81ef2506fcf1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T030153Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ce807633daef10e4a7fcaea95fbab47baabeebd904dfd61bea25c59ea66b2394 03:01:54 % Total % Received % Xferd Average Speed Time Time Time Current 03:01:54 Dload Upload Total Spent Left Speed 03:01:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5614 0 0 100 5614 0 13929 --:--:-- --:--:-- --:--:-- 13965 03:01:54 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/d53ee3f53debcc6874c45d7868efa4b338f9164c [Pipeline] } 03:01:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:01:55 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:01:55 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:01:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:01:55 03:01:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 03:01:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:01:55 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:01:55 188c0c94c7c5: Pulling fs layer 03:01:55 0ef7d3d256c8: Pulling fs layer 03:01:55 de9db76c5a1d: Pulling fs layer 03:01:55 0eba1c9be4d2: Pulling fs layer 03:01:55 0d57e429df01: Pulling fs layer 03:01:55 4e4be7b47b0d: Pulling fs layer 03:01:55 e1f770b5df2f: Pulling fs layer 03:01:55 85a0685a4137: Pulling fs layer 03:01:55 0eba1c9be4d2: Waiting 03:01:55 0d57e429df01: Waiting 03:01:55 4e4be7b47b0d: Waiting 03:01:55 e1f770b5df2f: Waiting 03:01:55 de9db76c5a1d: Verifying Checksum 03:01:55 de9db76c5a1d: Download complete 03:01:55 0ef7d3d256c8: Download complete 03:01:55 0d57e429df01: Verifying Checksum 03:01:55 0d57e429df01: Download complete 03:01:55 4e4be7b47b0d: Verifying Checksum 03:01:55 4e4be7b47b0d: Download complete 03:01:56 188c0c94c7c5: Verifying Checksum 03:01:56 188c0c94c7c5: Pull complete 03:01:56 0ef7d3d256c8: Pull complete 03:01:56 de9db76c5a1d: Pull complete 03:01:57 e1f770b5df2f: Verifying Checksum 03:01:57 e1f770b5df2f: Download complete 03:01:59 0eba1c9be4d2: Verifying Checksum 03:01:59 0eba1c9be4d2: Download complete 03:02:00 85a0685a4137: Verifying Checksum 03:02:00 85a0685a4137: Download complete 03:02:04 0eba1c9be4d2: Pull complete 03:02:05 0d57e429df01: Pull complete 03:02:05 4e4be7b47b0d: Pull complete 03:02:07 e1f770b5df2f: Pull complete 03:02:15 85a0685a4137: Pull complete 03:02:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 03:02:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:02:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 03:02:16 prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container 03:02:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 03:02:17 $ docker top 432ec0043cadd3056e3dc73efe5cedda1dd701bac4f10af3dc6944280afc1c94 -eo pid,comm [Pipeline] { [Pipeline] echo 03:02:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 03:02:17 + set -o pipefail 03:02:17 + snyk monitor '--org=edgex-jenkins' 03:02:24 03:02:24 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 03:02:24 03:02:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/df2532b3-93da-4ec2-88de-885d7a135014 03:02:24 03:02:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:02:24 03:02:24 [Pipeline] } 03:02:24 $ docker stop --time=1 432ec0043cadd3056e3dc73efe5cedda1dd701bac4f10af3dc6944280afc1c94 03:02:26 $ docker rm -f 432ec0043cadd3056e3dc73efe5cedda1dd701bac4f10af3dc6944280afc1c94 [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 03:02:28 + git log --format=format:%s -1 d53ee3f53debcc6874c45d7868efa4b338f9164c [Pipeline] isUnix [Pipeline] sh 03:02:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:02:29 . [Pipeline] withDockerContainer 03:02:29 prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container 03:02:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:02:30 $ docker top 75148ebdb724ae3f87f52be06c8ea1de5232262c18870a8cdb337a4d2b02f2d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:02:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:02:30 [ssh-agent] Looking for ssh-agent implementation... 03:02:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:02:30 $ docker exec 75148ebdb724ae3f87f52be06c8ea1de5232262c18870a8cdb337a4d2b02f2d2 ssh-agent 03:02:30 SSH_AUTH_SOCK=/tmp/ssh-aesIP31J4ldg/agent.11 03:02:30 SSH_AGENT_PID=16 03:02:30 Running ssh-add (command line suppressed) 03:02:31 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4850376061144412136.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4850376061144412136.key) 03:02:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:02:31 + git semver tag 03:02:31 # -> Open(): unable to determine branch for HEAD 03:02:31 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 03:02:31 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 03:02:31 # $SEMVER_REMOTE_NAME = origin 03:02:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:02:31 # $SEMVER_USER_NAME = edgex-jenkins 03:02:31 # $SEMVER_BRANCH = master 03:02:31 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 03:02:31 # d53ee3f53debcc6874c45d7868efa4b338f9164c HEAD 03:02:31 # -> Force: false 03:02:31 # 08b651ae4ba9f2d239f4d36ea98441f471477983 refs/tags/v2.0.0-dev.20 [Pipeline] } 03:02:31 $ docker exec --env ******** --env ******** 75148ebdb724ae3f87f52be06c8ea1de5232262c18870a8cdb337a4d2b02f2d2 ssh-agent -k 03:02:31 unset SSH_AUTH_SOCK; 03:02:31 unset SSH_AGENT_PID; 03:02:31 echo Agent pid 16 killed; 03:02:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:02:32 + git semver [Pipeline] } 03:02:32 $ docker stop --time=1 75148ebdb724ae3f87f52be06c8ea1de5232262c18870a8cdb337a4d2b02f2d2 03:02:33 $ docker rm -f 75148ebdb724ae3f87f52be06c8ea1de5232262c18870a8cdb337a4d2b02f2d2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:02:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:02:34 03:02:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:02:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:02:34 0.23.1-centos7: Pulling from edgex-lftools 03:02:34 ab5ef0e58194: Pulling fs layer 03:02:34 9712f1f96733: Pulling fs layer 03:02:34 63f879dbbcfc: Pulling fs layer 03:02:34 0d9ebad4ef96: Pulling fs layer 03:02:34 e9a5061849ea: Pulling fs layer 03:02:34 d747dcd14b5f: Pulling fs layer 03:02:34 2de7ff778b66: Pulling fs layer 03:02:34 e9a5061849ea: Waiting 03:02:34 d747dcd14b5f: Waiting 03:02:34 2de7ff778b66: Waiting 03:02:34 0d9ebad4ef96: Waiting 03:02:34 9712f1f96733: Verifying Checksum 03:02:34 9712f1f96733: Download complete 03:02:37 63f879dbbcfc: Verifying Checksum 03:02:37 63f879dbbcfc: Download complete 03:02:38 e9a5061849ea: Verifying Checksum 03:02:38 e9a5061849ea: Download complete 03:02:38 d747dcd14b5f: Verifying Checksum 03:02:38 d747dcd14b5f: Download complete 03:02:38 0d9ebad4ef96: Verifying Checksum 03:02:38 0d9ebad4ef96: Download complete 03:02:38 2de7ff778b66: Verifying Checksum 03:02:38 2de7ff778b66: Download complete 03:02:38 ab5ef0e58194: Verifying Checksum 03:02:38 ab5ef0e58194: Download complete 03:02:44 ab5ef0e58194: Pull complete 03:02:44 9712f1f96733: Pull complete 03:02:46 63f879dbbcfc: Pull complete 03:02:52 0d9ebad4ef96: Pull complete 03:02:54 e9a5061849ea: Pull complete 03:02:54 d747dcd14b5f: Pull complete 03:02:56 2de7ff778b66: Pull complete 03:02:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:02:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:02:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:02:56 prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container 03:02:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:03:01 $ docker top d632768c7b0f6b439340b96d8a23ec086fa414be23b4c454539f895d15b7af8c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:03:01 provisioning config files... 03:03:01 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7072165812468926749tmp 03:03:01 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3429907955468834434tmp 03:03:01 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5702867457058004954tmp [Pipeline] { [Pipeline] echo 03:03:01 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:03:01 ---> sigul-configuration.sh 03:03:01 gpg: directory `/root/.gnupg' created 03:03:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:03:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:03:01 gpg: keyring `/root/.gnupg/secring.gpg' created 03:03:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:03:01 gpg: CAST5 encrypted data 03:03:02 gpg: encrypted with 1 passphrase 03:03:02 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:03:02 + mkdir /home/jenkins 03:03:02 + mkdir /home/jenkins/sigul [Pipeline] sh 03:03:02 + 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 03:03:02 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:03:02 ---> sigul-install.sh 03:03:09 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:03:09 + git tag --list 03:03:09 v0.0.1 03:03:09 v0.0.10 03:03:09 v0.0.11 03:03:09 v0.0.12 03:03:09 v0.0.13 03:03:09 v0.0.14 03:03:09 v0.0.15 03:03:09 v0.0.16 03:03:09 v0.0.17 03:03:09 v0.0.18 03:03:09 v0.0.19 03:03:09 v0.0.2 03:03:09 v0.0.20 03:03:09 v0.0.21 03:03:09 v0.0.22 03:03:09 v0.0.23 03:03:09 v0.0.24 03:03:09 v0.0.25 03:03:09 v0.0.26 03:03:09 v0.0.27 03:03:09 v0.0.28 03:03:09 v0.0.29 03:03:09 v0.0.3 03:03:09 v0.0.30 03:03:09 v0.0.31 03:03:09 v0.0.32 03:03:09 v0.0.33 03:03:09 v0.0.34 03:03:09 v0.0.35 03:03:09 v0.0.36 03:03:09 v0.0.37 03:03:09 v0.0.38 03:03:09 v0.0.39 03:03:09 v0.0.4 03:03:09 v0.0.40 03:03:09 v0.0.41 03:03:09 v0.0.42 03:03:09 v0.0.43 03:03:09 v0.0.44 03:03:09 v0.0.45 03:03:09 v0.0.46 03:03:09 v0.0.47 03:03:09 v0.0.48 03:03:09 v0.0.49 03:03:09 v0.0.5 03:03:09 v0.0.50 03:03:09 v0.0.51 03:03:09 v0.0.52 03:03:09 v0.0.53 03:03:09 v0.0.54 03:03:09 v0.0.55 03:03:09 v0.0.56 03:03:09 v0.0.57 03:03:09 v0.0.58 03:03:09 v0.0.59 03:03:09 v0.0.6 03:03:09 v0.0.60 03:03:09 v0.0.61 03:03:09 v0.0.62 03:03:09 v0.0.63 03:03:09 v0.0.64 03:03:09 v0.0.65 03:03:09 v0.0.66 03:03:09 v0.0.67 03:03:09 v0.0.68 03:03:09 v0.0.69 03:03:09 v0.0.7 03:03:09 v0.0.70 03:03:09 v0.0.71 03:03:09 v0.0.72 03:03:09 v0.0.8 03:03:09 v0.0.9 03:03:09 v2.0.0-dev.1 03:03:09 v2.0.0-dev.10 03:03:09 v2.0.0-dev.11 03:03:09 v2.0.0-dev.12 03:03:09 v2.0.0-dev.13 03:03:09 v2.0.0-dev.14 03:03:09 v2.0.0-dev.15 03:03:09 v2.0.0-dev.16 03:03:09 v2.0.0-dev.17 03:03:09 v2.0.0-dev.18 03:03:09 v2.0.0-dev.19 03:03:09 v2.0.0-dev.2 03:03:09 v2.0.0-dev.20 03:03:09 v2.0.0-dev.3 03:03:09 v2.0.0-dev.4 03:03:09 v2.0.0-dev.5 03:03:09 v2.0.0-dev.6 03:03:09 v2.0.0-dev.7 03:03:09 v2.0.0-dev.8 03:03:09 v2.0.0-dev.9 [Pipeline] sh 03:03:10 + lftools sign git-tag v2.0.0-dev.20 03:03:11 Signing Git tag with Sigul... 03:03:11 Signing v2.0.0-dev.20 [Pipeline] echo 03:03:12 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:03:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:03:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:03:12 $ docker stop --time=1 d632768c7b0f6b439340b96d8a23ec086fa414be23b4c454539f895d15b7af8c 03:03:14 $ docker rm -f d632768c7b0f6b439340b96d8a23ec086fa414be23b4c454539f895d15b7af8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:03:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:15 . [Pipeline] withDockerContainer 03:03:15 prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container 03:03:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:03:16 $ docker top f95cf6b53bc7ebb9f41e718cea7c7dbeb50863269291de9b3b8850016953eada -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:03:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:17 [ssh-agent] Looking for ssh-agent implementation... 03:03:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:17 $ docker exec f95cf6b53bc7ebb9f41e718cea7c7dbeb50863269291de9b3b8850016953eada ssh-agent 03:03:17 SSH_AUTH_SOCK=/tmp/ssh-In76CIjTUZgS/agent.12 03:03:17 SSH_AGENT_PID=17 03:03:17 Running ssh-add (command line suppressed) 03:03:17 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7611365245684605124.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7611365245684605124.key) 03:03:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:18 + git semver bump pre 03:03:18 # -> Open(): unable to determine branch for HEAD 03:03:18 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 03:03:18 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 03:03:18 # $SEMVER_REMOTE_NAME = origin 03:03:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:03:18 # $SEMVER_USER_NAME = edgex-jenkins 03:03:18 # $SEMVER_BRANCH = master 03:03:18 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 03:03:18 2.0.0-dev.21 [Pipeline] } 03:03:18 $ docker exec --env ******** --env ******** f95cf6b53bc7ebb9f41e718cea7c7dbeb50863269291de9b3b8850016953eada ssh-agent -k 03:03:18 unset SSH_AUTH_SOCK; 03:03:18 unset SSH_AGENT_PID; 03:03:18 echo Agent pid 17 killed; 03:03:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:03:18 + git semver [Pipeline] } 03:03:18 $ docker stop --time=1 f95cf6b53bc7ebb9f41e718cea7c7dbeb50863269291de9b3b8850016953eada 03:03:20 $ docker rm -f f95cf6b53bc7ebb9f41e718cea7c7dbeb50863269291de9b3b8850016953eada [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:03:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:20 . [Pipeline] withDockerContainer 03:03:20 prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container 03:03:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:03:21 $ docker top b3a919316ad2de557dc9e28090c2675a4b5ab80dba4d762ce71ae996ab7687e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:03:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:22 [ssh-agent] Looking for ssh-agent implementation... 03:03:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:22 $ docker exec b3a919316ad2de557dc9e28090c2675a4b5ab80dba4d762ce71ae996ab7687e1 ssh-agent 03:03:22 SSH_AUTH_SOCK=/tmp/ssh-oGLsSbjWwqxG/agent.12 03:03:22 SSH_AGENT_PID=17 03:03:22 Running ssh-add (command line suppressed) 03:03:22 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7176999609270740189.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7176999609270740189.key) 03:03:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:22 + git semver push 03:03:22 # -> Open(): unable to determine branch for HEAD 03:03:22 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 03:03:22 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 03:03:22 # $SEMVER_REMOTE_NAME = origin 03:03:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:03:22 # $SEMVER_USER_NAME = edgex-jenkins 03:03:22 # $SEMVER_BRANCH = master 03:03:22 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 03:03:26 $ docker exec --env ******** --env ******** b3a919316ad2de557dc9e28090c2675a4b5ab80dba4d762ce71ae996ab7687e1 ssh-agent -k 03:03:26 unset SSH_AUTH_SOCK; 03:03:26 unset SSH_AGENT_PID; 03:03:26 echo Agent pid 17 killed; 03:03:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:03:26 + git semver [Pipeline] } 03:03:26 $ docker stop --time=1 b3a919316ad2de557dc9e28090c2675a4b5ab80dba4d762ce71ae996ab7687e1 03:03:28 $ docker rm -f b3a919316ad2de557dc9e28090c2675a4b5ab80dba4d762ce71ae996ab7687e1 [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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:03:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:03:30 ---> package-listing.sh 03:03:30 ++ facter osfamily 03:03:30 ++ tr '[:upper:]' '[:lower:]' 03:03:30 + OS_FAMILY=redhat 03:03:30 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 03:03:30 + START_PACKAGES=/tmp/packages_start.txt 03:03:30 + END_PACKAGES=/tmp/packages_end.txt 03:03:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:03:30 + PACKAGES=/tmp/packages_start.txt 03:03:30 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 03:03:30 + PACKAGES=/tmp/packages_end.txt 03:03:30 + case "${OS_FAMILY}" in 03:03:30 + rpm -qa 03:03:30 + sort 03:03:35 + '[' -f /tmp/packages_start.txt ']' 03:03:35 + '[' -f /tmp/packages_end.txt ']' 03:03:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:03:35 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 03:03:35 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 03:03:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 03:03:35 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:03:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:03:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:03:36 03:03:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:03:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:03:36 alpine: Pulling from edgex-lftools-log-publisher 03:03:36 df20fa9351a1: Pulling fs layer 03:03:36 36b3adc4ff6f: Pulling fs layer 03:03:36 8ad3a11d3b57: Pulling fs layer 03:03:36 46f8f816bc3b: Pulling fs layer 03:03:36 93b61091891f: Pulling fs layer 03:03:36 93b9cdb0e59b: Pulling fs layer 03:03:36 5e14af77c1be: Pulling fs layer 03:03:36 01666e4c0597: Pulling fs layer 03:03:36 aa168da1d23b: Pulling fs layer 03:03:36 93b9cdb0e59b: Waiting 03:03:36 5e14af77c1be: Waiting 03:03:36 01666e4c0597: Waiting 03:03:36 aa168da1d23b: Waiting 03:03:36 46f8f816bc3b: Waiting 03:03:36 93b61091891f: Waiting 03:03:36 36b3adc4ff6f: Verifying Checksum 03:03:36 36b3adc4ff6f: Download complete 03:03:36 46f8f816bc3b: Verifying Checksum 03:03:36 46f8f816bc3b: Download complete 03:03:36 df20fa9351a1: Verifying Checksum 03:03:36 df20fa9351a1: Download complete 03:03:36 93b9cdb0e59b: Verifying Checksum 03:03:36 93b9cdb0e59b: Download complete 03:03:37 93b61091891f: Verifying Checksum 03:03:37 93b61091891f: Download complete 03:03:37 5e14af77c1be: Download complete 03:03:37 01666e4c0597: Verifying Checksum 03:03:37 01666e4c0597: Download complete 03:03:37 8ad3a11d3b57: Verifying Checksum 03:03:37 8ad3a11d3b57: Download complete 03:03:37 df20fa9351a1: Pull complete 03:03:37 36b3adc4ff6f: Pull complete 03:03:38 8ad3a11d3b57: Pull complete 03:03:39 46f8f816bc3b: Pull complete 03:03:39 aa168da1d23b: Verifying Checksum 03:03:39 aa168da1d23b: Download complete 03:03:39 93b61091891f: Pull complete 03:03:39 93b9cdb0e59b: Pull complete 03:03:39 5e14af77c1be: Pull complete 03:03:39 01666e4c0597: Pull complete 03:03:48 aa168da1d23b: Pull complete 03:03:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:03:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:03:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:03:48 prd-centos7-docker-4c-2g-31004 does not seem to be running inside a container 03:03:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:03:50 $ docker top 4c99fec209818e8ff84bcf6afa219535ee7f3d9c07d1c31ef37e21081352f3f4 -eo pid,comm [Pipeline] { [Pipeline] sh 03:03:51 + touch /tmp/pre-build-complete [Pipeline] sh 03:03:51 + mkdir -p /var/log/sa [Pipeline] sh 03:03:51 + ls /var/log/sa-host 03:03:51 + sadf -c /var/log/sa-host/sa23 03:03:51 file_magic: OK 03:03:51 HZ: Using current value: 100 03:03:51 file_header: OK 03:03:51 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 03:03:51 Statistics: 03:03:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:03:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:03:52 provisioning config files... 03:03:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8179864541915174675tmp [Pipeline] { [Pipeline] echo 03:03:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:03:52 ---> create-netrc.sh [Pipeline] } 03:03:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:03:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:03:53 ---> python-tools-install.sh [Pipeline] echo 03:03:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:03:53 ---> sudo-logs.sh 03:03:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:03:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:03:54 ---> job-cost.sh 03:03:54 lf-activate-venv: SKIPPING 03:03:54 DEBUG: total: 0.20999999344348907 03:03:54 INFO: Retrieving Stack Cost... 03:03:54 INFO: Retrieving Pricing Info for: v1-standard-2 03:03:55 INFO: Archiving Costs [Pipeline] echo 03:03:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:03:56 ---> logs-deploy.sh 03:03:56 lf-activate-venv: SKIPPING 03:03:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/96 03:03:56 INFO: archiving workspace using pattern(s): 03:03:58 Archives upload complete. 03:03:58 INFO: archiving logs to Nexus 03:03:59 ---> uname -a: 03:03:59 Linux prd-centos7-docker-4c-2g-31004.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:03:59 03:03:59 03:03:59 ---> lscpu: 03:03:59 Architecture: x86_64 03:03:59 CPU op-mode(s): 32-bit, 64-bit 03:03:59 Byte Order: Little Endian 03:03:59 Address sizes: 40 bits physical, 48 bits virtual 03:03:59 CPU(s): 4 03:03:59 On-line CPU(s) list: 0-3 03:03:59 Thread(s) per core: 1 03:03:59 Core(s) per socket: 1 03:03:59 Socket(s): 4 03:03:59 NUMA node(s): 1 03:03:59 Vendor ID: GenuineIntel 03:03:59 CPU family: 6 03:03:59 Model: 44 03:03:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:03:59 Stepping: 1 03:03:59 CPU MHz: 2933.438 03:03:59 BogoMIPS: 5866.87 03:03:59 Virtualization: VT-x 03:03:59 Hypervisor vendor: KVM 03:03:59 Virtualization type: full 03:03:59 L1d cache: 128 KiB 03:03:59 L1i cache: 128 KiB 03:03:59 L2 cache: 16 MiB 03:03:59 L3 cache: 64 MiB 03:03:59 NUMA node0 CPU(s): 0-3 03:03:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:03:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:03:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:03:59 Vulnerability Meltdown: Mitigation; PTI 03:03:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:03:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:03:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:03:59 Vulnerability Srbds: Not affected 03:03:59 Vulnerability Tsx async abort: Not affected 03:03:59 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 03:03:59 03:03:59 03:03:59 ---> nproc: 03:03:59 4 03:03:59 03:03:59 03:03:59 ---> df -h: 03:03:59 Filesystem Size Used Available Use% Mounted on 03:03:59 overlay 50.0G 8.5G 41.4G 17% / 03:03:59 tmpfs 64.0M 0 64.0M 0% /dev 03:03:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:03:59 shm 64.0M 0 64.0M 0% /dev/shm 03:03:59 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 03:03:59 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 03:03:59 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 03:03:59 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 03:03:59 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 03:03:59 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 03:03:59 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 03:03:59 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 03:03:59 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 03:03:59 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 03:03:59 03:03:59 03:03:59 ---> free -m: 03:03:59 total used free shared buff/cache available 03:03:59 Mem: 1837 813 169 0 854 959 03:03:59 Swap: 1023 2 1021 03:03:59 03:03:59 03:03:59 ---> ip addr: 03:03:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:03:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:03:59 inet 127.0.0.1/8 scope host lo 03:03:59 valid_lft forever preferred_lft forever 03:03:59 inet6 ::1/128 scope host 03:03:59 valid_lft forever preferred_lft forever 03:03:59 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:03:59 link/ether fa:16:3e:26:b3:65 brd ff:ff:ff:ff:ff:ff 03:03:59 inet 10.30.122.115/23 brd 10.30.123.255 scope global dynamic eth0 03:03:59 valid_lft 85852sec preferred_lft 85852sec 03:03:59 inet6 fe80::f816:3eff:fe26:b365/64 scope link 03:03:59 valid_lft forever preferred_lft forever 03:03:59 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:03:59 link/ether 02:42:06:3a:0c:7a brd ff:ff:ff:ff:ff:ff 03:03:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:03:59 valid_lft forever preferred_lft forever 03:03:59 inet6 fe80::42:6ff:fe3a:c7a/64 scope link 03:03:59 valid_lft forever preferred_lft forever 03:03:59 03:03:59 03:03:59 ---> sar -b -r -n DEV: 03:03:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) 03:03:59 03:03:59 02:54:39 LINUX RESTART (4 CPU) 03:03:59 03:03:59 02:55:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:03:59 02:56:01 124.83 44.08 80.75 0.00 7807.14 35705.03 0.00 03:03:59 02:57:01 3.08 0.03 3.05 0.00 1.07 104.95 0.00 03:03:59 02:58:01 0.38 0.00 0.38 0.00 0.00 5.58 0.00 03:03:59 02:59:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 03:03:59 03:00:01 0.20 0.00 0.20 0.00 0.00 2.71 0.00 03:03:59 03:01:01 0.35 0.02 0.33 0.00 0.13 5.24 0.00 03:03:59 03:02:01 21.60 2.73 18.87 0.00 388.48 11638.78 0.00 03:03:59 03:03:01 421.56 208.12 213.44 0.00 10497.95 53916.95 0.00 03:03:59 Average: 71.47 31.87 39.60 0.00 2326.48 12630.55 0.00 03:03:59 03:03:59 02:55:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:03:59 02:56:01 162264 0 563232 29.93 2620 1153428 1088736 37.16 375540 1143240 132 03:03:59 02:57:01 166060 0 559528 29.74 2620 1153336 1084180 37.00 380176 1135444 16 03:03:59 02:58:01 166772 0 558812 29.70 2620 1153340 1059652 36.16 381312 1133848 12 03:03:59 02:59:01 167416 0 558168 29.67 2620 1153340 1059604 36.16 392400 1122512 8 03:03:59 03:00:01 168144 0 557432 29.63 2620 1153348 1059508 36.16 386356 1128032 8 03:03:59 03:01:01 165776 0 559796 29.75 2620 1153352 1061920 36.24 401556 1115132 8 03:03:59 03:02:01 76944 0 636124 33.81 2620 1165856 1495748 51.05 532728 1061644 62580 03:03:59 03:03:01 157996 0 748172 39.76 2056 973320 1183760 40.40 537808 854652 48 03:03:59 Average: 153922 0 592658 31.50 2550 1132415 1136638 38.79 423484 1086813 7852 03:03:59 03:03:59 02:55:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:03:59 02:56:01 eth0 491.55 291.18 1070.47 90.78 0.00 0.00 0.00 0.00 03:03:59 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 02:56:01 docker0 2.76 2.05 0.79 5.78 0.00 0.00 0.00 0.00 03:03:59 02:57:01 eth0 4.53 2.08 3.40 0.32 0.00 0.00 0.00 0.00 03:03:59 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 02:58:01 eth0 1.07 0.27 0.32 0.14 0.00 0.00 0.00 0.00 03:03:59 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 02:59:01 eth0 0.50 0.30 0.27 0.26 0.00 0.00 0.00 0.00 03:03:59 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 03:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:03:59 03:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 03:01:01 eth0 0.25 0.18 0.14 0.07 0.00 0.00 0.00 0.00 03:03:59 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 03:02:01 eth0 421.78 368.16 4070.67 28.11 0.00 0.00 0.00 0.00 03:03:59 03:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 03:03:01 vethb85ee69 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 03:03:01 eth0 458.63 393.61 3428.91 48.31 0.00 0.00 0.00 0.00 03:03:59 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 03:03:01 docker0 40.16 39.96 3.61 198.14 0.00 0.00 0.00 0.00 03:03:59 Average: vethb85ee69 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 Average: eth0 171.70 131.71 1072.30 20.86 0.00 0.00 0.00 0.00 03:03:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:59 Average: docker0 5.37 5.26 0.55 25.55 0.00 0.00 0.00 0.00 03:03:59 03:03:59 03:03:59 ---> sar -P ALL: 03:03:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) 03:03:59 03:03:59 02:54:39 LINUX RESTART (4 CPU) 03:03:59 03:03:59 02:55:02 CPU %user %nice %system %iowait %steal %idle 03:03:59 02:56:01 all 13.19 0.00 6.40 5.87 0.07 74.46 03:03:59 02:56:01 0 12.33 0.00 7.17 6.71 0.09 73.70 03:03:59 02:56:01 1 11.85 0.00 7.09 4.72 0.07 76.27 03:03:59 02:56:01 2 16.07 0.00 5.75 6.85 0.05 71.28 03:03:59 02:56:01 3 12.52 0.00 5.59 5.21 0.07 76.60 03:03:59 02:57:01 all 0.19 0.00 0.06 0.00 0.00 99.75 03:03:59 02:57:01 0 0.08 0.00 0.05 0.00 0.00 99.87 03:03:59 02:57:01 1 0.10 0.00 0.05 0.00 0.02 99.83 03:03:59 02:57:01 2 0.08 0.00 0.08 0.00 0.00 99.83 03:03:59 02:57:01 3 0.50 0.00 0.05 0.00 0.00 99.45 03:03:59 02:58:01 all 0.16 0.00 0.05 0.00 0.00 99.78 03:03:59 02:58:01 0 0.02 0.00 0.05 0.00 0.00 99.93 03:03:59 02:58:01 1 0.08 0.00 0.07 0.00 0.00 99.85 03:03:59 02:58:01 2 0.05 0.00 0.07 0.00 0.00 99.88 03:03:59 02:58:01 3 0.50 0.00 0.03 0.00 0.00 99.47 03:03:59 02:59:01 all 0.14 0.00 0.05 0.00 0.00 99.82 03:03:59 02:59:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:03:59 02:59:01 1 0.05 0.00 0.05 0.00 0.00 99.90 03:03:59 02:59:01 2 0.03 0.00 0.08 0.00 0.00 99.88 03:03:59 02:59:01 3 0.43 0.00 0.02 0.00 0.00 99.55 03:03:59 03:00:01 all 0.16 0.00 0.03 0.00 0.01 99.80 03:03:59 03:00:01 0 0.03 0.00 0.03 0.00 0.02 99.92 03:03:59 03:00:01 1 0.13 0.00 0.02 0.00 0.02 99.83 03:03:59 03:00:01 2 0.05 0.00 0.05 0.00 0.00 99.90 03:03:59 03:00:01 3 0.43 0.00 0.02 0.00 0.02 99.53 03:03:59 03:01:01 all 0.15 0.00 0.08 0.00 0.00 99.77 03:03:59 03:01:01 0 0.07 0.00 0.08 0.00 0.00 99.85 03:03:59 03:01:01 1 0.43 0.00 0.07 0.00 0.00 99.50 03:03:59 03:01:01 2 0.03 0.00 0.12 0.00 0.00 99.85 03:03:59 03:01:01 3 0.05 0.00 0.07 0.00 0.00 99.88 03:03:59 03:02:01 all 2.69 0.00 1.90 0.03 0.03 95.35 03:03:59 03:02:01 0 2.63 0.00 1.99 0.02 0.03 95.34 03:03:59 03:02:01 1 2.79 0.00 2.24 0.08 0.00 94.89 03:03:59 03:02:01 2 2.65 0.00 1.78 0.02 0.03 95.52 03:03:59 03:02:01 3 2.70 0.00 1.61 0.02 0.03 95.64 03:03:59 03:03:01 all 16.04 0.00 12.32 4.80 0.42 66.42 03:03:59 03:03:01 0 16.03 0.00 11.66 3.46 0.44 68.41 03:03:59 03:03:01 1 16.36 0.00 13.84 5.34 0.45 64.01 03:03:59 03:03:01 2 15.45 0.00 12.22 6.32 0.43 65.58 03:03:59 03:03:01 3 16.32 0.00 11.56 4.06 0.37 67.69 03:03:59 Average: all 3.99 0.00 2.54 1.30 0.06 92.10 03:03:59 Average: 0 3.80 0.00 2.56 1.24 0.07 92.33 03:03:59 Average: 1 3.89 0.00 2.86 1.24 0.07 91.95 03:03:59 Average: 2 4.20 0.00 2.46 1.60 0.06 91.68 03:03:59 Average: 3 4.07 0.00 2.30 1.13 0.06 92.44 03:03:59 03:03:59 03:03:59