Pull request #498 updated 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 FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at cdf6f9724aa4f5637705aab0063dc882d2a96c4e rather than aa19caf137368c6c9f4cab45686b3078d83b419b Obtained Jenkinsfile from cdf6f9724aa4f5637705aab0063dc882d2a96c4e 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-25540 in /w/workspace/dry_go-mod-core-contracts_PR-498 [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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-498 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cdf6f9724aa4f5637705aab0063dc882d2a96c4e into PR head commit aa19caf137368c6c9f4cab45686b3078d83b419b > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aa19caf137368c6c9f4cab45686b3078d83b419b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cdf6f9724aa4f5637705aab0063dc882d2a96c4e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing aa19caf137368c6c9f4cab45686b3078d83b419b Checking out Revision aa19caf137368c6c9f4cab45686b3078d83b419b (PR-498) > git config core.sparsecheckout # timeout=10 > git checkout -f aa19caf137368c6c9f4cab45686b3078d83b419b # timeout=10 Commit message: "Merge branch 'master' into issue-497" First time build. Skipping changelog. > git rev-list --no-walk e2a1375524f1fed903b2601992a66aacda4f2790 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:35:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:36:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:36:00 ========================================================= 09:36:00 EdgeX Global Pipelines Version Info 09:36:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:36:01 ------------------- 09:36:01 stable info: 09:36:01 ------------------- 09:36:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:36:01 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:36:01 Message: update stable to v1.0.179 09:36:02 ------------------- 09:36:02 experimental info: 09:36:02 ------------------- 09:36:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:36:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:36:02 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:36:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 09:36:03 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 09:36:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:36:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:36:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:36:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:36:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:36:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:36:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:36:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:36:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:36:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 09:36:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:36:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:36:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:36:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:36:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:36:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:36:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:36:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:36:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:36:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:36:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:36:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:36:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:36:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:36:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:36:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-498 [Pipeline] echo 09:36:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-498 [Pipeline] echo 09:36:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-498 [Pipeline] echo 09:36:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aa19caf137368c6c9f4cab45686b3078d83b419b [Pipeline] echo 09:36:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aa19caf [Pipeline] echo 09:36:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:36:06 + git log --format=format:%s -1 aa19caf137368c6c9f4cab45686b3078d83b419b [Pipeline] echo 09:36:06 GIT_COMMIT: aa19caf137368c6c9f4cab45686b3078d83b419b, Commit Message: Merge branch 'master' into issue-497 [Pipeline] echo 09:36:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:36:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:36:07 09:36:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:36:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:36:08 latest: Pulling from edgex-devops/git-semver 09:36:08 31603596830f: Pulling fs layer 09:36:08 2a8b12db71e7: Pulling fs layer 09:36:08 6ca5941a6612: Pulling fs layer 09:36:08 ecc8261a40a4: Pulling fs layer 09:36:08 ecc8261a40a4: Waiting 09:36:08 2a8b12db71e7: Verifying Checksum 09:36:08 2a8b12db71e7: Download complete 09:36:08 31603596830f: Verifying Checksum 09:36:08 31603596830f: Download complete 09:36:08 ecc8261a40a4: Verifying Checksum 09:36:08 ecc8261a40a4: Download complete 09:36:08 6ca5941a6612: Verifying Checksum 09:36:08 6ca5941a6612: Download complete 09:36:08 31603596830f: Pull complete 09:36:08 2a8b12db71e7: Pull complete 09:36:09 6ca5941a6612: Pull complete 09:36:10 ecc8261a40a4: Pull complete 09:36:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:36:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:36:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:36:10 prd-centos7-docker-4c-2g-25540 does not seem to be running inside a container 09:36:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-498 -v /w/workspace/dry_go-mod-core-contracts_PR-498:/w/workspace/dry_go-mod-core-contracts_PR-498:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-498@tmp:/w/workspace/dry_go-mod-core-contracts_PR-498@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:36:13 $ docker top 3bb392c1881876068397979a4e737f2267de596c2dbc7456762ffc5cb6e58fac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:36:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:36:13 [ssh-agent] Looking for ssh-agent implementation... 09:36:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:36:13 $ docker exec 3bb392c1881876068397979a4e737f2267de596c2dbc7456762ffc5cb6e58fac ssh-agent 09:36:13 SSH_AUTH_SOCK=/tmp/ssh-3q4p7ZBFedqp/agent.12 09:36:13 SSH_AGENT_PID=17 09:36:13 Running ssh-add (command line suppressed) 09:36:13 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-498@tmp/private_key_2517412428871525357.key (/w/workspace/dry_go-mod-core-contracts_PR-498@tmp/private_key_2517412428871525357.key) 09:36:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:36:14 + git tag --points-at HEAD [Pipeline] } 09:36:14 $ docker exec --env ******** --env ******** 3bb392c1881876068397979a4e737f2267de596c2dbc7456762ffc5cb6e58fac ssh-agent -k 09:36:14 unset SSH_AUTH_SOCK; 09:36:14 unset SSH_AGENT_PID; 09:36:14 echo Agent pid 17 killed; 09:36:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:36:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:36:14 [ssh-agent] Looking for ssh-agent implementation... 09:36:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:36:14 $ docker exec 3bb392c1881876068397979a4e737f2267de596c2dbc7456762ffc5cb6e58fac ssh-agent 09:36:15 SSH_AUTH_SOCK=/tmp/ssh-ZvQLMhN59U4j/agent.46 09:36:15 SSH_AGENT_PID=51 09:36:15 Running ssh-add (command line suppressed) 09:36:15 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-498@tmp/private_key_564781188315549030.key (/w/workspace/dry_go-mod-core-contracts_PR-498@tmp/private_key_564781188315549030.key) 09:36:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:36:15 + git semver init 09:36:15 # -> Open(): unable to determine branch for HEAD 09:36:15 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-498/.git 09:36:15 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-498 09:36:15 # $SEMVER_REMOTE_NAME = origin 09:36:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:36:15 # $SEMVER_USER_NAME = edgex-jenkins 09:36:15 # $SEMVER_BRANCH = PR-498 09:36:15 # $SEMVER_TEMP = /tmp/semver-257823062 09:36:15 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 09:36:16 # '/tmp/semver-257823062' -> '/w/workspace/dry_go-mod-core-contracts_PR-498/.semver' 09:36:16 # -> Force: false 09:36:16 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-498/.semver [Pipeline] } 09:36:16 $ docker exec --env ******** --env ******** 3bb392c1881876068397979a4e737f2267de596c2dbc7456762ffc5cb6e58fac ssh-agent -k 09:36:16 unset SSH_AUTH_SOCK; 09:36:16 unset SSH_AGENT_PID; 09:36:16 echo Agent pid 51 killed; 09:36:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:36:17 + git semver [Pipeline] } 09:36:17 $ docker stop --time=1 3bb392c1881876068397979a4e737f2267de596c2dbc7456762ffc5cb6e58fac 09:36:18 $ docker rm -f 3bb392c1881876068397979a4e737f2267de596c2dbc7456762ffc5cb6e58fac [Pipeline] // withDockerContainer [Pipeline] sh 09:36:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:36:19 Stashed 1 file(s) [Pipeline] echo 09:36:19 [edgeXSemver]: initialized semver on 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 09:36:20 Running on prd-centos7-docker-4c-2g-25541 in /w/workspace/dry_go-mod-core-contracts_PR-498 [Pipeline] { [Pipeline] ws 09:36:20 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 09:36:23 using credential edgex-jenkins-ssh 09:36:23 Cloning the remote Git repository 09:36:23 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:36:23 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 09:36:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:36:23 > git --version # timeout=10 09:36:23 > git --version # 'git version 2.24.3' 09:36:23 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:36:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:36:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:36:24 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:36:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:36:24 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:36:24 Merging remotes/origin/master commit cdf6f9724aa4f5637705aab0063dc882d2a96c4e into PR head commit aa19caf137368c6c9f4cab45686b3078d83b419b 09:36:24 Merge succeeded, producing aa19caf137368c6c9f4cab45686b3078d83b419b 09:36:24 Checking out Revision aa19caf137368c6c9f4cab45686b3078d83b419b (PR-498) 09:36:24 > git config core.sparsecheckout # timeout=10 09:36:24 > git checkout -f aa19caf137368c6c9f4cab45686b3078d83b419b # timeout=10 09:36:24 > git remote # timeout=10 09:36:24 > git config --get remote.origin.url # timeout=10 09:36:24 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:24 > git merge cdf6f9724aa4f5637705aab0063dc882d2a96c4e # timeout=10 09:36:24 > git rev-parse HEAD^{commit} # timeout=10 09:36:24 > git config core.sparsecheckout # timeout=10 09:36:24 > git checkout -f aa19caf137368c6c9f4cab45686b3078d83b419b # timeout=10 09:36:29 Commit message: "Merge branch 'master' into issue-497" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:36:30 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:36:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:36:31 + sudo service docker restart 09:36:31 + true 09:36:31 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 09:36:33 ========================================================= 09:36:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:36:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:36:33 + 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 . 09:36:34 Sending build context to Docker daemon 2.599MB 09:36:34 Step 1/7 : ARG BASE=golang:1.15-alpine 09:36:34 Step 2/7 : FROM ${BASE} 09:36:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:36:34 188c0c94c7c5: Pulling fs layer 09:36:34 0ef7d3d256c8: Pulling fs layer 09:36:34 de9db76c5a1d: Pulling fs layer 09:36:34 bca2f99d35d6: Pulling fs layer 09:36:34 93359f2a8cfa: Pulling fs layer 09:36:34 7c6f9722023f: Pulling fs layer 09:36:34 a35cf1a2eb13: Pulling fs layer 09:36:34 93359f2a8cfa: Waiting 09:36:34 7c6f9722023f: Waiting 09:36:34 bca2f99d35d6: Waiting 09:36:34 a35cf1a2eb13: Waiting 09:36:34 de9db76c5a1d: Verifying Checksum 09:36:34 de9db76c5a1d: Download complete 09:36:34 0ef7d3d256c8: Verifying Checksum 09:36:34 0ef7d3d256c8: Download complete 09:36:34 93359f2a8cfa: Download complete 09:36:34 7c6f9722023f: Verifying Checksum 09:36:34 7c6f9722023f: Download complete 09:36:34 188c0c94c7c5: Verifying Checksum 09:36:34 188c0c94c7c5: Download complete 09:36:34 188c0c94c7c5: Pull complete 09:36:35 0ef7d3d256c8: Pull complete 09:36:35 de9db76c5a1d: Pull complete 09:36:35 Still waiting to schedule task 09:36:35 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:36:37 a35cf1a2eb13: Verifying Checksum 09:36:37 a35cf1a2eb13: Download complete 09:36:39 bca2f99d35d6: Verifying Checksum 09:36:39 bca2f99d35d6: Download complete 09:36:44 bca2f99d35d6: Pull complete 09:36:44 93359f2a8cfa: Pull complete 09:36:44 7c6f9722023f: Pull complete 09:36:50 a35cf1a2eb13: Pull complete 09:36:50 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:36:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:36:50 ---> a62c8e92a672 09:36:50 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:36:50 ---> Running in f85c4e2e9cf2 09:36:50 Removing intermediate container f85c4e2e9cf2 09:36:50 ---> bc3dac741f50 09:36:50 Step 4/7 : RUN apk add bash 09:36:50 ---> Running in 4790f246ff5b 09:36:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:36:54 OK: 166 MiB in 39 packages 09:36:54 Removing intermediate container 4790f246ff5b 09:36:54 ---> 6066888b7064 09:36:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:36:54 ---> Running in ef83d4357a0a 09:36:54 Removing intermediate container ef83d4357a0a 09:36:54 ---> 7fc2c527b37a 09:36:54 Step 6/7 : COPY go.mod . 09:36:55 ---> b68b2d696717 09:36:55 Step 7/7 : RUN go mod download 09:36:55 ---> Running in 82ac1c867f02 09:37:07 Removing intermediate container 82ac1c867f02 09:37:07 ---> b4bed0486359 09:37:07 Successfully built b4bed0486359 09:37:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:37:07 + docker inspect -f . ci-base-image-x86_64 09:37:07 . [Pipeline] withDockerContainer 09:37:07 prd-centos7-docker-4c-2g-25541 does not seem to be running inside a container 09:37:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:37:08 $ docker top 71d4170c384bb49b49595228db2d0fd9c000378f285970d57b0f99ad43a2242e -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:09 + go version 09:37:09 go version go1.15.5 linux/amd64 [Pipeline] } 09:37:09 $ docker stop --time=1 71d4170c384bb49b49595228db2d0fd9c000378f285970d57b0f99ad43a2242e 09:37:10 $ docker rm -f 71d4170c384bb49b49595228db2d0fd9c000378f285970d57b0f99ad43a2242e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:37:11 + docker inspect -f . ci-base-image-x86_64 09:37:11 . [Pipeline] withDockerContainer 09:37:11 prd-centos7-docker-4c-2g-25541 does not seem to be running inside a container 09:37:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:37:12 $ docker top e9d606896f99afe7e5064de78f8ed5a77d650cd75611791f9284e5b7ac2e1734 -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:12 + make test 09:37:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:37:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 09:37:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.015s coverage: 85.7% of statements 09:37:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.014s coverage: 100.0% of statements 09:37:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.045s coverage: 45.4% of statements 09:37:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.020s coverage: 77.8% of statements 09:37:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:37:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.021s coverage: 26.3% of statements 09:37:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.051s coverage: 14.7% of statements 09:37:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.019s coverage: 100.0% of statements 09:37:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.051s coverage: 91.8% of statements 09:37:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 09:37:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 09:37:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.006s coverage: 100.0% of statements 09:37:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.039s coverage: 36.7% of statements 09:37:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.046s coverage: 63.0% of statements 09:37:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements 09:37:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.020s coverage: 15.4% of statements 09:37:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.028s coverage: 15.4% of statements 09:37:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.032s coverage: 14.3% of statements 09:37:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 09:37:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.074s coverage: 84.6% of statements 09:37:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 09:37:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 09:37:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 09:37:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.015s coverage: 51.0% of statements 09:37:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.025s coverage: 94.7% of statements 09:37:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.059s coverage: 84.6% of statements 09:37:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 09:37:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 09:37:27 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:37:29 gofmt -l . 09:37:29 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:37:29 $ docker stop --time=1 e9d606896f99afe7e5064de78f8ed5a77d650cd75611791f9284e5b7ac2e1734 09:37:32 $ docker rm -f e9d606896f99afe7e5064de78f8ed5a77d650cd75611791f9284e5b7ac2e1734 [Pipeline] // withDockerContainer [Pipeline] sh 09:37:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:37:33 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:41:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25547 in /w/workspace/dry_go-mod-core-contracts_PR-498 [Pipeline] { [Pipeline] ws 09:41:31 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 09:41:36 using credential edgex-jenkins-ssh 09:41:36 Cloning the remote Git repository 09:41:37 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:41:37 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 09:41:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:41:37 > git --version # timeout=10 09:41:37 > git --version # 'git version 2.17.1' 09:41:37 using GIT_SSH to set credentials SSH Credentials for GitHub 09:41:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:41:39 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:41:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:41:39 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:41:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:41:39 using GIT_SSH to set credentials SSH Credentials for GitHub 09:41:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:41:39 Merging remotes/origin/master commit cdf6f9724aa4f5637705aab0063dc882d2a96c4e into PR head commit aa19caf137368c6c9f4cab45686b3078d83b419b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:41:40 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:41:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:41:43 ---> package-listing.sh 09:41:43 ++ facter osfamily 09:41:43 ++ tr '[:upper:]' '[:lower:]' 09:41:43 + OS_FAMILY=redhat 09:41:43 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-498 09:41:43 + START_PACKAGES=/tmp/packages_start.txt 09:41:43 + END_PACKAGES=/tmp/packages_end.txt 09:41:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:41:43 + PACKAGES=/tmp/packages_start.txt 09:41:43 + '[' /w/workspace/dry_go-mod-core-contracts_PR-498 ']' 09:41:43 + PACKAGES=/tmp/packages_end.txt 09:41:43 + case "${OS_FAMILY}" in 09:41:43 + rpm -qa 09:41:43 + sort 09:41:49 + '[' -f /tmp/packages_start.txt ']' 09:41:49 + '[' -f /tmp/packages_end.txt ']' 09:41:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:41:49 + '[' /w/workspace/dry_go-mod-core-contracts_PR-498 ']' 09:41:49 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-498/archives/ 09:41:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-498/archives/ [Pipeline] echo 09:41:49 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/dry_go-mod-core-contracts_PR-498/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:41:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:41:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:41:49 09:41:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:41:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:41:50 alpine: Pulling from edgex-lftools-log-publisher 09:41:50 df20fa9351a1: Pulling fs layer 09:41:50 36b3adc4ff6f: Pulling fs layer 09:41:50 8ad3a11d3b57: Pulling fs layer 09:41:50 46f8f816bc3b: Pulling fs layer 09:41:50 93b61091891f: Pulling fs layer 09:41:50 93b9cdb0e59b: Pulling fs layer 09:41:50 5e14af77c1be: Pulling fs layer 09:41:50 01666e4c0597: Pulling fs layer 09:41:50 aa168da1d23b: Pulling fs layer 09:41:50 93b9cdb0e59b: Waiting 09:41:50 5e14af77c1be: Waiting 09:41:50 01666e4c0597: Waiting 09:41:50 aa168da1d23b: Waiting 09:41:50 46f8f816bc3b: Waiting 09:41:50 93b61091891f: Waiting 09:41:50 36b3adc4ff6f: Verifying Checksum 09:41:50 36b3adc4ff6f: Download complete 09:41:50 46f8f816bc3b: Verifying Checksum 09:41:50 46f8f816bc3b: Download complete 09:41:50 93b61091891f: Download complete 09:41:50 df20fa9351a1: Verifying Checksum 09:41:50 df20fa9351a1: Download complete 09:41:50 5e14af77c1be: Verifying Checksum 09:41:50 5e14af77c1be: Download complete 09:41:50 93b9cdb0e59b: Verifying Checksum 09:41:50 93b9cdb0e59b: Download complete 09:41:50 01666e4c0597: Verifying Checksum 09:41:50 01666e4c0597: Download complete 09:41:50 8ad3a11d3b57: Verifying Checksum 09:41:50 8ad3a11d3b57: Download complete 09:41:51 df20fa9351a1: Pull complete 09:41:51 36b3adc4ff6f: Pull complete 09:41:52 8ad3a11d3b57: Pull complete 09:41:52 46f8f816bc3b: Pull complete 09:41:52 aa168da1d23b: Verifying Checksum 09:41:52 aa168da1d23b: Download complete 09:41:52 93b61091891f: Pull complete 09:41:53 93b9cdb0e59b: Pull complete 09:41:53 5e14af77c1be: Pull complete 09:41:53 01666e4c0597: Pull complete 09:42:01 aa168da1d23b: Pull complete 09:42:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:42:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:42:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:42:01 prd-centos7-docker-4c-2g-25540 does not seem to be running inside a container 09:42:01 $ 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/dry_go-mod-core-contracts_PR-498/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-498 -v /w/workspace/dry_go-mod-core-contracts_PR-498:/w/workspace/dry_go-mod-core-contracts_PR-498:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-498@tmp:/w/workspace/dry_go-mod-core-contracts_PR-498@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:42:05 $ docker top 2449fa4eac458eda1a08c94e7271a78ff371be6a8f9aef011c5c1106a3b49797 -eo pid,comm [Pipeline] { [Pipeline] sh 09:42:06 + touch /tmp/pre-build-complete [Pipeline] sh 09:42:06 + mkdir -p /var/log/sa [Pipeline] sh 09:42:06 + ls /var/log/sa-host 09:42:06 + sadf -c /var/log/sa-host/sa08 09:42:06 file_magic: OK 09:42:06 HZ: Using current value: 100 09:42:06 file_header: OK 09:42:06 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 09:42:06 Statistics: 09:42:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:42:06 File successfully converted to sysstat format version 12.2.1 09:42:06 + sadf -c /var/log/sa-host/sa23 09:42:06 file_magic: OK 09:42:06 HZ: Using current value: 100 09:42:06 file_header: OK 09:42:06 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 09:42:06 Statistics: 09:42:06 Hnuu...uuuununununu... 09:42:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:42:07 provisioning config files... 09:42:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-498@tmp/config9019171535073191700tmp [Pipeline] { [Pipeline] echo 09:42:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:42:08 ---> create-netrc.sh [Pipeline] } 09:42:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:42:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:42:08 ---> python-tools-install.sh [Pipeline] echo 09:42:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:42:08 ---> sudo-logs.sh 09:42:08 Archiving 'sudo' log.. [Pipeline] echo 09:42:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:42:09 ---> job-cost.sh 09:42:09 lf-activate-venv: SKIPPING 09:42:09 INFO: No Stack... 09:42:10 INFO: Retrieving Pricing Info for: v1-standard-2 09:42:10 INFO: Archiving Costs [Pipeline] echo 09:42:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:42:10 ---> logs-deploy.sh 09:42:10 lf-activate-venv: SKIPPING 09:42:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-498/2 09:42:10 INFO: archiving workspace using pattern(s): 09:42:12 Archives upload complete. 09:42:12 INFO: archiving logs to Nexus 09:42:13 ---> uname -a: 09:42:13 Linux prd-centos7-docker-4c-2g-25540.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:42:13 09:42:13 09:42:13 ---> lscpu: 09:42:13 Architecture: x86_64 09:42:13 CPU op-mode(s): 32-bit, 64-bit 09:42:13 Byte Order: Little Endian 09:42:13 Address sizes: 40 bits physical, 48 bits virtual 09:42:13 CPU(s): 4 09:42:13 On-line CPU(s) list: 0-3 09:42:13 Thread(s) per core: 1 09:42:13 Core(s) per socket: 1 09:42:13 Socket(s): 4 09:42:13 NUMA node(s): 1 09:42:13 Vendor ID: GenuineIntel 09:42:13 CPU family: 6 09:42:13 Model: 44 09:42:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:42:13 Stepping: 1 09:42:13 CPU MHz: 2933.436 09:42:13 BogoMIPS: 5866.87 09:42:13 Virtualization: VT-x 09:42:13 Hypervisor vendor: KVM 09:42:13 Virtualization type: full 09:42:13 L1d cache: 128 KiB 09:42:13 L1i cache: 128 KiB 09:42:13 L2 cache: 16 MiB 09:42:13 L3 cache: 64 MiB 09:42:13 NUMA node0 CPU(s): 0-3 09:42:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:42:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:42:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:42:13 Vulnerability Meltdown: Mitigation; PTI 09:42:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:42:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:42:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:42:13 Vulnerability Srbds: Not affected 09:42:13 Vulnerability Tsx async abort: Not affected 09:42:13 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 09:42:13 09:42:13 09:42:13 ---> nproc: 09:42:13 4 09:42:13 09:42:13 09:42:13 ---> df -h: 09:42:13 Filesystem Size Used Available Use% Mounted on 09:42:13 overlay 50.0G 7.3G 42.7G 15% / 09:42:13 tmpfs 64.0M 0 64.0M 0% /dev 09:42:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:42:13 shm 64.0M 0 64.0M 0% /dev/shm 09:42:13 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 09:42:13 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 09:42:13 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 09:42:13 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 09:42:13 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 09:42:13 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 09:42:13 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 09:42:13 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 09:42:13 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-498 09:42:13 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-498@tmp 09:42:13 09:42:13 09:42:13 ---> free -m: 09:42:13 total used free shared buff/cache available 09:42:13 Mem: 1837 720 108 0 1008 1012 09:42:13 Swap: 1023 1 1022 09:42:13 09:42:13 09:42:13 ---> ip addr: 09:42:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:42:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:42:13 inet 127.0.0.1/8 scope host lo 09:42:13 valid_lft forever preferred_lft forever 09:42:13 inet6 ::1/128 scope host 09:42:13 valid_lft forever preferred_lft forever 09:42:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:42:13 link/ether fa:16:3e:00:34:29 brd ff:ff:ff:ff:ff:ff 09:42:13 inet 10.30.123.56/23 brd 10.30.123.255 scope global dynamic eth0 09:42:13 valid_lft 85770sec preferred_lft 85770sec 09:42:13 inet6 fe80::f816:3eff:fe00:3429/64 scope link 09:42:13 valid_lft forever preferred_lft forever 09:42:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:42:13 link/ether 02:42:66:2b:84:e5 brd ff:ff:ff:ff:ff:ff 09:42:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:42:13 valid_lft forever preferred_lft forever 09:42:13 inet6 fe80::42:66ff:fe2b:84e5/64 scope link 09:42:13 valid_lft forever preferred_lft forever 09:42:13 09:42:13 09:42:13 ---> sar -b -r -n DEV: 09:42:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) 09:42:13 09:42:13 09:31:32 LINUX RESTART (4 CPU) 09:42:13 09:42:13 09:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:42:13 09:33:01 24.96 16.01 8.95 0.00 2561.52 1214.55 0.00 09:42:13 09:34:01 1.10 0.00 1.10 0.00 0.00 17.90 0.00 09:42:13 09:35:01 0.18 0.00 0.18 0.00 0.00 2.16 0.00 09:42:13 09:36:01 21.51 3.73 17.78 0.00 292.11 408.86 0.00 09:42:13 09:37:01 32.45 10.80 21.64 0.00 4299.52 2359.96 0.00 09:42:13 09:38:01 0.60 0.00 0.60 0.00 0.00 10.57 0.00 09:42:13 09:39:01 0.38 0.00 0.38 0.00 0.00 5.73 0.00 09:42:13 09:40:01 0.30 0.00 0.30 0.00 0.00 4.88 0.00 09:42:13 09:41:01 0.33 0.00 0.33 0.00 0.00 4.70 0.00 09:42:13 09:42:01 114.21 76.54 37.67 0.00 5820.03 15242.80 0.00 09:42:13 Average: 19.60 10.70 8.90 0.00 1295.71 1929.39 0.00 09:42:13 09:42:13 09:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:42:13 09:33:01 85092 0 490720 26.08 2620 1303112 1015196 34.65 300296 1299808 20 09:42:13 09:34:01 89132 0 486552 25.86 2620 1303240 1002176 34.20 294092 1302304 12 09:42:13 09:35:01 89152 0 486528 25.86 2620 1303244 1002308 34.21 294700 1302292 8 09:42:13 09:36:01 74596 0 575580 30.59 2620 1228748 1059100 36.15 396052 1214256 12464 09:42:13 09:37:01 138776 0 625560 33.25 2620 1114588 1093208 37.31 435776 1105896 16 09:42:13 09:38:01 143192 0 621140 33.01 2620 1114592 1071784 36.58 433292 1105176 8 09:42:13 09:39:01 143960 0 620368 32.97 2620 1114596 1065616 36.37 451520 1086448 8 09:42:13 09:40:01 144468 0 619856 32.94 2620 1114600 1065616 36.37 451524 1086448 8 09:42:13 09:41:01 143704 0 620612 32.98 2620 1114608 1065712 36.37 449508 1088992 8 09:42:13 09:42:01 206808 0 694808 36.93 2620 977308 1107984 37.81 443812 978420 93868 09:42:13 Average: 125888 0 584172 31.05 2620 1168864 1054870 36.00 395057 1157004 10642 09:42:13 09:42:13 09:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:42:13 09:33:01 eth0 160.26 97.58 372.21 23.15 0.00 0.00 0.00 0.00 09:42:13 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:34:01 eth0 1.23 0.05 0.10 0.00 0.00 0.00 0.00 0.00 09:42:13 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:35:01 eth0 1.57 0.30 0.36 0.17 0.00 0.00 0.00 0.00 09:42:13 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:36:01 eth0 199.92 132.28 355.18 40.25 0.00 0.00 0.00 0.00 09:42:13 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:37:01 eth0 87.45 74.21 358.03 37.78 0.00 0.00 0.00 0.00 09:42:13 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:37:01 docker0 9.19 7.49 1.85 18.86 0.00 0.00 0.00 0.00 09:42:13 09:38:01 eth0 0.33 0.28 0.17 0.08 0.00 0.00 0.00 0.00 09:42:13 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:39:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:42:13 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:40:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:42:13 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:41:01 eth0 1.67 0.33 0.38 0.20 0.00 0.00 0.00 0.00 09:42:13 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:42:01 eth0 195.07 156.19 2166.63 16.17 0.00 0.00 0.00 0.00 09:42:13 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 Average: eth0 64.63 46.06 325.37 11.76 0.00 0.00 0.00 0.00 09:42:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:42:13 Average: docker0 0.92 0.75 0.19 1.89 0.00 0.00 0.00 0.00 09:42:13 09:42:13 09:42:13 ---> sar -P ALL: 09:42:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) 09:42:13 09:42:13 09:31:32 LINUX RESTART (4 CPU) 09:42:13 09:42:13 09:32:02 CPU %user %nice %system %iowait %steal %idle 09:42:13 09:33:01 all 7.01 0.00 1.82 0.46 0.15 90.56 09:42:13 09:33:01 0 7.59 0.00 2.18 0.26 0.14 89.84 09:42:13 09:33:01 1 6.73 0.00 1.64 0.99 0.15 90.47 09:42:13 09:33:01 2 6.18 0.00 1.95 0.34 0.17 91.35 09:42:13 09:33:01 3 7.55 0.00 1.51 0.24 0.12 90.58 09:42:13 09:34:01 all 0.16 0.00 0.07 0.00 0.04 99.73 09:42:13 09:34:01 0 0.03 0.00 0.08 0.00 0.03 99.85 09:42:13 09:34:01 1 0.50 0.00 0.07 0.00 0.07 99.37 09:42:13 09:34:01 2 0.07 0.00 0.05 0.00 0.02 99.87 09:42:13 09:34:01 3 0.05 0.00 0.08 0.00 0.03 99.83 09:42:13 09:35:01 all 0.13 0.00 0.03 0.00 0.01 99.82 09:42:13 09:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:42:13 09:35:01 1 0.40 0.00 0.05 0.00 0.00 99.55 09:42:13 09:35:01 2 0.08 0.00 0.05 0.00 0.03 99.83 09:42:13 09:35:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:42:13 09:36:01 all 3.45 0.00 0.90 0.60 0.05 95.01 09:42:13 09:36:01 0 2.49 0.00 1.74 2.29 0.03 93.44 09:42:13 09:36:01 1 4.62 0.00 0.37 0.02 0.05 94.95 09:42:13 09:36:01 2 3.03 0.00 0.72 0.08 0.07 96.10 09:42:13 09:36:01 3 3.65 0.00 0.75 0.02 0.03 95.55 09:42:13 09:37:01 all 3.04 0.00 2.01 0.82 0.07 94.06 09:42:13 09:37:01 0 3.24 0.00 2.76 0.18 0.07 93.75 09:42:13 09:37:01 1 3.31 0.00 1.65 0.57 0.07 94.40 09:42:13 09:37:01 2 2.99 0.00 1.83 2.32 0.08 92.78 09:42:13 09:37:01 3 2.61 0.00 1.80 0.20 0.07 95.32 09:42:13 09:38:01 all 0.15 0.00 0.05 0.00 0.00 99.80 09:42:13 09:38:01 0 0.05 0.00 0.03 0.00 0.00 99.92 09:42:13 09:38:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:42:13 09:38:01 2 0.05 0.00 0.07 0.00 0.00 99.88 09:42:13 09:38:01 3 0.50 0.00 0.05 0.00 0.02 99.43 09:42:13 09:39:01 all 0.17 0.00 0.14 0.00 0.00 99.69 09:42:13 09:39:01 0 0.02 0.00 0.15 0.00 0.00 99.83 09:42:13 09:39:01 1 0.10 0.00 0.12 0.00 0.02 99.77 09:42:13 09:39:01 2 0.05 0.00 0.22 0.00 0.00 99.73 09:42:13 09:39:01 3 0.52 0.00 0.07 0.00 0.00 99.42 09:42:13 09:40:01 all 0.15 0.00 0.04 0.00 0.01 99.80 09:42:13 09:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:42:13 09:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:42:13 09:40:01 2 0.05 0.00 0.08 0.00 0.02 99.85 09:42:13 09:40:01 3 0.50 0.00 0.03 0.00 0.02 99.45 09:42:13 09:41:01 all 0.17 0.00 0.04 0.00 0.01 99.77 09:42:13 09:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:42:13 09:41:01 1 0.05 0.00 0.03 0.00 0.02 99.90 09:42:13 09:41:01 2 0.07 0.00 0.05 0.00 0.02 99.87 09:42:13 09:41:01 3 0.53 0.00 0.05 0.00 0.02 99.40 09:42:13 09:42:01 all 5.68 0.00 3.97 1.55 0.05 88.76 09:42:13 09:42:01 0 6.38 0.00 3.63 0.74 0.05 89.20 09:42:13 09:42:01 1 5.27 0.00 4.04 3.38 0.07 87.25 09:42:13 09:42:01 2 4.99 0.00 3.98 0.05 0.03 90.95 09:42:13 09:42:01 3 6.07 0.00 4.23 2.02 0.05 87.62 09:42:13 Average: all 1.99 0.00 0.90 0.34 0.04 96.73 09:42:13 Average: 0 1.97 0.00 1.06 0.35 0.03 96.60 09:42:13 Average: 1 2.08 0.00 0.80 0.49 0.04 96.59 09:42:13 Average: 2 1.74 0.00 0.89 0.28 0.04 97.05 09:42:13 Average: 3 2.18 0.00 0.85 0.25 0.04 96.69 09:42:13 09:42:13 09:42:13