26Sep2019 - detailed test results for TextTest

To reconnect the TextTest GUI to these results, run:

texttest -a texttest -c /home/delphi/texttest/texttest -d /home/delphi/texttest/selftest -reconnect /home/delphi/.texttest/tmp/texttest.02Oct000003.47582 -g

To start TextTest for these tests, run:

texttest -a texttest -c /home/delphi/texttest/texttest -d /home/delphi/texttest/selftest


default: 852 tests: 633 succeeded 217 FAILED 2 killed

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-scenario-ba : TestSelf CollateFiles UnixCoreFiles Integration Console BatchCrash ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,14
> WARNING: Errors occurred running collate_script(s) interpretcore
> while trying to extract file(s) at 
> <test write dir>/texttesttmp/<target tmp dir>/core/DumpCore/core : 
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/interpretcore", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
> 
---------- Differences in output ----------
6c6
<   CORE test-case DumpCore CRASHED (Segmentation fault in ___newselect_nocancel) on <machine> :
---
>   CORE test-case DumpCore CRASHED (core not parsed) on <machine> :
10c10
<   CORE test-case DumpCore CRASHED (Segmentation fault in ___newselect_nocancel) on <machine> :
---
>   CORE test-case DumpCore CRASHED (core not parsed) on <machine> :
---------- Differences in targetReport ----------
9c9
<   - CORE test-case DumpCore : Segmentation fault in ___newselect_nocancel
---
>   - CORE test-case DumpCore : core not parsed
17,25c17,28
< TEST CRASHED (Segmentation fault in ___newselect_nocancel) on : CORE test-case DumpCore (under DumpCore)
< (Core file at /carm/proj/texttest-tmp/geoff/texttest.<today's date>17/texttest/TestSelf/CollateFiles/UnixOnly/Console/BatchCrash/texttesttmp/console.<today's date>40/core/DumpCore/core)
< (Created by binary /bin/grep)
< Program terminated with signal 11, Segmentation fault.
< Stack trace from gdb :
< ___newselect_nocancel 
< inittime_the_fake_version 
< ?? 
< ?? 
---
> TEST CRASHED (core not parsed) on : CORE test-case DumpCore (under DumpCore)
> The core file could not be parsed. Errors from 'interpretcore' follow :
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/interpretcore", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/core/DumpCore; interpretcore <test_write_dir>/texttesttmp/<target tmp dir>/core/DumpCore/core
->OUT:Segmentation fault in ___newselect_nocancel
-------------------------------------------
(Core file at /carm/proj/texttest-tmp/geoff/texttest.11Dec180717/texttest/TestSelf/CollateFiles/UnixOnly/Console/BatchCrash/texttesttmp/console.11Dec180740/core/DumpCore/core)
(Created by binary /bin/grep)
Program terminated with signal 11, Segmentation fault.
Stack trace from gdb :
___newselect_nocancel 
inittime_the_fake_version 
?? 
?? 

TEST FAILED on ts-sim-scenario-ba : TestSelf CollateFiles UnixCoreFiles Integration Console CoreInterpretFailure ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
4c4,13
< interpretcore.py had a bad day and probably threw a nasty exception
---
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/interpretcore", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Differences in output ----------
9c9,18
< interpretcore.py had a bad day and probably threw a nasty exception
---
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/interpretcore", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/core/DumpCore; interpretcore <test_write_dir>/texttesttmp/<target tmp dir>/core/DumpCore/core
->ERR:interpretcore.py had a bad day and probably threw a nasty exception

TEST FAILED on ts-sim-scenario-ba : TestSelf CollateFiles UnixCoreFiles Integration Console InteractiveCrash ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,14
> WARNING: Errors occurred running collate_script(s) interpretcore
> while trying to extract file(s) at 
> <test write dir>/texttesttmp/<target tmp dir>/core/DumpCore/core : 
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/interpretcore", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
> 
---------- Differences in output ----------
6c6
<   CORE test-case DumpCore CRASHED (Segmentation fault in ___newselect_nocancel) :
---
>   CORE test-case DumpCore CRASHED (core not parsed) :
8,15c8,18
< (core file at carm/proj/texttest-tmp/geoff/texttest.11Dec180717/texttest/TestSelf/CollateFiles/UnixOnly/Console/InteractiveCrash/texttesttmp/console.11Dec180740/core/DumpCore/core)
< (created by binary /bin/grep)
< Program terminated with signal 11, Segmentation fault.
< Stack trace from gdb :
< ___newselect_nocancel 
< inittime_the_fake_version 
< ?? 
< ?? 
---
> The core file could not be parsed. Errors from 'interpretcore' follow :
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/interpretcore", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/core/DumpCore; interpretcore <test_write_dir>/texttesttmp/<target tmp dir>/core/DumpCore/core
->OUT:Segmentation fault in ___newselect_nocancel
-------------------------------------------
(core file at carm/proj/texttest-tmp/geoff/texttest.11Dec180717/texttest/TestSelf/CollateFiles/UnixOnly/Console/InteractiveCrash/texttesttmp/console.11Dec180740/core/DumpCore/core)
(created by binary /bin/grep)
Program terminated with signal 11, Segmentation fault.
Stack trace from gdb :
___newselect_nocancel 
inittime_the_fake_version 
?? 
?? 

TEST FAILED on ts-sim-scenario-ba : TestSelf FileViewers Console LogFileGraphicalDiff ( Last six runs Oct2019 Sep2019 )

---------- Missing result in externalmocks ----------
<-CMD:tkdiff <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/framework_tmp/output.helloorigcmp <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/framework_tmp/output.hellocmp
->EXC:-15

TEST FAILED on ts-sim-scenario-ba : TestSelf FileViewers Console NewFileGraphicalViewer ( Last six runs Oct2019 Sep2019 )

---------- Missing result in externalmocks ----------
<-CMD:emacs <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/framework_tmp/newout.hellocmp
->EXC:-15

TEST FAILED on ts-sim-scenario-ba : TestSelf KnownBugs BugzillaPlugin Version2 BadScript ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,45
> Description of exception thrown :
> Traceback (most recent call last):
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
> ModuleNotFoundError: No module named 'default'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "<filtered>/testmodel.py", line <filtered>, in makeConfigObject
>     return plugins.importAndCall(moduleName, "getConfig", self.inputOptions)
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     import texttestlib.default.batch
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     from texttestlib.default.batch import testoverview
>   File "<filtered>/testoverview.py", line <filtered>, in <module>
>     from texttestlib.default.batch import HTMLgen, HTMLcolors, jenkinschanges
>   File "<filtered>/HTMLgen.py", line <filtered>, in <module>
>     from .imgsize import imgsize
>   File "<filtered>/imgsize.py", line <filtered>, in <module>
>     from PIL import Image
>   File "<filtered>/Image.py", line <filtered>, in <module>
>     from pathlib import Path
>   File "<filtered>/pathlib.py", line <filtered>, in <module>
>     from urllib.parse import quote_from_bytes as urlquote_from_bytes
<truncated after showing first 30 lines>
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------local.<datetime>.<pid>
< ------------batchreport.hello
< ------------hello
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test had known bugs (bug 42 (BAD SCRIPT)) on <machine> : differences in output
< Results:
< 
< Tests that did not succeed:
<   HELLO test-case Test had known bugs (bug 42 (BAD SCRIPT)) on <machine> : differences in output
< 
< Tests Run: 1, Known Bugs: 1
< Creating batch report for application HELLO ...
< File written.
---------- Differences in pythonmocks ----------
2,7d1
< <-PYT:import urllib.request
< <-PYT:import urllib.error
< <-PYT:urllib.request.urlopen('http://bugzilla.myveryoldsite.com/cli.cgi?bug=42')
< ->RET:raise Instance('URLError(IOError)', 'urlerror1')
< <-PYT:urlerror1.__str__()
< ->RET:'<urlopen error [Errno -2] Name or service not known>'
---------- New result in exitcode ----------
1
---------- Missing result in targetReport ----------
known bugs=1
<today's date>
HELLO : 1 tests : 1 known bugs

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests had known bugs : 
In HELLO test-suite TargetApp:
  - HELLO test-case Test : bug 42 (BAD SCRIPT)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that had known bugs follows...
--------------------------------------------------------
TEST had known bugs (bug 42 (BAD SCRIPT)) on : HELLO test-case Test (under Test)
Failed to open URL 'http://bugzilla.myveryoldsite.com/cli.cgi?bug=42': <urlopen error [Errno -2] Name or service not known>.

Please make sure that the configuration entry 'bug_system_location' points to the correct script to run to extract bugzilla information. The current value is 'http://bugzilla.myveryoldsite.com'.
(This bug was triggered by text found in file 'output' matching 'after [0-9]* seconds')
---------- Differences in output ----------
1c1
< Hello world
---
> Hello after 5 seconds

TEST FAILED on ts-sim-scenario-ba : TestSelf KnownBugs BugzillaPlugin Version2 ClosedBug ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,45
> Description of exception thrown :
> Traceback (most recent call last):
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
> ModuleNotFoundError: No module named 'default'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "<filtered>/testmodel.py", line <filtered>, in makeConfigObject
>     return plugins.importAndCall(moduleName, "getConfig", self.inputOptions)
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     import texttestlib.default.batch
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     from texttestlib.default.batch import testoverview
>   File "<filtered>/testoverview.py", line <filtered>, in <module>
>     from texttestlib.default.batch import HTMLgen, HTMLcolors, jenkinschanges
>   File "<filtered>/HTMLgen.py", line <filtered>, in <module>
>     from .imgsize import imgsize
>   File "<filtered>/imgsize.py", line <filtered>, in <module>
>     from PIL import Image
>   File "<filtered>/Image.py", line <filtered>, in <module>
>     from pathlib import Path
>   File "<filtered>/pathlib.py", line <filtered>, in <module>
>     from urllib.parse import quote_from_bytes as urlquote_from_bytes
<truncated after showing first 30 lines>
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------local.<datetime>.<pid>
< ------------batchreport.hello
< ------------hello
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test had internal errors (bug 42 (CLOSED)) on <machine> : differences in output
< Results:
< 
< Tests that did not succeed:
<   HELLO test-case Test had internal errors (bug 42 (CLOSED)) on <machine> : differences in output
< 
< Tests Run: 1, Failures: 1
< Creating batch report for application HELLO ...
< File written.
---------- Differences in pythonmocks ----------
2,7d1
< <-PYT:import urllib.request
< <-PYT:import urllib.error
< <-PYT:urllib.request.urlopen('http://bugzilla.myveryoldsite.com/cli.cgi?bug=42')
< ->RET:Instance('addinfourl', 'addinfourl1')
< <-PYT:addinfourl1.read()
< ->RET:'hello:jaeger:4:jaeger:Not greeting the world properly:jaeger:2003-04-14 11:54:32:jaeger:CLOSED:jaeger:enhancement:jaeger:265:jaeger:\nIt\'s meant to be a hello world program!:jaeger:'
---------- Missing result in targetReport ----------
internal errors=1
<today's date>
HELLO : 1 tests : 1 internal errors

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests had internal errors : 
In HELLO test-suite TargetApp:
  - HELLO test-case Test : bug 42 (CLOSED)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that had internal errors follows...
--------------------------------------------------------
TEST had internal errors (bug 42 (CLOSED)) on : HELLO test-case Test (under Test)
******************************************************
BugId: 42          Assigned: 265
Severity: enhancement  Status: CLOSED
Priority: 4     Created: 2003-04-14 11:54:32
Component: hello
Summary: Not greeting the world properly
Description:

It's meant to be a hello world program!
******************************************************
(This bug was triggered by text found in file 'output' matching 'after [0-9]* seconds')
---------- Differences in output ----------
1c1
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf KnownBugs BugzillaPlugin Version2 IncompatibleVersion ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,45
> Description of exception thrown :
> Traceback (most recent call last):
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
> ModuleNotFoundError: No module named 'default'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "<filtered>/testmodel.py", line <filtered>, in makeConfigObject
>     return plugins.importAndCall(moduleName, "getConfig", self.inputOptions)
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     import texttestlib.default.batch
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     from texttestlib.default.batch import testoverview
>   File "<filtered>/testoverview.py", line <filtered>, in <module>
>     from texttestlib.default.batch import HTMLgen, HTMLcolors, jenkinschanges
>   File "<filtered>/HTMLgen.py", line <filtered>, in <module>
>     from .imgsize import imgsize
>   File "<filtered>/imgsize.py", line <filtered>, in <module>
>     from PIL import Image
>   File "<filtered>/Image.py", line <filtered>, in <module>
>     from pathlib import Path
>   File "<filtered>/pathlib.py", line <filtered>, in <module>
>     from urllib.parse import quote_from_bytes as urlquote_from_bytes
<truncated after showing first 30 lines>
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------local.<datetime>.<pid>
< ------------batchreport.hello
< ------------hello
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test had known bugs (bug 42 (BAD SCRIPT)) on <machine> : differences in output
< Results:
< 
< Tests that did not succeed:
<   HELLO test-case Test had known bugs (bug 42 (BAD SCRIPT)) on <machine> : differences in output
< 
< Tests Run: 1, Known Bugs: 1
< Creating batch report for application HELLO ...
< File written.
---------- Differences in pythonmocks ----------
2,7d1
< <-PYT:import urllib.request
< <-PYT:import urllib.error
< <-PYT:urllib.request.urlopen('http://bugzilla.myveryoldsite.com/cli.cgi?bug=42')
< ->RET:Instance('addinfourl', 'addinfourl1')
< <-PYT:addinfourl1.read()
< ->RET:'What a load of rubbish!'
---------- New result in exitcode ----------
1
---------- Missing result in targetReport ----------
known bugs=1
<today's date>
HELLO : 1 tests : 1 known bugs

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests had known bugs : 
In HELLO test-suite TargetApp:
  - HELLO test-case Test : bug 42 (BAD SCRIPT)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that had known bugs follows...
--------------------------------------------------------
TEST had known bugs (bug 42 (BAD SCRIPT)) on : HELLO test-case Test (under Test)
Could not parse reply from Bugzilla's cli.cgi script, maybe incompatible interface (this only works on version 2). Text of reply follows : 
What a load of rubbish!
(This bug was triggered by text found in file 'output' matching 'after [0-9]* seconds')
---------- Differences in output ----------
1c1
< Hello world
---
> Hello after 5 seconds

TEST FAILED on ts-sim-scenario-ba : TestSelf KnownBugs BugzillaPlugin Version2 OpenBug ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,45
> Description of exception thrown :
> Traceback (most recent call last):
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
> ModuleNotFoundError: No module named 'default'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "<filtered>/testmodel.py", line <filtered>, in makeConfigObject
>     return plugins.importAndCall(moduleName, "getConfig", self.inputOptions)
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     import texttestlib.default.batch
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     from texttestlib.default.batch import testoverview
>   File "<filtered>/testoverview.py", line <filtered>, in <module>
>     from texttestlib.default.batch import HTMLgen, HTMLcolors, jenkinschanges
>   File "<filtered>/HTMLgen.py", line <filtered>, in <module>
>     from .imgsize import imgsize
>   File "<filtered>/imgsize.py", line <filtered>, in <module>
>     from PIL import Image
>   File "<filtered>/Image.py", line <filtered>, in <module>
>     from pathlib import Path
>   File "<filtered>/pathlib.py", line <filtered>, in <module>
>     from urllib.parse import quote_from_bytes as urlquote_from_bytes
<truncated after showing first 30 lines>
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------local.<datetime>.<pid>
< ------------batchreport.hello
< ------------hello
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test had known bugs (bug 42 (NEW)) on <machine> : differences in output
< Results:
< 
< Tests that did not succeed:
<   HELLO test-case Test had known bugs (bug 42 (NEW)) on <machine> : differences in output
< 
< Tests Run: 1, Known Bugs: 1
< Creating batch report for application HELLO ...
< File written.
---------- Differences in pythonmocks ----------
2,7d1
< <-PYT:import urllib.request
< <-PYT:import urllib.error
< <-PYT:urllib.request.urlopen('http://bugzilla.myveryoldsite.com/cli.cgi?bug=42')
< ->RET:Instance('addinfourl', 'addinfourl1')
< <-PYT:addinfourl1.read()
< ->RET:'hello:jaeger:4:jaeger:Not greeting the world properly:jaeger:2003-04-14 11:54:32:jaeger:NEW:jaeger:enhancement:jaeger:265:jaeger:\nIt\'s meant to be a hello world program!:jaeger:'
---------- New result in exitcode ----------
1
---------- Missing result in targetReport ----------
known bugs=1
<today's date>
HELLO : 1 tests : 1 known bugs

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests had known bugs : 
In HELLO test-suite TargetApp:
  - HELLO test-case Test : bug 42 (NEW)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that had known bugs follows...
--------------------------------------------------------
TEST had known bugs (bug 42 (NEW)) on : HELLO test-case Test (under Test)
******************************************************
BugId: 42          Assigned: 265
Severity: enhancement  Status: NEW
Priority: 4     Created: 2003-04-14 11:54:32
Component: hello
Summary: Not greeting the world properly
Description:

It's meant to be a hello world program!
******************************************************
(This bug was triggered by text found in file 'output' matching 'after [0-9]* seconds')
---------- Differences in output ----------
1c1
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf KnownBugs BugzillaPlugin Version2 UnknownBug ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,45
> Description of exception thrown :
> Traceback (most recent call last):
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
> ModuleNotFoundError: No module named 'default'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "<filtered>/testmodel.py", line <filtered>, in makeConfigObject
>     return plugins.importAndCall(moduleName, "getConfig", self.inputOptions)
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     import texttestlib.default.batch
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     from texttestlib.default.batch import testoverview
>   File "<filtered>/testoverview.py", line <filtered>, in <module>
>     from texttestlib.default.batch import HTMLgen, HTMLcolors, jenkinschanges
>   File "<filtered>/HTMLgen.py", line <filtered>, in <module>
>     from .imgsize import imgsize
>   File "<filtered>/imgsize.py", line <filtered>, in <module>
>     from PIL import Image
>   File "<filtered>/Image.py", line <filtered>, in <module>
>     from pathlib import Path
>   File "<filtered>/pathlib.py", line <filtered>, in <module>
>     from urllib.parse import quote_from_bytes as urlquote_from_bytes
<truncated after showing first 30 lines>
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------local.<datetime>.<pid>
< ------------batchreport.hello
< ------------hello
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test had known bugs (bug 42 (NONEXISTENT)) on <machine> : differences in output
< Results:
< 
< Tests that did not succeed:
<   HELLO test-case Test had known bugs (bug 42 (NONEXISTENT)) on <machine> : differences in output
< 
< Tests Run: 1, Known Bugs: 1
< Creating batch report for application HELLO ...
< File written.
---------- Differences in pythonmocks ----------
2,7d1
< <-PYT:import urllib.request
< <-PYT:import urllib.error
< <-PYT:urllib.request.urlopen('http://bugzilla.myveryoldsite.com/cli.cgi?bug=42')
< ->RET:Instance('addinfourl', 'addinfourl1')
< <-PYT:addinfourl1.read()
< ->RET:''
---------- New result in exitcode ----------
1
---------- Missing result in targetReport ----------
known bugs=1
<today's date>
HELLO : 1 tests : 1 known bugs

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests had known bugs : 
In HELLO test-suite TargetApp:
  - HELLO test-case Test : bug 42 (NONEXISTENT)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that had known bugs follows...
--------------------------------------------------------
TEST had known bugs (bug 42 (NONEXISTENT)) on : HELLO test-case Test (under Test)
Bug 42 could not be found in the Bugzilla version 2 instance at http://bugzilla.myveryoldsite.com.
(This bug was triggered by text found in file 'output' matching 'after [0-9]* seconds')
---------- Differences in output ----------
1c1
< Hello world
---
> Hello after 5 seconds

TEST FAILED on ts-sim-scenario-ba : TestSelf KnownBugs TracPlugin BadScript ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,45
> Description of exception thrown :
> Traceback (most recent call last):
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
> ModuleNotFoundError: No module named 'default'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "<filtered>/testmodel.py", line <filtered>, in makeConfigObject
>     return plugins.importAndCall(moduleName, "getConfig", self.inputOptions)
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     import texttestlib.default.batch
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     from texttestlib.default.batch import testoverview
>   File "<filtered>/testoverview.py", line <filtered>, in <module>
>     from texttestlib.default.batch import HTMLgen, HTMLcolors, jenkinschanges
>   File "<filtered>/HTMLgen.py", line <filtered>, in <module>
>     from .imgsize import imgsize
>   File "<filtered>/imgsize.py", line <filtered>, in <module>
>     from PIL import Image
>   File "<filtered>/Image.py", line <filtered>, in <module>
>     from pathlib import Path
>   File "<filtered>/pathlib.py", line <filtered>, in <module>
>     from urllib.parse import quote_from_bytes as urlquote_from_bytes
<truncated after showing first 30 lines>
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------local.<datetime>.<pid>
< ------------batchreport.hello
< ------------hello
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test had known bugs (bug 42 (BAD SCRIPT)) on <machine> : differences in output
< Results:
< 
< Tests that did not succeed:
<   HELLO test-case Test had known bugs (bug 42 (BAD SCRIPT)) on <machine> : differences in output
< 
< Tests Run: 1, Known Bugs: 1
< Creating batch report for application HELLO ...
< File written.
---------- Differences in pythonmocks ----------
2,8d1
< <-PYT:import urllib.request
< <-PYT:import urllib.error
< <-PYT:urllib.request.urlopen('http://trac.edgewall.org/demo-0.13/ticket/42?format=tab')
< ->RET:Instance('addinfourl(addbase)', 'addinfourl1')
< <-PYT:addinfourl1.readlines()
< ->RET:['''\xef\xbb\xbfid\tsummary\treporter\towner\tdescription\ttype\tstatus\tpriority\tmilestone\tcomponent\tversion\tresolution\tkeywords\tcc\tchangelog\tapichanges\r
< ''']
---------- New result in exitcode ----------
1
---------- Missing result in targetReport ----------
known bugs=1
<today's date>
HELLO : 1 tests : 1 known bugs

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests had known bugs : 
In HELLO test-suite TargetApp:
  - HELLO test-case Test : bug 42 (BAD SCRIPT)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that had known bugs follows...
--------------------------------------------------------
TEST had known bugs (bug 42 (BAD SCRIPT)) on : HELLO test-case Test (under Test)
Could not parse reply from trac, maybe incompatible interface.
(This bug was triggered by text found in file 'output' matching 'after [0-9]* seconds')
---------- Differences in output ----------
1c1
< Hello world
---
> Hello after 5 seconds

TEST FAILED on ts-sim-scenario-ba : TestSelf KnownBugs TracPlugin ClosedBug ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,45
> Description of exception thrown :
> Traceback (most recent call last):
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
> ModuleNotFoundError: No module named 'default'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "<filtered>/testmodel.py", line <filtered>, in makeConfigObject
>     return plugins.importAndCall(moduleName, "getConfig", self.inputOptions)
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     import texttestlib.default.batch
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     from texttestlib.default.batch import testoverview
>   File "<filtered>/testoverview.py", line <filtered>, in <module>
>     from texttestlib.default.batch import HTMLgen, HTMLcolors, jenkinschanges
>   File "<filtered>/HTMLgen.py", line <filtered>, in <module>
>     from .imgsize import imgsize
>   File "<filtered>/imgsize.py", line <filtered>, in <module>
>     from PIL import Image
>   File "<filtered>/Image.py", line <filtered>, in <module>
>     from pathlib import Path
>   File "<filtered>/pathlib.py", line <filtered>, in <module>
>     from urllib.parse import quote_from_bytes as urlquote_from_bytes
<truncated after showing first 30 lines>
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------local.<datetime>.<pid>
< ------------batchreport.hello
< ------------hello
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test had internal errors (bug 42 (closed)) on <machine> : differences in output
< Results:
< 
< Tests that did not succeed:
<   HELLO test-case Test had internal errors (bug 42 (closed)) on <machine> : differences in output
< 
< Tests Run: 1, Failures: 1
< Creating batch report for application HELLO ...
< File written.
---------- Differences in pythonmocks ----------
2,9d1
< <-PYT:import urllib.request
< <-PYT:import urllib.error
< <-PYT:urllib.request.urlopen('http://trac.edgewall.org/demo-0.13/ticket/42?format=tab')
< ->RET:Instance('addinfourl(addbase)', 'addinfourl1')
< <-PYT:addinfourl1.readlines()
< ->RET:['''\xef\xbb\xbfid\tsummary\treporter\towner\tdescription\ttype\tstatus\tpriority\tmilestone\tcomponent\tversion\tresolution\tkeywords\tcc\tchangelog\tapichanges\r
< ''', '''33\tbp test task\tanonymous\tsomebody\t\tdefect\tclosed\tmajor\tmilestone4\tcomponent1\t\tfixed\t\t\t\t\r
< ''']
---------- Missing result in targetReport ----------
internal errors=1
<today's date>
HELLO : 1 tests : 1 internal errors

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests had internal errors : 
In HELLO test-suite TargetApp:
  - HELLO test-case Test : bug 42 (closed)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that had internal errors follows...
--------------------------------------------------------
TEST had internal errors (bug 42 (closed)) on : HELLO test-case Test (under Test)
******************************************************
Ticket #42 (closed defect: fixed)
bp test task
http://trac.edgewall.org/demo-0.13/ticket/42
Reported By: anonymous Owned by: somebody
Priority: major Milestone: milestone4
Component: component1 Version: 
Description:

******************************************************
(This bug was triggered by text found in file 'output' matching 'after [0-9]* seconds')
---------- Differences in output ----------
1c1
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf KnownBugs TracPlugin OpenBug ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,45
> Description of exception thrown :
> Traceback (most recent call last):
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
> ModuleNotFoundError: No module named 'default'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "<filtered>/testmodel.py", line <filtered>, in makeConfigObject
>     return plugins.importAndCall(moduleName, "getConfig", self.inputOptions)
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     import texttestlib.default.batch
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     from texttestlib.default.batch import testoverview
>   File "<filtered>/testoverview.py", line <filtered>, in <module>
>     from texttestlib.default.batch import HTMLgen, HTMLcolors, jenkinschanges
>   File "<filtered>/HTMLgen.py", line <filtered>, in <module>
>     from .imgsize import imgsize
>   File "<filtered>/imgsize.py", line <filtered>, in <module>
>     from PIL import Image
>   File "<filtered>/Image.py", line <filtered>, in <module>
>     from pathlib import Path
>   File "<filtered>/pathlib.py", line <filtered>, in <module>
>     from urllib.parse import quote_from_bytes as urlquote_from_bytes
<truncated after showing first 30 lines>
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------local.<datetime>.<pid>
< ------------batchreport.hello
< ------------hello
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test had known bugs (bug 42 (new)) on <machine> : differences in output
< Results:
< 
< Tests that did not succeed:
<   HELLO test-case Test had known bugs (bug 42 (new)) on <machine> : differences in output
< 
< Tests Run: 1, Known Bugs: 1
< Creating batch report for application HELLO ...
< File written.
---------- Differences in pythonmocks ----------
2,9d1
< <-PYT:import urllib.request
< <-PYT:import urllib.error
< <-PYT:urllib.request.urlopen('http://trac.edgewall.org/demo-0.13/ticket/42?format=tab')
< ->RET:Instance('addinfourl(addbase)', 'addinfourl1')
< <-PYT:addinfourl1.readlines()
< ->RET:['''\xef\xbb\xbfid\tsummary\treporter\towner\tdescription\ttype\tstatus\tpriority\tmilestone\tcomponent\tversion\tresolution\tkeywords\tcc\tchangelog\tapichanges\r
< ''', '''65\tTestticket\tanonymous\tjoe\tlorem ipsum asd ger  ita solum isse\tdefect\tnew\tcritical\tmilestone1\tcomponent2\t1.0\t\t\t\t\t\r
< ''']
---------- New result in exitcode ----------
1
---------- Missing result in targetReport ----------
known bugs=1
<today's date>
HELLO : 1 tests : 1 known bugs

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests had known bugs : 
In HELLO test-suite TargetApp:
  - HELLO test-case Test : bug 42 (new)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that had known bugs follows...
--------------------------------------------------------
TEST had known bugs (bug 42 (new)) on : HELLO test-case Test (under Test)
******************************************************
Ticket #42 (new defect: )
Testticket
http://trac.edgewall.org/demo-0.13/ticket/42
Reported By: anonymous Owned by: joe
Priority: critical Milestone: milestone1
Component: component2 Version: 1.0
Description:
lorem ipsum asd ger  ita solum isse
******************************************************
(This bug was triggered by text found in file 'output' matching 'after [0-9]* seconds')
---------- Differences in output ----------
1c1
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf KnownBugs TracPlugin UnknownBug ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,45
> Description of exception thrown :
> Traceback (most recent call last):
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
> ModuleNotFoundError: No module named 'default'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "<filtered>/testmodel.py", line <filtered>, in makeConfigObject
>     return plugins.importAndCall(moduleName, "getConfig", self.inputOptions)
>   File "<filtered>/plugins.py", line <filtered>, in importAndCall
>     exec(command, globals(), namespace)
>   File "<string>", line 1, in <module>
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     import texttestlib.default.batch
>   File "<filtered>/__init__.py", line <filtered>, in <module>
>     from texttestlib.default.batch import testoverview
>   File "<filtered>/testoverview.py", line <filtered>, in <module>
>     from texttestlib.default.batch import HTMLgen, HTMLcolors, jenkinschanges
>   File "<filtered>/HTMLgen.py", line <filtered>, in <module>
>     from .imgsize import imgsize
>   File "<filtered>/imgsize.py", line <filtered>, in <module>
>     from PIL import Image
>   File "<filtered>/Image.py", line <filtered>, in <module>
>     from pathlib import Path
>   File "<filtered>/pathlib.py", line <filtered>, in <module>
>     from urllib.parse import quote_from_bytes as urlquote_from_bytes
<truncated after showing first 30 lines>
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------local.<datetime>.<pid>
< ------------batchreport.hello
< ------------hello
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test had known bugs (bug 42 (NONEXISTENT)) on <machine> : differences in output
< Results:
< 
< Tests that did not succeed:
<   HELLO test-case Test had known bugs (bug 42 (NONEXISTENT)) on <machine> : differences in output
< 
< Tests Run: 1, Known Bugs: 1
< Creating batch report for application HELLO ...
< File written.
---------- Differences in pythonmocks ----------
2,7d1
< <-PYT:import urllib.request
< <-PYT:import urllib.error
< <-PYT:urllib.request.urlopen('http://trac.edgewall.org/demo-0.13/ticket/42?format=tab')
< ->RET:raise Instance('HTTPError(URLError, IOError)', 'httperror1')
< <-PYT:httperror1.__str__()
< ->RET:'HTTP Error 404: Not Found'
---------- New result in exitcode ----------
1
---------- Missing result in targetReport ----------
known bugs=1
<today's date>
HELLO : 1 tests : 1 known bugs

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests had known bugs : 
In HELLO test-suite TargetApp:
  - HELLO test-case Test : bug 42 (NONEXISTENT)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that had known bugs follows...
--------------------------------------------------------
TEST had known bugs (bug 42 (NONEXISTENT)) on : HELLO test-case Test (under Test)
Failed to open URL 'http://trac.edgewall.org/demo-0.13/ticket/42?format=tab': HTTP Error 404: Not Found.

