Started by user unknown or anonymous
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/oldirty
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential c1e26992-4d31-4785-9bb1-c7a4f19fbaaa
Cloning the remote Git repository
Cloning repository file:///home/hsuvalov/workfils/loadTester2/
 > git init /var/lib/jenkins/workspace/oldirty # timeout=10
Fetching upstream changes from file:///home/hsuvalov/workfils/loadTester2/
 > git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress file:///home/hsuvalov/workfils/loadTester2/ +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url file:///home/hsuvalov/workfils/loadTester2/ # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url file:///home/hsuvalov/workfils/loadTester2/ # timeout=10
Fetching upstream changes from file:///home/hsuvalov/workfils/loadTester2/
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress file:///home/hsuvalov/workfils/loadTester2/ +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 48a5f86846846b5480591fe2f78c7269fc3c4015 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 48a5f86846846b5480591fe2f78c7269fc3c4015
Commit message: "Your commit message"
First time build. Skipping changelog.
[oldirty] $ /bin/sh -xe /tmp/jenkins291793538569277974.sh
+ python loadTestRunner.py true
-----------------------------
('Test:', 'flatOUT_Threads-1_Duration-4_elements-50')
('Requests/minute: ', 1698.0)
('Average latency: ', '32')
('Time: ', '2019-08-28 16:31:39')
-----------------------------
-----------------------------
('Test:', 'BLOB_attachment_OUT_Threads-1_Duration-4_size-500000')
('Requests/minute: ', 162.0)
('Average latency: ', '352')
('Time: ', '2019-08-28 16:31:45')
-----------------------------
+ echo current Branch is master
current Branch is master
+ git checkout master
Switched to a new branch 'master'
M	Graphs/GraphsLatency/BLOB_attachment_OUT_Threads-1_Duration-4_size-500000
M	Graphs/GraphsLatency/flatOUT_Threads-1_Duration-4_elements-50
M	Graphs/GraphsRequestsMin/BLOB_attachment_OUT_Threads-1_Duration-4_size-500000
M	Graphs/GraphsRequestsMin/flatOUT_Threads-1_Duration-4_elements-50
M	HTMLgenerator.pyc
M	ResultCSV/BLOB_attachment_OUT_Threads-1_Duration-4_size-500000.csv
M	ResultCSV/flatOUT_Threads-1_Duration-4_elements-50.csv
M	TestJMX/out.xml
M	attachmentGenerator.pyc
M	changes.html
M	configParser.pyc
M	contentGenerator.pyc
M	jmeter.log
M	resultReader.pyc
M	tests.pyc
M	xmleditor.pyc
Branch 'master' set up to track remote branch 'master' from 'origin'.
+ git add .
+ git commit -am Your commit message
[master 21d8eaa] Your commit message
 18 files changed, 197 insertions(+), 69 deletions(-)
 rewrite Graphs/GraphsLatency/BLOB_attachment_OUT_Threads-1_Duration-4_size-500000 (99%)
 rewrite Graphs/GraphsLatency/flatOUT_Threads-1_Duration-4_elements-50 (99%)
 rewrite Graphs/GraphsRequestsMin/BLOB_attachment_OUT_Threads-1_Duration-4_size-500000 (99%)
 rewrite Graphs/GraphsRequestsMin/flatOUT_Threads-1_Duration-4_elements-50 (99%)
 create mode 100644 TestCSV/BLOB_attachment_OUT_Threads-1_Duration-4_size-500000_2019-08-28_16:31:39.csv
 create mode 100644 TestCSV/flatOUT_Threads-1_Duration-4_elements-50_2019-08-28_16:31:33.csv
 rewrite attachmentGenerator.pyc (79%)
 rewrite contentGenerator.pyc (73%)
 rewrite jmeter.log (72%)
+ git push origin master
To file:///home/hsuvalov/workfils/loadTester2/
   48a5f86..21d8eaa  master -> master
Archiving artifacts
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/oldirty to /var/lib/jenkins/jobs/oldirty/htmlreports/Latency_20Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/oldirty to /var/lib/jenkins/jobs/oldirty/htmlreports/Requests_20Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/oldirty to /var/lib/jenkins/jobs/oldirty/htmlreports/Changes_20Report
Finished: SUCCESS
