Pull request #15 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-configuration Obtained Jenkinsfile from d7b34191a50248fb64de136e06825b61c8e325c4+2d2a0ef294394a97f7044d9ac19645c5d2cdf603 (9109deb620a5aca2ebfa410b9ea63c21d904c6b4) Running in Durability level: MAX_SURVIVABILITY 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/PR-15/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-configuration, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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-configuration-settings PROJECT: go-mod-configuration 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-configuration DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1202’ is offline; ‘prd-centos7-docker-4c-2g-1211’ is offline; ‘prd-centos7-docker-8c-8g-1205’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1204’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1214 in /w/workspace/undry_go-mod-configuration_PR-15 [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-configuration.git > git init /w/workspace/undry_go-mod-configuration_PR-15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/15/head:refs/remotes/origin/PR-15 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 into PR head commit d7b34191a50248fb64de136e06825b61c8e325c4 > git config core.sparsecheckout # timeout=10 > git checkout -f d7b34191a50248fb64de136e06825b61c8e325c4 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing d7b34191a50248fb64de136e06825b61c8e325c4 Checking out Revision d7b34191a50248fb64de136e06825b61c8e325c4 (PR-15) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7b34191a50248fb64de136e06825b61c8e325c4 # timeout=10 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:32:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:32:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:32:31 ========================================================= 19:32:31 EdgeX Global Pipelines Version Info 19:32:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:32:34 ------------------- 19:32:34 stable info: 19:32:34 ------------------- 19:32:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:32:34 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 19:32:34 Message: update stable to v1.0.128 19:32:36 ------------------- 19:32:36 experimental info: 19:32:36 ------------------- 19:32:36 Commited By: **** collab-it+edgex@linuxfoundation.org 19:32:36 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 19:32:36 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:32:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 19:32:36 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 19:32:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:32:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:32:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:32:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:32:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:32:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:32:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:32:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:32:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo 19:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:32:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:32:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:32:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:32:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:32:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 19:32:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:32:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:32:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:32:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:32:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:32:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:32:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-15 [Pipeline] echo 19:32:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-15 [Pipeline] echo 19:32:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-15 [Pipeline] echo 19:32:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7b34191a50248fb64de136e06825b61c8e325c4 [Pipeline] echo 19:32:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7b3419 [Pipeline] echo 19:32:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:32:41 + git log --format=format:%s -1 d7b34191a50248fb64de136e06825b61c8e325c4 [Pipeline] echo 19:32:41 GIT_COMMIT: d7b34191a50248fb64de136e06825b61c8e325c4, Commit Message: build(all): Enable use of DependaBot to maintain Go dependencies [Pipeline] echo 19:32:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:32:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:32:43 19:32:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:32:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:32:44 latest: Pulling from edgex-devops/git-semver 19:32:44 31603596830f: Pulling fs layer 19:32:44 2a8b12db71e7: Pulling fs layer 19:32:44 6ca5941a6612: Pulling fs layer 19:32:44 ecc8261a40a4: Pulling fs layer 19:32:44 ecc8261a40a4: Waiting 19:32:44 2a8b12db71e7: Verifying Checksum 19:32:44 2a8b12db71e7: Download complete 19:32:44 31603596830f: Verifying Checksum 19:32:44 31603596830f: Download complete 19:32:45 ecc8261a40a4: Verifying Checksum 19:32:45 ecc8261a40a4: Download complete 19:32:45 6ca5941a6612: Verifying Checksum 19:32:45 6ca5941a6612: Download complete 19:32:45 31603596830f: Pull complete 19:32:45 2a8b12db71e7: Pull complete 19:32:48 6ca5941a6612: Pull complete 19:32:48 ecc8261a40a4: Pull complete 19:32:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:32:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:32:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:32:49 prd-centos7-docker-4c-2g-1214 does not seem to be running inside a container 19:32:50 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-configuration_PR-15 -v /w/workspace/undry_go-mod-configuration_PR-15:/w/workspace/undry_go-mod-configuration_PR-15:rw,z -v /w/workspace/undry_go-mod-configuration_PR-15@tmp:/w/workspace/undry_go-mod-configuration_PR-15@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:10004/edgex-devops/git-semver:latest cat 19:32:52 $ docker top e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:32:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:32:53 [ssh-agent] Looking for ssh-agent implementation... 19:32:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:32:54 $ docker exec e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab ssh-agent 19:32:54 SSH_AUTH_SOCK=/tmp/ssh-LtrZxqqUZkhM/agent.13 19:32:54 SSH_AGENT_PID=18 19:32:54 Running ssh-add (command line suppressed) 19:32:54 Identity added: /w/workspace/undry_go-mod-configuration_PR-15@tmp/private_key_2981059270371766109.key (/w/workspace/undry_go-mod-configuration_PR-15@tmp/private_key_2981059270371766109.key) 19:32:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:32:55 + git describe --exact-match --tags HEAD 19:32:55 fatal: no tag exactly matches 'd7b34191a50248fb64de136e06825b61c8e325c4' [Pipeline] } 19:32:55 $ docker exec --env ******** --env ******** e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab ssh-agent -k 19:32:56 unset SSH_AUTH_SOCK; 19:32:56 unset SSH_AGENT_PID; 19:32:56 echo Agent pid 18 killed; 19:32:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:32:56 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:32:56 This usually means this commit has not been tagged. [Pipeline] sshagent 19:32:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:32:56 [ssh-agent] Looking for ssh-agent implementation... 19:32:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:32:57 $ docker exec e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab ssh-agent 19:32:57 SSH_AUTH_SOCK=/tmp/ssh-1RdrdF0z1Xrp/agent.46 19:32:57 SSH_AGENT_PID=52 19:32:57 Running ssh-add (command line suppressed) 19:32:58 Identity added: /w/workspace/undry_go-mod-configuration_PR-15@tmp/private_key_5965961937963022831.key (/w/workspace/undry_go-mod-configuration_PR-15@tmp/private_key_5965961937963022831.key) 19:32:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:32:58 + git semver init 19:32:58 # -> Open(): unable to determine branch for HEAD 19:32:58 # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-15/.git 19:32:58 # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-15 19:32:58 # $SEMVER_REMOTE_NAME = origin 19:32:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:32:58 # $SEMVER_USER_NAME = edgex-jenkins 19:32:58 # $SEMVER_BRANCH = PR-15 19:32:58 # $SEMVER_TEMP = /tmp/semver-178762190 19:32:58 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 19:32:59 # '/tmp/semver-178762190' -> '/w/workspace/undry_go-mod-configuration_PR-15/.semver' 19:32:59 # -> Force: false 19:32:59 # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-15/.semver [Pipeline] } 19:32:59 $ docker exec --env ******** --env ******** e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab ssh-agent -k 19:33:00 unset SSH_AUTH_SOCK; 19:33:00 unset SSH_AGENT_PID; 19:33:00 echo Agent pid 52 killed; 19:33:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:33:01 + git semver [Pipeline] } 19:33:01 $ docker stop --time=1 e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab 19:33:03 $ docker rm -f e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:33:06 Stashed 19 file(s) [Pipeline] echo 19:33:06 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:33:06 Archived original version: [0.0.0] [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 19:33:22 Still waiting to schedule task 19:33:22 ‘prd-centos7-docker-4c-2g-1218’ is offline; ‘prd-centos7-docker-4c-2g-1219’ is offline; ‘prd-centos7-docker-4c-2g-1220’ is offline 19:33:22 Still waiting to schedule task 19:33:22 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:36:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1228 in /w/workspace/undry_go-mod-configuration_PR-15 [Pipeline] { [Pipeline] ws 19:36:04 Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout 19:36:10 using credential edgex-jenkins-ssh 19:36:10 Cloning the remote Git repository 19:36:10 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 19:36:10 > git init /w/workspace/go-mod-configuration/1 # timeout=10 19:36:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 19:36:10 > git --version # timeout=10 19:36:10 > git --version # 'git version 2.17.1' 19:36:10 using GIT_SSH to set credentials SSH Credentials for GitHub 19:36:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:36:12 Merging remotes/origin/master commit 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 into PR head commit d7b34191a50248fb64de136e06825b61c8e325c4 19:36:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 19:36:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:36:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 19:36:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 19:36:11 using GIT_SSH to set credentials SSH Credentials for GitHub 19:36:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/15/head:refs/remotes/origin/PR-15 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:36:12 > git config core.sparsecheckout # timeout=10 19:36:12 > git checkout -f d7b34191a50248fb64de136e06825b61c8e325c4 # timeout=10 19:36:12 Merge succeeded, producing d7b34191a50248fb64de136e06825b61c8e325c4 19:36:12 Checking out Revision d7b34191a50248fb64de136e06825b61c8e325c4 (PR-15) 19:36:12 > git remote # timeout=10 19:36:12 > git config --get remote.origin.url # timeout=10 19:36:12 using GIT_SSH to set credentials SSH Credentials for GitHub 19:36:12 > git merge 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 # timeout=10 19:36:12 > git rev-parse HEAD^{commit} # timeout=10 19:36:12 > git config core.sparsecheckout # timeout=10 19:36:12 > git checkout -f d7b34191a50248fb64de136e06825b61c8e325c4 # timeout=10 19:36:17 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" 19:36:17 > git --version # timeout=10 19:36:17 > git --version # 'git version 2.17.1' 19:36:17 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:36:18 ========================================================= 19:36:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:36:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:36:19 + 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 . 19:36:20 Sending build context to Docker daemon 364.5kB 19:36:20 Step 1/7 : ARG BASE=golang:1.15-alpine 19:36:20 Step 2/7 : FROM ${BASE} 19:36:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:36:21 b538f80385f9: Pulling fs layer 19:36:21 74f711af9a0d: Pulling fs layer 19:36:21 99f96fe45779: Pulling fs layer 19:36:21 8529a6b9a6be: Pulling fs layer 19:36:21 45590311c82a: Pulling fs layer 19:36:21 69ca0ff8b7b3: Pulling fs layer 19:36:21 209524e5b208: Pulling fs layer 19:36:21 45590311c82a: Waiting 19:36:21 69ca0ff8b7b3: Waiting 19:36:21 209524e5b208: Waiting 19:36:21 8529a6b9a6be: Waiting 19:36:21 99f96fe45779: Verifying Checksum 19:36:21 99f96fe45779: Download complete 19:36:21 74f711af9a0d: Verifying Checksum 19:36:21 74f711af9a0d: Download complete 19:36:21 45590311c82a: Verifying Checksum 19:36:21 45590311c82a: Download complete 19:36:21 69ca0ff8b7b3: Verifying Checksum 19:36:21 69ca0ff8b7b3: Download complete 19:36:21 b538f80385f9: Download complete 19:36:22 b538f80385f9: Pull complete 19:36:22 74f711af9a0d: Pull complete 19:36:23 99f96fe45779: Pull complete 19:36:23 209524e5b208: Download complete 19:36:24 8529a6b9a6be: Verifying Checksum 19:36:24 8529a6b9a6be: Download complete 19:36:29 Running on prd-centos7-docker-4c-2g-1226 in /w/workspace/undry_go-mod-configuration_PR-15 [Pipeline] { [Pipeline] ws 19:36:29 Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout 19:36:35 8529a6b9a6be: Pull complete 19:36:35 45590311c82a: Pull complete 19:36:35 69ca0ff8b7b3: Pull complete 19:36:38 209524e5b208: Pull complete 19:36:38 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 19:36:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:36:38 ---> 5bddaf1c2fca 19:36:38 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 19:36:40 using credential edgex-jenkins-ssh 19:36:40 Cloning the remote Git repository 19:36:40 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 19:36:41 > git init /w/workspace/go-mod-configuration/1 # timeout=10 19:36:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 19:36:41 > git --version # timeout=10 19:36:41 > git --version # 'git version 2.16.5' 19:36:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:36:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:36:42 ---> Running in 97245b417d24 19:36:42 Removing intermediate container 97245b417d24 19:36:42 ---> 6082f0bfb73e 19:36:42 Step 4/7 : RUN apk add --update bash 19:36:42 ---> Running in 8fc493a3eeb0 19:36:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 19:36:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:36:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 19:36:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 19:36:42 using GIT_SSH to set credentials SSH Credentials for GitHub 19:36:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/15/head:refs/remotes/origin/PR-15 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:36:44 Merging remotes/origin/master commit 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 into PR head commit d7b34191a50248fb64de136e06825b61c8e325c4 19:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:36:44 > git config core.sparsecheckout # timeout=10 19:36:44 > git checkout -f d7b34191a50248fb64de136e06825b61c8e325c4 # timeout=10 19:36:44 > git remote # timeout=10 19:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:36:45 Merge succeeded, producing d7b34191a50248fb64de136e06825b61c8e325c4 19:36:45 Checking out Revision d7b34191a50248fb64de136e06825b61c8e325c4 (PR-15) 19:36:45 OK: 142 MiB in 39 packages 19:36:44 > git config --get remote.origin.url # timeout=10 19:36:45 using GIT_SSH to set credentials SSH Credentials for GitHub 19:36:45 > git merge 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 # timeout=10 19:36:45 > git rev-parse HEAD^{commit} # timeout=10 19:36:45 > git config core.sparsecheckout # timeout=10 19:36:45 > git checkout -f d7b34191a50248fb64de136e06825b61c8e325c4 # timeout=10 19:36:47 Removing intermediate container 8fc493a3eeb0 19:36:47 ---> 07ae019ddc78 19:36:47 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:36:47 ---> Running in cd8aa63db48a 19:36:47 Removing intermediate container cd8aa63db48a 19:36:47 ---> 2d8c37ec23ea 19:36:47 Step 6/7 : COPY go.mod . 19:36:48 ---> 92ada24412cf 19:36:48 Step 7/7 : RUN go mod download 19:36:48 ---> Running in 6d51adc7e2bd 19:36:52 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" 19:36:52 > git --version # timeout=10 19:36:52 > git --version # 'git version 2.16.5' 19:36:53 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:36:54 ========================================================= 19:36:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:36:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:36:55 + 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 . 19:36:57 Sending build context to Docker daemon 364.5kB 19:36:57 Step 1/7 : ARG BASE=golang:1.15-alpine 19:36:57 Step 2/7 : FROM ${BASE} 19:36:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:36:57 df20fa9351a1: Pulling fs layer 19:36:57 ed8968b2872e: Pulling fs layer 19:36:57 a92cc7c5fd73: Pulling fs layer 19:36:57 e871e8e8d7a9: Pulling fs layer 19:36:57 e73272ec9a57: Pulling fs layer 19:36:57 1e910a182e73: Pulling fs layer 19:36:57 4e634b169226: Pulling fs layer 19:36:57 e73272ec9a57: Waiting 19:36:57 1e910a182e73: Waiting 19:36:57 4e634b169226: Waiting 19:36:57 e871e8e8d7a9: Waiting 19:36:57 a92cc7c5fd73: Verifying Checksum 19:36:57 a92cc7c5fd73: Download complete 19:36:57 ed8968b2872e: Verifying Checksum 19:36:57 ed8968b2872e: Download complete 19:36:57 e73272ec9a57: Verifying Checksum 19:36:57 e73272ec9a57: Download complete 19:36:57 1e910a182e73: Verifying Checksum 19:36:57 1e910a182e73: Download complete 19:36:58 df20fa9351a1: Verifying Checksum 19:36:58 df20fa9351a1: Download complete 19:37:00 Removing intermediate container 6d51adc7e2bd 19:37:00 ---> 60998f2ea9f8 19:37:00 Successfully built 60998f2ea9f8 19:37:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:37:00 df20fa9351a1: Pull complete 19:37:01 + docker inspect -f . ci-base-image-arm64 19:37:01 . [Pipeline] withDockerContainer 19:37:01 prd-ubuntu18.04-docker-arm64-4c-16g-1228 does not seem to be running inside a container 19:37:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:37:01 ed8968b2872e: Pull complete 19:37:02 a92cc7c5fd73: Pull complete 19:37:03 $ docker top 9c82e56514d46b7ff599ba9d1069c98bd35381ac4a0c216f65b37e22bda48e86 -eo pid,comm [Pipeline] { [Pipeline] sh 19:37:05 + go version 19:37:05 go version go1.15.2 linux/arm64 [Pipeline] } 19:37:05 $ docker stop --time=1 9c82e56514d46b7ff599ba9d1069c98bd35381ac4a0c216f65b37e22bda48e86 19:37:07 $ docker rm -f 9c82e56514d46b7ff599ba9d1069c98bd35381ac4a0c216f65b37e22bda48e86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:37:08 4e634b169226: Verifying Checksum 19:37:08 4e634b169226: Download complete 19:37:08 + docker inspect -f . ci-base-image-arm64 19:37:08 . [Pipeline] withDockerContainer 19:37:09 prd-ubuntu18.04-docker-arm64-4c-16g-1228 does not seem to be running inside a container 19:37:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:37:10 e871e8e8d7a9: Verifying Checksum 19:37:10 e871e8e8d7a9: Download complete 19:37:11 $ docker top 8acc07a72005fad8273338e81c9c65e1ee39043060ac28792c2b22f49d9f56f3 -eo pid,comm [Pipeline] { [Pipeline] sh 19:37:12 + make test 19:37:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:37:23 e871e8e8d7a9: Pull complete 19:37:23 e73272ec9a57: Pull complete 19:37:23 1e910a182e73: Pull complete 19:37:28 4e634b169226: Pull complete 19:37:28 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 19:37:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:37:28 ---> f7629b54cfaa 19:37:28 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 19:37:28 ---> Running in f0ee7d0f67a7 19:37:28 Removing intermediate container f0ee7d0f67a7 19:37:28 ---> 49c48076a047 19:37:28 Step 4/7 : RUN apk add --update bash 19:37:28 ---> Running in 5c9a2032854a 19:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:37:31 OK: 166 MiB in 39 packages 19:37:32 Removing intermediate container 5c9a2032854a 19:37:32 ---> 02f28edc1ea0 19:37:32 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:37:32 ---> Running in 9f7bab270b33 19:37:33 Removing intermediate container 9f7bab270b33 19:37:33 ---> 431beca69447 19:37:33 Step 6/7 : COPY go.mod . 19:37:33 ---> e323b4bcf5d4 19:37:33 Step 7/7 : RUN go mod download 19:37:33 ---> Running in 06877864798b 19:37:39 ok github.com/edgexfoundry/go-mod-configuration/configuration 0.015s coverage: 85.7% of statements 19:37:41 ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.630s coverage: 86.0% of statements 19:37:41 ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.013s coverage: 100.0% of statements 19:37:41 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:37:44 gofmt -l . 19:37:44 [ "`gofmt -l .`" = "" ] [Pipeline] stash 19:37:45 Stashed 1 file(s) [Pipeline] } 19:37:45 $ docker stop --time=1 8acc07a72005fad8273338e81c9c65e1ee39043060ac28792c2b22f49d9f56f3 19:37:46 Removing intermediate container 06877864798b 19:37:46 ---> ce799cb39ab3 19:37:46 Successfully built ce799cb39ab3 19:37:46 Successfully tagged ci-base-image-x86_64:latest 19:37:48 $ docker rm -f 8acc07a72005fad8273338e81c9c65e1ee39043060ac28792c2b22f49d9f56f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] isUnix [Pipeline] sh Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage 19:37:49 + docker inspect -f . ci-base-image-x86_64 19:37:49 . [Pipeline] withDockerContainer 19:37:49 prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container 19:37:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:37:52 $ docker top 352ee7c0e37330de76e7234dc8854c607eeae35eee985b34ee8ab28f5814d8b2 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage 19:37:53 + go version 19:37:53 go version go1.15.2 linux/amd64 [Pipeline] stage [Pipeline] { (Snap) [Pipeline] } 19:37:53 $ docker stop --time=1 352ee7c0e37330de76e7234dc8854c607eeae35eee985b34ee8ab28f5814d8b2 19:37:54 $ docker rm -f 352ee7c0e37330de76e7234dc8854c607eeae35eee985b34ee8ab28f5814d8b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] // node [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] } 19:37:56 + docker inspect -f . ci-base-image-x86_64 19:37:56 . [Pipeline] withDockerContainer 19:37:57 prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container 19:37:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:37:58 $ docker top 27a83f1c15db6bd6965770150318bfef81f1758b7fea6aef9a9104a756a46606 -eo pid,comm [Pipeline] { [Pipeline] sh 19:37:59 + make test 19:37:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:38:18 ok github.com/edgexfoundry/go-mod-configuration/configuration 0.077s coverage: 85.7% of statements 19:38:20 ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 3.610s coverage: 85.0% of statements 19:38:20 ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.028s coverage: 100.0% of statements 19:38:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:38:22 gofmt -l . 19:38:22 [ "`gofmt -l .`" = "" ] [Pipeline] stash 19:38:22 Warning: overwriting stash ‘coverage-report’ 19:38:22 Stashed 1 file(s) [Pipeline] } 19:38:22 $ docker stop --time=1 27a83f1c15db6bd6965770150318bfef81f1758b7fea6aef9a9104a756a46606 19:38:25 $ docker rm -f 27a83f1c15db6bd6965770150318bfef81f1758b7fea6aef9a9104a756a46606 [Pipeline] // withDockerContainer [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 [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 19:38:28 provisioning config files... 19:38:28 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-15@tmp/config7252010601086021064tmp [Pipeline] { [Pipeline] sh 19:38:29 + curl -s https://codecov.io/bash 19:38:29 + bash -s - -t @/w/workspace/undry_go-mod-configuration_PR-15@tmp/config7252010601086021064tmp [Pipeline] } 19:38:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 19:38:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:38:34 ---> package-listing.sh 19:38:34 ++ facter osfamily 19:38:34 ++ tr '[:upper:]' '[:lower:]' 19:38:34 + OS_FAMILY=redhat 19:38:34 + workspace=/w/workspace/undry_go-mod-configuration_PR-15 19:38:34 + START_PACKAGES=/tmp/packages_start.txt 19:38:34 + END_PACKAGES=/tmp/packages_end.txt 19:38:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:38:34 + PACKAGES=/tmp/packages_start.txt 19:38:34 + '[' /w/workspace/undry_go-mod-configuration_PR-15 ']' 19:38:34 + PACKAGES=/tmp/packages_end.txt 19:38:34 + case "${OS_FAMILY}" in 19:38:34 + rpm -qa 19:38:34 + sort 19:38:39 + '[' -f /tmp/packages_start.txt ']' 19:38:39 + '[' -f /tmp/packages_end.txt ']' 19:38:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:38:39 + '[' /w/workspace/undry_go-mod-configuration_PR-15 ']' 19:38:39 + mkdir -p /w/workspace/undry_go-mod-configuration_PR-15/archives/ 19:38:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-configuration_PR-15/archives/ [Pipeline] isUnix [Pipeline] sh 19:38:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:38:40 19:38:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:38:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:38:41 alpine: Pulling from edgex-lftools-log-publisher 19:38:41 df20fa9351a1: Pulling fs layer 19:38:41 36b3adc4ff6f: Pulling fs layer 19:38:41 8ad3a11d3b57: Pulling fs layer 19:38:41 46f8f816bc3b: Pulling fs layer 19:38:41 0dadc02b9964: Pulling fs layer 19:38:41 ce6a7cf60c04: Pulling fs layer 19:38:41 7a184a31f384: Pulling fs layer 19:38:41 46f8f816bc3b: Waiting 19:38:41 0dadc02b9964: Waiting 19:38:41 0879bd2ef858: Pulling fs layer 19:38:41 ce6a7cf60c04: Waiting 19:38:41 7a184a31f384: Waiting 19:38:41 0879bd2ef858: Waiting 19:38:41 36b3adc4ff6f: Verifying Checksum 19:38:41 36b3adc4ff6f: Download complete 19:38:41 46f8f816bc3b: Verifying Checksum 19:38:41 46f8f816bc3b: Download complete 19:38:41 df20fa9351a1: Verifying Checksum 19:38:41 df20fa9351a1: Download complete 19:38:41 ce6a7cf60c04: Download complete 19:38:41 7a184a31f384: Verifying Checksum 19:38:41 7a184a31f384: Download complete 19:38:41 0dadc02b9964: Verifying Checksum 19:38:41 0dadc02b9964: Download complete 19:38:42 df20fa9351a1: Pull complete 19:38:42 8ad3a11d3b57: Verifying Checksum 19:38:42 8ad3a11d3b57: Download complete 19:38:42 36b3adc4ff6f: Pull complete 19:38:43 0879bd2ef858: Verifying Checksum 19:38:43 0879bd2ef858: Download complete 19:38:44 8ad3a11d3b57: Pull complete 19:38:44 46f8f816bc3b: Pull complete 19:38:45 0dadc02b9964: Pull complete 19:38:45 ce6a7cf60c04: Pull complete 19:38:45 7a184a31f384: Pull complete 19:38:51 0879bd2ef858: Pull complete 19:38:51 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 19:38:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:38:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:38:51 prd-centos7-docker-4c-2g-1214 does not seem to be running inside a container 19:38:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/undry_go-mod-configuration_PR-15 -v /w/workspace/undry_go-mod-configuration_PR-15:/w/workspace/undry_go-mod-configuration_PR-15:rw,z -v /w/workspace/undry_go-mod-configuration_PR-15@tmp:/w/workspace/undry_go-mod-configuration_PR-15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:38:55 $ docker top 34f2db87804c806138499dda19a7d0b470c4ca87ce34741f2f09311b68a55dbd -eo pid,comm [Pipeline] { [Pipeline] sh 19:38:56 + mkdir -p /var/log/sa [Pipeline] sh 19:38:56 + ls /var/log/sa-host 19:38:56 + sadf -c /var/log/sa-host/sa05 19:38:56 file_magic: OK 19:38:56 HZ: Using current value: 100 19:38:56 file_header: OK 19:38:56 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 19:38:56 Statistics: 19:38:56 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:38:56 File successfully converted to sysstat format version 12.2.1 19:38:56 + sadf -c /var/log/sa-host/sa24 19:38:56 file_magic: OK 19:38:56 HZ: Using current value: 100 19:38:56 file_header: OK 19:38:56 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 19:38:56 Statistics: 19:38:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:38:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:38:56 provisioning config files... 19:38:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-15@tmp/config6519034154961853090tmp [Pipeline] { [Pipeline] echo 19:38:56 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:38:57 ---> create-netrc.sh [Pipeline] echo 19:38:57 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:38:58 ---> logs-deploy.sh 19:38:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-15/1 19:38:58 INFO: archiving workspace using pattern(s): 19:39:00 Archives upload complete. 19:39:00 INFO: archiving logs to Nexus 19:39:01 ---> uname -a: 19:39:01 Linux 34f2db87804c 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:39:01 19:39:01 19:39:01 ---> lscpu: 19:39:01 Architecture: x86_64 19:39:01 CPU op-mode(s): 32-bit, 64-bit 19:39:01 Byte Order: Little Endian 19:39:01 Address sizes: 40 bits physical, 48 bits virtual 19:39:01 CPU(s): 4 19:39:01 On-line CPU(s) list: 0-3 19:39:01 Thread(s) per core: 1 19:39:01 Core(s) per socket: 1 19:39:01 Socket(s): 4 19:39:01 NUMA node(s): 1 19:39:01 Vendor ID: GenuineIntel 19:39:01 CPU family: 6 19:39:01 Model: 44 19:39:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:39:01 Stepping: 1 19:39:01 CPU MHz: 2933.438 19:39:01 BogoMIPS: 5866.87 19:39:01 Virtualization: VT-x 19:39:01 Hypervisor vendor: KVM 19:39:01 Virtualization type: full 19:39:01 L1d cache: 128 KiB 19:39:01 L1i cache: 128 KiB 19:39:01 L2 cache: 16 MiB 19:39:01 L3 cache: 64 MiB 19:39:01 NUMA node0 CPU(s): 0-3 19:39:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:39:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:39:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:39:01 Vulnerability Meltdown: Mitigation; PTI 19:39:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:39:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:39:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:39:01 Vulnerability Tsx async abort: Not affected 19:39:01 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 19:39:01 19:39:01 19:39:01 ---> nproc: 19:39:01 4 19:39:01 19:39:01 19:39:01 ---> df -h: 19:39:01 Filesystem Size Used Available Use% Mounted on 19:39:01 overlay 50.0G 6.9G 43.0G 14% / 19:39:01 tmpfs 64.0M 0 64.0M 0% /dev 19:39:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:39:01 shm 64.0M 0 64.0M 0% /dev/shm 19:39:01 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 19:39:01 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 19:39:01 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 19:39:01 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/undry_go-mod-configuration_PR-15 19:39:01 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/undry_go-mod-configuration_PR-15@tmp 19:39:01 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 19:39:01 19:39:01 19:39:01 ---> free -m: 19:39:01 total used free shared buff/cache available 19:39:01 Mem: 1837 628 138 0 1070 1102 19:39:01 Swap: 1023 0 1023 19:39:01 19:39:01 19:39:01 ---> ip addr: 19:39:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:39:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:39:01 inet 127.0.0.1/8 scope host lo 19:39:01 valid_lft forever preferred_lft forever 19:39:01 6: eth0@if7: mtu 1458 qdisc noqueue state UP 19:39:01 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:39:01 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:39:01 valid_lft forever preferred_lft forever 19:39:01 19:39:01 19:39:01 ---> sar -b -r -n DEV: 19:39:01 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 19:39:01 19:39:01 19:30:50 LINUX RESTART (4 CPU) 19:39:01 19:39:01 19:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:39:01 19:33:01 46.06 14.16 31.90 0.00 5039.31 4578.02 0.00 19:39:01 19:34:01 7.41 2.71 4.70 0.00 145.74 132.48 0.00 19:39:01 19:35:01 0.33 0.00 0.33 0.00 0.00 4.45 0.00 19:39:01 19:36:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 19:39:01 19:37:01 0.42 0.00 0.42 0.00 0.00 6.99 0.00 19:39:01 19:38:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 19:39:01 Average: 9.02 2.78 6.24 0.00 854.00 778.54 0.00 19:39:01 19:39:01 19:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:39:01 19:33:01 118232 0 610224 32.43 2620 1150480 1594884 54.43 448036 1150648 220 19:39:01 19:34:01 167556 0 556620 29.58 2620 1154760 1156476 39.47 401848 1149216 16 19:39:01 19:35:01 176808 0 547360 29.09 2620 1154768 1092952 37.30 396192 1146860 20 19:39:01 19:36:01 175568 0 548600 29.16 2620 1154768 1092988 37.30 412204 1132100 20 19:39:01 19:37:01 175192 0 548972 29.18 2620 1154772 1093024 37.30 413616 1130824 16 19:39:01 19:38:01 178056 0 546100 29.02 2620 1154780 1061012 36.21 441184 1101156 16 19:39:01 Average: 165235 0 559646 29.74 2620 1154055 1181889 40.34 418847 1135134 51 19:39:01 19:39:01 19:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:39:01 19:33:01 eth0 119.45 95.39 549.07 50.58 0.00 0.00 0.00 0.00 19:39:01 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:01 19:33:01 veth4c99558 0.78 0.91 0.14 0.70 0.00 0.00 0.00 0.00 19:39:01 19:33:01 docker0 0.78 0.79 0.13 0.69 0.00 0.00 0.00 0.00 19:39:01 19:34:01 eth0 10.01 7.16 7.41 10.94 0.00 0.00 0.00 0.00 19:39:01 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:01 19:34:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:39:01 19:35:01 eth0 4.58 1.26 1.57 0.80 0.00 0.00 0.00 0.00 19:39:01 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:01 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:01 19:36:01 eth0 2.24 0.30 0.45 0.21 0.00 0.00 0.00 0.00 19:39:01 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:01 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:01 19:37:01 eth0 1.43 0.95 0.92 0.67 0.00 0.00 0.00 0.00 19:39:01 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:01 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:01 19:38:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:39:01 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:01 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:01 Average: eth0 22.74 17.34 92.13 10.44 0.00 0.00 0.00 0.00 19:39:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:01 Average: docker0 0.13 0.14 0.02 0.11 0.00 0.00 0.00 0.00 19:39:01 19:39:01 19:39:01 ---> sar -P ALL: 19:39:01 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 19:39:01 19:39:01 19:30:50 LINUX RESTART (4 CPU) 19:39:01 19:39:01 19:32:01 CPU %user %nice %system %iowait %steal %idle 19:39:01 19:33:01 all 7.17 0.00 4.54 1.13 38.10 49.07 19:39:01 19:33:01 0 5.12 0.00 4.84 1.30 39.27 49.47 19:39:01 19:33:01 1 8.13 0.00 4.60 1.16 37.77 48.34 19:39:01 19:33:01 2 8.27 0.00 4.37 1.16 38.46 47.74 19:39:01 19:33:01 3 7.24 0.00 4.34 0.88 36.86 50.68 19:39:01 19:34:01 all 0.48 0.00 0.20 0.17 4.32 94.83 19:39:01 19:34:01 0 0.83 0.00 0.16 0.23 4.08 94.70 19:39:01 19:34:01 1 0.35 0.00 0.27 0.29 5.29 93.80 19:39:01 19:34:01 2 0.37 0.00 0.15 0.02 4.84 94.62 19:39:01 19:34:01 3 0.38 0.00 0.21 0.15 3.03 96.23 19:39:01 19:35:01 all 0.12 0.00 0.11 0.00 4.75 95.02 19:39:01 19:35:01 0 0.11 0.00 0.11 0.00 4.72 95.05 19:39:01 19:35:01 1 0.08 0.00 0.11 0.00 4.31 95.50 19:39:01 19:35:01 2 0.18 0.00 0.13 0.00 4.90 94.80 19:39:01 19:35:01 3 0.10 0.00 0.08 0.00 5.08 94.74 19:39:01 19:36:01 all 0.04 0.00 0.04 0.00 1.92 98.00 19:39:01 19:36:01 0 0.02 0.00 0.02 0.00 1.83 98.13 19:39:01 19:36:01 1 0.03 0.00 0.11 0.00 2.30 97.55 19:39:01 19:36:01 2 0.02 0.00 0.00 0.00 1.23 98.75 19:39:01 19:36:01 3 0.10 0.00 0.02 0.00 2.30 97.58 19:39:01 19:37:01 all 0.05 0.00 0.05 0.00 2.04 97.86 19:39:01 19:37:01 0 0.05 0.00 0.03 0.00 1.35 98.57 19:39:01 19:37:01 1 0.00 0.00 0.12 0.00 1.20 98.68 19:39:01 19:37:01 2 0.06 0.00 0.05 0.00 4.50 95.39 19:39:01 19:37:01 3 0.07 0.00 0.02 0.00 1.04 98.88 19:39:01 19:38:01 all 0.10 0.00 0.12 0.00 0.76 99.02 19:39:01 19:38:01 0 0.03 0.00 0.08 0.00 0.66 99.22 19:39:01 19:38:01 1 0.03 0.00 0.25 0.00 0.84 98.87 19:39:01 19:38:01 2 0.05 0.00 0.08 0.00 1.17 98.70 19:39:01 19:38:01 3 0.28 0.00 0.05 0.00 0.37 99.30 19:39:01 Average: all 1.45 0.00 0.92 0.24 9.29 88.10 19:39:01 Average: 0 1.14 0.00 0.98 0.28 9.49 88.10 19:39:01 Average: 1 1.58 0.00 0.99 0.26 9.24 87.94 19:39:01 Average: 2 1.61 0.00 0.86 0.21 9.69 87.63 19:39:01 Average: 3 1.48 0.00 0.86 0.19 8.74 88.73 19:39:01 19:39:01 19:39:01