Please make sure that bug 42 exists
and that the configuration entry 'bug_system_location' points to the correct trac instance.
The current value is 'http://trac.edgewall.org/demo-0.13/'.
(This bug was triggered by text found in file 'output' matching 'after [0-9]* seconds')
---------- Differences in output ----------
1c1
< Hello world
---
> Hello after 5 seconds

TEST FAILED on ts-sim-scenario-ba : TestSelf Mocking CaptureMock Console ReproduceVersioned ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,15
> Error from CaptureMock Server :
> Traceback (most recent call last):
>   File "<filtered>/server.py", line <filtered>, in <module>
>     server = ServerDispatcher(options)
>   File "<filtered>/server.py", line <filtered>, in __init__
>     self.server = self.makeServer()
>   File "<filtered>/server.py", line <filtered>, in makeServer
>     return ClassicTrafficServer((ipAddress, 0), TrafficRequestHandler)
>   File "<filtered>/server.py", line <filtered>, in __init__
>     TCPServer.__init__(self, addrinfo, TrafficRequestHandler)
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in output ----------
5,6c5,6
<   Comparing differences for EDIT.version test-case Test (on catalogue.edit,editedfile.edit,editedfile2.edit,errors.edit,output.edit,traffic.edit,editedfile3.edit)
<   EDIT.version test-case Test FAILED : missing results for editedfile3, differences in catalogue,traffic
---
>   Comparing differences for EDIT.version test-case Test (on catalogue.edit,errors.edit,output.edit,editedfile.edit,editedfile2.edit,editedfile3.edit,traffic.edit)
>   EDIT.version test-case Test FAILED : missing results for editedfile,editedfile2,editedfile3,traffic, differences in catalogue,errors,output
9c9,14
< 6,8d5
---
> 1,8c1
> < 
> < The following existing files/directories changed their contents:
> < <Test Directory>
> < ----file
> < ----file2
13,15c18,64
< ---------- Differences in traffic ----------
< 8d7
< < ->FIL:writedir
---
> ---
> > No files or directories were created, edited or deleted.
> ---------- Differences in errors ----------
> 0a1,40
> > Traceback (most recent call last):
> >   File "<test write dir>/texttesttmp/<target tmp dir>/edit.version/Test/traffic_intercepts/editor", line 2, in <module>
> >     import capturemock; capturemock.interceptCommand()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
> >     sock = createAndSend()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf PerformanceTests DirectMeasurement AlternativeTimeFormat ( Last six runs Oct2019 Sep2019 )

---------- Differences in exitcode ----------
1c1
< 2
---
> 1
---------- Differences in output ----------
5,6c5,6
<   Comparing differences for CPU test-case Test (on errors.cpu,output.cpu,performance.cpu)
<   CPU test-case Test ran faster : differences in performance(faster)
---
>   Comparing differences for CPU test-case Test (on errors.cpu,exitcode.cpu,output.cpu,performance.cpu)
>   CPU test-case Test FAILED : new results in exitcode, missing results for performance, differences in errors,output
8,14c8,27
< ---------- Differences in performance(faster) ----------
< 1,2c1,2
< < CPU time   :       10.0 sec. on
< < Real time  :       18.2 sec.
< ---
< > CPU time   :       3.5 sec. on
< > Real time  :       6.0 sec.
---
> ---------- Differences in errors ----------
> 0a1,10
> > Traceback (most recent call last):
> >   File "<test write dir>/traffic_intercepts/time", line 2, in <module>
> >     import capturemock; capturemock.interceptCommand()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
> >     sock = createAndSend()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
> >     sock = createSocket()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
> >     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> > RuntimeError: CAPTUREMOCK_SERVER empty.
> ---------- Differences in output ----------
> 1d0
> < Hello
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/cpu/Test; time -p -o <test_write_dir>/texttesttmp/<target tmp dir>/cpu/Test/framework_tmp/unixperf python <test_write_dir>/TargetApp/hello.py
->FIL:Test
->OUT:Hello

TEST FAILED on ts-sim-scenario-ba : TestSelf PerformanceTests DirectMeasurement IncludeSystemTime ( Last six runs Oct2019 Sep2019 )

---------- Differences in exitcode ----------
1c1
< 2
---
> 1
---------- Differences in output ----------
5,6c5,6
<   Comparing differences for CPU test-case Test (on errors.cpu,output.cpu,performance.cpu)
<   CPU test-case Test ran faster : differences in performance(faster)
---
>   Comparing differences for CPU test-case Test (on errors.cpu,exitcode.cpu,output.cpu,performance.cpu)
>   CPU test-case Test FAILED : new results in exitcode, missing results for performance, differences in errors,output
8,14c8,27
< ---------- Differences in performance(faster) ----------
< 1,2c1,2
< < CPU time   :       10.0 sec. on
< < Real time  :       18.2 sec.
< ---
< > CPU time   :       5.0 sec. on
< > Real time  :       7.0 sec.
---
> ---------- Differences in errors ----------
> 0a1,10
> > Traceback (most recent call last):
> >   File "<test write dir>/traffic_intercepts/time", line 2, in <module>
> >     import capturemock; capturemock.interceptCommand()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
> >     sock = createAndSend()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
> >     sock = createSocket()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
> >     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> > RuntimeError: CAPTUREMOCK_SERVER empty.
> ---------- Differences in output ----------
> 1d0
> < Hello
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/cpu/Test; time -p -o <test_write_dir>/texttesttmp/<target tmp dir>/cpu/Test/framework_tmp/unixperf python <test_write_dir>/TargetApp/hello.py
->FIL:Test
->OUT:Hello

TEST FAILED on ts-sim-scenario-ba : TestSelf PerformanceTests DirectMeasurement MeasureCpuTime ( Last six runs Oct2019 Sep2019 )

---------- Differences in exitcode ----------
1c1
< 2
---
> 1
---------- Differences in output ----------
5,6c5,6
<   Comparing differences for CPU test-case Test (on errors.cpu,output.cpu,performance.cpu)
<   CPU test-case Test ran faster : differences in performance(faster)
---
>   Comparing differences for CPU test-case Test (on errors.cpu,exitcode.cpu,output.cpu,performance.cpu)
>   CPU test-case Test FAILED : new results in exitcode, missing results for performance, differences in errors,output
8,14c8,27
< ---------- Differences in performance(faster) ----------
< 1,2c1,2
< < CPU time   :       10.0 sec. on
< < Real time  :       18.2 sec.
< ---
< > CPU time   :       3.5 sec. on
< > Real time  :       7.0 sec.
---
> ---------- Differences in errors ----------
> 0a1,10
> > Traceback (most recent call last):
> >   File "<test write dir>/traffic_intercepts/time", line 2, in <module>
> >     import capturemock; capturemock.interceptCommand()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
> >     sock = createAndSend()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
> >     sock = createSocket()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
> >     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> > RuntimeError: CAPTUREMOCK_SERVER empty.
> ---------- Differences in output ----------
> 1d0
> < Hello
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/cpu/Test; time -p -o <test_write_dir>/texttesttmp/<target tmp dir>/cpu/Test/framework_tmp/unixperf python <test_write_dir>/TargetApp/hello.py
->FIL:Test
->OUT:Hello

TEST FAILED on ts-sim-scenario-ba : TestSelf PerformanceTests DirectMeasurement NonGnuTime ( Last six runs Oct2019 Sep2019 )

---------- Differences in output ----------
5,6c5,6
<   Comparing differences for CPU test-case Test (on errors.cpu,output.cpu,performance.cpu)
<   CPU test-case Test FAILED : missing results for performance, differences in errors,output
---
>   Comparing differences for CPU test-case Test (on errors.cpu,exitcode.cpu,output.cpu,performance.cpu)
>   CPU test-case Test FAILED : new results in exitcode, missing results for performance, differences in errors,output
9,11c9,19
< 0a1,2
< > time: illegal option -- o
< > usage: time [-p] utility [argument...]
---
> 0a1,10
> > Traceback (most recent call last):
> >   File "<test write dir>/traffic_intercepts/time", line 2, in <module>
> >     import capturemock; capturemock.interceptCommand()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
> >     sock = createAndSend()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
> >     sock = createSocket()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
> >     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> > RuntimeError: CAPTUREMOCK_SERVER empty.
14a23,24
> ---------- New result in exitcode ----------
> 1
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/cpu/Test; time -p -o <test_write_dir>/texttesttmp/<target tmp dir>/cpu/Test/framework_tmp/unixperf python <test_write_dir>/TargetApp/hello.py
->ERR:time: illegal option -- o
usage: time [-p] utility [argument...]

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems BadCheckout ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1c1,15
< Rejected Application HELLO - The checkout '/no/such/file' does not exist, either locally or on machine 'lxfarm07.academy'.
---
> Rejected Application HELLO - Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy echo hello
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e /no/such/file
->EXC:1
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy echo hello
->OUT:hello

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems BadMachine ( Last six runs Oct2019 Sep2019 )

---------- Differences in output ----------
7,8c7,17
< The command produced exit code 255 and the following output:
< Permission denied (publickey,gssapi-with-mic,password).
---
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
->ERR:Permission denied (publickey,gssapi-with-mic,password).
->EXC:255
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy rm -rf ${HOME}/.texttest/tmp/<target tmp dir>
->ERR:Permission denied (publickey,gssapi-with-mic,password).
->EXC:255

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems BadMachineNoExecutable ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
5,6c5,15
< The command produced exit code 255 and the following output:
< Permission denied (publickey,gssapi-with-mic,password).
---
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e /no/such/file
->ERR:Permission denied (publickey,gssapi-with-mic,password).
->EXC:255
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy echo hello
->ERR:Permission denied (publickey,gssapi-with-mic,password).
->EXC:255

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems BatchRun ( Last six runs Oct2019 Sep2019 )

---------- Differences in catalogue ----------
7,10d6
< --------------------errors.hello
< --------------------kill_test.sh
< --------------------output.hello
< --------------------run_test.sh
---------- Differences in output ----------
3,7c3,18
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : differences in output
---
>   HELLO test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
11c22
<   HELLO test-case Test FAILED on <machine> : differences in output
---
>   HELLO test-case Test not compared: Unable to contact machine 'lxfarm07.academy'.
13c24
< Tests Run: 1, Failures: 1
---
<truncated after showing first 30 lines>
---------- Differences in pythonmocks ----------
8c8
<  'Subject: <today's date> HELLO : 1 tests : 1 FAILED\n'
---
>  'Subject: <today's date> HELLO : 1 tests : 1 unrunnable\n'
12c12
<  'The following tests FAILED : \n'
---
>  'The following tests could not be run : \n'
14c14
<  '  - HELLO test-case Test : output different\n'
---
>  '  - HELLO test-case Test : TEXTTEST EXCEPTION\n'
20c20
<  'Detailed information for the tests that FAILED follows...\n'
---
>  'Detailed information for the tests that could not be run follows...\n'
22,27c22,40
<  'TEST FAILED on : HELLO test-case Test (under Test)\n'
<  '---------- Differences in output ----------\n'
<  '1c1\n'
<  '< Hello\n'
<  '---\n'
<  '> Hello World!\n'
---
>  'TEST could not be run on : HELLO test-case Test (under Test)\n'
>  "Unable to contact machine 'lxfarm07.academy'.\n"
>  'Make sure you have passwordless access set up correctly. The failing command was:\n'
>  'ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p '
>  "${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'\n"
>  '\n'
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy rm -rf ${HOME}/.texttest/tmp/self_test.*
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/hello.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/hello.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/hello.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello World!
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
---------- Missing result in remoteScriptTest ----------
#!/bin/sh

