14May14r16371 - detailed test results for COMPLEX
(To start TextTest for these tests, run 'texttest -a complex -d /home/delphi/sumo/tests')
default: 77 tests: 64 succeeded 9 known bugs 3 FAILED 1 killed
Detailed information for the tests that FAILED:
---------- Differences in errors ----------
0a1,12
> Error: tcpip::Socket::accept() Unable to create listening socket: Address already in use
> Quitting (on error).
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tests/complex/sumo/lane_change/best_lanes/runner.py", line 46, in <module>
> traci.init(8813)
> File "/home/delphi/sumo/tests/../tests/complex/sumo/lane_change/best_lanes/../../../../../tools/traci/__init__.py", line 394, in init
> return getVersion()
> File "/home/delphi/sumo/tests/../tests/complex/sumo/lane_change/best_lanes/../../../../../tools/traci/__init__.py", line 416, in getVersion
> result = _sendExact()
> File "/home/delphi/sumo/tests/../tests/complex/sumo/lane_change/best_lanes/../../../../../tools/traci/__init__.py", line 243, in _sendExact
> raise FatalTraCIError("connection closed by SUMO")
> traci.FatalTraCIError: connection closed by SUMO
---------- Differences in output ----------
3,5c3,4
< Loading configuration... done.
< lane -1000+0.-500+0_0:
< length: 1968.0
---
> lane bottom_0:
> length: 24978.9
8,9c7,8
< over: ['-1000+0.-500+0_0', '-500+0.+0+0_1', '+0+0.+500+0_1', '+500+0.+1000+0_1']
< lane 0 ok
---
> over: ['bottom_0', 'right_0', 'top_0', 'left_0', 'bottom_0']
> lane 0 mismatches
13d11
< Success.
15,58d12
< lane -500+0.+0+0_0:
< length: 483.85
< offset: 1
< allowsContinuation: 0
< over: ['-500+0.+0+0_0']
< lane -500+0.+0+0_1:
< length: 1469.5
< offset: 0
< allowsContinuation: 1
< over: ['-500+0.+0+0_1', '+0+0.+500+0_1', '+500+0.+1000+0_1']
< lane -500+0.+0+0_2:
< length: 483.85
< offset: -1
< allowsContinuation: 0
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,15
> Error: Answered with error to command 0xa0: Induction loop '0' is not known
> Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown
> Quitting (on error).
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tests/complex/tutorial/city_mobil/runner.py", line 29, in <module>
> vehicleControl.init(simpleManager.SimpleManager(), True)
> File "/home/delphi/sumo/tests/complex/tutorial/city_mobil/vehicleControl.py", line 87, in init
> traci.init(PORT)
> File "/home/delphi/sumo/tools/traci/__init__.py", line 394, in init
> return getVersion()
> File "/home/delphi/sumo/tools/traci/__init__.py", line 416, in getVersion
> result = _sendExact()
> File "/home/delphi/sumo/tools/traci/__init__.py", line 238, in _sendExact
> _connections[""].send(length + _message.string)
> socket.error: [Errno 32] Broken pipe
---------- Differences in output ----------
3,40d2
< Loading configuration... done.
< waiting time (max, mean, dev): True True True
< ('footmain0to1', 'footmainout') True True True
< ('footmain1to2', 'footmainout') True True True
< ('footmain2to3', 'footmainout') True True True
< ('footmain3to4', 'footmainout') True True True
< ('footmain4to5', 'footmainout') True True True
< ('footmain5to6', 'footmainout') True True True
< ('footmain6to7', 'footmainout') True True True
< ('footmain7to8', 'footmainout') True True True
< ('footmainout', 'footmain0to1') True True True
< ('footmainout', 'footmain1to2') True True True
< ('footmainout', 'footmain2to3') True True True
< ('footmainout', 'footmain3to4') True True True
< ('footmainout', 'footmain4to5') True True True
< ('footmainout', 'footmain5to6') True True True
< ('footmainout', 'footmain6to7') True True True
< ('footmainout', 'footmain7to8') True True True
< CO2: True
< waiting time (max, mean, dev): True True True
< ('footmain0to1', 'footmainout') True True True
< ('footmain1to2', 'footmainout') True True True
< ('footmain2to3', 'footmainout') True True True
< ('footmain3to4', 'footmainout') True True True
< ('footmain4to5', 'footmainout') True True True
< ('footmain5to6', 'footmainout') True True True
< ('footmain6to7', 'footmainout') True True True
< ('footmain7to8', 'footmainout') True True True
< ('footmainout', 'footmain0to1') True True True
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,18
> Error: tcpip::Socket::accept() Unable to create listening socket: Address already in use
> Quitting (on error).
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tests/complex/tutorial/traci_tls/runner.py", line 128, in <module>
> run()
> File "/home/delphi/sumo/tests/../tests/complex/tutorial/traci_tls/runner.py", line 87, in run
> numPriorityVehicles = traci.inductionloop.getLastStepVehicleNumber("0")
> File "/home/delphi/sumo/tests/../tests/complex/tutorial/traci_tls/../../../../tools/traci/inductionloop.py", line 91, in getLastStepVehicleNumber
> return _getUniversal(tc.LAST_STEP_VEHICLE_NUMBER, loopID)
> File "/home/delphi/sumo/tests/../tests/complex/tutorial/traci_tls/../../../../tools/traci/inductionloop.py", line 55, in _getUniversal
> result = traci._sendReadOneStringCmd(tc.CMD_GET_INDUCTIONLOOP_VARIABLE, varID, loopID)
> File "/home/delphi/sumo/tests/../tests/complex/tutorial/traci_tls/../../../../tools/traci/__init__.py", line 273, in _sendReadOneStringCmd
> return _checkResult(cmdID, varID, objID)
> File "/home/delphi/sumo/tests/../tests/complex/tutorial/traci_tls/../../../../tools/traci/__init__.py", line 297, in _checkResult
> result = _sendExact()
> File "/home/delphi/sumo/tests/../tests/complex/tutorial/traci_tls/../../../../tools/traci/__init__.py", line 250, in _sendExact
> raise TraCIException(prefix[1], _RESULTS[prefix[2]], err)
> traci.TraCIException: Induction loop '0' is not known
---------- Differences in output ----------
3,14d2
< Loading net-file from 'data/cross.net.xml'... done (TIME).
< Loading additional-files from 'data/cross.det.xml'... done (TIME).
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 3711.00
< Reason: TraCI requested termination.
< Performance:
< Vehicles:
< Inserted: 768
< Running: 0
< Waiting: 0
<
---------- Missing result in tripinfo ----------
<?xml version="1.0" encoding="UTF-8"?>
<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/tripinfo_file.xsd">
<tripinfo id="left_0" depart="0.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="92.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.75" duration="92.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_left_0" vType="typeWE" vaporized=""/>
<tripinfo id="right_2" depart="3.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="94.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.45" duration="91.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_right_2" vType="typeWE" vaporized=""/>
<tripinfo id="left_1" depart="4.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="2.00" arrival="95.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.45" duration="91.00" routeLength="1005.40" waitSteps="1" rerouteNo="0" devices="tripinfo_left_1" vType="typeWE" vaporized=""/>
<tripinfo id="right_3" depart="7.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="3.00" arrival="99.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.17" duration="92.00" routeLength="1005.40" waitSteps="1" rerouteNo="0" devices="tripinfo_right_3" vType="typeWE" vaporized=""/>
<tripinfo id="left_4" depart="9.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="3.00" arrival="102.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.26" duration="93.00" routeLength="1005.40" waitSteps="1" rerouteNo="0" devices="tripinfo_left_4" vType="typeWE" vaporized=""/>
<tripinfo id="right_5" depart="12.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="3.00" arrival="105.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.43" duration="93.00" routeLength="1005.40" waitSteps="1" rerouteNo="0" devices="tripinfo_right_5" vType="typeWE" vaporized=""/>
<tripinfo id="left_6" depart="22.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="113.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.31" duration="91.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_left_6" vType="typeWE" vaporized=""/>
<tripinfo id="left_7" depart="31.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="122.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.78" duration="91.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_left_7" vType="typeWE" vaporized=""/>
<tripinfo id="left_8" depart="35.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="2.00" arrival="128.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.16" duration="93.00" routeLength="1005.40" waitSteps="1" rerouteNo="0" devices="tripinfo_left_8" vType="typeWE" vaporized=""/>
<tripinfo id="left_9" depart="41.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="134.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.58" duration="93.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_left_9" vType="typeWE" vaporized=""/>
<tripinfo id="right_10" depart="42.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="134.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.53" duration="92.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_right_10" vType="typeWE" vaporized=""/>
<tripinfo id="left_11" depart="45.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="137.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.58" duration="92.00" routeLength="1005.40" waitSteps="1" rerouteNo="0" devices="tripinfo_left_11" vType="typeWE" vaporized=""/>
<tripinfo id="left_12" depart="53.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="145.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.39" duration="92.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_left_12" vType="typeWE" vaporized=""/>
<tripinfo id="right_13" depart="55.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="146.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.32" duration="91.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_right_13" vType="typeWE" vaporized=""/>
<tripinfo id="right_14" depart="61.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="153.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.37" duration="92.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_right_14" vType="typeWE" vaporized=""/>
<tripinfo id="right_15" depart="69.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="161.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.33" duration="92.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_right_15" vType="typeWE" vaporized=""/>
<tripinfo id="right_16" depart="84.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="176.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.66" duration="92.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_right_16" vType="typeWE" vaporized=""/>
<tripinfo id="down_18" depart="89.00" departLane="54o_0" departPos="10.00" departSpeed="0.00" departDelay="0.00" arrival="180.00" arrivalLane="53i_0" arrivalPos="10.00" arrivalSpeed="11.49" duration="91.00" routeLength="1000.50" waitSteps="0" rerouteNo="0" devices="tripinfo_down_18" vType="typeNS" vaporized=""/>
<tripinfo id="down_19" depart="97.00" departLane="54o_0" departPos="10.00" departSpeed="0.00" departDelay="1.00" arrival="186.00" arrivalLane="53i_0" arrivalPos="10.00" arrivalSpeed="11.41" duration="89.00" routeLength="1000.50" waitSteps="0" rerouteNo="0" devices="tripinfo_down_19" vType="typeNS" vaporized=""/>
<tripinfo id="left_17" depart="85.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="203.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.08" duration="118.00" routeLength="1005.40" waitSteps="15" rerouteNo="0" devices="tripinfo_left_17" vType="typeWE" vaporized=""/>
<tripinfo id="right_20" depart="99.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="203.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.28" duration="104.00" routeLength="1005.40" waitSteps="3" rerouteNo="0" devices="tripinfo_right_20" vType="typeWE" vaporized=""/>
<tripinfo id="right_22" depart="108.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="206.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="11.44" duration="98.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_right_22" vType="typeWE" vaporized=""/>
<tripinfo id="left_21" depart="99.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="207.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="11.61" duration="108.00" routeLength="1005.40" waitSteps="3" rerouteNo="0" devices="tripinfo_left_21" vType="typeWE" vaporized=""/>
<tripinfo id="right_23" depart="114.00" departLane="51o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="208.00" arrivalLane="52i_0" arrivalPos="10.00" arrivalSpeed="7.92" duration="94.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_right_23" vType="typeWE" vaporized=""/>
<tripinfo id="down_24" depart="122.00" departLane="54o_0" departPos="10.00" departSpeed="0.00" departDelay="0.00" arrival="212.00" arrivalLane="53i_0" arrivalPos="10.00" arrivalSpeed="11.10" duration="90.00" routeLength="1000.50" waitSteps="0" rerouteNo="0" devices="tripinfo_down_24" vType="typeNS" vaporized=""/>
<tripinfo id="left_26" depart="131.00" departLane="52o_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="222.00" arrivalLane="51i_0" arrivalPos="10.00" arrivalSpeed="10.90" duration="91.00" routeLength="1005.40" waitSteps="0" rerouteNo="0" devices="tripinfo_left_26" vType="typeWE" vaporized=""/>
<truncated after showing first 30 lines>
Detailed information for the tests that had known bugs:
******************************************************
Ticket #1186 (new defect: )
"investigate emergency stops ""for unknown reasons"" in b50"
http://sumo-sim.org/trac.wsgi/ticket/1186
Reported By: namdre Owned by:
Priority: major Milestone: 0.21.0
Component: simulation general (micro) Version: SVN
Description:
******************************************************
(This bug was triggered by text found in file 'errors' matching 'emergency stop .* for unknown reason')
---------- Differences in errors ----------
1,12c1,37
< Warning: Teleporting vehicle 'vehicle.414'; waited too long (jam), lane='i2_1', time=1185.00.
< Warning: Vehicle 'vehicle.414' ends teleporting on edge 'i3', time 1185.00.
< Warning: Teleporting vehicle 'vehicle.1384'; waited too long (jam), lane='i2_1', time=3859.00.
< Warning: Vehicle 'vehicle.1384' ends teleporting on edge 'i3', time 3910.00.
< Warning: Teleporting vehicle 'vehicle.1637'; waited too long (jam), lane='i3_2', time=4610.00.
< Warning: Vehicle 'vehicle.1637' ends teleporting on edge 'i4', time 4610.00.
< Warning: Teleporting vehicle 'vehicle.1489'; waited too long (wrong lane), lane='i7_1', time=4782.00.
< Warning: Vehicle 'vehicle.1489' ends teleporting on edge 'e1', time 4807.00.
< Warning: Teleporting vehicle 'vehicle.1523'; waited too long (wrong lane), lane='i7_1', time=4818.00.
< Warning: Vehicle 'vehicle.1523' ends teleporting on edge 'e1', time 4846.00.
< Warning: Teleporting vehicle 'vehicle.1810'; waited too long (wrong lane), lane='i7_1', time=5789.00.
< Warning: Vehicle 'vehicle.1810' ends teleporting on edge 'e1', time 5814.00.
---
> Warning: Teleporting vehicle 'vehicle.85'; waited too long (wrong lane), lane='i7_2', time=622.00.
> Warning: Vehicle 'vehicle.85' ends teleporting on edge 'o', time 622.00.
> Warning: Teleporting vehicle 'vehicle.236'; waited too long (jam), lane='i3_1', time=670.00.
> Warning: Vehicle 'vehicle.236' ends teleporting on edge 'i4', time 670.00.
> Warning: Teleporting vehicle 'vehicle.55'; waited too long (wrong lane), lane='i7_1', time=687.00.
> Warning: Vehicle 'vehicle.55' ends teleporting on edge 'e2', time 740.00.
> Warning: Teleporting vehicle 'vehicle.241'; waited too long (wrong lane), lane='i7_2', time=1327.00.
> Warning: Vehicle 'vehicle.241' ends teleporting on edge 'e1', time 1361.00.
> Warning: Teleporting vehicle 'vehicle.437'; waited too long (wrong lane), lane='i7_2', time=1796.00.
> Warning: Vehicle 'vehicle.437' ends teleporting on edge 'e1', time 1823.00.
> Warning: Teleporting vehicle 'vehicle.698'; waited too long (jam), lane='i2_1', time=2289.00.
> Warning: Vehicle 'vehicle.698' ends teleporting on edge 'i3', time 2289.00.
> Warning: Vehicle 'vehicle.751' performs emergency stop at the end of lane ':f1_0_2 for unknown reasons (decel=-12.41), time=2290.00.
> Warning: Teleporting vehicle 'vehicle.741'; waited too long (jam), lane=':f1_0_1', time=2617.00.
> Warning: Vehicle 'vehicle.741' ends teleporting on edge 'i2', time 2617.00.
> Warning: Teleporting vehicle 'vehicle.698'; waited too long (jam), lane='i3_1', time=2674.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
6c6
< Simulation ended at time: 8896.00
---
> Simulation ended at time: 10142.00
2 TESTS had known bugs (see #254) on ts-simulation8.traffictower :
different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching '[10')
---------- Differences in output ----------
0a1,96
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.1, 30.2) [10.0, 0.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 4/1to3/1_0 (0.0, 0.1) [10.0, -1.0, -1.0, -1.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 31.0) [10.0, 8.89, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 4/1to3/1_0 (0.0, 1.0) [10.0, -1.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) [10.0, 9.85, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 4/1to3/1_0 (0.0, 10.0) [10.0, -1.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) [10.0, 10.0, 9.94, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) [10.0, 10.0, 9.94, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.1, 30.2) [10.0, 0.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 4/1to3/1_0 (0.0, 0.1) [10.0, -1.0, -1.0, -1.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 31.0) [10.0, 8.89, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 4/1to3/1_0 (0.0, 1.0) [10.0, -1.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) [10.0, 9.85, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 4/1to3/1_0 (0.0, 10.0) [10.0, -1.0, 10.0, 10.0]
> Loading configuration... done.
<truncated after showing first 30 lines>
sumo output two_same_vehicles (
Last six runs
May2014
Apr2014
Mar2014
Feb2014
Jan2014
Dec2013
Nov2013
Oct2013
Sep2013
Aug2013
)
sumo output two_vehicles_diff_length (
Last six runs
May2014
Apr2014
Mar2014
Feb2014
Jan2014
Dec2013
Nov2013
Oct2013
Sep2013
Aug2013
)
different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching '[10')
---------- Differences in output ----------
0a1,96
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.1, 70.2) [10.0, 0.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.1, 70.2) [10.0, 0.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) [10.0, 8.89, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) [10.0, 8.89, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [10.0, 7.38, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [10.0, 7.38, 10.0, 10.0]
> Loading configuration... done.
<truncated after showing first 30 lines>
different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching '[10')
---------- Differences in output ----------
0a1,96
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 4/1to3/1_0 (0.9, 1.0) [10.0, -1.0, -1.0, -1.0]
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 4/1to3/1_0 (0.0, 1.0) [10.0, -1.0, -1.0, -1.0]
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['3/1to2/1_0']
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 4/1to3/1_0 (0.0, 10.0) [10.0, -1.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) [-1.0, 10.0, 10.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) [-1.0, 10.0, 10.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (70.9, 71.0) [10.0, 10.23, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 4/1to3/1_0 (0.9, 1.0) [10.0, -1.0, -1.0, -1.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (70.0, 71.0) [10.0, 10.23, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 4/1to3/1_0 (0.0, 1.0) [10.0, -1.0, -1.0, -1.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (70.0, 80.0) [10.0, 10.23, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 4/1to3/1_0 (0.0, 10.0) [10.0, -1.0, 10.0, 10.0]
> Loading configuration... done.
<truncated after showing first 30 lines>
different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching '[10')
---------- Differences in output ----------
0a1,96
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.1, 30.2) [10.0, 0.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 4/1to3/1_0 (0.0, 0.1) [10.0, -1.0, -1.0, -1.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 31.0) [10.0, 8.89, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 4/1to3/1_0 (0.0, 1.0) [10.0, -1.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) [9.86, 8.3, 9.86, 9.86]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 4/1to3/1_0 (0.0, 10.0) [9.67, -1.0, 9.67, 9.67]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) [10.0, 9.62, 9.33, 9.62, 9.62]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) [10.0, 9.62, 9.33, 9.62, 9.62]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.1, 30.2) [10.0, 0.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 4/1to3/1_0 (0.0, 0.1) [10.0, -1.0, -1.0, -1.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 31.0) [10.0, 8.89, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 4/1to3/1_0 (0.0, 1.0) [10.0, -1.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) [9.86, 8.3, 9.86, 9.86]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 4/1to3/1_0 (0.0, 10.0) [9.67, -1.0, 9.67, 9.67]
> Loading configuration... done.
<truncated after showing first 30 lines>
different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching '[10')
---------- Differences in output ----------
0a1,96
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0']
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.1, 70.2) [10.0, 0.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.1, 70.2) [10.0, 0.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) [10.0, 8.89, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) [10.0, 8.89, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [10.0, 9.85, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [10.0, 9.85, 10.0, 10.0]
> Loading configuration... done.
<truncated after showing first 30 lines>
information about node membership in a joined TLS is lost
(This bug was triggered by text found in file 'errors' matching '- <node id="283018817".*tl="joinedS_0"/>')
---------- Differences in errors ----------
16a17,53
> ---
> +++
> @@ -1541,8 +1541,8 @@
> <connection from="5784950#0" to="5784950#1" fromLane="0" toLane="0" tl="joinedS_0" linkIndex="12" dir="s" state="o"/>
> <connection from="5784950#0" to="6137239#3" fromLane="0" toLane="0" tl="joinedS_0" linkIndex="13" dir="l" state="o"/>
> <connection from="5784950#1" to="5784950#2" fromLane="0" toLane="0" dir="s" state="M"/>
> - <connection from="5784950#2" to="-6137233#4" fromLane="0" toLane="0" dir="r" state="M"/>
> - <connection from="5784950#2" to="5784950#3" fromLane="0" toLane="0" dir="s" state="M"/>
> + <connection from="5784950#2" to="-6137233#4" fromLane="0" toLane="0" dir="r" state="m"/>
> + <connection from="5784950#2" to="5784950#3" fromLane="0" toLane="0" dir="s" state="m"/>
> <connection from="5784950#3" to="27437972#3" fromLane="0" toLane="0" pass="1" dir="r" state="M"/>
> <connection from="5784968#1" to="5784968#3" fromLane="0" toLane="0" tl="cluster_283719904_36268403" linkIndex="0" dir="s" state="o"/>
> <connection from="5784968#1" to="5198596#0" fromLane="0" toLane="0" tl="cluster_283719904_36268403" linkIndex="1" dir="l" state="o"/>
> @@ -1601,19 +1601,19 @@
> <node id="261636677" x="1119.89" y="114.18" type="priority"/>
> <node id="261636678" x="1115.15" y="53.12" type="priority"/>
> <node id="27437972#1-AddedOffRampNode" x="766.37" y="525.27" type="priority"/>
> - <node id="283018817" x="613.50" y="547.70" type="traffic_light" tl="joinedS_0"/>
> + <node id="283018817" x="613.50" y="547.70" type="traffic_light"/>
> <node id="283018841" x="520.23" y="532.83" type="dead_end"/>
> <node id="283018842" x="480.89" y="521.99" type="dead_end"/>
> <node id="283018845" x="359.89" y="459.46" type="traffic_light" tl="joinedS_1"/>
> <node id="283018933" x="537.36" y="508.91" type="priority"/>
> <node id="283719736" x="1053.02" y="520.83" type="priority"/>
> <node id="283720461" x="1021.53" y="494.52" type="traffic_light" tl="joinedS_2"/>
> - <node id="283721344" x="1019.45" y="531.46" type="dead_end" tl="joinedS_2"/>
> + <node id="283721344" x="1019.45" y="531.46" type="dead_end"/>
> <node id="283721473" x="1007.12" y="573.30" type="dead_end"/>
> <node id="283722835" x="1020.81" y="585.83" type="unregulated"/>
<truncated after showing first 30 lines>
to many tls events
(This bug was triggered by text found in file 'tls_state' matching '<tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>')
---------- Differences in tls_state ----------
3c3
< <!-- generated on Wed Apr 2 09:47:33 2014 by SUMO sumo Version dev-SVN-r16088
---
> <!-- generated on Wed May 14 00:31:15 2014 by SUMO sumo Version dev-SVN-r16371
30a31,80
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
> <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>
<truncated after showing first 30 lines>
Detailed information for the tests that were terminated before completion:
Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,40
> Exception in thread Thread-1:
> Traceback (most recent call last):
> File "/usr/lib64/python2.7/threading.py", line 808, in __bootstrap_inner
> self.run()
> File "/usr/lib64/python2.7/threading.py", line 761, in run
> self.__target(*self.__args, **self.__kwargs)
> File "/home/delphi/sumo/tests/../tests/complex/sumo/protobuf/runner.py", line 49, in <lambda>
> threading.Thread(target=lambda:connect(IN_PORT, OUT_PORT)).start()
> File "/home/delphi/sumo/tests/../tests/complex/sumo/protobuf/runner.py", line 26, in connect
> i.connect(("localhost", inPort))
> File "/usr/lib64/python2.7/socket.py", line 224, in meth
> return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
>
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tests/complex/sumo/protobuf/../../../../tools/xml/protobuf2xml.py", line 119, in <module>
> main()
> File "/home/delphi/sumo/tests/../tests/complex/sumo/protobuf/../../../../tools/xml/protobuf2xml.py", line 115, in main
> writeXml(attrFinder.xsdStruc.root.name, module, options)
> File "/home/delphi/sumo/tests/../tests/complex/sumo/protobuf/../../../../tools/xml/protobuf2xml.py", line 85, in writeXml
> inputf = xml2csv.getSocketStream(int(options.source))
> File "/home/delphi/sumo/tools/xml/xml2csv.py", line 185, in getSocketStream
> conn, addr = s.accept()
> File "/usr/lib64/python2.7/socket.py", line 202, in accept
> sock, addr = self._sock.accept()
> KeyboardInterrupt
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tests/complex/sumo/protobuf/../../../../tools/xml/xml2protobuf.py", line 182, in <module>
> main()
<truncated after showing first 30 lines>
---------- Differences in output ----------
5c5
< @@ -3,33 +3 @@
---
> @@ -3,329 +3 @@
8c8,304
< +<trajectories timeStepSize="1000">
---
> - <actorConfig id="1" vehicleClass="Passenger" fuel="Gasoline" emissionClass="Euro0" ref="DEFAULT_VEHTYPE"/>
> - <vehicle id="0" actorConfig="1" startTime="0" ref="0"/>
> - <motionState vehicle="0" speed="1000" time="0" acceleration="0"/>
> - <motionState vehicle="0" speed="1000" time="1000" acceleration="0"/>
> - <motionState vehicle="0" speed="1000" time="2000" acceleration="0"/>
> - <motionState vehicle="0" speed="1000" time="3000" acceleration="0"/>
> - <motionState vehicle="0" speed="1000" time="4000" acceleration="0"/>
> - <motionState vehicle="0" speed="1000" time="5000" acceleration="0"/>
> - <vehicle id="1" actorConfig="1" startTime="5000" ref="1"/>
> - <motionState vehicle="1" speed="1000" time="5000" acceleration="0"/>
> - <motionState vehicle="0" speed="1000" time="6000" acceleration="0"/>
> - <motionState vehicle="1" speed="1000" time="6000" acceleration="0"/>
> - <motionState vehicle="0" speed="1000" time="7000" acceleration="0"/>
> - <motionState vehicle="1" speed="1000" time="7000" acceleration="0"/>
> - <motionState vehicle="0" speed="1000" time="8000" acceleration="0"/>
> - <motionState vehicle="1" speed="1000" time="8000" acceleration="0"/>
> - <motionState vehicle="0" speed="1000" time="9000" acceleration="0"/>
> - <motionState vehicle="1" speed="1000" time="9000" acceleration="0"/>
> - <motionState vehicle="0" speed="1000" time="10000" acceleration="0"/>
> - <motionState vehicle="1" speed="1000" time="10000" acceleration="0"/>
> - <motionState vehicle="0" speed="1000" time="11000" acceleration="0"/>
> - <motionState vehicle="1" speed="1000" time="11000" acceleration="0"/>
> - <motionState vehicle="0" speed="1000" time="12000" acceleration="0"/>
<truncated after showing first 30 lines>