cd ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
PATH=${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test:'${PATH}
export PATH
echo "kill $$" > kill_test.sh
exec python ${HOME}/.texttest/tmp/<target tmp dir>/system_under_test/hello.py

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems CopyCheckout ( Last six runs Oct2019 Sep2019 )

---------- Differences in catalogue ----------
7,10d6
< --------------------errors.hello
< --------------------kill_test.sh
< --------------------output.hello
< --------------------run_test.sh
---------- Differences in output ----------
2,13c2,17
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : differences in output
<   View details(v), Approve(a) or continue(any other key)?
< ---------- Differences in output ----------
< 1c1
< < Hello
< ---
< > Hello test data!
<   Approve(a) or continue(any other key)?
---
>   HELLO test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/checkout
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/checkout lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/checkout'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello test data!
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
---------- Missing result in remoteScriptTest ----------
#!/bin/sh

cd ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
PATH=${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test:'${PATH}
export PATH
echo "kill $$" > kill_test.sh
exec python ${HOME}/.texttest/tmp/<target tmp dir>/system_under_test/checkout/hello.py

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems CopyExecutable ( Last six runs Oct2019 Sep2019 )

---------- Differences in output ----------
2,13c2,17
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : differences in output
<   View details(v), Approve(a) or continue(any other key)?
< ---------- Differences in output ----------
< 1c1
< < Hello
< ---
< > Hello World!
<   Approve(a) or continue(any other key)?
---
>   HELLO test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/hello.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/hello.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/hello.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello World!
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy rm -rf ${HOME}/.texttest/tmp/<target tmp dir>

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems ExecutableInRemoteCheckout ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,15
> Rejected Application HELLO - Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy echo hello
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Differences in catalogue ----------
1,12c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.<datetime>.<pid>
< ------------hello
< ----------------Test
< --------------------errors.hello
< --------------------kill_test.sh
< --------------------output.hello
< --------------------run_test.sh
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using Application HELLO, checkout /users/geoff/dont_remove_exists_for_selftests
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : new results in errors,output
<   View details(v), Approve(a) or continue(any other key)?
< ---------- New result in errors ----------
< ---------- New result in output ----------
< Hello world
<   Approve(a) or continue(any other key)?
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e /users/geoff/dont_remove_exists_for_selftests
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e /users/geoff/dont_remove_exists_for_selftests/hello.py
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello world
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
---------- Missing result in remoteScriptTest ----------
#!/bin/sh

cd ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
PATH=${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test:'${PATH}
export PATH
echo "kill $$" > kill_test.sh
exec python /users/geoff/dont_remove_exists_for_selftests/hello.py

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems MergeTestData ( Last six runs Oct2019 Sep2019 )

---------- Differences in output ----------
2,5c2,17
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test - SUCCESS! (on errors.hello,output.hello)
---
>   HELLO test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/describedir.py
->EXC:1
<-CMD:rsync -e "ssh -x -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30" -av --copy-unsafe-links --delete --exclude-from=<tt_etc_dir>/rsync_exclude_patterns <test_write_dir>/TargetApp/describedir.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/describedir.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:rsync -e "ssh -x -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30" -av --copy-unsafe-links --delete --exclude-from=<tt_etc_dir>/rsync_exclude_patterns <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/datadir lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:rsync -e "ssh -x -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30" -av --copy-unsafe-links --delete --exclude-from=<tt_etc_dir>/rsync_exclude_patterns <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:datadir/file1 : 
datadir/file2 : test
datadir/file3 : 
<-CMD:rsync -e "ssh -x -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30" -av --copy-unsafe-links --delete --exclude-from=<tt_etc_dir>/rsync_exclude_patterns lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy rm -rf ${HOME}/.texttest/tmp/<target tmp dir>

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems MultipleCopies ( Last six runs Oct2019 Sep2019 )

---------- Differences in catalogue ----------
7,10d6
< --------------------errors.hello
< --------------------kill_test.sh
< --------------------output.hello
< --------------------run_test.sh
15,18d10
< --------------------errors.hello
< --------------------kill_test.sh
< --------------------output.hello
< --------------------run_test.sh
---------- Differences in output ----------
5,14c5,36
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : differences in output
< Running HELLO.copy_1 test-suite TargetApp
<   Running HELLO.copy_1 test-case Test
< Comparing differences for HELLO.copy_1 test-suite TargetApp
<   Comparing differences for HELLO.copy_1 test-case Test (on errors.hello,output.hello)
<   HELLO.copy_1 test-case Test FAILED on <machine> : differences in output
---
>   HELLO test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
>   HELLO.copy_1 test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
<truncated after showing first 30 lines>
---------- Differences in pythonmocks ----------
8c8
<  'Subject: <today's date> HELLO : 2 tests : 2 FAILED\n'
---
>  'Subject: <today's date> HELLO : 2 tests : 2 unrunnable\n'
10,11c10,11
<  'HELLO : 1 tests : 1 FAILED\n'
<  'HELLO copy_1 : 1 tests : 1 FAILED\n'
---
>  'HELLO : 1 tests : 1 unrunnable\n'
>  'HELLO copy_1 : 1 tests : 1 unrunnable\n'
15c15
<  'HELLO : 1 tests : 1 FAILED\n'
---
>  'HELLO : 1 tests : 1 unrunnable\n'
17c17
<  'The following tests FAILED : \n'
---
>  'The following tests could not be run : \n'
19c19
<  '  - HELLO test-case Test : output different\n'
---
>  '  - HELLO test-case Test : TEXTTEST EXCEPTION\n'
22c22
<  'HELLO copy_1 : 1 tests : 1 FAILED\n'
---
>  'HELLO copy_1 : 1 tests : 1 unrunnable\n'
24c24
<  'The following tests FAILED : \n'
---
>  'The following tests could not be run : \n'
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy rm -rf ${HOME}/.texttest/tmp/self_test.*
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy rm -rf ${HOME}/.texttest/tmp/self_test.*
->ERR:rm: No match.
->EXC:1
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/hello.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/hello.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/hello.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello World!
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello.copy_1/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello.copy_1/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello.copy_1/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello.copy_1/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello.copy_1/Test/run_test.sh'
->OUT:Hello World!
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello.copy_1/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello.copy_1/Test
->FIL:Test.edit_2
---------- Missing result in remoteScriptTest_hello ----------
#!/bin/sh

cd ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
PATH=${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test:'${PATH}
export PATH
echo "kill $$" > kill_test.sh
exec python ${HOME}/.texttest/tmp/<target tmp dir>/system_under_test/hello.py
---------- Missing result in remoteScriptTest_hello_copy_1 ----------
#!/bin/sh

cd ${HOME}'/.texttest/tmp/<target tmp dir>/hello.copy_1/Test'
PATH=${HOME}'/.texttest/tmp/<target tmp dir>/hello.copy_1/Test:'${PATH}
export PATH
echo "kill $$" > kill_test.sh
exec python ${HOME}/.texttest/tmp/<target tmp dir>/system_under_test/hello.py

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems NoCopyCommand ( Last six runs Oct2019 Sep2019 )

---------- Differences in output ----------
9,10c9,19
< 0a1
< > <test write dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh: Command not found.
---
> 0a1,10
> > Traceback (most recent call last):
> >   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
> >     import capturemock; capturemock.interceptCommand()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
> >     sock = createAndSend()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
> >     sock = createSocket()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
> >     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> > RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy '<test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh'
<test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh: Command not found.
->EXC:1

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems NoExecutable ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1c1,15
< Rejected Application HELLO - The executable program '/no/such/file' does not exist, either locally or on machine 'lxfarm07.academy'.
---
> Rejected Application HELLO - Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy echo hello
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e /no/such/file
->EXC:1
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy echo hello
->OUT:hello

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems OptionsWithEnv ( Last six runs Oct2019 Sep2019 )

---------- Differences in catalogue ----------
7,11d6
< --------------------errors.hello
< --------------------kill_test.sh
< --------------------output.hello
< --------------------run_test.sh
< --------------------testdata
---------- Differences in output ----------
2,5c2,17
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test - SUCCESS! (on errors.hello,output.hello)
---
>   HELLO test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/hello.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/hello.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/hello.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/testdata lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello test data!
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
---------- Missing result in remoteScriptTest ----------
#!/bin/sh

cd ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
PATH=${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test:'${PATH}
export PATH
echo "kill $$" > kill_test.sh
exec python ${HOME}/.texttest/tmp/<target tmp dir>/system_under_test/hello.py ${HOME}/.texttest/tmp/<target tmp dir>/hello/Test/testdata

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems PerformanceMeasurement ( Last six runs Oct2019 Sep2019 )

---------- Differences in catalogue ----------
7,11d6
< --------------------errors.hello
< --------------------kill_test.sh
< --------------------output.hello
< --------------------performance.hello
< --------------------run_test.sh
---------- Differences in output ----------
2,16c2,17
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello,performance.hello)
<   HELLO test-case Test FAILED on <machine> : new results in performance, differences in output
<   View details(v), Approve(a) or continue(any other key)?
< ---------- Differences in output ----------
< 1c1
< < Hello
< ---
< > Hello World!
< ---------- New result in performance ----------
< CPU time   :       3.0 sec. on
< Real time  :       0.1 sec.
<   Approve(a) or continue(any other key)?
---
>   HELLO test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/hello.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/hello.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/hello.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/framework_tmp'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello World!
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
---------- Missing result in remoteScriptTest ----------
#!/bin/sh

cd ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
PATH=${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test:'${PATH}
export PATH
echo "kill $$" > kill_test.sh
exec time -p -o ${HOME}/.texttest/tmp/<target tmp dir>/hello/Test/framework_tmp/unixperf python ${HOME}/.texttest/tmp/<target tmp dir>/system_under_test/hello.py

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems ReadTestData ( Last six runs Oct2019 Sep2019 )

---------- Differences in output ----------
2,13c2,17
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : differences in output
<   View details(v), Approve(a) or continue(any other key)?
< ---------- Differences in output ----------
< 1c1
< < Hello
< ---
< > Hello test data!
<   Approve(a) or continue(any other key)?
---
>   HELLO test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/hello.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/hello.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/hello.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/testdata lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello test data!
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy rm -rf ${HOME}/.texttest/tmp/<target tmp dir>

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems RemoteCheckout ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,15
> Rejected Application HELLO - Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy echo hello
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Differences in catalogue ----------
1,3c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,13d0
< Using Application HELLO, checkout /home/geoff/dont_remove_exists_for_selftests
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : differences in output
<   View details(v), Approve(a) or continue(any other key)?
< ---------- Differences in output ----------
< 1c1
< < Hello
< ---
< > Hello World!
<   Approve(a) or continue(any other key)?
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e /home/geoff/dont_remove_exists_for_selftests
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/hello.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/hello.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/hello.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello World!
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy rm -rf ${HOME}/.texttest/tmp/<target tmp dir>

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems RetrieveFiles Console CollateFiles ( Last six runs Oct2019 Sep2019 )

---------- Differences in output ----------
2,17c2,17
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,extra.hello,localfile.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : new results in extra,localfile, differences in output
<   View details(v), Approve(a) or continue(any other key)?
< ---------- Differences in output ----------
< 1c1
< < Hello
< ---
< > Hello World!
< ---------- New result in extra ----------
< extra
< ---------- New result in localfile ----------
< local
<   Approve(a) or continue(any other key)?
---
>   HELLO test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/do_nothing.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/do_nothing.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/do_nothing.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/hello.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/hello.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/hello.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello World!
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy rm -rf ${HOME}/.texttest/tmp/<target tmp dir>

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems RetrieveFiles Console DiscardFile ( Last six runs Oct2019 Sep2019 )

---------- Differences in output ----------
2,15c2,17
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,localfile.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : new results in localfile, differences in output
<   View details(v), Approve(a) or continue(any other key)?
< ---------- Differences in output ----------
< 1c1
< < Hello
< ---
< > Hello World!
< ---------- New result in localfile ----------
< local
<   Approve(a) or continue(any other key)?
---
>   HELLO test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/do_nothing.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/do_nothing.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/do_nothing.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/hello.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/hello.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/hello.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello World!
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy rm -rf ${HOME}/.texttest/tmp/<target tmp dir>

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems TestDataScript ( Last six runs Oct2019 Sep2019 )

---------- Differences in output ----------
2,14c2,17
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : differences in output
<   View details(v), Approve(a) or continue(any other key)?
< ---------- Differences in output ----------
< 1c1,2
< < Hello
< ---
< > Hello test data
< > On machine lxfarm07.academy!
<   Approve(a) or continue(any other key)?
---
>   HELLO test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/hello.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/hello.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/hello.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/personaldir/copy_script.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/personaldir/copy_script.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/copy_script.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/testdata lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/scriptSource'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}/.texttest/tmp/<target tmp dir>/system_under_test/copy_script.py ${HOME}/.texttest/tmp/<target tmp dir>/hello/Test/scriptSource ${HOME}/.texttest/tmp/<target tmp dir>/hello/Test/testdata
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello test data
On machine lxfarm07.academy!
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy rm -rf ${HOME}/.texttest/tmp/<target tmp dir>

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely DifferentFilesystems UseRsync ( Last six runs Oct2019 Sep2019 )

---------- Differences in output ----------
2,13c2,17
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : differences in output
<   View details(v), Approve(a) or continue(any other key)?
< ---------- Differences in output ----------
< 1c1
< < Hello
< ---
< > Hello World!
<   Approve(a) or continue(any other key)?
---
>   HELLO test-case Test not compared:
> Unable to contact machine 'lxfarm07.academy'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy test -e <test_write_dir>/TargetApp/hello.py
->EXC:1
<-CMD:rsync -e "ssh -x -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30" -av --copy-unsafe-links --delete --exclude-from=<tt_etc_dir>/rsync_exclude_patterns <test_write_dir>/TargetApp/hello.py lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/hello.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:rsync -e "ssh -x -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30" -av --copy-unsafe-links --delete --exclude-from=<tt_etc_dir>/rsync_exclude_patterns <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy ${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello World!
<-CMD:rsync -e "ssh -x -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30" -av --copy-unsafe-links --delete --exclude-from=<tt_etc_dir>/rsync_exclude_patterns lxfarm07.academy:${HOME}'/.texttest/tmp/<target tmp dir>/hello/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
->FIL:Test
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x lxfarm07.academy rm -rf ${HOME}/.texttest/tmp/<target tmp dir>

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely SharedFilesystem BadMachine ( Last six runs Oct2019 Sep2019 )

---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; rsh bad_machine '<test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh'
->ERR:bad_machine: Unknown host
->EXC:1

2 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in output ----------
5,6c5,6
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : differences in output
---
>   Comparing differences for HELLO test-case Test (on errors.hello,exitcode.hello,output.hello)
>   HELLO test-case Test FAILED on <machine> : new results in exitcode, differences in errors,output
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; rsh placerville '<test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
TestSelf RunRemotely SharedFilesystem Basic ( Last six runs Oct2019 Sep2019 )
TestSelf RunRemotely SharedFilesystem ChangeDefaultMachine ( Last six runs Oct2019 Sep2019 )

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely SharedFilesystem EnvironmentVariables ( Last six runs Oct2019 Sep2019 )

---------- Differences in catalogue ----------
7a8
> --------------------exitcode.hello
---------- Differences in output ----------
5,6c5,6
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : differences in output
---
>   Comparing differences for HELLO test-case Test (on errors.hello,exitcode.hello,output.hello)
>   HELLO test-case Test FAILED on <machine> : new results in exitcode, differences in errors,output
7a8,19
> ---------- Differences in errors ----------
> 0a1,10
> > Traceback (most recent call last):
> >   File "<test write dir>/traffic_intercepts/rsh", line 2, in <module>
> >     import capturemock; capturemock.interceptCommand()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
> >     sock = createAndSend()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
> >     sock = createSocket()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
> >     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> > RuntimeError: CAPTUREMOCK_SERVER empty.
9c21
< 1c1
---
> 1d0
11,12c23,24
< ---
< > Hello test data and test $(BAD_VARIABLE)
---
> ---------- New result in exitcode ----------
> 1
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; rsh placerville '<test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh'
->OUT:Hello test data and test $(BAD_VARIABLE)

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely SharedFilesystem PerformanceMeasurement ( Last six runs Oct2019 Sep2019 )

---------- Differences in catalogue ----------
7a8
> --------------------exitcode.hello
9d9
< --------------------performance.hello
---------- Differences in output ----------
5,6c5,6
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello,performance.hello)
<   HELLO test-case Test FAILED on <machine> : new results in performance, differences in output
---
>   Comparing differences for HELLO test-case Test (on errors.hello,exitcode.hello,output.hello)
>   HELLO test-case Test FAILED on <machine> : new results in exitcode, differences in errors,output
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; rsh placerville '<test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh'
->FIL:Test
->OUT:Hello <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely SharedFilesystem RecogniseLocalhost UserDoesntMatch ( Last six runs Oct2019 Sep2019 )

---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; rsh baduser@my_host_name '<test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh'
->ERR:baduser@my_host_name: Unknown host
->EXC:1

TEST FAILED on ts-sim-scenario-ba : TestSelf RunRemotely SharedFilesystem UseSSH ( Last six runs Oct2019 Sep2019 )

---------- Differences in output ----------
5,6c5,6
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   HELLO test-case Test FAILED on <machine> : differences in output
---
>   Comparing differences for HELLO test-case Test (on errors.hello,exitcode.hello,output.hello)
>   HELLO test-case Test FAILED on <machine> : new results in exitcode, differences in errors,output
7a8,19
> ---------- Differences in errors ----------
> 0a1,10
> > Traceback (most recent call last):
> >   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
> >     import capturemock; capturemock.interceptCommand()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
> >     sock = createAndSend()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
> >     sock = createSocket()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
> >     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> > RuntimeError: CAPTUREMOCK_SERVER empty.
9c21
< 1c1,2
---
> 1d0
11,13c23,24
< ---
< > Hello <test write dir>/texttesttmp/<target tmp dir>/hello/Test
< > ['Args', 'with space', 'others']
---
> ---------- New result in exitcode ----------
> 1
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x placerville '<test_write_dir>/texttesttmp/<target tmp dir>/hello/Test/run_test.sh'
->FIL:Test
->OUT:Hello <test_write_dir>/texttesttmp/<target tmp dir>/hello/Test
['Args', 'with space', 'others']

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay AllMachinesBlocked ( Last six runs Oct2019 Sep2019 )

---------- Missing result in externalmocks ----------
<-CMD:rsh fake_machine1 which Xvfb && echo "remote cmd succeeded"
->OUT:Xvfb: Command not found.
<-CMD:rsh fake_machine2 which Xvfb && echo "remote cmd succeeded"
->OUT:Xvfb: Command not found.

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay DisplayOnLocalHost ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> WARNING: Failed to start virtual display on localhost - using real display.
---------- Differences in output ----------
2c2
< Tests will run with DISPLAY variable set to :3979.0
---
> WARNING: Virtual display program Xvfb not available on localhost
6,7c6,12
<   Comparing differences for DISP test-case Test - SUCCESS! (on errors.disp,output.disp)
< Killing Xvfb process
---
>   Comparing differences for DISP test-case Test (on errors.disp,output.disp)
>   DISP test-case Test FAILED : differences in output
>   View details(v), Approve(a) or continue(any other key)?
> ---------- Differences in output ----------
> 1d0
> < Using display :3979.0
>   Approve(a) or continue(any other key)?
---------- New result in exitcode ----------
1
---------- Missing result in Xvfbfake ----------
['<test write dir>/Xvfb', '-ac', '-audit', '2', ':3979']
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
<test_write_dir>/Xvfb
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay ExtraArgsToServer ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> WARNING: Failed to start virtual display on localhost - using real display.
---------- Differences in output ----------
2c2
< Tests will run with DISPLAY variable set to :3979.0
---
> WARNING: Virtual display program Xvfb not available on localhost
6,7c6,12
<   Comparing differences for DISP test-case Test - SUCCESS! (on errors.disp,output.disp)
< Killing Xvfb process
---
>   Comparing differences for DISP test-case Test (on errors.disp,output.disp)
>   DISP test-case Test FAILED : differences in output
>   View details(v), Approve(a) or continue(any other key)?
> ---------- Differences in output ----------
> 1d0
> < Using display :3979.0
>   Approve(a) or continue(any other key)?
---------- New result in exitcode ----------
1
---------- Missing result in Xvfbfake ----------
['<test write dir>/Xvfb', '-ac', '-screen', '0', '1280x1024x24', '-audit', '2', ':3979']
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
->OUT:/usr/X11R6/bin/Xvfb
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay ExtraVersion ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> WARNING: Failed to start virtual display on localhost - using real display.
---------- Differences in output ----------
3c3
< Tests will run with DISPLAY variable set to :3979.0
---
> WARNING: Virtual display program Xvfb not available on localhost
7c7,9
<   Comparing differences for DISP test-case Test - SUCCESS! (on errors.disp,output.disp)
---
>   Comparing differences for DISP test-case Test (on errors.disp,output.disp)
>   DISP test-case Test FAILED : differences in output
>   View details(v), Approve(a) or continue(any other key)?
11,12c13,15
<   Comparing differences for DISP.2 test-case Test - SUCCESS! (on errors.disp,output.disp)
< Killing Xvfb process
---
>   Comparing differences for DISP.2 test-case Test (on errors.disp,output.disp)
>   DISP.2 test-case Test FAILED : differences in output
>   View details(v), Approve Version 2(1), Approve(a) or continue(any other key)?
---------- New result in exitcode ----------
1
---------- Missing result in Xvfbfake ----------
['<test write dir>/Xvfb', '-ac', '-audit', '2', ':3979']
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay MachineDown ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> WARNING: Failed to start virtual display on fake_machine1,localhost - using real display.
---------- Differences in output ----------
3c3
< Tests will run with DISPLAY variable set to :3979.0
---
> WARNING: Virtual display program Xvfb not available on localhost
7,8c7,13
<   Comparing differences for DISP test-case Test - SUCCESS! (on errors.disp,output.disp)
< Killing Xvfb process
---
>   Comparing differences for DISP test-case Test (on errors.disp,output.disp)
>   DISP test-case Test FAILED : differences in output
>   View details(v), Approve(a) or continue(any other key)?
> ---------- Differences in output ----------
> 1d0
> < Using display :3979.0
>   Approve(a) or continue(any other key)?
---------- New result in exitcode ----------
1
---------- Missing result in Xvfbfake ----------
['<test write dir>/Xvfb', '-ac', '-audit', '2', ':3979']
---------- Missing result in externalmocks ----------
<-CMD:rsh fake_machine1 which Xvfb && echo "remote cmd succeeded"
->ERR:fake_machine1: Unknown host
->EXC:1
<-CMD:which Xvfb
->OUT:/usr/X11R6/bin/Xvfb
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay MultipleServers ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,2
> WARNING: Failed to start virtual display on localhost - using real display.
> WARNING: Failed to start virtual display on localhost - using real display.
---------- Differences in output ----------
2,3c2,3
< Tests will run with DISPLAY variable set to :3979.0
< Tests will run with DISPLAY2 variable set to :3979.0
---
> WARNING: Virtual display program Xvfb not available on localhost
> WARNING: Virtual display program Xvfb not available on localhost
11,12c11,12
< 1a2
< > Using display2 :3979.0
---
> 1d0
> < Using display :3979.0
14,15d13
< Killing Xvfb process
< Killing Xvfb process
---------- Missing result in Xvfbfake ----------
['<test write dir>/Xvfb', '-ac', '-audit', '2', ':3979']
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
<test_write_dir>/Xvfb
<-CMD:which Xvfb
<test_write_dir>/Xvfb
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay RemoteDisplay ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> WARNING: Failed to start virtual display on fake_machine1 - using real display.
---------- Differences in output ----------
2c2
< Tests will run with DISPLAY variable set to fake_machine1:3979.0
---
> WARNING: Virtual display program Xvfb not available on fake_machine1
10c10
< 1c1
---
> 1d0
12,13d11
< ---
< > Using display fake_machine1:3979.0
15d12
< Killing remote Xvfb process on fake_machine1 with pid
---------- Missing result in externalmocks ----------
<-CMD:rsh fake_machine1 which Xvfb && echo "remote cmd succeeded"
->OUT:/usr/X11R6/bin/Xvfb
remote cmd succeeded
<-CMD:rsh fake_machine1 <python> -u <path>/startXvfb.py /dev/null
->OUT:3979,11907
->EXC:-2
<-CMD:rsh fake_machine1 kill 11907

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay RemoteTestRun ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> WARNING: Failed to start virtual display on fake_machine1 - using real display.
---------- Differences in output ----------
2c2
< Tests will run with DISPLAY variable set to fake_machine1:3979.0
---
> WARNING: Virtual display program Xvfb not available on fake_machine1
6,7c6,7
<   Comparing differences for DISP test-case Test (on errors.disp,output.disp)
<   DISP test-case Test FAILED on <machine> : differences in output
---
>   Comparing differences for DISP test-case Test (on errors.disp,exitcode.disp,output.disp)
>   DISP test-case Test FAILED on <machine> : new results in exitcode, differences in errors,output
8a9,20
> ---------- Differences in errors ----------
> 0a1,10
> > Traceback (most recent call last):
> >   File "<test write dir>/traffic_intercepts/rsh", line 2, in <module>
> >     import capturemock; capturemock.interceptCommand()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
> >     sock = createAndSend()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
> >     sock = createSocket()
> >   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
> >     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> > RuntimeError: CAPTUREMOCK_SERVER empty.
10c22
< 1c1
---
> 1d0
12,13c24,26
< ---
< > Using display fake_machine1:3979.0
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:rsh fake_machine1 which Xvfb && echo "remote cmd succeeded"
->OUT:/usr/X11R6/bin/Xvfb
remote cmd succeeded
<-CMD:rsh fake_machine1 <python> -u <path>/startXvfb.py /dev/null
->OUT:3979,11907
->EXC:-2
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/disp/Test; rsh fake_machine1 '<test_write_dir>/texttesttmp/<target tmp dir>/disp/Test/run_test.sh'
->OUT:Using display fake_machine1:3979.0
<-CMD:rsh fake_machine1 kill 11907

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay RemoteTestRunOtherNetwork ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> WARNING: Failed to start virtual display on fake_user@fake_machine1 - using real display.
---------- Differences in catalogue ----------
7,9d6
< --------------------errors.disp
< --------------------output.disp
< --------------------run_test.sh
---------- Differences in output ----------
2,15c2,18
< Tests will run with DISPLAY variable set to fake_machine1:3979.0
< Running DISP test-suite TargetApp
<   Running DISP test-case Test
< Comparing differences for DISP test-suite TargetApp
<   Comparing differences for DISP test-case Test (on errors.disp,output.disp)
<   DISP test-case Test FAILED on <machine> : differences in output
<   View details(v), Approve(a) or continue(any other key)?
< ---------- Differences in output ----------
< 1c1
< < Using display :3979.0
< ---
< > Using display fake_machine1:3979.0
<   Approve(a) or continue(any other key)?
< Killing remote Xvfb process on fake_user@fake_machine1 with pid
---
> WARNING: Virtual display program Xvfb not available on fake_user@fake_machine1
>   DISP test-case Test not compared:
> Unable to contact machine 'fake_user@fake_machine1'.
> Make sure you have passwordless access set up correctly. The failing command was:
> ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x fake_user@fake_machine1 mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
> 
> The command produced exit code 1 and the following output:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/ssh", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x fake_user@fake_machine1 which Xvfb
->OUT:/usr/bin/Xvfb
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x fake_user@fake_machine1 mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/Xvfb'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes <python> ConnectTimeout=30 <path>/startXvfb.py fake_user@fake_machine1:${HOME}'/.texttest/tmp/<target tmp <path>/startXvfb.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x fake_user@fake_machine1 <python> -u ${HOME}/.texttest/tmp/<target tmp <path>/startXvfb.py ${HOME}/.texttest/tmp/<target tmp dir>/Xvfb
->OUT:3979,11907
->EXC:-2
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x fake_user@fake_machine1 mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x fake_user@fake_machine1 test -e <test_write_dir>/TargetApp/display.py
->EXC:1
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/TargetApp/display.py fake_user@fake_machine1:${HOME}'/.texttest/tmp/<target tmp dir>/system_under_test/display.py'
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x fake_user@fake_machine1 mkdir -p ${HOME}'/.texttest/tmp/<target tmp dir>/disp/Test'
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 <test_write_dir>/texttesttmp/<target tmp dir>/disp/Test/run_test.sh fake_user@fake_machine1:${HOME}'/.texttest/tmp/<target tmp dir>/disp/Test'
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/disp/Test; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x fake_user@fake_machine1 ${HOME}'/.texttest/tmp/<target tmp dir>/disp/Test/run_test.sh'
->OUT:Using display fake_machine1:3979.0
<-CMD:scp -Crp -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 fake_user@fake_machine1:${HOME}'/.texttest/tmp/<target tmp dir>/disp/Test'/* <test_write_dir>/texttesttmp/<target tmp dir>/disp/Test
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x fake_user@fake_machine1 kill 11907
---------- Missing result in remoteScriptTest ----------
#!/bin/sh

cd ${HOME}'/.texttest/tmp/<target tmp dir>/disp/Test'
DISPLAY='fake_machine1:3979.0'
export DISPLAY
PATH=${HOME}'/.texttest/tmp/<target tmp dir>/disp/Test:'${PATH}
export PATH
STORYTEXT_HOME=${HOME}'/.texttest/tmp/<target tmp dir>/ui_simulation_files'
export STORYTEXT_HOME
echo "kill $$" > kill_test.sh
exec python ${HOME}/.texttest/tmp/<target tmp dir>/system_under_test/display.py

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay ServerCrashBetweenProcesses ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> WARNING: Failed to start virtual display on localhost - using real display.
---------- Differences in output ----------
2c2
< Tests will run with DISPLAY variable set to :3979.0
---
> WARNING: Virtual display program Xvfb not available on localhost
5,6d4
< Virtual display had terminated unexpectedly with some test processes still to run.
< Reset DISPLAY variable to :3979.0 for test DISP.double test-case Test
9,11c7
<   DISP.double test-case Test FAILED : new results in errors2,output2
< Virtual display had terminated unexpectedly.
< Reset DISPLAY variable to :3979.0.
---
>   DISP.double test-case Test FAILED : new results in errors2,output2, differences in output
13d8
< Killing Xvfb process
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
<test_write_dir>/Xvfb
<-CMD:which Xvfb
<test_write_dir>/Xvfb
<-CMD:which Xvfb
<test_write_dir>/Xvfb
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay UseAlternativeServer ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> WARNING: Failed to start virtual display on localhost,fake_machine1,fake_machine2 - using real display.
---------- Differences in output ----------
4c4
< Tests will run with DISPLAY variable set to fake_machine2:3979.0
---
> WARNING: Virtual display program Xvfb not available on fake_machine2
12c12
< 1c1
---
> 1d0
14,15d13
< ---
< > Using display fake_machine2:3979.0
17d14
< Killing remote Xvfb process on fake_machine2 with pid
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
->OUT:Xvfb: Command not found.
->EXC:1
<-CMD:rsh fake_machine1 which Xvfb && echo "remote cmd succeeded"
->OUT:Xvfb: Command not found.
<-CMD:rsh fake_machine2 which Xvfb && echo "remote cmd succeeded"
->OUT:/usr/X11R6/bin/Xvfb
remote cmd succeeded
<-CMD:rsh fake_machine2 <python> -u <path>/startXvfb.py /dev/null
->OUT:3979,11907
->EXC:-2
<-CMD:rsh fake_machine2 kill 11907

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay VirtualServerBadArgs ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1d0
< WARNING: Failed to start Xvfb in 5 attempts, giving up
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:1
<-PYT:os.getpid()
->RET:1
<-PYT:os.getpid()
->RET:1
<-PYT:os.getpid()
->RET:1
<-PYT:os.getpid()
->RET:1

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay VirtualServerCrashes ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> WARNING: Failed to start virtual display on localhost - using real display.
---------- Differences in output ----------
3c3
< Tests will run with DISPLAY variable set to :3979.0
---
> WARNING: Virtual display program Xvfb not available on localhost
7,9c7,9
<   Comparing differences for DISP test-case Test - SUCCESS! (on errors.disp,output.disp)
< Virtual display had terminated unexpectedly.
< Reset DISPLAY variable to :3979.0.
---
>   Comparing differences for DISP test-case Test (on errors.disp,output.disp)
>   DISP test-case Test FAILED : differences in output
>   View details(v), Approve(a) or continue(any other key)?
13,16c13,15
<   Comparing differences for DISP.copy_1 test-case Test - SUCCESS! (on errors.disp,output.disp)
< Virtual display had terminated unexpectedly.
< Reset DISPLAY variable to :3979.0.
< Killing Xvfb process
---
>   Comparing differences for DISP.copy_1 test-case Test (on errors.disp,output.disp)
>   DISP.copy_1 test-case Test FAILED : differences in output
>   View details(v), Approve(a) or continue(any other key)?
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
<test_write_dir>/Xvfb
<-CMD:which Xvfb
<test_write_dir>/Xvfb
<-CMD:which Xvfb
<test_write_dir>/Xvfb
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay VirtualServerHangs ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> WARNING: Failed to start virtual display on localhost - using real display.
---------- Differences in catalogue ----------
4,7d3
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----Xvfb
---------- Differences in output ----------
2c2
< Tests will run with DISPLAY variable set to :3979.0
---
> WARNING: Virtual display program Xvfb not available on localhost
6,7c6,8
<   Comparing differences for DISP test-case Test - SUCCESS! (on errors.disp,output.disp)
< Killing Xvfb process
---
>   Comparing differences for DISP test-case Test (on errors.disp,output.disp)
>   DISP test-case Test FAILED : differences in output
>   View details(v), Approve(a) or continue(any other key)?
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay VirtualServerHitsLock ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> WARNING: Failed to start virtual display on localhost - using real display.
---------- Differences in catalogue ----------
4,7d3
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----Xvfb
---------- Differences in output ----------
2c2
< Tests will run with DISPLAY variable set to :3979.0
---
> WARNING: Virtual display program Xvfb not available on localhost
6,7c6,8
<   Comparing differences for DISP test-case Test - SUCCESS! (on errors.disp,output.disp)
< Killing Xvfb process
---
>   Comparing differences for DISP test-case Test (on errors.disp,output.disp)
>   DISP test-case Test FAILED : differences in output
>   View details(v), Approve(a) or continue(any other key)?
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
<test_write_dir>/Xvfb
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console Batch2Tests ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,21c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------local.<datetime>.<pid>
< ------------batchreport.sleep
< ------------slavelogs
< ----------------Test-Basic-SLEEP.errors
< ----------------Test-Basic-SLEEP.log
< ----------------Test-Basic-SLEEP.out
< ----------------Test-Basic-SLEEP.sub
< ----------------Test-Basic2-SLEEP.errors
< ----------------Test-Basic2-SLEEP.log
< ----------------Test-Basic2-SLEEP.out
< ----------------Test-Basic2-SLEEP.sub
< ------------sleep
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
< ----------------Basic2
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,13d0
< Using condor queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default condor queue
< Q: Submitting SLEEP test-case Basic2 to default condor queue
< S: SLEEP test-case Basic succeeded on <machine>
< S: SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< Results:
< 
< Tests that did not succeed:
<   SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< 
< Tests Run: 2, Failures: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/slavelogs; condor_submit Test-Basic-SLEEP.sub
->FIL:slavelogs
->OUT:Submitting job(s).
Logging submit event(s).
1 job(s) submitted to cluster 34.
->FIL:slavelogs.edit_2
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/slavelogs; condor_submit Test-Basic2-SLEEP.sub
->FIL:slavelogs.edit_3
->OUT:Submitting job(s).
Logging submit event(s).
1 job(s) submitted to cluster 35.
->FIL:slavelogs.edit_4
->CLI:24980
sleep:Basic
(itexttestlib.default.runtest
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on sofa-pc'
p6
sS'started'
p7
I1
<truncated after showing first 30 lines>
---------- Missing result in submitfile_Basic ----------
universe = vanilla
executable = <path_to_texttest> 
arguments = -d <test write dir>/TargetApp -a sleep -l -tp Basic -slave <test write <path_to_texttest> tmp/<target tmp dir> -servaddr <host:port> -b local
requirements = 
output = Test-Basic-SLEEP.out
error = Test-Basic-SLEEP.errors
log = Test-Basic-SLEEP.log
queue
environment = STANDARD=<test write dir>/standard
---------- Missing result in submitfile_Basic2 ----------
universe = vanilla
executable = <path_to_texttest> 
arguments = -d <test write dir>/TargetApp -a sleep -l -tp Basic2 -slave <test write <path_to_texttest> tmp/<target tmp dir> -servaddr <host:port> -b local
requirements = 
output = Test-Basic2-SLEEP.out
error = Test-Basic2-SLEEP.errors
log = Test-Basic2-SLEEP.log
queue
environment = STANDARD=<test write dir>/standard
---------- Missing result in targetReport ----------
FAILED=1,succeeded=1
<today's date>
SLEEP : 2 tests : 1 FAILED

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests FAILED : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic2 : errors new(+)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that FAILED follows...
--------------------------------------------------------
TEST FAILED on : SLEEP test-case Basic2 (under Basic2)
---------- New result in errors ----------
---------- New result in output ----------
Sleeping for 5 seconds...
Done

Summary of all Successful tests follows...
---------------------------------------------------------------------------------
The following tests succeeded : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic


TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadResourceCommandLine ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,3c1,20
< Cannot run tests in EC2 cloud. No instances were found matching 'Name=*texttest*,no_such_resource' in their tags.
< The queue system module is reporting zero capacity.
< Either you have set 'queue_system_max_capacity' to 0 or something is uninstalled or unavailable. Exiting.
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in pythonmocks ----------
3,106d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18')]
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:tagset1.get('no_such_resource', '')
< ->RET:''
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-25'
< <-PYT:tagset2.get('no_such_resource', '')
< ->RET:''
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:tagset3.get('no_such_resource', '')
< ->RET:''
< <-PYT:instance4.tags
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console NotInstalled ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,3c1,20
< Cannot run tests in EC2 cloud. You need to install Python's boto package for this to work.
< The queue system module is reporting zero capacity.
< Either you have set 'queue_system_max_capacity' to 0 or something is uninstalled or unavailable. Exiting.
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Missing result in pythonmocks ----------
<-PYT:import boto
->RET:raise ImportError('No module named boto')

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console PollSlaveCrash ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,2c1,20
< WARNING: error produced by slave job 'Test-Basic-SLEEP.killing'
< Not tonight, Josephine!
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,12c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------sleep.killing.<datetime>.<pid>
< ------------batchreport.sleep.killing
< ------------slavelogs
< ----------------Test-Basic-SLEEP.killing.errors
< ----------------Test-Basic-SLEEP.killing.log
< ------------sleep.killing
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,16d0
< Using ec2cloud queues for Application SLEEP, version killing
< Q: Submitting SLEEP.killing test-case Basic to default ec2cloud queue
< S: SLEEP.killing test-case Basic not compared:
< ec2cloud job exited
< Job ID was job0_10.80.17.105
< ---------- Error messages written by ec2cloud job ----------
< Not tonight, Josephine!
< 
< Results:
< 
< Tests that did not succeed:
<   SLEEP.killing test-case Basic not compared: ec2cloud job exited
< 
< Tests Run: 1, Incomplete: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Differences in pythonmocks ----------
3,423d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.105'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-105'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
->ERR:Not tonight, Josephine!
-- Unordered text as found by filter 'slavelogs' --
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/slavelogs; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x -A ec2-user@10.80.17.105 STANDARD=<test_write_dir>/standard texttest -home <homedir> -d <test_write_dir>/TargetApp -a sleep.killing -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b short_local

-- Unordered text as found by filter 'EXC:(-12|1)$' --
->EXC:1

-- Unordered text as found by filter 'mkdir -p' --
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x ec2-user@10.80.17.105 mkdir -p '<test_write_dir>'

-- Unordered text as found by filter '^<-CMD:rsync{[->]}^total size is' --

->OUT:sending incremental file list
<-CMD:rsync -e "ssh -x -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30" -av --copy-unsafe-links --delete --exclude-from=<tt_etc_dir>/rsync_exclude_patterns <test_write_dir>/TargetApp ec2-user@<host:port>'<test_write_dir>'
TargetApp/
TargetApp/123Test/
TargetApp/123Test/errors.sleep
TargetApp/123Test/knownbugs.sleep.kbrerun
TargetApp/123Test/options.sleep
TargetApp/123Test/output.sleep
TargetApp/Basic/
TargetApp/Basic/errors.sleep
TargetApp/Basic/options.sleep
TargetApp/Basic/options.sleep.killing
TargetApp/Basic/options.sleep.killing2
TargetApp/Basic/options.sleep.killing3
TargetApp/Basic/output.sleep
TargetApp/Basic/output.sleep.cpulimit
TargetApp/Basic2/
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
unrunnable=1
<today's date>
SLEEP killing : 1 tests : 1 unrunnable

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests could not be run : 
In SLEEP.killing test-suite TargetApp:
  - SLEEP.killing test-case Basic : ec2cloud job exited


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that could not be run follows...
--------------------------------------------------------
TEST could not be run : SLEEP.killing test-case Basic (under Basic)
ec2cloud job exited
Job ID was job0_10.80.17.105
---------- Error messages written by ec2cloud job ----------
Not tonight, Josephine!

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Ec2Only AllMachinesInUse ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,8c1,20
< Cannot run tests in EC2 cloud. 12 running instances were found matching 'Name=*texttest*' in their tags, 
< but all are currently being used by the following users:
< alice
< bob
< charlie
< 
< The queue system module is reporting zero capacity.
< Either you have set 'queue_system_max_capacity' to 0 or something is uninstalled or unavailable. Exiting.
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
<truncated after showing first 30 lines>
---------- Differences in pythonmocks ----------
3,280d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.105'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-105'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Ec2Only FileSynchFails ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,10c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------sleep.<datetime>.<pid>
< ------------batchreport.sleep
< ------------slavelogs
< ------------sleep
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,23d0
< Using ec2cloud queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default ec2cloud queue
< S: SLEEP test-case Basic not compared:
< ec2cloud job exited
< Job ID was job0_10.80.17.105
< Failed to synchronise files with EC2 instance with private IP address '10.80.17.105'
< Intended usage is to start an ssh-agent, and add the keypair for this instance to it, in your shell before starting TextTest from it.
< 
< (Unable to contact machine 'ec2-user@10.80.17.105'.
< Make sure you have passwordless access set up correctly. The failing command was:
< ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x ec2-user@10.80.17.105 mkdir -p '<test write dir>'
< 
< The command produced exit code 1 and the following output:
< mkdir: cannot create directory `/carm': Permission denied)
< 
< Results:
< 
< Tests that did not succeed:
<   SLEEP test-case Basic not compared: ec2cloud job exited
< 
< Tests Run: 1, Incomplete: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Differences in pythonmocks ----------
3,423d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.105'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-105'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
->ERR:mkdir: cannot create directory `/carm': Permission denied
-- Unordered text as found by filter 'EXC:(-12|1)$' --
->EXC:1

-- Unordered text as found by filter 'mkdir -p' --
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x ec2-user@10.80.17.105 mkdir -p '<test_write_dir>'

---------- Missing result in targetReport ----------
unrunnable=1
<today's date>
SLEEP : 1 tests : 1 unrunnable

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests could not be run : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic : ec2cloud job exited


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that could not be run follows...
--------------------------------------------------------
TEST could not be run : SLEEP test-case Basic (under Basic)
ec2cloud job exited
Job ID was job0_10.80.17.105
Failed to synchronise files with EC2 instance with private IP address '10.80.17.105'
Intended usage is to start an ssh-agent, and add the keypair for this instance to it, in your shell before starting TextTest from it.

(Unable to contact machine 'ec2-user@10.80.17.105'.
Make sure you have passwordless access set up correctly. The failing command was:
ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x ec2-user@10.80.17.105 mkdir -p '<test write dir>'

The command produced exit code 1 and the following output:
mkdir: cannot create directory `/carm': Permission denied)

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Ec2Only NoCloudwatchPermission ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,3c1,20
< WARNING: Could not disable CloudWatch alarms. Your user does not have permission for this.
< The risk is that an instance will be shut down while you are using it, so it is suggested your request this permission from your administrator.
< 
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,12c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------sleep.<datetime>.<pid>
< ------------batchreport.sleep
< ------------slavelogs
< ----------------Test-Basic-SLEEP.errors
< ----------------Test-Basic-SLEEP.log
< ------------sleep
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,8d0
< Using ec2cloud queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default ec2cloud queue
< S: SLEEP test-case Basic succeeded on <machine>
< Results:
< 
< Tests Run: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Differences in pythonmocks ----------
3,447d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.25'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-25'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.tags
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
->CLI:1782
sleep:Basic
(itexttestlib.default.runtest
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on ip-10-80-17-102'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (ip-10-80-17-102)'
p10
p13
asS'observers'
p14
(lp15
sS'passSelf'
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
succeeded=1
<today's date>
SLEEP : 1 tests, all successful

Summary of all Successful tests follows...
---------------------------------------------------------------------------------
The following tests succeeded : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic


TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Ec2Only NoMachines ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,3c1,20
< Cannot run tests in EC2 cloud. No instances were found matching 'no_such_resource,Name=*texttest*' in their tags.
< The queue system module is reporting zero capacity.
< Either you have set 'queue_system_max_capacity' to 0 or something is uninstalled or unavailable. Exiting.
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Missing result in pythonmocks ----------
<-PYT:import boto
<-PYT:boto.__path__
->RET:['Fake value just to mark that it exists']
<-PYT:import boto.ec2
<-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
->RET:'eu-west-1'
<-PYT:boto.ec2.connect_to_region('eu-west-1')
->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
<-PYT:ec2connection_eu_west_1.get_only_instances()
->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13')
]
<-PYT:instance1.tags
->RET:Instance('TagSet(dict)', 'tagset1')
<-PYT:tagset1.get('no_such_resource', '')
->RET:u'texttest-dgalda-new'
<-PYT:instance2.tags
->RET:Instance('TagSet', 'tagset2')
<-PYT:tagset2.get('no_such_resource', '')
->RET:u'johani_texttest'
<-PYT:instance3.tags
->RET:Instance('TagSet', 'tagset3')
<-PYT:tagset3.get('no_such_resource', '')
->RET:u'testing again'
<-PYT:instance4.tags
->RET:Instance('TagSet', 'tagset4')
<-PYT:tagset4.get('no_such_resource', '')
->RET:u'texttest-5-new'
<-PYT:instance5.tags
->RET:Instance('TagSet', 'tagset5')
<-PYT:tagset5.get('no_such_resource', '')
->RET:u'texttest-5-new'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Ec2Only NoRemoteCopyProgram ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,3c1,20
< Cannot run tests in EC2 cloud. You need to set 'remote_copy_program' in your config file to a program such as 'rsync'.
< The queue system module is reporting zero capacity.
< Either you have set 'queue_system_max_capacity' to 0 or something is uninstalled or unavailable. Exiting.
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Ec2Only TerminatedInstances ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,12c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------sleep.<datetime>.<pid>
< ------------batchreport.sleep
< ------------slavelogs
< ----------------Test-Basic-SLEEP.errors
< ----------------Test-Basic-SLEEP.log
< ------------sleep
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,8d0
< Using ec2cloud queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default ec2cloud queue
< S: SLEEP test-case Basic succeeded on <machine>
< Results:
< 
< Tests Run: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Differences in pythonmocks ----------
3,416d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.25'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-25'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.tags
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
->CLI:1782
sleep:Basic
(itexttestlib.default.runtest
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on ip-10-80-17-102'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (ip-10-80-17-102)'
p10
p13
asS'observers'
p14
(lp15
sS'passSelf'
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
succeeded=1
<today's date>
SLEEP : 1 tests, all successful

Summary of all Successful tests follows...
---------------------------------------------------------------------------------
The following tests succeeded : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic


TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console Batch2Tests ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,21c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------local.<datetime>.<pid>
< ------------batchreport.sleep
< ------------slavelogs
< ----------------Test-Basic-SLEEP.errors
< ----------------Test-Basic-SLEEP.log
< ----------------Test-Basic2-SLEEP.errors
< ----------------Test-Basic2-SLEEP.log
< ------------sleep
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
< ----------------Basic2
< --------------------errors.sleep
< --------------------output.sleep
< --------------------framework_tmp
< ------------------------errors.sleepcmp
< ------------------------output.sleepcmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,13d0
< Using ec2cloud queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default ec2cloud queue
< Q: Submitting SLEEP test-case Basic2 to default ec2cloud queue
< S: SLEEP test-case Basic succeeded on <machine>
< S: SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< Results:
< 
< Tests that did not succeed:
<   SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< 
< Tests Run: 2, Failures: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Differences in pythonmocks ----------
3,375d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.25'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-25'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.tags
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
->CLI:1727
sleep:Basic2
(itexttestlib.default.runtest
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on ip-10-80-17-153.jeppesensystems.com'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (ip-10-80-17-153.jeppesensystems.com)'
p10
p13
asS'observers'
p14
(lp15
sS'passSelf'
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
FAILED=1,succeeded=1
<today's date>
SLEEP : 2 tests : 1 FAILED

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests FAILED : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic2 : errors new(+)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that FAILED follows...
--------------------------------------------------------
TEST FAILED on : SLEEP test-case Basic2 (under Basic2)
---------- New result in errors ----------
---------- New result in output ----------
Sleeping for 5 seconds...
Done

Summary of all Successful tests follows...
---------------------------------------------------------------------------------
The following tests succeeded : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic


TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Ec2Only AllMachinesStopped ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,6d0
< Using ec2cloud queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default ec2cloud queue
< Q: Submitting SLEEP test-case Basic2 to default ec2cloud queue
< S: SLEEP test-case Basic succeeded on <machine>
< S: SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< View details(v), Approve(a) or continue(any other key)?
---------- Differences in pythonmocks ----------
3,384d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.105'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-105'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
->CLI:1596
sleep:Basic2
(itexttestlib.default.rundependent
Filtering
p1
(dp2
S'category'
p3
S'initial_filter'
p4
sS'freeText'
p5
S'Filtering stored result files on ip-10-80-17-102.jeppesensystems.com'
p6
sS'started'
p7
I0
sS'completed'
p8
I0
sS'briefText'
p9
S''
p12
asS'observers'
p13
(lp14
sS'passSelf'
p15
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Ec2Only DebugSlave ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,3d0
< Using ec2cloud queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default ec2cloud queue
< S: SLEEP test-case Basic succeeded on <machine>
---------- Differences in pythonmocks ----------
3,423d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.105'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-105'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
->CLI:6962
sleep:Basic
(itexttestlib.default.runtest
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on ip-10-80-17-105.jeppesensystems.com'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (ip-10-80-17-105.jeppesensystems.com)'
p10
p13
asS'observers'
p14
(lp15
sS'passSelf'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Ec2Only ExternalCheckoutSave ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,7c1
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----TargetApp
< --------Basic
< ------------output.sleep
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using ec2cloud queues for Application SLEEP, version checkout, checkout <test write dir>/texttesttmp/checkout
< Q: Submitting SLEEP.checkout test-case Basic to default ec2cloud queue
< S: SLEEP.checkout test-case Basic FAILED on <machine> : differences in output
< View details(v), Approve Version checkout(1), Approve(a) or continue(any other key)?
< ---------- Differences in output ----------
< 1c1
< < Sleeping for 5 seconds...
< ---
< > Different sleep.py from checkout!
< Approve Version checkout(1), Approve(a) or continue(any other key)?
< Approving SLEEP.checkout test-case Basic 
---------- Differences in pythonmocks ----------
3,423d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.105'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-105'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
->CLI:15598
sleep.checkout:Basic
(itexttestlib.default.rundependent
Filtering
p1
(dp2
S'category'
p3
S'initial_filter'
p4
sS'freeText'
p5
S'Filtering stored result files on ip-10-80-17-112'
p6
sS'started'
p7
I0
sS'completed'
p8
I0
sS'briefText'
p9
S''
p12
asS'observers'
p13
(lp14
sS'passSelf'
p15
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Ec2Only FetchRequiredData ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,6d0
< Using ec2cloud queues for Application SLEEP, version reqdata
< Q: Submitting SLEEP.reqdata test-case Basic to default ec2cloud queue
< Q: Submitting SLEEP.reqdata test-case Basic2 to default ec2cloud queue
< S: SLEEP.reqdata test-case Basic2 FAILED on <machine> : new results in errors,output
< View details(v), Approve Version reqdata(1), Approve(a) or continue(any other key)?
< S: SLEEP.reqdata test-case Basic succeeded on <machine>
---------- Differences in pythonmocks ----------
3,493d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19'), Instance('Instance', 'instance20'), Instance('Instance', 'instance21'), Instance('Instance', 'instance22'), Instance('Instance', 'instance23'), Instance('Instance', 'instance24')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.18.225'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'Test 18'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.162'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-a162'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.19.246'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-c246'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
->CLI:2879.GET_FILES
sleep.reqdata:Basic2
ec2-user@10.80.17.78
/some/path/external_data
->CLI:2878.GET_FILES
sleep.reqdata:Basic
ec2-user@10.80.17.78
/some/path/external_data
->CLI:2879.GET_FILES
sleep.reqdata:Basic2
ec2-user@10.80.17.78
/some/path/external_data
->CLI:2879.GET_FILES
sleep.reqdata:Basic2
ec2-user@10.80.17.78
/some/path/external_data
<-SRV:Sychronised /some/path/external_data to ec2-user@10.80.17.78
->CLI:2879
sleep.reqdata:Basic2
(itexttestlib.default.rundependent
Filtering
p1
(dp2
S'category'
p3
S'initial_filter'
p4
sS'freeText'
p5
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Ec2Only FindAvailableMachines ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,17c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------local.<datetime>.<pid>
< ------------batchreport.sleep
< ------------slavelogs
< ----------------Test-Basic-SLEEP.errors
< ----------------Test-Basic-SLEEP.log
< ----------------Test-Basic2-SLEEP.errors
< ----------------Test-Basic2-SLEEP.log
< ------------sleep
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
< ----------------Basic2
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,13d0
< Using ec2cloud queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default ec2cloud queue
< Q: Submitting SLEEP test-case Basic2 to default ec2cloud queue
< S: SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< S: SLEEP test-case Basic succeeded on <machine>
< Results:
< 
< Tests that did not succeed:
<   SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< 
< Tests Run: 2, Failures: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Differences in pythonmocks ----------
3,403d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.105'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-105'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
->CLI:1522
sleep:Basic2
(itexttestlib.default.runtest
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on ip-10-80-17-161.jeppesensystems.com'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (ip-10-80-17-161.jeppesensystems.com)'
p10
p13
asS'observers'
p14
(lp15
sS'passSelf'
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
FAILED=1,succeeded=1
<today's date>
SLEEP : 2 tests : 1 FAILED

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests FAILED : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic2 : errors new(+)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that FAILED follows...
--------------------------------------------------------
TEST FAILED on : SLEEP test-case Basic2 (under Basic2)
---------- New result in errors ----------
---------- New result in output ----------
Sleeping for 5 seconds...
Done

Summary of all Successful tests follows...
---------------------------------------------------------------------------------
The following tests succeeded : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic


TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Ec2Only MulticoreMachines ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,9d0
< Using ec2cloud queues for Application SLEEP
< Using ec2cloud queues for Application SLEEP, version copy_1
< Using ec2cloud queues for Application SLEEP, version copy_2
< Q: Submitting SLEEP test-case Basic to default ec2cloud queue
< Q: Submitting SLEEP.copy_1 test-case Basic to default ec2cloud queue
< Q: Submitting SLEEP.copy_2 test-case Basic to default ec2cloud queue
< S: SLEEP.copy_2 test-case Basic succeeded on <machine>
< S: SLEEP.copy_1 test-case Basic succeeded on <machine>
< S: SLEEP test-case Basic succeeded on <machine>
---------- Differences in pythonmocks ----------
3,407d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.105'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-105'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
->CLI:1414
sleep.copy_2:Basic
(itexttestlib.default.rundependent
Filtering
p1
(dp2
S'category'
p3
S'initial_filter'
p4
sS'freeText'
p5
S'Filtering stored result files on ip-10-80-17-161.jeppesensystems.com'
p6
sS'started'
p7
I0
sS'completed'
p8
I0
sS'briefText'
p9
S''
p12
asS'observers'
p13
(lp14
sS'passSelf'
p15
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Ec2Only NoEC2Capacity ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,4c1,20
< WARNING: failed to start instance with private IP address '10.80.17.102'
< BotoServerError: 500 Internal Server Error
< <?xml version="1.0" encoding="UTF-8"?>
< <Response><Errors><Error><Code>InsufficientInstanceCapacity</Code><Message>We currently do not have sufficient t1.micro capacity in the Availability Zone you requested (eu-west-1a). Our system will be working on provisioning additional capacity. You can currently get t1.micro capacity by not specifying an Availability Zone in your request or choosing eu-west-1b, eu-west-1c.</Message></Error></Errors><RequestID>e552dd8f-164c-443d-9c86-2ede1669c84d</RequestID></Response>
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,6d0
< Using ec2cloud queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default ec2cloud queue
< Q: Submitting SLEEP test-case Basic2 to default ec2cloud queue
< S: SLEEP test-case Basic succeeded on <machine>
< S: SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< View details(v), Approve(a) or continue(any other key)?
---------- Differences in pythonmocks ----------
3,399d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.105'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-105'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
->CLI:1596
sleep:Basic2
(itexttestlib.default.rundependent
Filtering
p1
(dp2
S'category'
p3
S'initial_filter'
p4
sS'freeText'
p5
S'Filtering stored result files on ip-10-80-17-102.jeppesensystems.com'
p6
sS'started'
p7
I0
sS'completed'
p8
I0
sS'briefText'
p9
S''
p12
asS'observers'
p13
(lp14
sS'passSelf'
p15
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Ec2Only RemoteSlave ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,4c1
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application SLEEP
< Running SLEEP test-suite TargetApp
<   Running SLEEP test-case Basic2
< Comparing differences for SLEEP test-suite TargetApp
<   Comparing differences for SLEEP test-case Basic2 (on errors.sleep,output.sleep)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
sleep:Basic2
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Ec2Only RemoteSlaveBatch ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,4c1
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application SLEEP
< Running SLEEP test-suite TargetApp
<   Running SLEEP test-case Basic2
< Comparing differences for SLEEP test-suite TargetApp
<   Comparing differences for SLEEP test-case Basic2 (on errors.sleep,output.sleep)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
sleep:Basic2
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.runtest
Running
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vrunning
p10
sVfreeText
p11
VRunning on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Ec2Only RemoteSlaveCheckout ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,4c1
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application SLEEP, checkout /usr/bin
< Running SLEEP test-suite TargetApp
<   Running SLEEP test-case Basic2
< Comparing differences for SLEEP test-suite TargetApp
<   Comparing differences for SLEEP test-case Basic2 (on errors.sleep,output.sleep)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
sleep:Basic2
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Ec2Only RemoteSlaveFilesFromOtherSlave ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,5c1
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----texttesttmp
< --------console.<datetime>.<pid>
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application SLEEP
< Running SLEEP test-suite TargetApp
<   Running SLEEP test-case Basic2
< Comparing differences for SLEEP test-suite TargetApp
<   Comparing differences for SLEEP test-case Basic2 (on errors.sleep,output.sleep)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
sleep:Basic2
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Ec2Only RemoteSlaveRequiredData ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,4c1
< 
< The following existing files/directories changed their contents:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,2d0
< Using Application SLEEP, version reqdata
<   Fetching required test data at '/some/path/external_data' ...
---------- Missing result in externalmocks ----------
<-CLI:<pid>.GET_FILES
sleep.reqdata:Basic2
fakeuser@<ip>
/some/path/external_data
<-CLI:<pid>.SEND_FILES
sleep.reqdata:Basic2
END_DIRECTORY_CONTENTS
ccopy_reg
_reconstructor
p0
(ctexttestlib.plugins
Unrunnable
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vunrunnable
p10
sVfreeText
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console ReuseOnlyBeyondCapacity ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,3c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using ec2cloud queues for Application HELLO, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default ec2cloud queue
< S: HELLO test-case Test FAILED on <machine> : differences in output
< View details(v), Approve(a) or continue(any other key)?
< S: HELLO test-case Test succeeded on <machine>
---------- Differences in pythonmocks ----------
3,283d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.105'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-105'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-SRV:Completed submission of tests up to capacity
->CLI:3774
hello:Test
(itexttestlib.default.rundependent
Filtering
p1
(dp2
S'category'
p3
S'initial_filter'
p4
sS'freeText'
p5
S'Filtering stored result files on ip-10-80-17-105.jeppesensystems.com'
p6
sS'started'
p7
I0
sS'completed'
p8
I0
sS'briefText'
p9
S''
p12
asS'observers'
p13
(lp14
sS'passSelf'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Ec2Only ReduceCapacityAfterSlaveCrash ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,3c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,16d0
< Using ec2cloud queues for Application HELLO, checkout <test write dir>/TargetApp/
< Using ec2cloud queues for Application HELLO, version copy_1, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default ec2cloud queue
< Q: Submitting HELLO test-case Test to default ec2cloud queue
< S: HELLO test-case Test not compared:
< ec2cloud job exited
< Job ID was job0_10.80.17.102
< 
< -- Unordered text as found by filter 'test-case Test [^ ]* on .*' --
< S: HELLO test-case Test succeeded on <machine>
< S: HELLO.copy_1 test-case Test FAILED on <machine> : differences in output
< S: HELLO.copy_1 test-case Test succeeded on <machine>
< 
< -- Unordered text as found by filter 'View details' --
< View details(v), Approve(a) or continue(any other key)?
< 
---------- Differences in pythonmocks ----------
3,267d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_<num>')
< <-PYT:ec2connection_eu_west_<num>.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.25'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-25'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.tags
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-SRV:Completed submission of tests up to capacity
->CLI:1529
hello:Suite/Test
(itexttestlib.default.rundependent
Filtering
p1
(dp2
S'category'
p3
S'initial_filter'
p4
sS'freeText'
p5
S'Filtering stored result files on ip-10-80-17-109'
p6
sS'started'
p7
I0
sS'completed'
p8
I0
sS'briefText'
p9
S''
p12
asS'observers'
p13
(lp14
sS'passSelf'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Ec2Only ReflectEC2Capacity ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,4c1,20
< WARNING: failed to start instance with private IP address '10.80.19.102'
< BotoServerError: 500 Internal Server Error
< <?xml version="1.0" encoding="UTF-8"?>
< <Response><Errors><Error><Code>InsufficientInstanceCapacity</Code><Message>We currently do not have sufficient t1.micro capacity in the Availability Zone you requested (eu-west-1a). Our system will be working on provisioning additional capacity. You can currently get t1.micro capacity by not specifying an Availability Zone in your request or choosing eu-west-1b, eu-west-1c.</Message></Error></Errors><RequestID>e552dd8f-164c-443d-9c86-2ede1669c84d</RequestID></Response>
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,3c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using ec2cloud queues for Application HELLO, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default ec2cloud queue
< S: HELLO test-case Test FAILED on <machine> : differences in output
< View details(v), Approve(a) or continue(any other key)?
< S: HELLO test-case Test succeeded on <machine>
---------- Differences in pythonmocks ----------
3,409d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19'), Instance('Instance', 'instance20'), Instance('Instance', 'instance21'), Instance('Instance', 'instance22'), Instance('Instance', 'instance23')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.18.225'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'Test 18'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.162'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-a162'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.19.246'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-c246'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-SRV:Completed submission of tests up to capacity
->CLI:1327
hello:Test
(itexttestlib.default.rundependent
Filtering
p1
(dp2
S'category'
p3
S'initial_filter'
p4
sS'freeText'
p5
S'Filtering stored result files on ip-10-80-19-102'
p6
sS'started'
p7
I0
sS'completed'
p8
I0
sS'briefText'
p9
S''
p12
asS'observers'
p13
(lp14
sS'passSelf'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Ec2Only RejectSubmitAfterSlaveCrash ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,2c1,20
< WARNING: error produced by slave job 'Test-Test-HELLO'
< Slave crashed!
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,3c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,10d0
< Using ec2cloud queues for Application HELLO, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default ec2cloud queue
< S: HELLO test-case Test not compared:
< ec2cloud job exited
< Job ID was job0_10.80.17.105
< ---------- Error messages written by ec2cloud job ----------
< Slave crashed!
< 
< Q: Submitting HELLO test-case Test to default ec2cloud queue
< S: HELLO test-case Test not compared:  No more available machines to submit EC2 jobs to - existing jobs have failed
---------- Differences in pythonmocks ----------
3,283d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.105'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-105'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-SRV:Completed submission of tests up to capacity
->ERR:Slave crashed!
-- Unordered text as found by filter 'slavelogs' --
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/slavelogs; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x -A ec2-user@10.80.17.105 STANDARD=<test_write_dir>/standard texttest -home <homedir> -d <test_write_dir>/TargetApp -a hello -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>

-- Unordered text as found by filter 'EXC:(-12|1)$' --
->EXC:1

-- Unordered text as found by filter 'mkdir -p' --
<-CMD:ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x ec2-user@10.80.17.105 mkdir -p '<test_write_dir>'

-- Unordered text as found by filter '^<-CMD:rsync{[->]}^total size is' --

->OUT:sending incremental file list
<-CMD:rsync -e "ssh -x -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30" -av --copy-unsafe-links --delete --exclude-from=<tt_etc_dir>/rsync_exclude_patterns <test_write_dir>/TargetApp ec2-user@<host:port>'<test_write_dir>'
TargetApp/
TargetApp/Suite/
TargetApp/Suite/Test/
TargetApp/Suite/Test/errors.hello
TargetApp/Suite/Test/output.hello
TargetApp/Suite/Test/output.hello.gui
TargetApp/Suite/Test/output.hello.refvar
TargetApp/Suite/config.hello.multiresource
TargetApp/Suite/config.hello.parallel
TargetApp/Suite/config.hello.resource
TargetApp/Suite/environment.refvar.down
TargetApp/Suite/environment.refvar.up
TargetApp/Suite/testsuite.hello
TargetApp/Test/
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Ec2Only RequestExtraCapacity ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,3c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using ec2cloud queues for Application HELLO, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default ec2cloud queue
< S: HELLO test-case Test FAILED on <machine> : differences in output
< View details(v), Approve(a) or continue(any other key)?
< S: HELLO test-case Test succeeded on <machine>
---------- Differences in pythonmocks ----------
3,338d2
< <-PYT:import boto
< <-PYT:boto.__path__
< ->RET:['Fake value just to mark that it exists']
< <-PYT:import boto.ec2
< <-PYT:boto.ec2.connection.EC2Connection.DefaultRegionName
< ->RET:'eu-west-1'
< <-PYT:boto.ec2.connect_to_region('eu-west-1')
< ->RET:Instance('EC2Connection(AWSQueryConnection, AWSAuthConnection, object)', 'ec2connection_eu_west_1')
< <-PYT:ec2connection_eu_west_1.get_only_instances()
< ->RET:[Instance('Instance(TaggedEC2Object, EC2Object, object)', 'instance1'), Instance('Instance', 'instance2'), Instance('Instance', 'instance3'), Instance('Instance', 'instance4'), Instance('Instance', 'instance5'), Instance('Instance', 'instance6'), Instance('Instance', 'instance7'), Instance('Instance', 'instance8'), Instance('Instance', 'instance9'), Instance('Instance', 'instance10'), Instance('Instance', 'instance11'), Instance('Instance', 'instance12'), Instance('Instance', 'instance13
'), Instance('Instance', 'instance14'), Instance('Instance', 'instance15'), Instance('Instance', 'instance16'), Instance('Instance', 'instance17'), Instance('Instance', 'instance18'), Instance('Instance', 'instance19')]
< <-PYT:instance1.private_ip_address
< ->RET:u'10.80.17.105'
< <-PYT:instance1.tags
< ->RET:Instance('TagSet(dict)', 'tagset1')
< <-PYT:tagset1.get('Name', '')
< ->RET:u'texttest-geoff-105'
< <-PYT:instance2.private_ip_address
< ->RET:u'10.80.17.235'
< <-PYT:instance2.tags
< ->RET:Instance('TagSet', 'tagset2')
< <-PYT:tagset2.get('Name', '')
< ->RET:u'texttest-geoff-235'
< <-PYT:instance3.private_ip_address
< ->RET:u'10.80.17.225'
< <-PYT:instance3.tags
< ->RET:Instance('TagSet', 'tagset3')
< <-PYT:tagset3.get('Name', '')
< ->RET:u'texttest-geoff-225'
< <-PYT:instance4.private_ip_address
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-SRV:Completed submission of tests up to capacity
->CLI:3774
hello:Test
(itexttestlib.default.rundependent
Filtering
p1
(dp2
S'category'
p3
S'initial_filter'
p4
sS'freeText'
p5
S'Filtering stored result files on ip-10-80-17-105.jeppesensystems.com'
p6
sS'started'
p7
I0
sS'completed'
p8
I0
sS'briefText'
p9
S''
p12
asS'observers'
p13
(lp14
sS'passSelf'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Slave ReuseAddedApplication ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,3c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO, version 1, checkout <test write dir>/TargetApp/
< Running HELLO.1 test-suite TargetApp
<   Running HELLO.1 test-case Test
< Comparing differences for HELLO.1 test-suite TargetApp
<   Comparing differences for HELLO.1 test-case Test (on errors.hello,output.hello)
< Using Application HELLO, version 2, checkout <test write dir>/TargetApp/
< Running HELLO.2 test-suite TargetApp
<   Running HELLO.2 test-suite Suite
<     Running HELLO.2 test-case Test
< Comparing differences for HELLO.2 test-suite TargetApp
<   Comparing differences for HELLO.2 test-suite Suite
<     Comparing differences for HELLO.2 test-case Test - SUCCESS! (on errors.hello,output.hello)
<   Running HELLO.2 test-case Test
<   Comparing differences for HELLO.2 test-case Test (on errors.hello,output.hello)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello.1:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf CollateFiles UnixCoreFiles Component DbxNotInstalled ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/file", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Differences in pythonmocks ----------
1a2
> <-PYT:import subprocess
---------- Missing result in externalmocks ----------
<-CMD:file fakecore
->OUT:fakecore: ASCII text

TEST FAILED on ts-sim-scenario-ba : TestSelf CollateFiles UnixCoreFiles Component DebuggingInfo ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/file", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Differences in output ----------
1,2c1,2
< Segmentation fault in #0  CrcResetContext
< -----------------------------------------
---
> Parse failure on GDB output
> ---------------------------
5,23c5,17
< Program terminated with signal 11, Segmentation fault.
< Stack trace from GDB :
< #0  CrcResetContext (key=2, ix=-1)
<     at /users/thomasjo/work/master/Rules_and_Reports/crc/rts.h:344
< 344	  void removeAll() {
< #0  CrcResetContext (key=2, ix=-1)
<     at /users/thomasjo/work/master/Rules_and_Reports/crc/rts.h:344
< Init ()
<     at /users/thomasjo/work/master/Rules_and_Reports/crc/crcfuncs.cc:1651
< rave::Program::init (this=0x8e21e68)
<     at /users/thomasjo/work/master/Rules_and_Reports/crc/Program.cc:392
< Program (this=0x8e21e68, ep=0x876a800)
<     at /users/thomasjo/work/master/Rules_and_Reports/crc/Program.cc:334
< rave::SetExecuteThreadSafe (executeThreadSafely=false)
<     at /users/thomasjo/work/master/Rules_and_Reports/crc/statlink.cc:122
< apc_setup (argc=10, argv=0xffffb034)
<     at /users/thomasjo/work/master/Optimization/APC/apc_files/apc_setup.cc:795
< main (argc=10, argv=0xffffb034)
<     at /users/thomasjo/work/master/Optimization/APC/apclib/apc_main.cc:181
---
> GDB backtrace command failed : Stack trace not produced for crash
> Errors from GDB:
> Traceback (most recent call last):
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:file fakecore
->OUT:fakecore: ASCII text
<-CMD:gdb -q -batch -x <tmp_path>/coreCommands.gdb /bin/grep fakecore
->OUT:Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `/users/thomasjo/work/master/Products/standard_gpc/CARMSYS/lh_bascripts_tmp.apc/'.
Program terminated with signal 11, Segmentation fault.
#0  CrcResetContext (key=2, ix=-1)
    at /users/thomasjo/work/master/Rules_and_Reports/crc/rts.h:344
344	  void removeAll() { 
#0  CrcResetContext (key=2, ix=-1)
    at /users/thomasjo/work/master/Rules_and_Reports/crc/rts.h:344
#1  0x0864aa1d in Init ()
    at /users/thomasjo/work/master/Rules_and_Reports/crc/crcfuncs.cc:1651
#2  0x085ebcad in rave::Program::init (this=0x8e21e68)
    at /users/thomasjo/work/master/Rules_and_Reports/crc/Program.cc:392
#3  0x085ebe0e in Program (this=0x8e21e68, ep=0x876a800)
    at /users/thomasjo/work/master/Rules_and_Reports/crc/Program.cc:334
#4  0x085cdec9 in rave::SetExecuteThreadSafe (executeThreadSafely=false)
    at /users/thomasjo/work/master/Rules_and_Reports/crc/statlink.cc:122
#5  0x0817b382 in apc_setup (argc=10, argv=0xffffb034)
    at /users/thomasjo/work/master/Optimization/APC/apc_files/apc_setup.cc:795
#6  0x0811f2e4 in main (argc=10, argv=0xffffb034)
    at /users/thomasjo/work/master/Optimization/APC/apclib/apc_main.cc:181
->ERR:
warning: core file may not match specified executable file.

warning: svr4_current_sos: Can't read pathname for load map: Input/output error


warning: .dynamic section for "/lib/libdl.so.2" is not at the expected address
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf CollateFiles UnixCoreFiles Component FileArguments ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/file", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Differences in output ----------
1,2c1,2
< Segmentation fault in ___newselect_nocancel
< -------------------------------------------
---
> Parse failure on GDB output
> ---------------------------
5,11c5,17
< Program terminated with signal 11, Segmentation fault.
< Stack trace from GDB :
< ___newselect_nocancel () from /lib/tls/libc.so.6
< inittime_the_fake_version () from /usr/lib/python2.2/lib-dynload/timemodule.so
< ?? () from /usr/lib/python2.2/lib-dynload/timemodule.so
< ?? ()
< (no debugging symbols found)
---
> GDB backtrace command failed : Stack trace not produced for crash
> Errors from GDB:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/gdb", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
> 
---------- Missing result in externalmocks ----------
<-CMD:file fakecore
->OUT:fakecore: ELF 64-bit LSB core file AMD x86-64, version 1 (SYSV), SVR4-style, from 'grep -a -b'
<-CMD:gdb -q -batch -x <tmp_path>/coreCommands.gdb /bin/grep fakecore
->OUT:(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `python /nfs/vm/apc_temp/test_texttesttmp/texttestgeoff08May141617/TestSelf/Coll'.
Program terminated with signal 11, Segmentation fault.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
#0  0x001e7038 in ___newselect_nocancel () from /lib/tls/libc.so.6
#0  0x001e7038 in ___newselect_nocancel () from /lib/tls/libc.so.6
#1  0x00cf819f in inittime_the_fake_version () from /usr/lib/python2.2/lib-dynload/timemodule.so
#2  0x00cf74b2 in ?? () from /usr/lib/python2.2/lib-dynload/timemodule.so
#3  0x00000000 in ?? ()
(no debugging symbols found)

TEST FAILED on ts-sim-scenario-ba : TestSelf CollateFiles UnixCoreFiles Component InitialStackTrace ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/file", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Differences in output ----------
7,17c7,16
< "/nfs/vm/matador/carmusrs/carmen_8.0_deliver/RD_ib_cas_v8_user/crc_cas/source/Matador_CO": not in executable format: File format not recognized
< 
< warning: Couldn't find general-purpose registers in core file.
< 
< 
< warning: Wrong size fpregset in core file.
< 
< warning: Couldn't find general-purpose registers in core file.
< 
< 
< warning: Wrong size fpregset in core file.
---
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/gdb", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
20,21c19,28
< File format not recognised
< 
---
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/dbx", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:file fakecore
->OUT:fakecore: ASCII text
<-CMD:gdb -q -batch -x <tmp_path>/coreCommands.gdb /bin/grep fakecore
->OUT:#0  0x0000000000000000 in ?? ()
#0  0x0000000000000000 in ?? ()
->ERR:"/nfs/vm/matador/carmusrs/carmen_8.0_deliver/RD_ib_cas_v8_user/crc_cas/source/Matador_CO": not in executable format: File format not recognized

warning: Couldn't find general-purpose registers in core file.


warning: Wrong size fpregset in core file.

warning: Couldn't find general-purpose registers in core file.


warning: Wrong size fpregset in core file.
<-CMD:dbx -f -q -c "where; quit" /bin/grep fakecore
->ERR:File format not recognised

TEST FAILED on ts-sim-scenario-ba : TestSelf CollateFiles UnixCoreFiles Component NoBinary ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/file", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Missing result in externalmocks ----------
<-CMD:file fakecore
->OUT:fakecore: ASCII text

TEST FAILED on ts-sim-scenario-ba : TestSelf CollateFiles UnixCoreFiles Component NormalInfo ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/file", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Differences in output ----------
1,2c1,2
< Segmentation fault in ___newselect_nocancel
< -------------------------------------------
---
> Parse failure on GDB output
> ---------------------------
5,11c5,17
< Program terminated with signal 11, Segmentation fault.
< Stack trace from GDB :
< ___newselect_nocancel () from /lib/tls/libc.so.6
< inittime_the_fake_version () from /usr/lib/python2.2/lib-dynload/timemodule.so
< ?? () from /usr/lib/python2.2/lib-dynload/timemodule.so
< ?? ()
< (no debugging symbols found)
---
> GDB backtrace command failed : Stack trace not produced for crash
> Errors from GDB:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/gdb", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
> 
---------- Missing result in externalmocks ----------
<-CMD:file fakecore
->OUT:fakecore: ELF 64-bit LSB core file AMD x86-64, version 1 (SYSV), SVR4-style, from 'grep'
<-CMD:gdb -q -batch -x <tmp_path>/coreCommands.gdb /bin/grep fakecore
->OUT:(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `python /nfs/vm/apc_temp/test_texttesttmp/texttestgeoff08May141617/TestSelf/Coll'.
Program terminated with signal 11, Segmentation fault.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
#0  0x001e7038 in ___newselect_nocancel () from /lib/tls/libc.so.6
#0  0x001e7038 in ___newselect_nocancel () from /lib/tls/libc.so.6
#1  0x00cf819f in inittime_the_fake_version () from /usr/lib/python2.2/lib-dynload/timemodule.so
#2  0x00cf74b2 in ?? () from /usr/lib/python2.2/lib-dynload/timemodule.so
#3  0x00000000 in ?? ()
(no debugging symbols found)

TEST FAILED on ts-sim-scenario-ba : TestSelf CollateFiles UnixCoreFiles Component TruncatedFileName ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/file", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Differences in output ----------
1,2c1,2
< Segmentation fault in ___newselect_nocancel
< -------------------------------------------
---
> Parse failure on GDB output
> ---------------------------
5,11c5,17
< Program terminated with signal 11, Segmentation fault.
< Stack trace from GDB :
< ___newselect_nocancel () from /lib/tls/libc.so.6
< inittime_the_fake_version () from /usr/lib/python2.2/lib-dynload/timemodule.so
< ?? () from /usr/lib/python2.2/lib-dynload/timemodule.so
< ?? ()
< (no debugging symbols found)
---
> GDB backtrace command failed : Stack trace not produced for crash
> Errors from GDB:
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/gdb", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
> 
---------- Missing result in externalmocks ----------
<-CMD:file fakecore
->OUT:fakecore: ELF 64-bit LSB core file AMD x86-64, version 1 (SYSV), SVR4-style, from '/bin/gr'
<-CMD:gdb -q -batch -x <tmp_path>/coreCommands.gdb /bin/grep fakecore
->OUT:(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `python /nfs/vm/apc_temp/test_texttesttmp/texttestgeoff08May141617/TestSelf/Coll'.
Program terminated with signal 11, Segmentation fault.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
#0  0x001e7038 in ___newselect_nocancel () from /lib/tls/libc.so.6
#0  0x001e7038 in ___newselect_nocancel () from /lib/tls/libc.so.6
#1  0x00cf819f in inittime_the_fake_version () from /usr/lib/python2.2/lib-dynload/timemodule.so
#2  0x00cf74b2 in ?? () from /usr/lib/python2.2/lib-dynload/timemodule.so
#3  0x00000000 in ?? ()
(no debugging symbols found)

TEST FAILED on ts-sim-scenario-ba : TestSelf CollateFiles UnixCoreFiles Component UnreadableCore ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/file", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Differences in output ----------
7,8c7,16
< "core" is not a core dump: File format not recognized
< No stack from fake GDB!
---
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/gdb", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
11,12c19,28
< dbx: fakecore has unsupported architecture or file format
< dbx: program is not active
---
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/dbx", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 83, in interceptCommand
>     sock = createAndSend()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 65, in createAndSend
>     sock = createSocket()
>   File "/home/delphi/texttest/capturemock/capturemock/capturecommand.py", line 20, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Missing result in externalmocks ----------
<-CMD:file fakecore
->OUT:fakecore: ASCII text
<-CMD:gdb -q -batch -x <tmp_path>/coreCommands.gdb /bin/grep fakecore
->ERR:"core" is not a core dump: File format not recognized
No stack from fake GDB!
<-CMD:dbx -f -q -c "where; quit" /bin/grep fakecore
->ERR:dbx: fakecore has unsupported architecture or file format
dbx: program is not active

TEST FAILED on ts-sim-scenario-ba : TestSelf CollateFiles UnixCoreFiles Component UseDbx ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "<test write dir>/traffic_intercepts/file", line 2, in <module>
>     import capturemock; capturemock.interceptCommand()
>   File "<filtered>/capturecommand.py", line <filtered>, in interceptCommand
>     sock = createAndSend()
>   File "<filtered>/capturecommand.py", line <filtered>, in createAndSend
>     sock = createSocket()
>   File "<filtered>/capturecommand.py", line <filtered>, in createSocket
>     raise RuntimeError("CAPTUREMOCK_SERVER empty.")
> RuntimeError: CAPTUREMOCK_SERVER empty.
---------- Differences in output ----------
1,2c1,2
< Segmentation Fault in __pollsys
< -------------------------------
---
> Parse failure from both GDB and DBX
> -----------------------------------
5,32c5,29
< t@2 (l@2) program terminated by signal SEGV (Segmentation Fault)
< Stack trace from DBX :
< __pollsys
< _pollsys
< _pselect
< _select
< floatsleep
< time_sleep
< call_function
< PyEval_EvalFrame
< fast_function
< call_function
< PyEval_EvalFrame
< PyEval_EvalCodeEx
< function_call
< PyObject_Call
< ext_do_call
< PyEval_EvalFrame
< fast_function
< call_function
< PyEval_EvalFrame
< PyEval_EvalCodeEx
< function_call
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-CMD:file fakecore
->OUT:fakecore: ASCII text
<-CMD:gdb -q -batch -x <tmp_path>/coreCommands.gdb /bin/grep fakecore
->OUT:(no debugging symbols found)...#0  0x0000000000000000 in ?? ()
#0  0x0000000000000000 in ?? ()
->ERR:
warning: Couldn't find general-purpose registers in core file.


warning: Wrong size fpregset in core file.

warning: Lowest section in /usr/lib/sparcv9/libdl.so.1 is .dynamic at 00000000000000e8

warning: Lowest section in /usr/lib/sparcv9/libthread.so.1 is .dynamic at 00000000000000b0

warning: sol_thread_new_objfile: td_ta_new: Debugger service failed

warning: sol_thread_new_objfile: td_ta_new: Debugger service failed

warning: sol_thread_new_objfile: td_ta_new: Debugger service failed

warning: sol_thread_new_objfile: td_ta_new: Debugger service failed

warning: sol_thread_new_objfile: td_ta_new: Debugger service failed

warning: sol_thread_new_objfile: td_ta_new: Debugger service failed

warning: sol_thread_new_objfile: td_ta_new: Debugger service failed

warning: Couldn't find general-purpose registers in core file.
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console NotInstalled ( Last six runs Oct2019 Sep2019 )

---------- Differences in pythonmocks ----------
4c4
< <-PYT:subprocess.Popen([<path_to_texttest>, '-d', '<test write dir>/TargetApp', '-a', 'sleep', '-l', '-tp', 'Basic', '-slave', '<test write dir>/texttesttmp/<target tmp dir>', '-servaddr', '<host:port>'], cwd='<test write dir>/texttesttmp/<target tmp dir>/slavelogs', env=<something>
---
> <-PYT:subprocess.Popen([<path_to_texttest>, '-d', '<test write dir>/TargetApp', '-a', 'sleep', '-l', '-tp', 'Basic', '-slave', '<test write dir>/texttesttmp/<target tmp dir>', '-servaddr', ''], cwd='<test write dir>/texttesttmp/<target tmp dir>/slavelogs', env=<something>
7c7
< <-PYT:subprocess.Popen([<path_to_texttest>, '-d', '<test write dir>/TargetApp', '-a', 'sleep', '-l', '-tp', 'Basic2', '-slave', '<test write dir>/texttesttmp/<target tmp dir>', '-servaddr', '<host:port>'], cwd='<test write dir>/texttesttmp/<target tmp dir>/slavelogs', env=<something>
---
> <-PYT:subprocess.Popen([<path_to_texttest>, '-d', '<test write dir>/TargetApp', '-a', 'sleep', '-l', '-tp', 'Basic2', '-slave', '<test write dir>/texttesttmp/<target tmp dir>', '-servaddr', ''], cwd='<test write dir>/texttesttmp/<target tmp dir>/slavelogs', env=<something>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation LocalOnly RemoteMachine ( Last six runs Oct2019 Sep2019 )

---------- Differences in catalogue ----------
8a9
> --------------------exitcode.sleep
13a15
> ------------------------exitcode.sleepcmp
---------- Differences in output ----------
5c5,6
<   Comparing differences for SLEEP test-case Basic - SUCCESS! (on errors.sleep,output.sleep)
---
>   Comparing differences for SLEEP test-case Basic (on errors.sleep,exitcode.sleep,output.sleep)
>   SLEEP test-case Basic FAILED on <machine> : new results in exitcode, differences in errors,output
8c9,12
< Tests Run: 1
---
> Tests that did not succeed:
>   SLEEP test-case Basic FAILED on <machine> : new results in exitcode, differences in errors,output
> 
> Tests Run: 1, Failures: 1
---------- Differences in targetReport ----------
1c1
< succeeded=1
---
> FAILED=1
3c3
< SLEEP : 1 tests, all successful
---
> SLEEP : 1 tests : 1 FAILED
5c5
< Summary of all Successful tests follows...
---
> Summary of all Unsuccessful tests follows...
7c7
< The following tests succeeded : 
---
> The following tests FAILED : 
9c9
<   - SLEEP test-case Basic
---
>   - SLEEP test-case Basic : errors different(+)
10a11,31
> 
> Details of all Unsuccessful tests follows...
> ---------------------------------------------------------------------------------
> 
> Detailed information for the tests that FAILED follows...
> --------------------------------------------------------
> TEST FAILED on : SLEEP test-case Basic (under Basic)
> ---------- Differences in errors ----------
> 0a1,10
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CMD:cd <test_write_dir>/texttesttmp/<target tmp dir>/sleep/Basic; ssh -q -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=30 -x placerville '<test_write_dir>/texttesttmp/<target tmp dir>/sleep/Basic/run_test.sh'
->OUT:Sleeping for 5 seconds...
Done

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadPerformanceMachine ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using LSF queues for Application SLEEP, version badperfmachine
< Q: Submitting SLEEP.badperfmachine test-case Basic to default LSF queue
< S: SLEEP.badperfmachine test-case Basic not compared:
< Failed to submit to LSF (no_such_machine: Bad host name, host group name or cluster name. Job not submitted.)
< Submission command was 'bsub -J Test-Basic-SLEEP.badperfmachine -m no_such_machine no_such_machine2 -u nobody -o /dev/null -e /dev/null ... '
< 
< Q: Submitting SLEEP.badperfmachine test-case Basic2 to default LSF queue
< S: SLEEP.badperfmachine test-case Basic2 not compared:
< Failed to submit to LSF (no_such_machine: Bad host name, host group name or cluster name. Job not submitted.)
< Submission command was 'bsub -J Test-Basic2-SLEEP.badperfmachine -m no_such_machine no_such_machine2 -u nobody -o /dev/null -e /dev/null ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP.badperfmachine -m "no_such_machine no_such_machine2" -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badperfmachine -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:no_such_machine: Bad host name, host group name or cluster name. Job not submitted.
->EXC:255
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic2-SLEEP.badperfmachine -m "no_such_machine no_such_machine2" -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badperfmachine -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:no_such_machine: Bad host name, host group name or cluster name. Job not submitted.
->EXC:255
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadPerformanceModel ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using LSF queues for Application SLEEP, version badperfmodel
< Q: Submitting SLEEP.badperfmodel test-case Basic to default LSF queue
< S: SLEEP.badperfmodel test-case Basic not compared:
< Failed to submit to LSF (Bad resource requirement syntax. Job not submitted.)
< Submission command was 'bsub -J Test-Basic-SLEEP.badperfmodel -R model==no_such_model  -u nobody -o /dev/null -e /dev/null ... '
< 
< Q: Submitting SLEEP.badperfmodel test-case Basic2 to default LSF queue
< S: SLEEP.badperfmodel test-case Basic2 not compared:
< Failed to submit to LSF (Bad resource requirement syntax. Job not submitted.)
< Submission command was 'bsub -J Test-Basic2-SLEEP.badperfmodel -R model==no_such_model  -u nobody -o /dev/null -e /dev/null ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP.badperfmodel -R "model==no_such_model " -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badperfmodel -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Bad resource requirement syntax. Job not submitted.
->EXC:255
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic2-SLEEP.badperfmodel -R "model==no_such_model " -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badperfmodel -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Bad resource requirement syntax. Job not submitted.
->EXC:255
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadQueue ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using LSF queues for Application SLEEP, version badqueue
< Q: Submitting SLEEP.badqueue test-case Basic to LSF queue non_existent
< S: SLEEP.badqueue test-case Basic not compared:
< Failed to submit to LSF (non_existent: No such queue. Job not submitted.)
< Submission command was 'bsub -J Test-Basic-SLEEP.badqueue -q non_existent -u nobody -o /dev/null -e /dev/null ... '
< 
< Q: Submitting SLEEP.badqueue test-case Basic2 to LSF queue non_existent
< S: SLEEP.badqueue test-case Basic2 not compared:
< Failed to submit to LSF (non_existent: No such queue. Job not submitted.)
< Submission command was 'bsub -J Test-Basic2-SLEEP.badqueue -q non_existent -u nobody -o /dev/null -e /dev/null ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP.badqueue -q non_existent -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badqueue -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:non_existent: No such queue. Job not submitted.
->EXC:255
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic2-SLEEP.badqueue -q non_existent -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badqueue -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:non_existent: No such queue. Job not submitted.
->EXC:255
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadQueueCommandLine ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using LSF queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to LSF queue non_existent
< S: SLEEP test-case Basic not compared:
< Failed to submit to LSF (non_existent: No such queue. Job not submitted.)
< Submission command was 'bsub -J Test-Basic-SLEEP -q non_existent -u nobody -o /dev/null -e /dev/null ... '
< 
< Q: Submitting SLEEP test-case Basic2 to LSF queue non_existent
< S: SLEEP test-case Basic2 not compared:
< Failed to submit to LSF (non_existent: No such queue. Job not submitted.)
< Submission command was 'bsub -J Test-Basic2-SLEEP -q non_existent -u nobody -o /dev/null -e /dev/null ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP -q non_existent -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:non_existent: No such queue. Job not submitted.
->EXC:255
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic2-SLEEP -q non_existent -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:non_existent: No such queue. Job not submitted.
->EXC:255
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadQueueKnownBug ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,14c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------local.kb.<datetime>.<pid>
< ------------batchreport.sleep.kb
< ------------slavelogs
< ------------sleep.kb
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
< ----------------Basic2
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,18d0
< Using LSF queues for Application SLEEP, version kb
< Q: Submitting SLEEP.kb test-case Basic to LSF queue non_existent
< S: SLEEP.kb test-case Basic not compared:
< Test was trying to use a non-existent queue
< (This bug was triggered by text found in the full difference report matching 'non_existent')
< Q: Submitting SLEEP.kb test-case Basic2 to LSF queue non_existent
< S: SLEEP.kb test-case Basic2 not compared:
< Test was trying to use a non-existent queue
< (This bug was triggered by text found in the full difference report matching 'non_existent')
< Results:
< 
< Tests that did not succeed:
<   SLEEP.kb test-case Basic not compared: Test was trying to use a non-existent queue
<   SLEEP.kb test-case Basic2 not compared: Test was trying to use a non-existent queue
< 
< Tests Run: 2, Failures: 2
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP.kb -q non_existent -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.kb -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b local""
->ERR:non_existent: No such queue. Job not submitted.
->EXC:255
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic2-SLEEP.kb -q non_existent -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.kb -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b local""
->ERR:non_existent: No such queue. Job not submitted.
->EXC:255
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

---------- Missing result in targetReport ----------
internal errors=2
<today's date>
SLEEP kb : 2 tests : 2 internal errors

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests had internal errors : 
In SLEEP.kb test-suite TargetApp:
  - SLEEP.kb test-case Basic  : queue didn't exist
  - SLEEP.kb test-case Basic2 : queue didn't exist


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that had internal errors follows...
--------------------------------------------------------
2 TESTS had internal errors :
Test was trying to use a non-existent queue
(This bug was triggered by text found in the full difference report matching 'non_existent')

-- SLEEP.kb test-case Basic (under Basic)
-- SLEEP.kb test-case Basic2 (under Basic2)

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadResource ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using LSF queues for Application SLEEP, version badresource
< Q: Submitting SLEEP.badresource test-case Basic to default LSF queue
< S: SLEEP.badresource test-case Basic not compared:
< Failed to submit to LSF (Bad resource requirement syntax. Job not submitted.)
< Submission command was 'bsub -J Test-Basic-SLEEP.badresource -R no_such_resource  -u nobody -o /dev/null -e /dev/null ... '
< 
< Q: Submitting SLEEP.badresource test-case Basic2 to default LSF queue
< S: SLEEP.badresource test-case Basic2 not compared:
< Failed to submit to LSF (Bad resource requirement syntax. Job not submitted.)
< Submission command was 'bsub -J Test-Basic2-SLEEP.badresource -R no_such_resource  -u nobody -o /dev/null -e /dev/null ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP.badresource -R "no_such_resource " -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badresource -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Bad resource requirement syntax. Job not submitted.
->EXC:255
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic2-SLEEP.badresource -R "no_such_resource " -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badresource -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Bad resource requirement syntax. Job not submitted.
->EXC:255
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadResourceCommandLine ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using LSF queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default LSF queue
< S: SLEEP test-case Basic not compared:
< Failed to submit to LSF (Bad resource requirement syntax. Job not submitted.)
< Submission command was 'bsub -J Test-Basic-SLEEP -R no_such_resource  -u nobody -o /dev/null -e /dev/null ... '
< 
< Q: Submitting SLEEP test-case Basic2 to default LSF queue
< S: SLEEP test-case Basic2 not compared:
< Failed to submit to LSF (Bad resource requirement syntax. Job not submitted.)
< Submission command was 'bsub -J Test-Basic2-SLEEP -R no_such_resource  -u nobody -o /dev/null -e /dev/null ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP -R "no_such_resource " -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Bad resource requirement syntax. Job not submitted.
->EXC:255
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic2-SLEEP -R "no_such_resource " -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Bad resource requirement syntax. Job not submitted.
->EXC:255
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console NotInstalled ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using LSF queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default LSF queue
< S: SLEEP test-case Basic not compared:
< Failed to submit to LSF (local machine is not a submit host: running 'bsub' failed.)
< Submission command was 'bsub -J Test-Basic-SLEEP -u nobody -o /dev/null -e /dev/null ... '
< 
< Q: Submitting SLEEP test-case Basic2 to default LSF queue
< S: SLEEP test-case Basic2 not compared:
< Failed to submit to LSF (local machine is not a submit host: running 'bsub' failed.)
< Submission command was 'bsub -J Test-Basic2-SLEEP -u nobody -o /dev/null -e /dev/null ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

---------- Missing result in pythonmocks ----------
<-PYT:subprocess.Popen(['bsub', '-J', 'Test-Basic-SLEEP', '-u', 'nobody', '-o', '/dev/null', '-e', '/dev/null', 'exec', ('$SHELL -c "exec <path_to_texttest> -d '
 '<test write dir>/TargetApp '
 '-a sleep -l -tp Basic -slave '
 '<test write dir>/texttesttmp/<target tmp dir> '
 '-servaddr <host:port>"')], cwd='<test write dir>/texttesttmp/grid_core_files', encoding=<something>, env=<something>
<something>,=None, stderr=-1, stdout=-1)
->RET:raise OSError('[Errno 2] No such file or directory')
<-PYT:subprocess.Popen(['bsub', '-J', 'Test-Basic2-SLEEP', '-u', 'nobody', '-o', '/dev/null', '-e', '/dev/null', 'exec', ('$SHELL -c "exec <path_to_texttest> -d '
 '<test write dir>/TargetApp '
 '-a sleep -l -tp Basic2 -slave '
 '<test write dir>/texttesttmp/<target tmp dir> '
 '-servaddr <host:port>"')], cwd='<test write dir>/texttesttmp/grid_core_files', encoding=<something>, env=<something>
<something>,=None, stderr=-1, stdout=-1)
->RET:raise OSError('[Errno 2] No such file or directory')

2 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,10c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.<datetime>.<pid>
< ------------hello
< ----------------Test
< --------------------framework_tmp
< ------------slavelogs
< ----------------Test-Test-HELLO.errors
< ----------------Test-Test-HELLO.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,6d0
< Using Application HELLO
< WARNING: Caught exception while running HELLO test-case Test changing state to UNRUNNABLE :
< Traceback (most recent call last):
<     method(*args)
<     wibble
< NameError: name 'wibble' is not defined
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
QueueSystems ErrorHandling Console SlaveCrash ( Last six runs Oct2019 Sep2019 )
QueueSystems ErrorHandling Console SlaveCrash ( Last six runs Oct2019 Sep2019 )

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling LsfOnly BadResourceUsage ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,6d0
< Using LSF queues for Application SLEEP, version badresusage
< Q: Submitting SLEEP.badresusage test-case Basic to default LSF queue
< S: SLEEP.badresusage test-case Basic not compared:
< Failed to submit to LSF (Bad resource requirement syntax. Job not submitted.)
< Submission command was 'bsub -J Test-Basic-SLEEP.badresusage -R rusage[no_such_resource=0] -u nobody -o /dev/null -e /dev/null ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP.badresusage -R rusage[no_such_resource=0] -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badresusage -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Bad resource requirement syntax. Job not submitted.
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling LsfOnly LsfMessages ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,4d0
< Using LSF queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default LSF queue
< Unexpected output from bsub : Today is feeling talkative
< S: SLEEP test-case Basic succeeded on <machine>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Today LSF is feeling talkative
Job <476837> is submitted to queue <normal>.
->ERR:Failed to contact LSF master, still trying...

Waiting for dispatch to queues
->FIL:<target tmp dir>
->CLI:25301
sleep:Basic
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on dolgeville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems Limits Reporting CpuLimit ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------sleep.killing3.cpulimit.<datetime>.<pid>
< ------------batchreport.sleep.killing3.cpulimit
< ------------slavelogs
< ------------sleep.killing3.cpulimit
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using LSF queues for Application SLEEP, version killing3.cpulimit
< Q: Submitting SLEEP.killing3.cpulimit test-case Basic to default LSF queue
< S: SLEEP.killing3.cpulimit test-case Basic were terminated before completion (CPULIMIT) on <machine> : differences in errors,output
< Results:
< 
< Tests that did not succeed:
<   SLEEP.killing3.cpulimit test-case Basic were terminated before completion (CPULIMIT) on <machine> : differences in errors,output
< 
< Tests Run: 1, Incomplete: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP.killing3.cpulimit -u nobody -o /dev/null -e /dev/null -c 1 exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.killing3.cpulimit -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b short_local""
->OUT:Job <471298> is submitted to queue <normal>.
->CLI:20932
sleep.killing3.cpulimit:Basic
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on forestville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (forestville)'
p10
p13
asS'lifecycleChange'
p14
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
killed=1
<today's date>
SLEEP killing3.cpulimit : 1 tests : 1 killed

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests were terminated before completion : 
In SLEEP.killing3.cpulimit test-suite TargetApp:
  - SLEEP.killing3.cpulimit test-case Basic : CPULIMIT


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that were terminated before completion follows...
--------------------------------------------------------
TEST were terminated before completion (CPULIMIT) on : SLEEP.killing3.cpulimit test-case Basic (under Basic)
Test exceeded maximum cpu time allowed
---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>     if time.clock() >= fullTime:
> KeyboardInterrupt
---------- Differences in output ----------
2d1
< Done.

TEST FAILED on ts-sim-scenario-ba : QueueSystems Limits Reporting RunLimit ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------sleep.killing3.<datetime>.<pid>
< ------------batchreport.sleep.killing3
< ------------slavelogs
< ------------sleep.killing3
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using LSF queues for Application SLEEP, version killing3
< Q: Submitting SLEEP.killing3 test-case Basic to default LSF queue
< S: SLEEP.killing3 test-case Basic were terminated before completion (RUNLIMIT) on <machine> : differences in output
< Results:
< 
< Tests that did not succeed:
<   SLEEP.killing3 test-case Basic were terminated before completion (RUNLIMIT) on <machine> : differences in output
< 
< Tests Run: 1, Incomplete: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP.killing3 -u nobody -o /dev/null -e /dev/null -W 1 exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.killing3 -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b short_local""
->OUT:Job <474625> is submitted to queue <normal>.
->CLI:15656
sleep.killing3:Basic
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on forestville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (forestville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
killed=1
<today's date>
SLEEP killing3 : 1 tests : 1 killed

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests were terminated before completion : 
In SLEEP.killing3 test-suite TargetApp:
  - SLEEP.killing3 test-case Basic : RUNLIMIT


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that were terminated before completion follows...
--------------------------------------------------------
TEST were terminated before completion (RUNLIMIT) on : SLEEP.killing3 test-case Basic (under Basic)
Test exceeded maximum wallclock time allowed by LSF (RUNLIMIT parameter)
---------- Differences in output ----------
1,2c1
< Sleeping for 5 seconds...
< Done
---
> Sleeping for 1000 seconds...

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console Batch2Tests ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,25c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------local.<datetime>.<pid>
< ------------batchreport.sleep
< ------------slavelogs
< ----------------Test-Basic-SLEEP.errors
< ----------------Test-Basic-SLEEP.log
< ----------------Test-Basic2-SLEEP.errors
< ----------------Test-Basic2-SLEEP.log
< ------------sleep
< ----------------Basic
< --------------------errors.sleep
< --------------------output.sleep
< --------------------framework_tmp
< ------------------------errors.sleepcmp
< ------------------------errors.sleeporigcmp
< ------------------------teststate
< ----------------Basic2
< --------------------errors.sleep
< --------------------output.sleep
< --------------------framework_tmp
< ------------------------errors.sleepcmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,13d0
< Using LSF queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default LSF queue
< Q: Submitting SLEEP test-case Basic2 to default LSF queue
< S: SLEEP test-case Basic succeeded on <machine>
< S: SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< Results:
< 
< Tests that did not succeed:
<   SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< 
< Tests Run: 2, Failures: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b local""
->OUT:Job <476437> is submitted to queue <normal>.
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic2-SLEEP -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b local""
->OUT:Job <476438> is submitted to queue <normal>.
->FIL:<target tmp dir>
->CLI:20265
sleep:Basic
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on dolgeville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (dolgeville)'
p10
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
FAILED=1,succeeded=1
<today's date>
SLEEP : 2 tests : 1 FAILED

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests FAILED : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic2 : errors new(+)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that FAILED follows...
--------------------------------------------------------
TEST FAILED on : SLEEP test-case Basic2 (under Basic2)
---------- New result in errors ----------
---------- New result in output ----------
Sleeping for 5 seconds...
Done

Summary of all Successful tests follows...
---------------------------------------------------------------------------------
The following tests succeeded : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic


TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation LsfOnly MultipleResources ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,3d0
< Using LSF queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default LSF queue
< S: SLEEP test-case Basic succeeded on <machine>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP -R "(resource_from_cmdline==1) && (resource_from_env==1) " -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Job <471296> is submitted to queue <normal>.
->CLI:20608
sleep:Basic
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on forestville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (forestville)'
p10
p13
asS'lifecycleChange'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation LsfOnly NumericResourceRequest ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,3d0
< Using LSF queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default LSF queue
< S: SLEEP test-case Basic succeeded on <machine>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP -R "cpuf<20 " -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Job <471295> is submitted to queue <normal>.
->CLI:20457
sleep:Basic
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on forestville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (forestville)'
p10
p13
asS'lifecycleChange'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation LsfOnly ResourceUsageRequest ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,3d0
< Using LSF queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default LSF queue
< S: SLEEP test-case Basic succeeded on <machine>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Basic-SLEEP -R rusage[connections_oracle=0] -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Job <471296> is submitted to queue <normal>.
->CLI:20608
sleep:Basic
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on forestville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (forestville)'
p10
p13
asS'lifecycleChange'
p14
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,8c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.<datetime>.<pid>
< ------------perf
< ------------slavelogs
< ----------------Test-Failures-PERF.errors
< ----------------Test-Failures-PERF.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application PERF
< Running PERF test-suite TargetApp
<   Running PERF test-case Failures
< Comparing differences for PERF test-suite TargetApp
<   Comparing differences for PERF test-case Failures - SUCCESS! (on errors.perf,output.perf)
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CLI:<pid>
perf:Failures
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
QueueSystems Performance CheckExecHost BadMemoryResource ( Last six runs Oct2019 Sep2019 )
QueueSystems Performance CheckExecHost BadMemoryResource ( Last six runs Oct2019 Sep2019 )

2 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,8c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.machine.<datetime>.<pid>
< ------------perf.machine
< ------------slavelogs
< ----------------Test-Failures-PERF.machine.errors
< ----------------Test-Failures-PERF.machine.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application PERF, version machine
< Running PERF.machine test-suite TargetApp
<   Running PERF.machine test-case Failures
< Comparing differences for PERF.machine test-suite TargetApp
<   Comparing differences for PERF.machine test-case Failures - SUCCESS! (on errors.perf,output.perf)
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CLI:<pid>
perf.machine:Failures
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
QueueSystems Performance CheckExecHost NoPerfMachine ( Last six runs Oct2019 Sep2019 )
QueueSystems Performance CheckExecHost NoPerfMachine ( Last six runs Oct2019 Sep2019 )

4 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,8c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.resource.<datetime>.<pid>
< ------------perf.resource
< ------------slavelogs
< ----------------Test-Failures-PERF.resource.errors
< ----------------Test-Failures-PERF.resource.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application PERF, version resource
< Running PERF.resource test-suite TargetApp
<   Running PERF.resource test-case Failures
< Comparing differences for PERF.resource test-suite TargetApp
<   Comparing differences for PERF.resource test-case Failures - SUCCESS! (on errors.perf,output.perf)
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CLI:<pid>
perf.resource:Failures
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
QueueSystems Performance CheckExecHost NoPerfParallel ( Last six runs Oct2019 Sep2019 )
QueueSystems Performance CheckExecHost NoPerfParallel ( Last six runs Oct2019 Sep2019 )
QueueSystems Performance CheckExecHost NoPerfResource ( Last six runs Oct2019 Sep2019 )
QueueSystems Performance CheckExecHost NoPerfResource ( Last six runs Oct2019 Sep2019 )

2 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,17c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.machine.<datetime>.<pid>
< ------------perf.machine
< ----------------Failures
< --------------------errors.perf
< --------------------logperf.perf
< --------------------output.perf
< --------------------framework_tmp
< ------------------------errors.perfcmp
< ------------------------errors.perforigcmp
< ------------------------output.perfcmp
< ------------------------output.perforigcmp
< ------------slavelogs
< ----------------Test-Failures-PERF.machine.errors
< ----------------Test-Failures-PERF.machine.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application PERF, version machine
< Running PERF.machine test-suite TargetApp
<   Running PERF.machine test-case Failures
< Comparing differences for PERF.machine test-suite TargetApp
<   Comparing differences for PERF.machine test-case Failures (on errors.perf,logperf.perf,output.perf)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
perf.machine:Failures
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
---------- Missing result in targetPerf ----------
Total Logperf  :      5.0 seconds on perf_machine1
QueueSystems Performance CheckExecHost PerfMachine ( Last six runs Oct2019 Sep2019 )
QueueSystems Performance CheckExecHost PerfMachine ( Last six runs Oct2019 Sep2019 )

2 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,17c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.resource.<datetime>.<pid>
< ------------perf.resource
< ----------------Failures
< --------------------errors.perf
< --------------------logperf.perf
< --------------------output.perf
< --------------------framework_tmp
< ------------------------errors.perfcmp
< ------------------------errors.perforigcmp
< ------------------------output.perfcmp
< ------------------------output.perforigcmp
< ------------slavelogs
< ----------------Test-Failures-PERF.resource.errors
< ----------------Test-Failures-PERF.resource.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application PERF, version resource
< Running PERF.resource test-suite TargetApp
<   Running PERF.resource test-case Failures
< Comparing differences for PERF.resource test-suite TargetApp
<   Comparing differences for PERF.resource test-case Failures (on errors.perf,logperf.perf,output.perf)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
perf.resource:Failures
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
---------- Missing result in targetPerf ----------
Total Logperf  :      5.0 seconds on perf_machine1, perf_machine2
QueueSystems Performance CheckExecHost PerfParallel ( Last six runs Oct2019 Sep2019 )
QueueSystems Performance CheckExecHost PerfParallel ( Last six runs Oct2019 Sep2019 )

4 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,17c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.resource.<datetime>.<pid>
< ------------perf.resource
< ----------------Failures
< --------------------errors.perf
< --------------------logperf.perf
< --------------------output.perf
< --------------------framework_tmp
< ------------------------errors.perfcmp
< ------------------------errors.perforigcmp
< ------------------------output.perfcmp
< ------------------------output.perforigcmp
< ------------slavelogs
< ----------------Test-Failures-PERF.resource.errors
< ----------------Test-Failures-PERF.resource.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application PERF, version resource
< Running PERF.resource test-suite TargetApp
<   Running PERF.resource test-case Failures
< Comparing differences for PERF.resource test-suite TargetApp
<   Comparing differences for PERF.resource test-case Failures (on errors.perf,logperf.perf,output.perf)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
perf.resource:Failures
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
---------- Missing result in targetPerf ----------
Total Logperf  :      5.0 seconds on perf_machine1
QueueSystems Performance CheckExecHost PerfResource ( Last six runs Oct2019 Sep2019 )
QueueSystems Performance CheckExecHost PerfResource ( Last six runs Oct2019 Sep2019 )
QueueSystems Performance CheckExecHost ShortMachineNames ( Last six runs Oct2019 Sep2019 )
QueueSystems Performance CheckExecHost ShortMachineNames ( Last six runs Oct2019 Sep2019 )

2 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,17c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.<datetime>.<pid>
< ------------perf
< ----------------Failures
< --------------------errors.perf
< --------------------output.perf
< --------------------performance.perf
< --------------------framework_tmp
< ------------------------errors.perfcmp
< ------------------------errors.perforigcmp
< ------------------------output.perfcmp
< ------------------------output.perforigcmp
< ------------slavelogs
< ----------------Test-Failures-PERF.errors
< ----------------Test-Failures-PERF.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application PERF
< Running PERF test-suite TargetApp
<   Running PERF test-case Failures
< Comparing differences for PERF test-suite TargetApp
<   Comparing differences for PERF test-case Failures (on errors.perf,output.perf,performance.perf)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
perf:Failures
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
QueueSystems Performance Miscellaneous MeasureCpuResource ( Last six runs Oct2019 Sep2019 )
QueueSystems Performance Miscellaneous MeasureCpuResource ( Last six runs Oct2019 Sep2019 )

2 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,17c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.resource.<datetime>.<pid>
< ------------perf.resource
< ----------------Failures
< --------------------errors.perf
< --------------------logperf.perf
< --------------------output.perf
< --------------------framework_tmp
< ------------------------errors.perfcmp
< ------------------------errors.perforigcmp
< ------------------------output.perfcmp
< ------------------------output.perforigcmp
< ------------slavelogs
< ----------------Test-Failures-PERF.resource.errors
< ----------------Test-Failures-PERF.resource.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application PERF, version resource
< Running PERF.resource test-suite TargetApp
<   Running PERF.resource test-case Failures
< Comparing differences for PERF.resource test-suite TargetApp
<   Comparing differences for PERF.resource test-case Failures (on errors.perf,logperf.perf,output.perf)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
perf.resource:Failures
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
---------- Missing result in targetPerf ----------
Total Logperf  :      5.0 seconds on perf_machine1
Also on perf_machine1 : johnny's job 4849948 'a_very_long_job_name'
Also on perf_machine1 : mary's job 4849949 'another_very_long_job_name'
QueueSystems Performance Miscellaneous ReportOtherJobs ( Last six runs Oct2019 Sep2019 )
QueueSystems Performance Miscellaneous ReportOtherJobs ( Last six runs Oct2019 Sep2019 )

TEST FAILED on ts-sim-scenario-ba : QueueSystems Performance Miscellaneous SubmitParallel ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,10d0
< Using LSF queues for Application PERF, version resource.parallel
< Q: Submitting PERF.resource.parallel test-case Failures to default LSF queue
< S: PERF.resource.parallel test-case Failures FAILED on <machine> perf_machine2 : new results in logperf
< View details(v), Approve Version resource.parallel(1), Approve Version resource(2), Approve Version parallel(3), Approve(a) or continue(any other key)?
< ------------------ New result in logperf --------------------
< Total Logperf  :      5.0 seconds on
< Also on perf_machine1 : geoff's job 'Test-Failures-PERF.resource.parallel'
< Also on perf_machine1 : altenst's job 'Test-439crew.demo.38hr.cg.xprs.25KNR_perm3.perm_jk_spp-CS.master.i386_linux.perm'
< Also on perf_machine2 : altenst's job 'Test-99crew.3weeks.vert.apc.global.cg_perm0.perm_ib_crm-CS.master.i386_linux.perm'
< Approve Version resource.parallel(1), Approve Version resource(2), Approve Version parallel(3), Approve(a) or continue(any other key)?
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; bsub -J Test-Failures-PERF.resource.parallel -n 2 -u nobody -o /dev/null -e /dev/null exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a perf.resource.parallel -l -tp Failures -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Job <471059> is submitted to queue <normal>.
->CLI:2521
perf.resource.parallel:Failures
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on perf_machine1,perf_machine2'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (perf_machine1,perf_machine2)'
p10
p13
aS'perf_machine2'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadPerformanceMachine ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using SGE queues for Application SLEEP, version badperfmachine
< Q: Submitting SLEEP.badperfmachine test-case Basic to default SGE queue
< S: SLEEP.badperfmachine test-case Basic not compared:
< Failed to submit to SGE (Unable to run job: can't resolve hostname "no_such_machine|no_such_machine2".)
< Submission command was 'qsub -N Test-Basic-SLEEP.badperfmachine -l hostname=no_such_machine|no_such_machine2 -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting SLEEP.badperfmachine test-case Basic2 to default SGE queue
< S: SLEEP.badperfmachine test-case Basic2 not compared:
< Failed to submit to SGE (Unable to run job: can't resolve hostname "no_such_machine|no_such_machine2".)
< Submission command was 'qsub -N Test-Basic2-SLEEP.badperfmachine -l hostname=no_such_machine|no_such_machine2 -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP.badperfmachine -l hostname=no_such_machine|no_such_machine2 -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badperfmachine -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: can't resolve hostname "no_such_machine|no_such_machine2".
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic2-SLEEP.badperfmachine -l hostname=no_such_machine|no_such_machine2 -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badperfmachine -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: can't resolve hostname "no_such_machine|no_such_machine2".
Exiting.
->EXC:1
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadPerformanceModel ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using SGE queues for Application SLEEP, version badperfarch
< Q: Submitting SLEEP.badperfarch test-case Basic to default SGE queue
< S: SLEEP.badperfarch test-case Basic not compared:
< Failed to submit to SGE (Unable to run job: error: no suitable queues.)
< Submission command was 'qsub -N Test-Basic-SLEEP.badperfarch -l arch=no_such_arch -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting SLEEP.badperfarch test-case Basic2 to default SGE queue
< S: SLEEP.badperfarch test-case Basic2 not compared:
< Failed to submit to SGE (Unable to run job: error: no suitable queues.)
< Submission command was 'qsub -N Test-Basic2-SLEEP.badperfarch -l arch=no_such_arch -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP.badperfarch -l arch=no_such_arch -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badperfarch -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: error: no suitable queues.
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic2-SLEEP.badperfarch -l arch=no_such_arch -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badperfarch -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: error: no suitable queues.
Exiting.
->EXC:1
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadQueue ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using SGE queues for Application SLEEP, version badqueue
< Q: Submitting SLEEP.badqueue test-case Basic to SGE queue non_existent
< S: SLEEP.badqueue test-case Basic not compared:
< Failed to submit to SGE (Unable to run job: Job was rejected because job requests unknown queue "non_existent".)
< Submission command was 'qsub -N Test-Basic-SLEEP.badqueue -q non_existent -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting SLEEP.badqueue test-case Basic2 to SGE queue non_existent
< S: SLEEP.badqueue test-case Basic2 not compared:
< Failed to submit to SGE (Unable to run job: Job was rejected because job requests unknown queue "non_existent".)
< Submission command was 'qsub -N Test-Basic2-SLEEP.badqueue -q non_existent -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP.badqueue -q non_existent -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badqueue -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:
Unable to run job: Job was rejected because job requests unknown queue "non_existent".
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic2-SLEEP.badqueue -q non_existent -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badqueue -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: Job was rejected because job requests unknown queue "non_existent".
Exiting.
->EXC:1
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadQueueCommandLine ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using SGE queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to SGE queue non_existent
< S: SLEEP test-case Basic not compared:
< Failed to submit to SGE (Unable to run job: Job was rejected because job requests unknown queue "non_existent".)
< Submission command was 'qsub -N Test-Basic-SLEEP -q non_existent -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting SLEEP test-case Basic2 to SGE queue non_existent
< S: SLEEP test-case Basic2 not compared:
< Failed to submit to SGE (Unable to run job: Job was rejected because job requests unknown queue "non_existent".)
< Submission command was 'qsub -N Test-Basic2-SLEEP -q non_existent -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP -q non_existent -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: Job was rejected because job requests unknown queue "non_existent".
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic2-SLEEP -q non_existent -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: Job was rejected because job requests unknown queue "non_existent".
Exiting.
->EXC:1
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadQueueKnownBug ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,14c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------local.kb.<datetime>.<pid>
< ------------batchreport.sleep.kb
< ------------slavelogs
< ------------sleep.kb
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
< ----------------Basic2
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,18d0
< Using SGE queues for Application SLEEP, version kb
< Q: Submitting SLEEP.kb test-case Basic to SGE queue non_existent
< S: SLEEP.kb test-case Basic not compared:
< Test was trying to use a non-existent queue
< (This bug was triggered by text found in the full difference report matching 'non_existent')
< Q: Submitting SLEEP.kb test-case Basic2 to SGE queue non_existent
< S: SLEEP.kb test-case Basic2 not compared:
< Test was trying to use a non-existent queue
< (This bug was triggered by text found in the full difference report matching 'non_existent')
< Results:
< 
< Tests that did not succeed:
<   SLEEP.kb test-case Basic not compared: Test was trying to use a non-existent queue
<   SLEEP.kb test-case Basic2 not compared: Test was trying to use a non-existent queue
< 
< Tests Run: 2, Failures: 2
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP.kb -q non_existent -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.kb -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b local""
->ERR:Unable to run job: Job was rejected because job requests unknown queue "non_existent".
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic2-SLEEP.kb -q non_existent -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.kb -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b local""
->ERR:Unable to run job: Job was rejected because job requests unknown queue "non_existent".
Exiting.
->EXC:1
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

---------- Missing result in targetReport ----------
internal errors=2
<today's date>
SLEEP kb : 2 tests : 2 internal errors

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests had internal errors : 
In SLEEP.kb test-suite TargetApp:
  - SLEEP.kb test-case Basic  : queue didn't exist
  - SLEEP.kb test-case Basic2 : queue didn't exist


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that had internal errors follows...
--------------------------------------------------------
2 TESTS had internal errors :
Test was trying to use a non-existent queue
(This bug was triggered by text found in the full difference report matching 'non_existent')

-- SLEEP.kb test-case Basic (under Basic)
-- SLEEP.kb test-case Basic2 (under Basic2)

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadResource ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using SGE queues for Application SLEEP, version badresource
< Q: Submitting SLEEP.badresource test-case Basic to default SGE queue
< S: SLEEP.badresource test-case Basic not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "no_such_resource".)
< Submission command was 'qsub -N Test-Basic-SLEEP.badresource -l no_such_resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting SLEEP.badresource test-case Basic2 to default SGE queue
< S: SLEEP.badresource test-case Basic2 not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "no_such_resource".)
< Submission command was 'qsub -N Test-Basic2-SLEEP.badresource -l no_such_resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP.badresource -l no_such_resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badresource -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: unknown resource "no_such_resource".
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic2-SLEEP.badresource -l no_such_resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.badresource -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: unknown resource "no_such_resource".
Exiting.
->EXC:1
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console BadResourceCommandLine ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using SGE queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default SGE queue
< S: SLEEP test-case Basic not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "no_such_resource".)
< Submission command was 'qsub -N Test-Basic-SLEEP -l no_such_resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting SLEEP test-case Basic2 to default SGE queue
< S: SLEEP test-case Basic2 not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "no_such_resource".)
< Submission command was 'qsub -N Test-Basic2-SLEEP -l no_such_resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP -l no_such_resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: unknown resource "no_such_resource".
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic2-SLEEP -l no_such_resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: unknown resource "no_such_resource".
Exiting.
->EXC:1
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console NotInstalled ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using SGE queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default SGE queue
< S: SLEEP test-case Basic not compared:
< Failed to submit to SGE (local machine is not a submit host: running 'qsub' failed.)
< Submission command was 'qsub -N Test-Basic-SLEEP -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting SLEEP test-case Basic2 to default SGE queue
< S: SLEEP test-case Basic2 not compared:
< Failed to submit to SGE (local machine is not a submit host: running 'qsub' failed.)
< Submission command was 'qsub -N Test-Basic2-SLEEP -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

---------- Missing result in pythonmocks ----------
<-PYT:subprocess.Popen(['qsub', '-N', 'Test-Basic-SLEEP', '-w', 'e', '-notify', '-m', 'n', '-cwd', '-b', 'y', '-v', 'STANDARD', '-o', '/dev/null', '-e', '<test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> 'exec', ('$SHELL -c "exec <path_to_texttest> -d '
 '<test write dir>/TargetApp '
 '-a sleep -l -tp Basic -slave '
 '<test write dir>/texttesttmp/<target tmp dir> '
 '-servaddr <host:port>"')], cwd='<test write dir>/texttesttmp/grid_core_files', encoding=<something>, env=<something>
<something>,=None, stderr=-1, stdout=-1)
->RET:raise OSError('[Errno 2] No such file or directory')
<-PYT:subprocess.Popen(['qsub', '-N', 'Test-Basic2-SLEEP', '-w', 'e', '-notify', '-m', 'n', '-cwd', '-b', 'y', '-v', 'STANDARD', '-o', '/dev/null', '-e', '<test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> 'exec', ('$SHELL -c "exec <path_to_texttest> -d '
 '<test write dir>/TargetApp '
 '-a sleep -l -tp Basic2 -slave '
 '<test write dir>/texttesttmp/<target tmp dir> '
 '-servaddr <host:port>"')], cwd='<test write dir>/texttesttmp/grid_core_files', encoding=<something>, env=<something>
<something>,=None, stderr=-1, stdout=-1)
->RET:raise OSError('[Errno 2] No such file or directory')

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console OtherAppDefaultConfig LocalAndGrid ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1c1,20
< Rejected Application HELLO2 - The executable program 'nonsense' does not exist.
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,4d0
< Using SGE queues for Application HELLO
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test FAILED on <machine> : differences in output
< View details(v), Approve(a) or continue(any other key)?
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 15783 ("Test-Test-HELLO") has been submitted
->CLI:6351
hello:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on watsonville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (watsonville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console PollJobLost ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------sleep.killing.<datetime>.<pid>
< ------------batchreport.sleep.killing
< ------------slavelogs
< ------------sleep.killing
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,16d0
< Using SGE queues for Application SLEEP, version killing
< Q: Submitting SLEEP.killing test-case Basic to default SGE queue
< S: SLEEP.killing test-case Basic not compared:
< no report, possibly killed with SIGKILL
< Job ID was 1
< ---------- Full accounting info from SGE ----------
< Some random accounting info
< 
< Results:
< 
< Tests that did not succeed:
<   SLEEP.killing test-case Basic not compared: no report, possibly killed with SIGKILL
< 
< Tests Run: 1, Incomplete: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP.killing -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.killing -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b short_local""
->OUT:Your job 1 (stupid) has been submitted.
->CLI:6035
sleep.killing:Basic
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on abbeville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (abbeville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>
---------- Missing result in pythonmocks ----------
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
---------- Missing result in targetReport ----------
killed=1
<today's date>
SLEEP killing : 1 tests : 1 killed

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests were terminated before completion : 
In SLEEP.killing test-suite TargetApp:
  - SLEEP.killing test-case Basic : no report, possibly killed with SIGKILL


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that were terminated before completion follows...
--------------------------------------------------------
TEST were terminated before completion : SLEEP.killing test-case Basic (under Basic)
no report, possibly killed with SIGKILL
Job ID was 1
---------- Full accounting info from SGE ----------
Some random accounting info

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console PollSgeCrash ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,3c1,20
< WARNING: error produced by slave job 'Test-Basic-SLEEP.killing'
< Some Beautiful Error Message...
< With Extra Nonsense
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,12c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------sleep.killing.<datetime>.<pid>
< ------------batchreport.sleep.killing
< ------------slavelogs
< ----------------Test-Basic-SLEEP.killing.errors
< ------------sleep.killing
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,31d0
< Using SGE queues for Application SLEEP, version killing
< Q: Submitting SLEEP.killing test-case Basic to default SGE queue
< Waiting 1.0 seconds before retrying account info for job 1
< Waiting 2.0 seconds before retrying account info for job 1
< Waiting 4.0 seconds before retrying account info for job 1
< Waiting 8.0 seconds before retrying account info for job 1
< Waiting 8.0 seconds before retrying account info for job 1
< Waiting 8.0 seconds before retrying account info for job 1
< Waiting 8.0 seconds before retrying account info for job 1
< Waiting 8.0 seconds before retrying account info for job 1
< Waiting 8.0 seconds before retrying account info for job 1
< S: SLEEP.killing test-case Basic not compared:
< SGE job exited
< Job ID was 1
< ---------- Error messages written by SGE job ----------
< Some Beautiful Error Message...
< With Extra Nonsense
< ---------- Full accounting info from SGE ----------
< Could not find info about job: 1
< qacct error was as follows:
< SGE has died and gone to heaven
< error: job id 1 not found
< 
< Results:
< 
< Tests that did not succeed:
<   SLEEP.killing test-case Basic not compared: SGE job exited
< 
< Tests Run: 1, Incomplete: 1
<truncated after showing first 30 lines>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP.killing -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.killing -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b short_local""
->FIL:<target tmp dir>
->OUT:Your job 1 (stupid) has been submitted.
<-CMD:qstat
<-CMD:qacct -j 1
->ERR:SGE has died and gone to heaven
error: job id 1 not found
<-CMD:qacct -j 1
->ERR:SGE has died and gone to heaven
error: job id 1 not found
<-CMD:qacct -j 1
->ERR:SGE has died and gone to heaven
error: job id 1 not found
<-CMD:qacct -j 1
->ERR:SGE has died and gone to heaven
error: job id 1 not found
<-CMD:qacct -j 1
->ERR:SGE has died and gone to heaven
error: job id 1 not found
<-CMD:qacct -j 1
->ERR:SGE has died and gone to heaven
error: job id 1 not found
<-CMD:qacct -j 1
->ERR:SGE has died and gone to heaven
error: job id 1 not found
<-CMD:qacct -j 1
->ERR:SGE has died and gone to heaven
error: job id 1 not found
<-CMD:qacct -j 1
<truncated after showing first 30 lines>
---------- Missing result in pythonmocks ----------
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(1.0)
<-PYT:time.sleep(2.0)
<-PYT:time.sleep(4.0)
<-PYT:time.sleep(8.0)
<-PYT:time.sleep(8.0)
<-PYT:time.sleep(8.0)
<-PYT:time.sleep(8.0)
<-PYT:time.sleep(8.0)
<-PYT:time.sleep(0.5)
---------- Missing result in targetReport ----------
unrunnable=1
<today's date>
SLEEP killing : 1 tests : 1 unrunnable

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests could not be run : 
In SLEEP.killing test-suite TargetApp:
  - SLEEP.killing test-case Basic : SGE job exited


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that could not be run follows...
--------------------------------------------------------
TEST could not be run : SLEEP.killing test-case Basic (under Basic)
SGE job exited
Job ID was 1
---------- Error messages written by SGE job ----------
Some Beautiful Error Message...
With Extra Nonsense
---------- Full accounting info from SGE ----------
Could not find info about job: 1
qacct error was as follows:
SGE has died and gone to heaven
error: job id 1 not found

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console PollSgeErrorState ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------sleep.killing.<datetime>.<pid>
< ------------batchreport.sleep.killing
< ------------slavelogs
< ------------sleep.killing
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,17d0
< Using SGE queues for Application SLEEP, version killing
< Q: Submitting SLEEP.killing test-case Basic to default SGE queue
< S: SLEEP.killing test-case Basic not compared:
< SGE job exited
< Job ID was 1
< ---------- Full accounting info from SGE ----------
< SGE job entered error state: 1
< TextTest terminated this job as a result. SGE's error reason follows:
< error reason    1:          11/18/2012 18:12:49 [0:60266]: something evil happened on the execution machine
< Results:
< 
< Tests that did not succeed:
<   SLEEP.killing test-case Basic not compared: SGE job exited
< 
< Tests Run: 1, Incomplete: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP.killing -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.killing -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b short_local""
->OUT:Your job 1 (stupid) has been submitted.
<-CMD:qstat
->OUT:job-ID  prior   name       user         state submit/start at     queue                          slots ja-task-ID 
-----------------------------------------------------------------------------------------------------------------
 1 1.35849 Test-Basic geoff       Eqw     05/17/2010 11:05:45                                    1
<-CMD:qstat -j 1
->OUT:==============================================================
job_number:                 1
exec_file:                  job_scripts/1
submission_time:            Sun Nov 18 18:05:53 2012
owner:                      nightjob
uid:                        335
group:                      build
gid:                        201
sge_o_home:                 /users/nightjob
sge_o_log_name:             nightjob
sge_o_path:                 /usr/local/share/java/apache-maven-3.0.3/bin:/usr/local/share/uge8.0.1/bin/lx-amd64:/usr/lib64/qt-3.3/bin:/carm/rational/releases/PurifyPlus.7.0.1.0-002/i386_linux2/bin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/share/texttest/site/bin:/usr/local/share/java/apache-maven-2.2.1/bin
sge_o_shell:                /bin/bash
sge_o_workdir:              /nfs/vm/texttest-tmp/pws/<target tmp dir>/slavelogs
sge_o_host:                 gotburh03p
account:                    sge
cwd:                        /nfs/vm/texttest-tmp/pws/<target tmp dir>/slavelogs
stderr_path_list:           NONE:NONE:Test-UPS0204_2_TripOptionsBuild.Preferences.Supplementary.OpenPredefinedPlan-Gantt_Editor.master.x86_64_linux.errors
hard resource_list:         carmarch=*x86_64_linux*,firebird_slot=TRUE,jenkins_tests=1,login=0,osversion=RHEL6*,short=TRUE
mail_list:                  nightjob@gotburh03p.got.jeppesensystems.com
notify:                     TRUE
job_name:                   Test-UPS0204_2_TripOptionsBuild.Preferences.Supplementary.OpenPredefinedPlan-Gantt_Editor.master.x86_64_linux
stdout_path_list:           NONE:NONE:Test-UPS0204_2_TripOptionsBuild.Preferences.Supplementary.OpenPredefinedPlan-Gantt_Editor.master.x86_64_linux.log
<truncated after showing first 30 lines>
---------- Missing result in pythonmocks ----------
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
<-PYT:time.sleep(0.5)
---------- Missing result in targetReport ----------
unrunnable=1
<today's date>
SLEEP killing : 1 tests : 1 unrunnable

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests could not be run : 
In SLEEP.killing test-suite TargetApp:
  - SLEEP.killing test-case Basic : SGE job exited


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that could not be run follows...
--------------------------------------------------------
TEST could not be run : SLEEP.killing test-case Basic (under Basic)
SGE job exited
Job ID was 1
---------- Full accounting info from SGE ----------
SGE job entered error state: 1
TextTest terminated this job as a result. SGE's error reason follows:
error reason    1:          11/18/2012 18:12:49 [0:60266]: something evil happened on the execution machine

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console PollSlaveCrash ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,2c1,20
< WARNING: error produced by slave job 'Test-Basic-SLEEP.killing'
< Some Beautiful Error Message...
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,12c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------sleep.killing.<datetime>.<pid>
< ------------batchreport.sleep.killing
< ------------slavelogs
< ----------------Test-Basic-SLEEP.killing.errors
< ------------sleep.killing
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,19d0
< Using SGE queues for Application SLEEP, version killing
< Q: Submitting SLEEP.killing test-case Basic to default SGE queue
< S: SLEEP.killing test-case Basic not compared:
< SGE job exited
< Job ID was 1
< ---------- Error messages written by SGE job ----------
< Some Beautiful Error Message...
< With Extra Nonsense
< ---------- Full accounting info from SGE ----------
< Some random accounting info
< 
< Results:
< 
< Tests that did not succeed:
<   SLEEP.killing test-case Basic not compared: SGE job exited
< 
< Tests Run: 1, Incomplete: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP.killing -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.killing -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b short_local""
->FIL:<target tmp dir>
->OUT:Your job 1 (stupid) has been submitted.
->FIL:<target tmp dir>
<-CMD:qstat
<-CMD:qacct -j 1
->OUT:Some random accounting info
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

---------- Missing result in pythonmocks ----------
<-PYT:time.sleep(0.5)
---------- Missing result in targetReport ----------
unrunnable=1
<today's date>
SLEEP killing : 1 tests : 1 unrunnable

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests could not be run : 
In SLEEP.killing test-suite TargetApp:
  - SLEEP.killing test-case Basic : SGE job exited


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that could not be run follows...
--------------------------------------------------------
TEST could not be run : SLEEP.killing test-case Basic (under Basic)
SGE job exited
Job ID was 1
---------- Error messages written by SGE job ----------
Some Beautiful Error Message...
With Extra Nonsense
---------- Full accounting info from SGE ----------
Some random accounting info

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console PreviousWriteDir ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,18c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.startdigit.<datetime>.<pid>
< ------------batchreport.sleep.startdigit
< ------------slavelogs
< ------------sleep.startdigit
< ----------------123Test
< --------------------framework_tmp
< ------------------------teststate
< --------grid_core_files
< 
< The following existing files/directories were deleted:
< <Test Directory>
< ----texttesttmp
< --------console.startdigit.14Apr2007.273
< ------------sleep.startdigit
< ----------------.gitignore
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,12d0
< Removing previous write directory <test write dir>/texttesttmp/console.startdigit.14Apr2007.273 in background
< Using SGE queues for Application SLEEP, version startdigit
< Q: Submitting SLEEP.startdigit test-case 123Test to default SGE queue
< S: SLEEP.startdigit test-case 123Test FAILED on <machine> : new results in errors,output
< Results:
< 
< Tests that did not succeed:
<   SLEEP.startdigit test-case 123Test FAILED on <machine> : new results in errors,output
< 
< Tests Run: 1, Failures: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-123Test-SLEEP.startdigit -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.startdigit -l -tp 123Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b console""
->OUT:Your job 39454 ("Test-123Test-SLEEP.startdigit") has been submitted
->CLI:25517
sleep.startdigit:123Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on abbeville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (abbeville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
FAILED=1
<today's date>
SLEEP startdigit : 1 tests : 1 FAILED

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests FAILED : 
In SLEEP.startdigit test-suite TargetApp:
  - SLEEP.startdigit test-case 123Test : errors new(+)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that FAILED follows...
--------------------------------------------------------
TEST FAILED on : SLEEP.startdigit test-case 123Test (under 123Test)
---------- New result in errors ----------
---------- New result in output ----------
Sleeping for 1 seconds...
Done

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling Console SlaveEmptyDataFile ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,12c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.<datetime>.<pid>
< ------------hello
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------slavelogs
< ----------------Test-Test-HELLO.errors
< ----------------Test-Test-HELLO.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application HELLO
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling SgeOnly BadRunMachine ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using SGE queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default SGE queue
< S: SLEEP test-case Basic not compared:
< Failed to submit to SGE (Unable to run job: can't resolve hostname "no_such_machine".)
< Submission command was 'qsub -N Test-Basic-SLEEP -l hostname=no_such_machine -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting SLEEP test-case Basic2 to default SGE queue
< S: SLEEP test-case Basic2 not compared:
< Failed to submit to SGE (Unable to run job: can't resolve hostname "no_such_machine".)
< Submission command was 'qsub -N Test-Basic2-SLEEP -l hostname=no_such_machine -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP -l hostname=no_such_machine -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: can't resolve hostname "no_such_machine".
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic2-SLEEP -l hostname=no_such_machine -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: can't resolve hostname "no_such_machine".
Exiting.
->EXC:1
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling SgeOnly DuplicateSlave ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,14c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------local.<datetime>.<pid>
< ------------batchreport.sleep
< ------------slavelogs
< ------------sleep
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
< ----------------Basic2
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,13d0
< Using SGE queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default SGE queue
< Q: Submitting SLEEP test-case Basic2 to default SGE queue
< S: SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< S: SLEEP test-case Basic succeeded on <machine>
< Results:
< 
< Tests that did not succeed:
<   SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< 
< Tests Run: 2, Failures: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b local""
->OUT:Your job 39337 ("Test-Basic-SLEEP") has been submitted
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic2-SLEEP -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b local""
->OUT:Your job 39338 ("Test-Basic2-SLEEP") has been submitted
->CLI:22252
sleep:Basic2
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on fake_machine1'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (fake_machine1)'
p10
p13
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
FAILED=1,succeeded=1
<today's date>
SLEEP : 2 tests : 1 FAILED

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests FAILED : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic2 : errors new(+)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that FAILED follows...
--------------------------------------------------------
TEST FAILED on : SLEEP test-case Basic2 (under Basic2)
---------- New result in errors ----------
---------- New result in output ----------
Sleeping for 5 seconds...
Done

Summary of all Successful tests follows...
---------------------------------------------------------------------------------
The following tests succeeded : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic


TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling SgeOnly NonsenseFromSlave ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1,3c1,20
< WARNING: Received request from hostname <machine> (process 15007)
< which could not be parsed:
< 'nonsense message'
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------local.<datetime>.<pid>
< ------------batchreport.sleep
< ------------slavelogs
< ------------sleep
< ----------------Basic2
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using SGE queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic2 to default SGE queue
< S: SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< Results:
< 
< Tests that did not succeed:
<   SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< 
< Tests Run: 1, Failures: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic2-SLEEP -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b local""
->OUT:Your job 39338 ("Test-Basic2-SLEEP") has been submitted
->CLI:22252
sleep:Basic2
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on fake_machine1'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (fake_machine1)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
FAILED=1
<today's date>
SLEEP : 1 tests : 1 FAILED

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests FAILED : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic2 : errors new(+)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that FAILED follows...
--------------------------------------------------------
TEST FAILED on : SLEEP test-case Basic2 (under Basic2)
---------- New result in errors ----------
---------- New result in output ----------
Sleeping for 5 seconds...
Done

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling SgeOnly ShowSlaveStartErrors ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,12c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< ------------slave_start_errors.fakeuser
< --------sleep.killing.<datetime>.<pid>
< ------------batchreport.sleep.killing
< ------------slavelogs
< ------------sleep.killing
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,21d0
< Using SGE queues for Application SLEEP, version killing
< Q: Submitting SLEEP.killing test-case Basic to default SGE queue
< S: SLEEP.killing test-case Basic not compared:
< SGE job exited
< Job ID was 1
< ---------- Recent errors written when starting SGE slave jobs ----------
< Line 3: Test suite root directory does not exist: /no/such/path
< Line 4: Test suite root directory does not exist: /no/such/path
< Line 5: Test suite root directory does not exist: /no/such/path
< (full file is at <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> - please remove this file sometime you aren't running TextTest)
< ---------- Full accounting info from SGE ----------
< Some random accounting info
< 
< Results:
< 
< Tests that did not succeed:
<   SLEEP.killing test-case Basic not compared: SGE job exited
< 
< Tests Run: 1, Incomplete: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP.killing -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.killing -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b short_local""
->OUT:Your job 1 (stupid) has been submitted.
->FIL:grid_core_files
<-CMD:qstat
<-CMD:qacct -j 1
->OUT:Some random accounting info
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

---------- Missing result in pythonmocks ----------
<-PYT:time.sleep(0.5)
---------- Missing result in targetReport ----------
unrunnable=1
<today's date>
SLEEP killing : 1 tests : 1 unrunnable

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests could not be run : 
In SLEEP.killing test-suite TargetApp:
  - SLEEP.killing test-case Basic : SGE job exited


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that could not be run follows...
--------------------------------------------------------
TEST could not be run : SLEEP.killing test-case Basic (under Basic)
SGE job exited
Job ID was 1
---------- Recent errors written when starting SGE slave jobs ----------
Line 3: Test suite root directory does not exist: /no/such/path
Line 4: Test suite root directory does not exist: /no/such/path
Line 5: Test suite root directory does not exist: /no/such/path
(full file is at <test write dir>/texttesttmp/grid_core_files/slave_start_errors.fakeuser - please remove this file sometime you aren't running TextTest)
---------- Full accounting info from SGE ----------
Some random accounting info

TEST FAILED on ts-sim-scenario-ba : QueueSystems ErrorHandling SgeOnly UnexpectedOutput ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,4d0
< Using SGE queues for Application SLEEP, version startdigit
< Q: Submitting SLEEP.startdigit test-case 123Test to default SGE queue
< Unexpected output from qsub : Today is feeling talkative
< S: SLEEP.startdigit test-case 123Test succeeded on <machine>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-123Test-SLEEP.startdigit -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.startdigit -l -tp 123Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Today SGE is feeling talkative
Your job 28849 ("Test-123Test-SLEEP.startdigit") has been submitted
->CLI:31938
sleep.startdigit:123Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on shelbyville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (shelbyville)'
p10
p13
asS'observers'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems Limits Reporting CpuLimit ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------sleep.killing3.cpulimit.<datetime>.<pid>
< ------------batchreport.sleep.killing3.cpulimit
< ------------slavelogs
< ------------sleep.killing3.cpulimit
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using SGE queues for Application SLEEP, version killing3.cpulimit
< Q: Submitting SLEEP.killing3.cpulimit test-case Basic to default SGE queue
< S: SLEEP.killing3.cpulimit test-case Basic were terminated before completion (CPULIMIT) on <machine> : differences in errors,output
< Results:
< 
< Tests that did not succeed:
<   SLEEP.killing3.cpulimit test-case Basic were terminated before completion (CPULIMIT) on <machine> : differences in errors,output
< 
< Tests Run: 1, Incomplete: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP.killing3.cpulimit -l s_cpu=10 -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.killing3.cpulimit -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b short_local""
->OUT:Your job 1634274 ("Test-Basic-SLEEP.killing3.cpulimit") has been submitted
->CLI:1579
sleep.killing3.cpulimit:Basic
(itexttestlib.default.runtest
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on kilimanjaro'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (kilimanjaro)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
killed=1
<today's date>
SLEEP killing3.cpulimit : 1 tests : 1 killed

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests were terminated before completion : 
In SLEEP.killing3.cpulimit test-suite TargetApp:
  - SLEEP.killing3.cpulimit test-case Basic : CPULIMIT


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that were terminated before completion follows...
--------------------------------------------------------
TEST were terminated before completion (CPULIMIT) on : SLEEP.killing3.cpulimit test-case Basic (under Basic)
Test exceeded maximum cpu time allowed
---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
>     if time.clock() >= fullTime:
> KeyboardInterrupt
---------- Differences in output ----------
2d1
< Done.

TEST FAILED on ts-sim-scenario-ba : QueueSystems Limits Reporting RunLimit ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,11c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------sleep.killing3.<datetime>.<pid>
< ------------batchreport.sleep.killing3
< ------------slavelogs
< ------------sleep.killing3
< ----------------Basic
< --------------------framework_tmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using SGE queues for Application SLEEP, version killing3
< Q: Submitting SLEEP.killing3 test-case Basic to default SGE queue
< S: SLEEP.killing3 test-case Basic were terminated before completion (RUNLIMIT) on <machine> : differences in output
< Results:
< 
< Tests that did not succeed:
<   SLEEP.killing3 test-case Basic were terminated before completion (RUNLIMIT) on <machine> : differences in output
< 
< Tests Run: 1, Incomplete: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP.killing3 -l s_rt=10 -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.killing3 -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b short_local""
->OUT:Your job 28851 ("Test-Basic-SLEEP.killing3") has been submitted
->CLI:30581
sleep.killing3:Basic
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on dolgeville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (dolgeville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
killed=1
<today's date>
SLEEP killing3 : 1 tests : 1 killed

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests were terminated before completion : 
In SLEEP.killing3 test-suite TargetApp:
  - SLEEP.killing3 test-case Basic : RUNLIMIT


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that were terminated before completion follows...
--------------------------------------------------------
TEST were terminated before completion (RUNLIMIT) on : SLEEP.killing3 test-case Basic (under Basic)
Test exceeded maximum wallclock time allowed by SGE (s_rt parameter)
---------- Differences in output ----------
1,2c1
< Sleeping for 5 seconds...
< Done
---
> Sleeping for 1000 seconds...

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console Batch2Tests ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,25c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------local.<datetime>.<pid>
< ------------batchreport.sleep
< ------------slavelogs
< ----------------Test-Basic-SLEEP.errors
< ----------------Test-Basic-SLEEP.log
< ----------------Test-Basic2-SLEEP.errors
< ----------------Test-Basic2-SLEEP.log
< ------------sleep
< ----------------Basic
< --------------------errors.sleep
< --------------------output.sleep
< --------------------framework_tmp
< ------------------------errors.sleepcmp
< ------------------------errors.sleeporigcmp
< ------------------------teststate
< ----------------Basic2
< --------------------errors.sleep
< --------------------output.sleep
< --------------------framework_tmp
< ------------------------errors.sleepcmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,13d0
< Using SGE queues for Application SLEEP
< Q: Submitting SLEEP test-case Basic to default SGE queue
< Q: Submitting SLEEP test-case Basic2 to default SGE queue
< S: SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< S: SLEEP test-case Basic succeeded on <machine>
< Results:
< 
< Tests that did not succeed:
<   SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< 
< Tests Run: 2, Failures: 1
< Creating batch report for application SLEEP ...
< File written.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b local""
->OUT:Your job 2685777 ("Test-Basic-SLEEP") has been submitted
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic2-SLEEP -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b local""
->OUT:Your job 2685778 ("Test-Basic2-SLEEP") has been submitted
->FIL:<target tmp dir>
->CLI:11048
sleep:Basic2
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on sunriver'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (sunriver)'
p10
<truncated after showing first 30 lines>
---------- Missing result in targetReport ----------
FAILED=1,succeeded=1
<today's date>
SLEEP : 2 tests : 1 FAILED

Summary of all Unsuccessful tests follows...
---------------------------------------------------------------------------------
The following tests FAILED : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic2 : errors new(+)


Details of all Unsuccessful tests follows...
---------------------------------------------------------------------------------

Detailed information for the tests that FAILED follows...
--------------------------------------------------------
TEST FAILED on : SLEEP test-case Basic2 (under Basic2)
---------- New result in errors ----------
---------- New result in output ----------
Sleeping for 5 seconds...
Done

Summary of all Successful tests follows...
---------------------------------------------------------------------------------
The following tests succeeded : 
In SLEEP test-suite TargetApp:
  - SLEEP test-case Basic


TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console BatchSlave ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,16c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------self_test.startdigit.<datetime>.<pid>
< ------------slavelogs
< ----------------Test-123Test-SLEEP.startdigit.errors
< ----------------Test-123Test-SLEEP.startdigit.log
< ------------sleep.startdigit
< ----------------123Test
< --------------------errors.sleep
< --------------------output.sleep
< --------------------framework_tmp
< ------------------------errors.sleepcmp
< ------------------------errors.sleeporigcmp
< ------------------------output.sleepcmp
< ------------------------output.sleeporigcmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application SLEEP, version startdigit
< Running SLEEP.startdigit test-suite TargetApp
<   Running SLEEP.startdigit test-case 123Test
< Comparing differences for SLEEP.startdigit test-suite TargetApp
<   Comparing differences for SLEEP.startdigit test-case 123Test - SUCCESS! (on errors.sleep,output.sleep)
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CLI:<pid>
sleep.startdigit:123Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.runtest
Running
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vrunning
p10
sVfreeText
p11
VRunning on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console InterleaveTests ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,22d0
< Using SGE queues for Application HELLO
< Using SGE queues for Application HELLO2
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "no_such_resource".)
< Submission command was 'qsub -N Test-Test-HELLO -l no_such_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting HELLO2 test-case Test to default SGE queue
< S: HELLO2 test-case Test not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "no_such_resource".)
< Submission command was 'qsub -N Test-Test-HELLO2 -l no_such_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting HELLO2 test-case Test_copy to default SGE queue
< S: HELLO2 test-case Test_copy not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "no_such_resource".)
< Submission command was 'qsub -N Test-Test_copy-HELLO2 -l no_such_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting HELLO test-case Test_copy to default SGE queue
< S: HELLO test-case Test_copy not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "no_such_resource".)
< Submission command was 'qsub -N Test-Test_copy-HELLO -l no_such_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO -l no_such_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: unknown resource "no_such_resource".
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO2 -l no_such_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello2 -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: unknown resource "no_such_resource".
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test_copy-HELLO2 -l no_such_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello2 -l -tp Test_copy -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: unknown resource "no_such_resource".
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test_copy-HELLO -l no_such_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello -l -tp Test_copy -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: unknown resource "no_such_resource".
Exiting.
->EXC:1
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests

2 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,16c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.startdigit.<datetime>.<pid>
< ------------slavelogs
< ----------------Test-123Test-SLEEP.startdigit.errors
< ----------------Test-123Test-SLEEP.startdigit.log
< ------------sleep.startdigit
< ----------------123Test
< --------------------errors.sleep
< --------------------output.sleep
< --------------------framework_tmp
< ------------------------errors.sleepcmp
< ------------------------errors.sleeporigcmp
< ------------------------output.sleepcmp
< ------------------------output.sleeporigcmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application SLEEP, version startdigit
< Running SLEEP.startdigit test-suite TargetApp
<   Running SLEEP.startdigit test-case 123Test
< Comparing differences for SLEEP.startdigit test-suite TargetApp
<   Comparing differences for SLEEP.startdigit test-case 123Test - SUCCESS! (on errors.sleep,output.sleep)
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CLI:<pid>
sleep.startdigit:123Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
QueueSystems NormalOperation Console JobIdOnSucceeded ( Last six runs Oct2019 Sep2019 )
QueueSystems NormalOperation Console KeepInfoInSlave ( Last six runs Oct2019 Sep2019 )

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console KeepInfoInRerun ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,16c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.startdigit.2_from_<datetime>.<pid>
< ------------slavelogs
< ----------------Test-123Test-SLEEP.startdigit.errors
< ----------------Test-123Test-SLEEP.startdigit.log
< ------------sleep.startdigit
< ----------------123Test
< --------------------errors.sleep
< --------------------output.sleep
< --------------------framework_tmp
< ------------------------errors.sleepcmp
< ------------------------errors.sleeporigcmp
< ------------------------output.sleepcmp
< ------------------------output.sleeporigcmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application SLEEP, version startdigit
< Running SLEEP.startdigit test-suite TargetApp
<   Running SLEEP.startdigit test-case 123Test
< Comparing differences for SLEEP.startdigit test-suite TargetApp
<   Comparing differences for SLEEP.startdigit test-case 123Test - SUCCESS! (on errors.sleep,output.sleep)
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CLI:<pid>
sleep.startdigit:123Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console KeepScreenshotsInSlave ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,13c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.startdigit.screenshots.<datetime>.<pid>
< ------------slavelogs
< ----------------Test-123Test-SLEEP.startdigit.screenshots.errors
< ----------------Test-123Test-SLEEP.startdigit.screenshots.log
< ------------sleep.startdigit.screenshots
< ----------------123Test
< --------------------screenshots
< ------------------------screenshot1.png
< ------------------------screenshot10.png
< ------------------------screenshot3.png
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application SLEEP, version startdigit.screenshots
< Running SLEEP.startdigit.screenshots test-suite TargetApp
<   Running SLEEP.startdigit.screenshots test-case 123Test
< Comparing differences for SLEEP.startdigit.screenshots test-suite TargetApp
<   Comparing differences for SLEEP.startdigit.screenshots test-case 123Test - SUCCESS! (on errors.sleep,output.sleep)
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CLI:<pid>
sleep.startdigit.screenshots:123Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console SelfDiagnostics ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
8,9d7
< ----texttesttmp
< --------grid_core_files
---------- Differences in output ----------
2,4d1
< standard log INFO - Using SGE queues for Application SLEEP, version startdigit
< standard log INFO - Q: Submitting SLEEP.startdigit test-case 123Test to default SGE queue
< standard log INFO - S: SLEEP.startdigit test-case 123Test succeeded on <machine>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-123Test-SLEEP.startdigit -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.startdigit -l -tp 123Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -x -xr <test_write_dir>/log/logging.debug -xw <test_write_dir>/log/Test-123Test-SLEEP.startdigit""
->OUT:Your job 28849 ("Test-123Test-SLEEP.startdigit") has been submitted
->CLI:31938
sleep.startdigit:123Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on shelbyville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (shelbyville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console SelfDiagnosticsExplicit ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,3d0
< Using SGE queues for Application SLEEP, version startdigit
< Q: Submitting SLEEP.startdigit test-case 123Test to default SGE queue
< S: SLEEP.startdigit test-case 123Test succeeded on <machine>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-123Test-SLEEP.startdigit -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.startdigit -l -tp 123Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -x -xr <test_write_dir>/log/logging.mylog -xw <test_write_dir>/log/Test-123Test-SLEEP.startdigit""
->OUT:Your job 28849 ("Test-123Test-SLEEP.startdigit") has been submitted
->CLI:31938
sleep.startdigit:123Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on shelbyville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (shelbyville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console SlaveAutoRerun ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,17c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------self_test.startdigit.kbrerun.<datetime>.<pid>
< ------------slavelogs
< ----------------Test-123Test-SLEEP.startdigit.kbrerun.errors
< ----------------Test-123Test-SLEEP.startdigit.kbrerun.log
< ------------sleep.startdigit.kbrerun
< ----------------123Test
< --------------------errors.sleep
< --------------------output.sleep
< --------------------framework_tmp
< ------------------------errors.sleepcmp
< ------------------------errors.sleeporigcmp
< ------------------------output.sleepcmp
< ------------------------output.sleeporigcmp
< ------------------------teststate
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,6d0
< Using Application SLEEP, version startdigit.kbrerun
< Running SLEEP.startdigit.kbrerun test-suite TargetApp
<   Running SLEEP.startdigit.kbrerun test-case 123Test
< Comparing differences for SLEEP.startdigit.kbrerun test-suite TargetApp
<   Comparing differences for SLEEP.startdigit.kbrerun test-case 123Test - SUCCESS! (on errors.sleep,output.sleep)
<   Checking known bugs for SLEEP.startdigit.kbrerun test-case 123Test - found an issue that triggered a rerun
---------- Missing result in externalmocks ----------
<-CLI:<pid>
sleep.startdigit.kbrerun:123Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.runtest
Running
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vrunning
p10
sVfreeText
p11
VRunning on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console SlaveLocalTmpDir ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,20c1
< The following new files/directories were created:
< <Test Directory>
< ----local_texttesttmp
< --------console.startdigit.localtmp.<datetime>.<pid>
< ------------sleep.startdigit.localtmp
< ----------------123Test
< ----texttesttmp
< --------givenslavedir
< ------------slavelogs
< ----------------Test-123Test-SLEEP.startdigit.localtmp.errors
< ----------------Test-123Test-SLEEP.startdigit.localtmp.log
< ------------sleep.startdigit.localtmp
< ----------------123Test
< --------------------errors.sleep
< --------------------output.sleep
< --------------------framework_tmp
< ------------------------errors.sleepcmp
< ------------------------errors.sleeporigcmp
< ------------------------output.sleepcmp
< ------------------------output.sleeporigcmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application SLEEP, version startdigit.localtmp
< Running SLEEP.startdigit.localtmp test-suite TargetApp
<   Running SLEEP.startdigit.localtmp test-case 123Test
< Comparing differences for SLEEP.startdigit.localtmp test-suite TargetApp
<   Comparing differences for SLEEP.startdigit.localtmp test-case 123Test - SUCCESS! (on errors.sleep,output.sleep)
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CLI:<pid>
sleep.startdigit.localtmp:123Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,14c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.<datetime>.<pid>
< ------------slavelogs
< ----------------Test-Basic2-SLEEP.errors
< ----------------Test-Basic2-SLEEP.log
< ------------sleep
< ----------------Basic2
< --------------------errors.sleep
< --------------------output.sleep
< --------------------framework_tmp
< ------------------------errors.sleepcmp
< ------------------------output.sleepcmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,6d0
< Using Application SLEEP
< Reconnecting to test results in directory <test write dir>/texttesttmp/<target tmp dir>/sleep
< Reconnecting to SLEEP test-suite TargetApp
<   Reconnecting to SLEEP test-case Basic2 (recomputing)
< Comparing differences for SLEEP test-suite TargetApp
<   Comparing differences for SLEEP test-case Basic2 (on errors.sleep,output.sleep)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
sleep:Basic2
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
QueueSystems NormalOperation Console SlaveReconnecJobId ( Last six runs Oct2019 Sep2019 )
QueueSystems NormalOperation Console SlaveReconnect ( Last six runs Oct2019 Sep2019 )

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console SlaveReconnectNoExtra ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,8c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.<datetime>.<pid>
< ------------slavelogs
< ----------------Test-Basic2-SLEEP.errors
< ----------------Test-Basic2-SLEEP.log
< ------------sleep
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,6d0
< Using Application SLEEP
< Reconnecting to test results in directory <test write dir>/texttesttmp/<target tmp dir>/sleep
< Reconnecting to SLEEP test-suite TargetApp
<   Reconnecting to SLEEP test-case Basic2 (recomputing)
< Comparing differences for SLEEP test-suite TargetApp
<   Comparing differences for SLEEP test-case Basic2 - NONE!
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CLI:<pid>
sleep:Basic2
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console SlaveTransferFlags ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,3d0
< Using SGE queues for Application SLEEP, version startdigit
< Q: Submitting SLEEP.startdigit test-case 123Test to default SGE queue
< S: SLEEP.startdigit test-case 123Test succeeded on <machine>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-123Test-SLEEP.startdigit -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.startdigit -l -tp 123Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -ignorefilters -keepslave""
->OUT:Your job 28848 ("Test-123Test-SLEEP.startdigit") has been submitted
->CLI:14589
sleep.startdigit:123Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on forestville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (forestville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems NormalOperation Console TestNameWithDigit ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,3d0
< Using SGE queues for Application SLEEP, version startdigit
< Q: Submitting SLEEP.startdigit test-case 123Test to default SGE queue
< S: SLEEP.startdigit test-case 123Test succeeded on <machine>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-123Test-SLEEP.startdigit -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep.startdigit -l -tp 123Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 28849 ("Test-123Test-SLEEP.startdigit") has been submitted
->CLI:31938
sleep.startdigit:123Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on shelbyville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (shelbyville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems Performance Miscellaneous AutoForcePerfResource ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using SGE queues for Application PERF
< Q: Submitting PERF test-case 1Minute to default SGE queue
< Q: Submitting PERF test-case 5Minutes to default SGE queue
< S: PERF test-case 5Minutes not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "performance_resource".)
< Submission command was 'qsub -N Test-5Minutes-PERF -l performance_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting PERF test-case NoLogFile to default SGE queue
< S: PERF test-case NoLogFile not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "performance_resource".)
< Submission command was 'qsub -N Test-NoLogFile-PERF -l performance_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< S: PERF test-case 1Minute FAILED on <machine> : new results in logperf
< View details(v), Approve(a) or continue(any other key)?
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-1Minute-PERF -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a perf -l -tp 1Minute -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 8582816 ("Test-1Minute-PERF") has been submitted
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-5Minutes-PERF -l performance_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a perf -l -tp 5Minutes -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: unknown resource "performance_resource".
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-NoLogFile-PERF -l performance_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a perf -l -tp NoLogFile -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: unknown resource "performance_resource".
Exiting.
->EXC:1
->CLI:9141
perf:1Minute
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on perf_machine1'
p6
sS'started'
p7
I1
sS'completed'
p8
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems Performance Miscellaneous ForcePerfResource ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,4d0
< Using SGE queues for Application PERF, version resource
< Q: Submitting PERF.resource test-case Failures to default SGE queue
< S: PERF.resource test-case Failures FAILED on <machine> : new results in logperf
< View details(v), Approve Version resource(1), Approve(a) or continue(any other key)?
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Failures-PERF.resource -l performance_resource -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a perf.resource -l -tp Failures -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 4867727 ("Test-Failures-PERF.resource") has been submitted
->CLI:9141
perf.resource:Failures
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on perf_machine1'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (perf_machine1)'
p10
p13
asS'lifecycleChange'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems Performance Miscellaneous SubmitParallel ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,10d0
< Using SGE queues for Application PERF, version resource.parallel
< Q: Submitting PERF.resource.parallel test-case Failures to default SGE queue
< S: PERF.resource.parallel test-case Failures FAILED on <machine> perf_machine2 : new results in logperf
< View details(v), Approve Version resource.parallel(1), Approve Version resource(2), Approve Version parallel(3), Approve(a) or continue(any other key)?
< ------------------ New result in logperf --------------------
< Total Logperf  :      5.0 seconds on
< Also on perf_machine1 : geoff's job 'Test-Failures-PERF.resource.parallel'
< Also on perf_machine1 : altenst's job 'Test-439crew.demo.38hr.cg.xprs.25KNR_perm3.perm_jk_spp-CS.master.i386_linux.perm'
< Also on perf_machine2 : altenst's job 'Test-99crew.3weeks.vert.apc.global.cg_perm0.perm_ib_crm-CS.master.i386_linux.perm'
< Approve Version resource.parallel(1), Approve Version resource(2), Approve Version parallel(3), Approve(a) or continue(any other key)?
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Failures-PERF.resource.parallel -pe * 2 -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a perf.resource.parallel -l -tp Failures -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 4867448 ("Test-Failures-PERF.resource.parallel") has been submitted
->CLI:2521
perf.resource.parallel:Failures
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on perf_machine1,perf_machine2'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (perf_machine1,perf_machine2)'
p10
p13
aS'perf_machine2'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master AllowRacing BasicReuse ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,6d0
< Using SGE queues for Application HELLO, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default SGE queue
< Waiting Q thread for 5 seconds
< S: HELLO test-case Test FAILED on <machine> : differences in output
< View details(v), Approve(a) or continue(any other key)?
< S: HELLO test-case Test succeeded on <machine>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 25617 ("Test-Test-HELLO") has been submitted
->CLI:10538
hello:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on tiptonville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (tiptonville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master AllowRacing RespectParallel ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,7d0
< Using SGE queues for Application HELLO, version parallel, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO.parallel test-case Test to default SGE queue
< Waiting Q thread for 5 seconds
< Q: Submitting HELLO.parallel test-case Test to default SGE queue
< S: HELLO.parallel test-case Test FAILED on <machine> : differences in output
< View details(v), Approve Version parallel(1), Approve(a) or continue(any other key)?
< S: HELLO.parallel test-case Test succeeded on <machine> schefferville
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO.parallel -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello.parallel -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 32549 ("Test-Test-HELLO.parallel") has been submitted
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test.Suite-HELLO.parallel -pe * 2 -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello.parallel -l -tp Suite/Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 32550 ("Test-Test.Suite-HELLO.parallel") has been submitted
->CLI:25381
hello.parallel:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on titusville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (titusville)'
p10
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master AllowRacing RespectResources ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,10d0
< Using SGE queues for Application HELLO, version resource, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO.resource test-case Test to default SGE queue
< Waiting Q thread for 5 seconds
< S: HELLO.resource test-case Test FAILED on <machine> : differences in output
< View details(v), Approve Version resource(1), Approve(a) or continue(any other key)?
< Q: Submitting HELLO.resource test-case Test to default SGE queue
< S: HELLO.resource test-case Test not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "no_such_resource".)
< Submission command was 'qsub -N Test-Test.Suite-HELLO.resource -l no_such_resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO.resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello.resource -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 8067 ("Test-Test-HELLO.resource") has been submitted
->CLI:27622
hello.resource:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on schellville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (schellville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console CheckoutChange ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using SGE queues for Application HELLO, checkout <test write dir>/TargetApp/
< Using SGE queues for Application HELLO, version altcheckout
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test succeeded on <machine>
< S: HELLO.altcheckout test-case Test succeeded on <machine>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test.Suite-HELLO -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello -l -tp Suite/Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 28875 ("Test-Test.Suite-HELLO") has been submitted
<-SRV:Completed submission of tests up to capacity
->CLI:11698
hello:Suite/Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on centreville.carmen.se'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (centreville.carmen.se)'
p10
p13
asS'observers'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console ClearEnvironment ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using SGE queues for Application HELLO, version changeenv, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO.changeenv test-case Test to default SGE queue
< S: HELLO.changeenv test-case Test FAILED on <machine> : differences in output
< View details(v), Approve Version changeenv(1), Approve(a) or continue(any other key)?
< S: HELLO.changeenv test-case Test succeeded on <machine>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO.changeenv -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello.changeenv -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 28864 ("Test-Test-HELLO.changeenv") has been submitted
<-SRV:Completed submission of tests up to capacity
->CLI:11596
hello.changeenv:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on centreville.carmen.se'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (centreville.carmen.se)'
p10
p13
asS'observers'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console NoReuseWithProxy ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,9d0
< Using SGE queues for Application HELLO, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test FAILED on <machine> : differences in output
< View details(v), Approve(a) or continue(any other key)?
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "no_such_resource".)
< Submission command was 'qsub -N Test-Test.Suite-HELLO -w e -notify -m n -cwd -b y -v STANDARD,TEXTTEST_SUBMIT_COMMAND_ARGS -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; env 'TEXTTEST_SUBMIT_COMMAND_ARGS=['qsub', '-sync', 'y', '-V', '-N', 'Test-Test-HELLO', '-w', 'e', '-notify', '-m', 'n', '-cwd', '-b', 'y', '-v', 'STANDARD,TEXTTEST_SUBMIT_COMMAND_ARGS', '-o', '/dev/null', '-e', '<test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> 'exec', '$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <ho
st:port>"']' qsub -N Test-Test-HELLO -w e -notify -m n -cwd -b y -v STANDARD,TEXTTEST_SUBMIT_COMMAND_ARGS -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <test_write_dir>/TargetApp/hello.py""
->OUT:Your job 28855 ("Test-Test-HELLO") has been submitted
<-SRV:Completed submission of tests up to capacity
->CLI:11408
hello:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on centreville.carmen.se'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (centreville.carmen.se)'
p10
p13
asS'observers'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console ReconnectIgnoreResources ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,4d0
< Using SGE queues for Application HELLO, version resource
< Q: Submitting HELLO.resource test-case Test to default SGE queue
< S: HELLO.resource test-case Test FAILED on <machine> : missing results for errors,output
< View details(v), Approve Version resource(1), Approve(a) or continue(any other key)?
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO.resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello.resource -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -reconnect -reconnfull grid""
->OUT:Your job 2269606 ("Test-Test-HELLO.resource") has been submitted
<-SRV:Completed submission of tests up to capacity
->FIL:<target tmp dir>
->CLI:13734
hello.resource:Test
(itexttestlib.default.rundependent
Filtering
p1
(dp2
S'category'
p3
S'initial_filter'
p4
sS'freeText'
p5
S'Filtering stored result files on kisaumi'
p6
sS'started'
p7
I0
sS'completed'
p8
I0
sS'briefText'
p9
S''
p12
asS'observers'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console RerunTest ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using SGE queues for Application HELLO, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test succeeded on <machine>
< S: HELLO test-case Test FAILED on <machine> : differences in output
< View details(v), Approve(a) or continue(any other key)?
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 28856 ("Test-Test-HELLO") has been submitted
<-SRV:Completed submission of tests up to capacity
->CLI:11505
hello:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on centreville.carmen.se'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (centreville.carmen.se)'
p10
p13
asS'observers'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console ResourceOrderChanges ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using SGE queues for Application HELLO, version multiresource, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO.multiresource test-case Test to default SGE queue
< S: HELLO.multiresource test-case Test FAILED on <machine> : differences in output
< View details(v), Approve Version multiresource(1), Approve(a) or continue(any other key)?
< S: HELLO.multiresource test-case Test succeeded on <machine>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO.multiresource -l resource2,resource1 -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello.multiresource -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 28856 ("Test-Test-HELLO") has been submitted
<-SRV:Completed submission of tests up to capacity
->CLI:11505
hello.multiresource:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on centreville.carmen.se'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (centreville.carmen.se)'
p10
p13
asS'observers'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console ResourcesOverReuse ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,9d0
< Using SGE queues for Application HELLO, version resource, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO.resource test-case Test to default SGE queue
< S: HELLO.resource test-case Test FAILED on <machine> : differences in output
< View details(v), Approve Version resource(1), Approve(a) or continue(any other key)?
< Q: Submitting HELLO.resource test-case Test to default SGE queue
< S: HELLO.resource test-case Test not compared:
< Failed to submit to SGE (Unable to run job: unknown resource "no_such_resource".)
< Submission command was 'qsub -N Test-Test.Suite-HELLO.resource -l no_such_resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO.resource -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello.resource -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 28855 ("Test-Test-HELLO.resource") has been submitted
<-SRV:Completed submission of tests up to capacity
->CLI:11408
hello.resource:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on centreville.carmen.se'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (centreville.carmen.se)'
p10
p13
asS'observers'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console RespectRerunLimit ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,14c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
< --------self_test.<datetime>.<pid>
< ------------hello
< ----------------Suite
< --------------------Test
< ------------------------framework_tmp
< ----------------------------teststate
< ----------------Test
< --------------------framework_tmp
< ------------------------teststate
< ------------slavelogs
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,12d0
< Using SGE queues for Application HELLO, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test succeeded on <machine>
< S: HELLO test-case Test FAILED on <machine> : differences in output
< Results:
< 
< Tests that did not succeed:
<   HELLO test-case Test FAILED on <machine> : differences in output
< 
< Tests Run: 2, Failures: 1
< Creating batch report for application HELLO ...
< done.
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -b self_test""
->OUT:Your job 28856 ("Test-Test-HELLO") has been submitted
<-SRV:Completed submission of tests up to capacity
->CLI:11505
hello:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on centreville.carmen.se'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (centreville.carmen.se)'
p10
p13
asS'observers'
<truncated after showing first 30 lines>
---------- Missing result in pythonmocks ----------
<-PYT:import smtplib
<-PYT:smtplib.SMTP()
->RET:Instance('SMTP', 'smtp1')
<-PYT:smtp1.connect('localhost')
->RET:(220, 'crownpoint.got.jeppesensystems.com ESMTP Sendmail 8.14.4/8.14.4; Tue, 16 Dec 2014 10:42:05 +0100')
<-PYT:smtp1.sendmail('<username>@localhost', ['tom', 'dick', 'harry'], ('From: <username>@localhost\n'
 'To: tom,dick,harry\n'
 'Subject: <today's date> HELLO : 2 tests : 1 FAILED\n'
 '\n'
 'Summary of all Unsuccessful tests follows...\n'
 '---------------------------------------------------------------------------------\n'
 'The following tests FAILED : \n'
 'In HELLO test-suite TargetApp:\n'
 '  - HELLO test-case Test  : output different\n'
 '\n'
 '\n'
 'Details of all Unsuccessful tests follows...\n'
 '---------------------------------------------------------------------------------\n'
 '\n'
 'Detailed information for the tests that FAILED follows...\n'
 '--------------------------------------------------------\n'
 'TEST FAILED on : HELLO test-case Test (under Test)\n'
 '---------- Differences in output ----------\n'
 '1c1\n'
 '< Hello\n'
 '---\n'
 '> Hello World!\n'
 '\n'
 'Summary of all Successful tests follows...\n'
 '---------------------------------------------------------------------------------\n'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console ResubmitTest ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,6d0
< Using SGE queues for Application HELLO, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test succeeded on <machine>
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test FAILED on <machine> : differences in output
< View details(v), Approve(a) or continue(any other key)?
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 28856 ("Test-Test-HELLO") has been submitted
<-SRV:Completed submission of tests up to capacity
->CLI:11505
hello:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on centreville.carmen.se'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (centreville.carmen.se)'
p10
p13
asS'observers'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console ReuseOnlyBeyondCapacity ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using SGE queues for Application HELLO, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test FAILED on <machine> : differences in output
< View details(v), Approve(a) or continue(any other key)?
< S: HELLO test-case Test succeeded on <machine>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 28856 ("Test-Test-HELLO") has been submitted
<-SRV:Completed submission of tests up to capacity
->CLI:11505
hello:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on centreville.carmen.se'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (centreville.carmen.se)'
p10
p13
asS'observers'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console SlowReadBeyondCapacity ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,6d0
< Using SGE queues for Application HELLO, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test FAILED on <machine> : differences in output
< View details(v), Approve(a) or continue(any other key)?
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test succeeded on <machine>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 28856 ("Test-Test-HELLO") has been submitted
<-SRV:Completed submission of tests up to capacity
->CLI:11505
hello:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on centreville.carmen.se'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (centreville.carmen.se)'
p10
p13
asS'observers'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Master ForceReuse Console VirtualDisplayArgs ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,8d0
< Using SGE queues for Application HELLO, checkout <test write dir>/TargetApp/
< Using SGE queues for Application HELLO, version virtdisp, checkout <test write dir>/TargetApp/
< Q: Submitting HELLO test-case Test to default SGE queue
< S: HELLO test-case Test FAILED on <machine> : differences in output
< View details(v), Approve(a) or continue(any other key)?
< Q: Submitting HELLO.virtdisp test-case Test to default SGE queue
< S: HELLO.virtdisp test-case Test FAILED on <machine> : differences in output
< View details(v), Approve Version virtdisp(1), Approve(a) or continue(any other key)?
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-HELLO -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a hello -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 247198 ("Test-Test-HELLO") has been submitted
<-SRV:Completed submission of tests up to capacity
->FIL:<target tmp dir>
->CLI:27383
hello:Test
(itexttestlib.default.rundependent
Filtering
p1
(dp2
S'category'
p3
S'initial_filter'
p4
sS'freeText'
p5
S'Filtering stored result files on kilimanjaro'
p6
sS'started'
p7
I0
sS'completed'
p8
I0
sS'briefText'
p9
S''
p12
asS'observers'
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Slave AddApplication ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,14c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.1.<datetime>.<pid>
< ------------hello.1
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------hello.2
< ----------------Suite
< ------------slavelogs
< ----------------Test-Test-HELLO.1.errors
< ----------------Test-Test-HELLO.1.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,12d0
< Using Application HELLO, version 1, checkout <test write dir>/TargetApp/
< Running HELLO.1 test-suite TargetApp
<   Running HELLO.1 test-case Test
< Comparing differences for HELLO.1 test-suite TargetApp
<   Comparing differences for HELLO.1 test-case Test (on errors.hello,output.hello)
< Using Application HELLO, version 2, checkout <test write dir>/TargetApp/
< Running HELLO.2 test-suite TargetApp
<   Running HELLO.2 test-suite Suite
<     Running HELLO.2 test-case Test
< Comparing differences for HELLO.2 test-suite TargetApp
<   Comparing differences for HELLO.2 test-suite Suite
<     Comparing differences for HELLO.2 test-case Test - SUCCESS! (on errors.hello,output.hello)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello.1:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Slave AddApplicationReconnect ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,7c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.1.<datetime>.<pid>
< ------------slavelogs
< ----------------Test-Test-HELLO.1.errors
< ----------------Test-Test-HELLO.1.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,10d0
< Using Application HELLO, version 1
< Reconnecting to test results in directory <test write dir>/texttesttmp/<target tmp dir>/hello.1
< Reconnecting to HELLO.1 test-suite TargetApp
<   Reconnecting to HELLO.1 test-case Test (state failure)
< Using Application HELLO, version 2
< Reconnecting to test results in directory <test write dir>/texttesttmp/<target tmp dir>/hello.2
< Reconnecting to HELLO.2 test-suite TargetApp
<   Reconnecting to HELLO.2 test-suite Suite
<     Reconnecting to HELLO.2 test-case Test (state success)
< Write directory <test write dir>/texttesttmp/<target tmp dir>/hello.2/Suite/Test externally removed
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello.1:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.comparetest
TestComparison
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vcategory
p6
Vfailure
p7
sVchangedResults
p8
(lp9
g0
(ctexttestlib.default.comparefile
FileComparison
p10
g2
Ntp11
Rp12
(dp13
VfreeTextBody
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Slave AddApplicationSubDir ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,14c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.1.<datetime>.<pid>
< ------------hello.1
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------hello.2
< ----------------Suite
< ------------slavelogs
< ----------------Test-Test-HELLO.1.errors
< ----------------Test-Test-HELLO.1.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,12d0
< Using Application HELLO, version 1
< Running HELLO.1 test-suite subdir
<   Running HELLO.1 test-case Test
< Comparing differences for HELLO.1 test-suite subdir
<   Comparing differences for HELLO.1 test-case Test (on errors.hello,output.hello)
< Using Application HELLO, version 2
< Running HELLO.2 test-suite subdir
<   Running HELLO.2 test-suite Suite
<     Running HELLO.2 test-case Test
< Comparing differences for HELLO.2 test-suite subdir
<   Comparing differences for HELLO.2 test-suite Suite
<     Comparing differences for HELLO.2 test-case Test - SUCCESS! (on errors.hello,output.hello)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello.1:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

2 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,13c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.<datetime>.<pid>
< ------------hello
< ----------------Suite
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------slavelogs
< ----------------Test-Test-HELLO.errors
< ----------------Test-Test-HELLO.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,9d0
< Using Application HELLO, checkout <test write dir>/TargetApp/
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   Running HELLO test-suite Suite
<     Running HELLO test-case Test
<   Comparing differences for HELLO test-suite Suite
<     Comparing differences for HELLO test-case Test - SUCCESS! (on errors.hello,output.hello)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
QueueSystems SlaveReuse Slave AddSuiteMultipleTests ( Last six runs Oct2019 Sep2019 )
QueueSystems SlaveReuse Slave AddTest ( Last six runs Oct2019 Sep2019 )

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Slave AddTestEnvRefDown ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,15c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.refvar.down.<datetime>.<pid>
< ------------hello
< ----------------Suite
< ------------hello.refvar.down
< ----------------Suite
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------slavelogs
< ----------------Test-Test-HELLO.refvar.down.errors
< ----------------Test-Test-HELLO.refvar.down.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,18d0
< Using Application HELLO, version refvar.down, checkout <test write dir>/TargetApp/
< Running HELLO.refvar.down test-suite TargetApp
<   Running HELLO.refvar.down test-case Test
< Comparing differences for HELLO.refvar.down test-suite TargetApp
<   Comparing differences for HELLO.refvar.down test-case Test (on errors.hello,output.hello)
< Using Application HELLO, checkout <test write dir>/TargetApp/
< Running HELLO test-suite TargetApp
<   Running HELLO test-suite Suite
<     Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-suite Suite
<     Comparing differences for HELLO test-case Test - SUCCESS! (on errors.hello,output.hello)
< Running HELLO.refvar.down test-suite TargetApp
<   Running HELLO.refvar.down test-suite Suite
<     Running HELLO.refvar.down test-case Test
< Comparing differences for HELLO.refvar.down test-suite TargetApp
<   Comparing differences for HELLO.refvar.down test-suite Suite
<     Comparing differences for HELLO.refvar.down test-case Test - SUCCESS! (on errors.hello,output.hello.refvar)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello.refvar.down:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Slave AddTestEnvRefUp ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,15c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.refvar.up.<datetime>.<pid>
< ------------hello
< ----------------Suite
< ------------hello.refvar.up
< ----------------Suite
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------slavelogs
< ----------------Test-Test-HELLO.refvar.up.errors
< ----------------Test-Test-HELLO.refvar.up.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,18d0
< Using Application HELLO, version refvar.up, checkout <test write dir>/TargetApp/
< Running HELLO.refvar.up test-suite TargetApp
<   Running HELLO.refvar.up test-case Test
< Comparing differences for HELLO.refvar.up test-suite TargetApp
<   Comparing differences for HELLO.refvar.up test-case Test (on errors.hello,output.hello)
< Using Application HELLO, checkout <test write dir>/TargetApp/
< Running HELLO test-suite TargetApp
<   Running HELLO test-suite Suite
<     Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-suite Suite
<     Comparing differences for HELLO test-case Test - SUCCESS! (on errors.hello,output.hello)
< Running HELLO.refvar.up test-suite TargetApp
<   Running HELLO.refvar.up test-suite Suite
<     Running HELLO.refvar.up test-case Test
< Comparing differences for HELLO.refvar.up test-suite TargetApp
<   Comparing differences for HELLO.refvar.up test-suite Suite
<     Comparing differences for HELLO.refvar.up test-case Test - SUCCESS! (on errors.hello,output.hello.refvar)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello.refvar.up:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Slave ReaddTest ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,17c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.<datetime>.<pid>
< ------------hello
< ----------------Suite
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------------------backup.previous.1
< ----------------------------errors.hello
< ----------------------------output.hello
< ----------------------------framework_tmp
< ------------slavelogs
< ----------------Test-Test-HELLO.errors
< ----------------Test-Test-HELLO.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using Application HELLO, checkout <test write dir>/TargetApp/
< Running HELLO test-suite TargetApp
<   Running HELLO test-case Test
< Comparing differences for HELLO test-suite TargetApp
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
<   Running HELLO test-suite Suite
<     Running HELLO test-case Test
<   Comparing differences for HELLO test-suite Suite
<     Comparing differences for HELLO test-case Test - SUCCESS! (on errors.hello,output.hello)
<   Running HELLO test-case Test
<   Comparing differences for HELLO test-case Test (on errors.hello,output.hello)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Slave ReuseAddedApplication ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,18c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.1.<datetime>.<pid>
< ------------hello.1
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------hello.2
< ----------------Suite
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------slavelogs
< ----------------Test-Test-HELLO.1.errors
< ----------------Test-Test-HELLO.1.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO, version 1, checkout <test write dir>/TargetApp/
< Running HELLO.1 test-suite TargetApp
<   Running HELLO.1 test-case Test
< Comparing differences for HELLO.1 test-suite TargetApp
<   Comparing differences for HELLO.1 test-case Test (on errors.hello,output.hello)
< Using Application HELLO, version 2, checkout <test write dir>/TargetApp/
< Running HELLO.2 test-suite TargetApp
<   Running HELLO.2 test-suite Suite
<     Running HELLO.2 test-case Test
< Comparing differences for HELLO.2 test-suite TargetApp
<   Comparing differences for HELLO.2 test-suite Suite
<     Comparing differences for HELLO.2 test-case Test - SUCCESS! (on errors.hello,output.hello)
<   Running HELLO.2 test-case Test
<   Comparing differences for HELLO.2 test-case Test (on errors.hello,output.hello)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello.1:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Slave VirtualDisplay AddAppDifferentMode ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,14c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.1.<datetime>.<pid>
< ------------hello.1
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------hello.gui
< ----------------Suite
< ------------slavelogs
< ----------------Test-Test-HELLO.1.errors
< ----------------Test-Test-HELLO.1.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO, version 1, checkout <test write dir>/TargetApp/
< Running HELLO.1 test-suite TargetApp
<   Running HELLO.1 test-case Test
< Comparing differences for HELLO.1 test-suite TargetApp
<   Comparing differences for HELLO.1 test-case Test (on errors.hello,output.hello)
< Using Application HELLO, version gui, checkout <test write dir>/TargetApp/
< Tests will run with DISPLAY variable set to :3979.0
< Running HELLO.gui test-suite TargetApp
<   Running HELLO.gui test-suite Suite
<     Running HELLO.gui test-case Test
< Comparing differences for HELLO.gui test-suite TargetApp
<   Comparing differences for HELLO.gui test-suite Suite
<     Comparing differences for HELLO.gui test-case Test - SUCCESS! (on errors.hello,output.hello.gui)
< Killing Xvfb process
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello.1:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Slave VirtualDisplay AddApplication ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,14c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.gui.1.<datetime>.<pid>
< ------------hello.gui.1
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------hello.gui.2
< ----------------Suite
< ------------slavelogs
< ----------------Test-Test-HELLO.gui.1.errors
< ----------------Test-Test-HELLO.gui.1.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,14d0
< Using Application HELLO, version gui.1, checkout <test write dir>/TargetApp/
< Tests will run with DISPLAY variable set to :3979.0
< Running HELLO.gui.1 test-suite TargetApp
<   Running HELLO.gui.1 test-case Test
< Comparing differences for HELLO.gui.1 test-suite TargetApp
<   Comparing differences for HELLO.gui.1 test-case Test (on errors.hello,output.hello)
< Using Application HELLO, version gui.2, checkout <test write dir>/TargetApp/
< Running HELLO.gui.2 test-suite TargetApp
<   Running HELLO.gui.2 test-suite Suite
<     Running HELLO.gui.2 test-case Test
< Comparing differences for HELLO.gui.2 test-suite TargetApp
<   Comparing differences for HELLO.gui.2 test-suite Suite
<     Comparing differences for HELLO.gui.2 test-case Test - SUCCESS! (on errors.hello,output.hello.gui)
< Killing Xvfb process
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
<-CLI:<pid>
hello.gui.1:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
<truncated after showing first 30 lines>
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283

2 TESTS FAILED on ts-sim-scenario-ba :

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,13c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.gui.<datetime>.<pid>
< ------------hello.gui
< ----------------Suite
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------slavelogs
< ----------------Test-Test-HELLO.gui.errors
< ----------------Test-Test-HELLO.gui.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,11d0
< Using Application HELLO, version gui, checkout <test write dir>/TargetApp/
< Tests will run with DISPLAY variable set to :3979.0
< Running HELLO.gui test-suite TargetApp
<   Running HELLO.gui test-case Test
< Comparing differences for HELLO.gui test-suite TargetApp
<   Comparing differences for HELLO.gui test-case Test (on errors.hello,output.hello)
<   Running HELLO.gui test-suite Suite
<     Running HELLO.gui test-case Test
<   Comparing differences for HELLO.gui test-suite Suite
<     Comparing differences for HELLO.gui test-case Test - SUCCESS! (on errors.hello,output.hello.gui)
< Killing Xvfb process
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
<-CLI:<pid>
hello.gui:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
<truncated after showing first 30 lines>
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283
QueueSystems SlaveReuse Slave VirtualDisplay AddTest ( Last six runs Oct2019 Sep2019 )
QueueSystems SlaveReuse Slave VirtualDisplay AddTestSlowerThanTimeout ( Last six runs Oct2019 Sep2019 )

TEST FAILED on ts-sim-scenario-ba : QueueSystems SlaveReuse Slave VirtualDisplay AddTestXvfbCrash ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,13c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.gui.<datetime>.<pid>
< ------------hello.gui
< ----------------Suite
< ----------------Test
< --------------------errors.hello
< --------------------output.hello
< --------------------framework_tmp
< ------------slavelogs
< ----------------Test-Test-HELLO.gui.errors
< ----------------Test-Test-HELLO.gui.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,15d0
< Using Application HELLO, version gui, checkout <test write dir>/TargetApp/
< Tests will run with DISPLAY variable set to :3979.0
< Running HELLO.gui test-suite TargetApp
<   Running HELLO.gui test-case Test
< Comparing differences for HELLO.gui test-suite TargetApp
<   Comparing differences for HELLO.gui test-case Test (on errors.hello,output.hello)
< Virtual display had terminated unexpectedly.
< Reset DISPLAY variable to :3979.0.
<   Running HELLO.gui test-suite Suite
<     Running HELLO.gui test-case Test
<   Comparing differences for HELLO.gui test-suite Suite
<     Comparing differences for HELLO.gui test-case Test - SUCCESS! (on errors.hello,output.hello.gui)
< Virtual display had terminated unexpectedly.
< Reset DISPLAY variable to :3979.0.
< Killing Xvfb process
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
<-CLI:<pid>
hello.gui:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
<truncated after showing first 30 lines>
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283

TEST FAILED on ts-sim-scenario-ba : TestSelf EnvironmentFile Normal Console RemoveSuiteVars ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,4c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,7d0
< Using SGE queues for Application Env Variables, version sge
< Q: Submitting Env Variables.sge test-case Test1 to default SGE queue
< Q: Submitting Env Variables.sge test-case Test2 to default SGE queue
< S: Env Variables.sge test-case Test2 FAILED on <machine> : missing results for errors
< View details(v), Approve Version sge(1), Approve(a) or continue(any other key)?
< S: Env Variables.sge test-case Test1 FAILED on <machine> : missing results for errors
< View details(v), Approve Version sge(1), Approve(a) or continue(any other key)?
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test1.Suite1-Env_Variables.sge -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> -v STANDARD exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a env.sge -l -tp Suite1/Test1 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 4916976 ("Test-Test1.Suite1-Env_Variables.lsf") has been submitted
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test2-Env_Variables.sge -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> -v STANDARD exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a env.sge -l -tp Test2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->OUT:Your job 4916977 ("Test-Test2-Env_Variables.lsf") has been submitted
->CLI:27047
env.sge:Test2
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on hendersonville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (hendersonville)'
p10
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf TestData Console AbsolutePathData ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,13c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.absdata.queuesystem.<datetime>.<pid>
< ------------slavelogs
< ----------------Test-Test2-TDAT.absdata.queuesystem.errors
< ----------------Test-Test2-TDAT.absdata.queuesystem.log
< ------------tdat.absdata.queuesystem
< ----------------Test2
< --------------------errors.tdat
< --------------------output.tdat
< --------------------testdata.py
< --------------------framework_tmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application TDAT, version absdata.queuesystem
< Running TDAT.absdata.queuesystem test-suite TargetApp
<   Running TDAT.absdata.queuesystem test-case Test2
< Comparing differences for TDAT.absdata.queuesystem test-suite TargetApp
<   Comparing differences for TDAT.absdata.queuesystem test-case Test2 (on errors.tdat,output.tdat,catalogue.tdat)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
tdat.absdata.queuesystem:Test2
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf TestData Console CopyEnvironmentPath ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,13c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.env.queuesystem.<datetime>.<pid>
< ------------slavelogs
< ----------------Test-Test2-TDAT.env.queuesystem.errors
< ----------------Test-Test2-TDAT.env.queuesystem.log
< ------------tdat.env.queuesystem
< ----------------Test2
< --------------------catalogue.tdat
< --------------------errors.tdat
< --------------------output.tdat
< --------------------framework_tmp
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application TDAT, version env.queuesystem
< Running TDAT.env.queuesystem test-suite TargetApp
<   Running TDAT.env.queuesystem test-case Test2
< Comparing differences for TDAT.env.queuesystem test-suite TargetApp
<   Comparing differences for TDAT.env.queuesystem test-case Test2 (on catalogue.tdat,errors.tdat,output.tdat)
---------- Missing result in externalmocks ----------
<-CLI:<pid>
tdat.env.queuesystem:Test2
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf TestData Console ReferenceDataEnvironment ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,8c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.queuesystem.<datetime>.<pid>
< ------------hello.queuesystem
< ------------slavelogs
< ----------------Test-Test-HELLO.queuesystem.errors
< ----------------Test-Test-HELLO.queuesystem.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,5d0
< Using Application HELLO, version queuesystem
< Running HELLO.queuesystem test-suite TargetApp
<   Running HELLO.queuesystem test-case Test
< Comparing differences for HELLO.queuesystem test-suite TargetApp
<   Comparing differences for HELLO.queuesystem test-case Test - SUCCESS! (on errors.hello,output.hello)
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-CLI:<pid>
hello.queuesystem:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
p13
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf TestData LinkedData PartialCopyIgnoreCatalogues ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,10c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.queuesystem.<datetime>.<pid>
< ------------slavelogs
< ------------tdat.queuesystem
< ----------------Test1
< --------------------framework_tmp
< ------------------------teststate
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,3d0
< Using SGE queues for Application TDAT, version queuesystem
< Q: Submitting TDAT.queuesystem test-case Test1 to default SGE queue
< S: TDAT.queuesystem test-case Test1 succeeded on <machine>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test1-TDAT.queuesystem -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a tdat.queuesystem -l -tp Test1 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -ignorecat -keeptmp""
->OUT:Your job 4916975 ("Test-Test1-TDAT.queuesystem") has been submitted
->CLI:23643
tdat.queuesystem:Test1
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on statesville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (statesville)'
p10
p13
asS'lifecycleChange'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay DisplayOnLocalHost ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1,20
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,10c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.sge.<datetime>.<pid>
< ------------disp.sge
< ----------------Test
< --------------------framework_tmp
< ------------------------teststate
< ------------slavelogs
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,3d0
< Using SGE queues for Application DISP, version sge
< Q: Submitting DISP.sge test-case Test to default SGE queue
< S: DISP.sge test-case Test succeeded on <machine>
---------- New result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-DISP.sge -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a disp.sge -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -keeptmp""
->OUT:Your job 12316 ("Test-Test-DISP.sge") has been submitted
->CLI:3979
disp.sge:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on pennsville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (pennsville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay OtherAppDefaultConfig ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
1c1,20
< Rejected Application DISP, version console - The executable program 'nonsense' does not exist.
---
> Traceback (most recent call last):
>   File "/home/delphi/texttest/texttest/bin/texttest", line 33, in <module>
>     program.run()
>   File "<filtered>/engine.py", line <filtered>, in run
>     self._run()
>   File "<filtered>/engine.py", line <filtered>, in _run
>     self.createAndRunSuites(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createAndRunSuites
>     self.createResponders(allApps)
>   File "<filtered>/engine.py", line <filtered>, in createResponders
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/engine.py", line <filtered>, in <listcomp>
>     self.observers = [x(self.inputOptions, allApps) for x in responderClasses]
>   File "<filtered>/masterprocess.py", line <filtered>, in __init__
>     ThreadingTCPServer.__init__(self, (getIPAddress(allApps), 0), self.handlerClass())
>   File "<filtered>/socketserver.py", line <filtered>, in __init__
>     self.server_bind()
>   File "<filtered>/socketserver.py", line <filtered>, in server_bind
>     self.socket.bind(self.server_address)
> OSError: [Errno 99] Cannot assign requested address
---------- Differences in catalogue ----------
1,10c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.console++sge.<datetime>.<pid>
< ------------disp.sge
< ----------------Test
< --------------------framework_tmp
< ------------------------teststate
< ------------slavelogs
< --------grid_core_files
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,3d0
< Using SGE queues for Application DISP, version sge
< Q: Submitting DISP.sge test-case Test to default SGE queue
< S: DISP.sge test-case Test succeeded on <machine>
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Test-DISP.sge -w e -notify -m n -cwd -b y -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a disp.sge -l -tp Test -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port> -keeptmp""
->OUT:Your job 12316 ("Test-Test-DISP.sge") has been submitted
->CLI:3979
disp.sge:Test
(itexttestlib.default
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on pennsville'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (pennsville)'
p10
p13
asS'observers'
p14
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-scenario-ba : TestSelf UITesting VirtualDisplay SlaveDisplay ( Last six runs Oct2019 Sep2019 )

---------- Differences in errors ----------
0a1
> Cannot run slave, no server address has been provided to send results to!
---------- Differences in catalogue ----------
1,8c1
< The following new files/directories were created:
< <Test Directory>
< ----texttesttmp
< --------console.sge.<datetime>.<pid>
< ------------disp.sge
< ------------slavelogs
< ----------------Test-Test-DISP.sge.errors
< ----------------Test-Test-DISP.sge.log
---
> No files or directories were created, edited or deleted.
---------- Differences in output ----------
1,7d0
< Using Application DISP, version sge
< Tests will run with DISPLAY variable set to :3979.0
< Running DISP.sge test-suite TargetApp
<   Running DISP.sge test-case Test
< Comparing differences for DISP.sge test-suite TargetApp
<   Comparing differences for DISP.sge test-case Test - SUCCESS! (on errors.disp,output.disp)
< Killing Xvfb process
---------- New result in exitcode ----------
1
---------- Missing result in Xvfbfake ----------
['<test write dir>/Xvfb', '-ac', '-audit', '2', ':3979']
---------- Missing result in externalmocks ----------
<-CMD:which Xvfb
<-CLI:<pid>
disp.sge:Test
ccopy_reg
_reconstructor
p0
(ctexttestlib.default.rundependent
Filtering
p1
c__builtin__
object
p2
Ntp3
Rp4
(dp5
Vobservers
p6
(lp7
sVpassSelf
p8
I00
sVcategory
p9
Vinitial_filter
p10
sVfreeText
p11
VFiltering stored result files on <host>
p12
sVbriefText
<truncated after showing first 30 lines>
---------- Missing result in pythonmocks ----------
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283
<-PYT:os.getpid()
->RET:102283

Detailed information for the tests that were terminated before completion:

TEST were terminated before completion (TIMEOUT) on ts-sim-scenario-ba : QueueSystems NormalOperation Console Batch2Tests ( Last six runs Oct2019 Sep2019 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in output ----------
4,5c4,8
< S: SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
< S: SLEEP test-case Basic succeeded on <machine>
---
> Terminating testing due to external interruption
> T: Cancelling SLEEP test-case Basic in local (job
> S: SLEEP test-case Basic not compared:  Test job 7632 was cancelled (while still pending in local) at <time of day>
> T: Cancelling SLEEP test-case Basic2 in local (job
> S: SLEEP test-case Basic2 not compared:  Test job 7636 was cancelled (while still pending in local) at <time of day>
9c12,13
<   SLEEP test-case Basic2 FAILED on <machine> : new results in errors,output
---
>   SLEEP test-case Basic not compared:  Test job 7632 was cancelled (while still pending in local) at <time of day>
>   SLEEP test-case Basic2 not compared:  Test job 7636 was cancelled (while still pending in local) at <time of day>
11c15
< Tests Run: 2, Failures: 1
---
> Tests Run: 2, Incomplete: 2
---------- Differences in pythonmocks ----------
4c4
< <-PYT:subprocess.Popen([<path_to_texttest>, '-d', '<test write dir>/TargetApp', '-a', 'sleep', '-l', '-tp', 'Basic', '-slave', '<test write dir>/texttesttmp/<target tmp dir>', '-servaddr', '<host:port>', '-b', 'local'], cwd='<test write dir>/texttesttmp/<target tmp dir>/slavelogs', env=<something>
---
> <-PYT:subprocess.Popen([<path_to_texttest>, '-d', '<test write dir>/TargetApp', '-a', 'sleep', '-l', '-tp', 'Basic', '-slave', '<test write dir>/texttesttmp/<target tmp dir>', '-servaddr', '', '-b', 'local'], cwd='<test write dir>/texttesttmp/<target tmp dir>/slavelogs', env=<something>
9c9
< <-PYT:subprocess.Popen([<path_to_texttest>, '-d', '<test write dir>/TargetApp', '-a', 'sleep', '-l', '-tp', 'Basic2', '-slave', '<test write dir>/texttesttmp/<target tmp dir>', '-servaddr', '<host:port>', '-b', 'local'], cwd='<test write dir>/texttesttmp/<target tmp dir>/slavelogs', env=<something>
---
> <-PYT:subprocess.Popen([<path_to_texttest>, '-d', '<test write dir>/TargetApp', '-a', 'sleep', '-l', '-tp', 'Basic2', '-slave', '<test write dir>/texttesttmp/<target tmp dir>', '-servaddr', '', '-b', 'local'], cwd='<test write dir>/texttesttmp/<target tmp dir>/slavelogs', env=<something>
13a14,17
> <-PYT:popen1.poll()
> <-PYT:popen1.send_signal(<Signals.SIGUSR2: 12>)
> <-PYT:popen2.poll()
> <-PYT:popen2.send_signal(<Signals.SIGUSR2: 12>)
---------- Differences in targetReport ----------
1c1
< FAILED=1,succeeded=1
---
> cancelled=2
3c3
< SLEEP : 2 tests : 1 FAILED
---
> SLEEP : 2 tests : 2 cancelled
7c7
< The following tests FAILED : 
---
> The following tests were cancelled before starting : 
9c9,10
<   - SLEEP test-case Basic2 : errors new(+)
---
>   - SLEEP test-case Basic  : cancelled pending job at <time of day>
>   - SLEEP test-case Basic2 : cancelled pending job at <time of day>
15c16
< Detailed information for the tests that FAILED follows...
---
> Detailed information for the tests that were cancelled before starting follows...
17,28c18,22
< TEST FAILED on : SLEEP test-case Basic2 (under Basic2)
< ---------- New result in errors ----------
< ---------- New result in output ----------
< Sleeping for 5 seconds...
< Done
< 
< Summary of all Successful tests follows...
< ---------------------------------------------------------------------------------
<truncated after showing first 30 lines>
---------- Missing result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-SRV:Completed submission of tests up to capacity
->CLI:7632
sleep:Basic
(itexttestlib.default.runtest
Running
p1
(dp2
S'category'
p3
S'running'
p4
sS'freeText'
p5
S'Running on gewoia'
p6
sS'started'
p7
I1
sS'completed'
p8
I0
sS'briefText'
p9
S'RUN (gewoia)'
p10
p13
asS'observers'
p14
(lp15
<truncated after showing first 30 lines>

TEST were terminated before completion (TIMEOUT) on ts-sim-scenario-ba : QueueSystems ErrorHandling SgeOnly BadRunMachineLocal ( Last six runs Oct2019 Sep2019 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,19
> Description of exception thrown :
> Traceback (most recent call last):
>   File "<filtered>/masterprocess.py", line <filtered>, in run
>     self.runAllTests()
>   File "<filtered>/actionrunner.py", line <filtered>, in runAllTests
>     self.runQueue(self.getTestForRun, self.runTest, "running")
>   File "<filtered>/actionrunner.py", line <filtered>, in runQueue
>     runMethod(test)
>   File "<filtered>/masterprocess.py", line <filtered>, in runTest
>     if not self.submitJob(test, submissionRules, commandArgs, slaveEnv):
>   File "<filtered>/masterprocess.py", line <filtered>, in submitJob
>     cmdArgs = self.getSubmitCmdArgs(test, submissionRules, commandArgs, slaveEnv)
>   File "<filtered>/masterprocess.py", line <filtered>, in getSubmitCmdArgs
>     return queueSystem.getSubmitCmdArgs(*args)
>   File "<filtered>/sge.py", line <filtered>, in getSubmitCmdArgs
>     qsubArgs += ["-o", os.devnull, "-e", self.getSlaveStartErrorFile()]
>   File "<filtered>/sge.py", line <filtered>, in getSlaveStartErrorFile
>     return os.path.join(self.coreFileLocation, "slave_start_errors." + os.getenv("USER"))
> TypeError: must be str, not NoneType
---------- Differences in catalogue ----------
3a4,5
> --------console.<datetime>.<pid>
> ------------slavelogs
---------- Differences in output ----------
3,11c3
< S: SLEEP test-case Basic not compared:
< Failed to submit to SGE (Unable to run job: can't resolve hostname "no_such_machine".)
< Submission command was 'qsub -N Test-Basic-SLEEP -l hostname=no_such_machine -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
< Q: Submitting SLEEP test-case Basic2 to default SGE queue
< S: SLEEP test-case Basic2 not compared:
< Failed to submit to SGE (Unable to run job: can't resolve hostname "no_such_machine".)
< Submission command was 'qsub -N Test-Basic2-SLEEP -l hostname=no_such_machine -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test write dir>/texttesttmp/grid_core_files/slave_start_errors.<user> ... '
< 
---
> Terminating testing due to external interruption
---------- Missing result in exitcode ----------
1
---------- Missing result in externalmocks ----------
<-SRV:TextTest slave server started on <host:port>
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic-SLEEP -l hostname=no_such_machine -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: can't resolve hostname "no_such_machine".
Exiting.
->EXC:1
<-CMD:cd <test_write_dir>/texttesttmp/grid_core_files; qsub -N Test-Basic2-SLEEP -l hostname=no_such_machine -w e -notify -m n -cwd -b y -v STANDARD -o /dev/null -e <test_write_dir>/texttesttmp/grid_core_files/slave_start_errors.<user> exec "$SHELL -c "exec <path_to_texttest> -d <test_write_dir>/TargetApp -a sleep -l -tp Basic2 -slave <test_write_dir>/texttesttmp/<target tmp dir> -servaddr <host:port>""
->ERR:Unable to run job: can't resolve hostname "no_such_machine".
Exiting.
->EXC:1
-- Unordered text as found by filter 'Completed submission of all tests' --
<-SRV:Completed submission of all tests