27Apr16r20558 - detailed test results for COMPLEX

To reconnect the TextTest GUI to these results, run:

texttest -a complex -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.02May022453.8423 -g

To start TextTest for these tests, run:

texttest -a complex -d /home/delphi/sumo/tests


default: 92 tests: 72 succeeded 10 known bugs 10 FAILED

Detailed information for the tests that FAILED:

TEST FAILED on sim-build : state dists_xml ( Last six runs May2016 Apr2016 )

---------- Differences in state ----------
21,22c21,22
<     <vehicle id="0" depart="0.00" route="r1" type="DEFAULT_VEHTYPE" state="0 1" pos="21.40" speed="5.60"/>
<     <vehicle id="1" depart="5.00" route="r1" type="DEFAULT_VEHTYPE" state="5000 1" pos="10.80" speed="4.80"/>
---
>     <vehicle id="0" depart="0.00" route="r1" type="DEFAULT_VEHTYPE" state="0 1" pos="21.40" speed="5.60" posLat="0.00"/>
>     <vehicle id="1" depart="5.00" route="r1" type="DEFAULT_VEHTYPE" state="5000 1" pos="10.80" speed="4.80" posLat="0.00"/>

TEST FAILED on sim-build : state xml ( Last six runs May2016 Apr2016 )

---------- Differences in state ----------
11,12c11,12
<     <vehicle id="0" depart="0.00" route="r1" type="DEFAULT_VEHTYPE" state="0 1" pos="21.40" speed="5.60"/>
<     <vehicle id="1" depart="5.00" route="r1" type="DEFAULT_VEHTYPE" state="5000 1" pos="10.80" speed="4.80"/>
---
>     <vehicle id="0" depart="0.00" route="r1" type="DEFAULT_VEHTYPE" state="0 1" pos="21.40" speed="5.60" posLat="0.00"/>
>     <vehicle id="1" depart="5.00" route="r1" type="DEFAULT_VEHTYPE" state="5000 1" pos="10.80" speed="4.80" posLat="0.00"/>

2 TESTS FAILED on sim-build :

---------- Differences in errors ----------
3,18c3,20
< Warning: Teleporting vehicle 'vehicle.351'; waited too long (jam), lane=':f3_0_1', time=1509.00.
< Warning: Vehicle 'vehicle.351' ends teleporting on edge 'i4', time 1509.00.
< Warning: Teleporting vehicle 'vehicle.773'; waited too long (jam), lane=':f1_0_1', time=2130.00.
< Warning: Vehicle 'vehicle.773' ends teleporting on edge 'i2', time 2130.00.
< Warning: Teleporting vehicle 'vehicle.561'; waited too long (jam), lane='i5_1', time=2167.00.
< Warning: Vehicle 'vehicle.561' ends teleporting on edge 'i6', time 2167.00.
< Warning: Teleporting vehicle 'vehicle.898'; waited too long (jam), lane='i3_1', time=2685.00.
< Warning: Vehicle 'vehicle.898' ends teleporting on edge 'i4', time 2706.00.
< Warning: Teleporting vehicle 'vehicle.1005'; waited too long (jam), lane='i5_1', time=3327.00.
< Warning: Vehicle 'vehicle.1005' ends teleporting on edge 'i6', time 3333.00.
< Warning: Teleporting vehicle 'vehicle.1146'; waited too long (jam), lane='i3_2', time=3423.00.
< Warning: Teleporting vehicle 'vehicle.1165'; waited too long (jam), lane='i1_2', time=3426.00.
< Warning: Vehicle 'vehicle.1146' ends teleporting on edge 'i4', time 3426.00.
< Warning: Vehicle 'vehicle.1165' ends teleporting on edge 'i2', time 3426.00.
< Warning: Teleporting vehicle 'vehicle.1046'; waited too long (jam), lane='i3_1', time=3714.00.
< Warning: Vehicle 'vehicle.1046' ends teleporting on edge 'i4', time 3714.00.
---
> Warning: Teleporting vehicle 'vehicle.375'; waited too long (jam), lane=':f2_0_1', time=1186.00.
> Warning: Vehicle 'vehicle.375' ends teleporting on edge 'i3', time 1186.00.
> Warning: Teleporting vehicle 'vehicle.500'; waited too long (jam), lane='i4_1', time=1449.00.
> Warning: Vehicle 'vehicle.500' ends teleporting on edge 'i5', time 1459.00.
> Warning: Teleporting vehicle 'vehicle.624'; waited too long (jam), lane='i2_1', time=2155.00.
> Warning: Vehicle 'vehicle.624' ends teleporting on edge 'i5', time 2300.00.
> Warning: Teleporting vehicle 'vehicle.798'; waited too long (jam), lane='i6_0', time=3687.00.
> Warning: Vehicle 'vehicle.798' ends teleporting on edge 'e3', time 3793.00.
> Warning: Teleporting vehicle 'vehicle.1710'; waited too long (jam), lane='i3_1', time=4819.00.
> Warning: Vehicle 'vehicle.1710' ends teleporting on edge 'i5', time 4921.00.
> Warning: Teleporting vehicle 'vehicle.1772'; waited too long (jam), lane='i4_1', time=5186.00.
> Warning: Vehicle 'vehicle.1772' ends teleporting on edge 'i5', time 5186.00.
<truncated after showing first 30 lines>
---------- Differences in net ----------
4c4
< <net version="0.25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
---
> <net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
---------- Differences in output ----------
6c6
< Simulation ended at time: 8788.00
---
> Simulation ended at time: 8771.00
13c13
< Teleports: 9 (Jam: 9)
---
> Teleports: 10 (Jam: 10)
sumo b50 ( Last six runs May2016 Apr2016 )
traci b50 ( Last six runs May2016 Apr2016 )

TEST FAILED on sim-build : traci clientCloses sumo-gui ( Last six runs May2016 Apr2016 )

---------- Differences in errors ----------
0a1,11
> FXApp::openDisplay: unable to open display :6209.0
> Traceback (most recent call last):
>   File "/home/delphi/sumo/tests/../tests/complex/traci/clientCloses/runner.py", line 86, in <module>
>     runSingle(99, 50)
>   File "/home/delphi/sumo/tests/../tests/complex/traci/clientCloses/runner.py", line 53, in runSingle
>     traci.init(PORT)
>   File "/home/delphi/sumo/tools/traci/__init__.py", line 65, in init
>     return getVersion()
>   File "/home/delphi/sumo/tools/traci/__init__.py", line 82, in getVersion
>     return _connections[""].getVersion()
> AttributeError: 'NoneType' object has no attribute 'getVersion'
---------- Differences in output ----------
10,21d9
< Loading configuration... done.
< Print ended at step 100
< ----------- SUMO end time is not given -----------
< Loading configuration... done.
< Print ended at step 100
< =========== vehicle leaves before TraCI ends ===========
< ----------- SUMO end time is smaller than TraCI's -----------
< Loading configuration... done.
< Print ended at step 100
< ----------- SUMO end time is not given -----------
< Loading configuration... done.
< Print ended at step 100

TEST FAILED on sim-build : traci pythonApi multiconnect ( Last six runs May2016 Apr2016 )

---------- Differences in output ----------
1,2c1,2
< Loading configuration... done.
< Loading configuration... done.
---
> Loading configuration... Loading configuration... done.
> done.

TEST FAILED on sim-build : traci pythonApi simulation ( Last six runs May2016 Apr2016 )

---------- Differences in state ----------
9,10c9,10
<     <vehicle id="horiz" depart="0.00" route="horizontal" type="DEFAULT_VEHTYPE" state="0 0" pos="32.38" speed="9.45"/>
<     <vehicle id="horiz1" depart="5.00" route="horizontal" type="DEFAULT_VEHTYPE" state="5000 0" pos="5.10" speed="0.00"/>
---
>     <vehicle id="horiz" depart="0.00" route="horizontal" type="DEFAULT_VEHTYPE" state="0 0" pos="32.38" speed="9.45" posLat="0.00"/>
>     <vehicle id="horiz1" depart="5.00" route="horizontal" type="DEFAULT_VEHTYPE" state="5000 0" pos="5.10" speed="0.00" posLat="0.00"/>

3 TESTS FAILED on sim-build :

---------- Differences in net ----------
4c4
< <net version="0.25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
---
> <net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
tutorial hello ( Last six runs May2016 Apr2016 )
tutorial quickstart ( Last six runs May2016 Apr2016 )
tutorial san_pablo_dam ( Last six runs May2016 Apr2016 )

Detailed information for the tests that had known bugs:

TEST had known bugs (bug 1691 (new)) on sim-build : netconvert dlr-navteq_roundtrip ( Last six runs May2016 Apr2016 )

******************************************************
Ticket #1691 (new defect: )
edge shapes at junctions get lost on matsim reimport
http://sumo.dlr.de/trac.wsgi/ticket/1691
Reported By: behrisch Owned by: 
Priority: major Milestone: 1.0.0
Component: net building (NETGEN, NETCONVERT) Version: SVN
Description:
matsim always include the node into the edge shape and thus a reimport does not give the same result. The same issue exists for dlr-navteq #1687
******************************************************
(This bug was triggered by text found in file 'net' matching '.*')
---------- Differences in net ----------
4c4
< <net version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
---
> <net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
6c6
<     <location netOffset="-399345.66,-5809365.64" convBoundary="-1.31,0.00,1737.68,767.39" origBoundary="13.519602,52.425528,13.545248,52.434465" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>
---
>     <location netOffset="-399345.50,-5809365.91" convBoundary="0.00,0.00,1737.97,767.05" origBoundary="1351960.000000,5242553.000000,1354525.000000,5243232.000000" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>
9c9
<         <lane id=":175648134_0_0" index="0" allow="bicycle" speed="5.56" length="4.82" shape="15.90,169.70 14.56,169.04 14.04,168.28 14.35,167.40 15.46,166.42"/>
---
>         <lane id=":175648134_0_0" index="0" allow="bicycle" speed="5.56" length="4.82" shape="16.24,169.26 14.91,168.61 14.39,167.84 14.69,166.97 15.81,165.99"/>
12,13c12,13
<         <lane id=":261599791_0_0" index="0" speed="27.78" length="0.10" shape="34.60,181.48 34.67,181.47"/>
<         <lane id=":261599791_0_1" index="1" speed="27.78" length="0.10" shape="34.18,178.21 34.20,178.20"/>
---
>         <lane id=":261599791_0_0" index="0" speed="27.78" length="0.10" shape="34.51,181.07 34.56,181.07"/>
>         <lane id=":261599791_0_1" index="1" speed="27.78" length="0.10" shape="34.09,177.80 34.11,177.80"/>
16c16
<         <lane id=":261599791_2_0" index="0" speed="27.78" length="2.41" shape="34.18,178.21 32.85,177.55 32.33,176.78"/>
---
>         <lane id=":261599791_2_0" index="0" speed="27.78" length="2.41" shape="34.09,177.80 32.76,177.14 32.25,176.37"/>
19c19
<         <lane id=":261599791_6_0" index="0" speed="27.78" length="2.41" shape="32.33,176.78 32.64,175.91 33.76,174.93"/>
---
>         <lane id=":261599791_6_0" index="0" speed="27.78" length="2.41" shape="32.25,176.37 32.55,175.50 33.68,174.53"/>
22,23c22,23
<         <lane id=":261599791_3_0" index="0" speed="27.78" length="0.10" shape="33.34,171.66 33.34,171.66"/>
<         <lane id=":261599791_3_1" index="1" speed="27.78" length="0.10" shape="33.75,174.93 33.76,174.93"/>
---
<truncated after showing first 30 lines>

TEST had known bugs (bug 1691 (new)) on sim-build : netconvert matsim_roundtrip ( Last six runs May2016 Apr2016 )

******************************************************
Ticket #1691 (new defect: )
edge shapes at junctions get lost on matsim reimport
http://sumo.dlr.de/trac.wsgi/ticket/1691
Reported By: behrisch Owned by: 
Priority: major Milestone: 1.0.0
Component: net building (NETGEN, NETCONVERT) Version: SVN
Description:
matsim always include the node into the edge shape and thus a reimport does not give the same result. The same issue exists for dlr-navteq #1687
******************************************************
(This bug was triggered by text found in file 'net' matching '.*')
---------- Differences in net ----------
4c4
< <net version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
---
> <net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
6c6
<     <location netOffset="-399345.66,-5809365.64" convBoundary="-1.31,0.00,1737.68,767.39" origBoundary="13.519602,52.425528,13.545248,52.434465" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>
---
>     <location netOffset="0.00,-19.68" convBoundary="0.00,0.00,1737.68,747.71" origBoundary="0.00,19.68,1737.68,767.39" projParameter="!"/>
9c9
<         <lane id=":175648134_0_0" index="0" allow="bicycle" speed="5.56" length="4.82" shape="15.90,169.70 14.56,169.04 14.04,168.28 14.35,167.40 15.46,166.42"/>
---
>         <lane id=":175648134_0_0" index="0" speed="5.56" length="4.82" shape="15.90,150.02 14.56,149.36 14.04,148.60 14.35,147.72 15.46,146.74"/>
12,13c12,13
<         <lane id=":261599791_0_0" index="0" speed="27.78" length="0.10" shape="34.60,181.48 34.67,181.47"/>
<         <lane id=":261599791_0_1" index="1" speed="27.78" length="0.10" shape="34.18,178.21 34.20,178.20"/>
---
>         <lane id=":261599791_0_0" index="0" speed="27.78" length="0.10" shape="34.58,161.80 34.67,161.79"/>
>         <lane id=":261599791_0_1" index="1" speed="27.78" length="0.10" shape="34.17,158.53 34.20,158.52"/>
16c16
<         <lane id=":261599791_2_0" index="0" speed="27.78" length="2.41" shape="34.18,178.21 32.85,177.55 32.33,176.78"/>
---
>         <lane id=":261599791_2_0" index="0" speed="27.78" length="2.41" shape="34.17,158.53 32.84,157.87 32.33,157.10"/>
19c19
<         <lane id=":261599791_6_0" index="0" speed="27.78" length="2.41" shape="32.33,176.78 32.64,175.91 33.76,174.93"/>
---
>         <lane id=":261599791_6_0" index="0" speed="27.78" length="2.41" shape="32.33,157.10 32.63,156.23 33.76,155.25"/>
22,23c22,23
<         <lane id=":261599791_3_0" index="0" speed="27.78" length="0.10" shape="33.34,171.66 33.34,171.66"/>
<         <lane id=":261599791_3_1" index="1" speed="27.78" length="0.10" shape="33.75,174.93 33.76,174.93"/>
---
<truncated after showing first 30 lines>

TEST had known bugs (bug 1691 (new)) on sim-build : netconvert opendrive_roundtrip ( Last six runs May2016 Apr2016 )

******************************************************
Ticket #1691 (new defect: )
edge shapes at junctions get lost on matsim reimport
http://sumo.dlr.de/trac.wsgi/ticket/1691
Reported By: behrisch Owned by: 
Priority: major Milestone: 1.0.0
Component: net building (NETGEN, NETCONVERT) Version: SVN
Description:
matsim always include the node into the edge shape and thus a reimport does not give the same result. The same issue exists for dlr-navteq #1687
******************************************************
(This bug was triggered by text found in file 'net' matching '.*')
---------- Differences in net ----------
4c4
< <net version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
---
> <net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
6c6
<     <location netOffset="0.09,0.05" convBoundary="0.00,0.00,1737.79,766.31" origBoundary="-0.55,-0.05,1737.80,766.26" projParameter="!"/>
---
>     <location netOffset="0.02,0.05" convBoundary="0.00,0.00,1737.72,766.31" origBoundary="-0.02,-0.05,1737.70,766.26" projParameter="!"/>
18c18
<         <lane id=":1_0_0" index="0" disallow="pedestrian" speed="13.90" length="4.97" width="3.20" shape="471.21,49.64 471.94,48.30 472.75,47.80 473.64,48.15 474.59,49.35"/>
---
>         <lane id=":1_0_0" index="0" disallow="pedestrian" speed="13.90" length="4.97" width="3.20" shape="471.10,49.20 471.83,47.85 472.64,47.36 473.53,47.71 474.48,48.90"/>
21c21
<         <lane id=":10_0_0" index="0" disallow="pedestrian" speed="13.90" length="11.21" width="3.20" shape="377.73,472.70 375.62,470.39 374.73,467.83 373.73,465.54 371.26,464.06"/>
---
>         <lane id=":10_0_0" index="0" disallow="pedestrian" speed="13.90" length="11.21" width="3.20" shape="377.66,472.70 375.55,470.39 374.66,467.83 373.65,465.54 371.19,464.06"/>
24c24
<         <lane id=":10_1_0" index="0" disallow="pedestrian" speed="13.90" length="34.28" width="3.20" shape="377.73,472.70 367.63,465.58 364.94,461.62 369.66,460.82 381.79,463.18"/>
---
>         <lane id=":10_1_0" index="0" disallow="pedestrian" speed="13.90" length="34.28" width="3.20" shape="377.66,472.70 367.56,465.58 364.87,461.62 369.59,460.82 381.72,463.18"/>
27c27
<         <lane id=":10_2_0" index="0" allow="pedestrian" speed="13.90" length="4.97" width="3.20" shape="377.73,472.70 377.10,471.30 377.20,470.35 378.01,469.86 379.54,469.82"/>
---
>         <lane id=":10_2_0" index="0" allow="pedestrian" speed="13.90" length="4.97" width="3.20" shape="377.66,472.70 377.03,471.30 377.13,470.35 377.94,469.86 379.47,469.82"/>
30c30
<         <lane id=":10_3_0" index="0" allow="pedestrian" speed="13.90" length="12.04" width="3.20" shape="380.97,466.48 376.71,465.65 375.05,465.93 375.99,467.32 379.54,469.82"/>
---
>         <lane id=":10_3_0" index="0" allow="pedestrian" speed="13.90" length="12.04" width="3.20" shape="380.89,466.48 376.63,465.65 374.98,465.93 375.92,467.32 379.47,469.82"/>
33c33
<         <lane id=":10_4_0" index="0" disallow="pedestrian" speed="13.90" length="10.00" width="3.20" shape="380.97,466.48 371.26,464.06"/>
<truncated after showing first 30 lines>

TEST had known bugs (see #1265) on sim-build : netconvert osm_roundtrip ( Last six runs May2016 Apr2016 )

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 ----------
1,2c1,6
< Warning: Discarding unusable type "railway.construction" (first occurence for edge "11390634#0").
< Warning: Discarding unusable type "highway.construction" (first occurence for edge "24154002").
---
> Warning: Discarding unusable type 'waterway.riverbank' (first occurence for edge '4616435#0').
> Warning: Discarding unusable type 'waterway.canal' (first occurence for edge '5363708').
> Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|highway.primary' (first occurence for edge '7216737#0').
> Warning: Discarding unusable type 'railway.construction' (first occurence for edge '11390634#0').
> Warning: Discarding unusable type 'highway.construction' (first occurence for edge '24154002').
> Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.primary' (first occurence for edge '24214693#0').
6,7d9
< Warning: Ambiguity in turnarounds computation at node '283018845'.
< Warning: Ambiguity in turnarounds computation at node 'cluster_283018844_283018932'.
12,16c14,119
< Warning: The traffic light 'joinedG_2' does not control any links; it will not be build.
< Warning: Could not build program '0' for traffic light 'joinedG_2'
< Warning: The traffic light 'joinedG_3' does not control any links; it will not be build.
< Warning: Could not build program '0' for traffic light 'joinedG_3'
< Warning: Ambiguity in turnarounds computation at node '283018845'.
---
> --- 
> +++ 
> @@ -1,39 +1,5 @@
>  <net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
>  
> -
> -    <type id="highway.bridleway" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
> -    <type id="highway.bus_guideway" priority="1" numLanes="1" speed="8.33" allow="bus" oneway="1"/>
> -    <type id="highway.cycleway" priority="1" numLanes="1" speed="5.56" allow="bicycle" oneway="0" width="1.00"/>
> -    <type id="highway.footway" priority="1" numLanes="1" speed="8.33" allow="pedestrian" oneway="1" width="2.00"/>
<truncated after showing first 30 lines>

TEST had known bugs (see #1229) on sim-build : state plain ( Last six runs May2016 Apr2016 )

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 ----------
5a6,55
>     <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"/>
>     <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>

TEST had known bugs (see #254) on sim-build : sumo output one_vehicle ( Last six runs May2016 Apr2016 )

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 (71.0, 71.1) [-1.0, -1.0, 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 (71.0, 72.0) [-1.0, -1.0, 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.
> success ['--step-length', '.1', '--end', '100'] ['3/1to2/1_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>

TEST had known bugs (see #254) on sim-build : sumo output teleport_multihop ( Last six runs May2016 Apr2016 )

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.
> success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0']
> Loading configuration... done.
> success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0']
> Loading configuration... done.
<truncated after showing first 30 lines>

TEST had known bugs (see #254) on sim-build : sumo output two_same_vehicles ( Last six runs May2016 Apr2016 )

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.0, 0.1) [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, 10.0, 10.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.
> 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, 51.0) [10.0, 10.0, -1.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (75.1, 75.2) [-1.0, -1.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.
> success ['--step-length', '.1', '--end', '100'] ['3/1to2/1_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.
> success ['--step-length', '.1', '--end', '100'] ['3/1to2/1_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>

TEST had known bugs (see #254) on sim-build : sumo output two_vehicles_diff_length ( Last six runs May2016 Apr2016 )

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.0, 0.1) [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, 10.0, 10.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.
> 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, 51.0) [10.0, 10.0, -1.0, 10.0, 10.0]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (75.1, 75.2) [-1.0, -1.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 (76.0, 77.0) [-1.0, -1.0, 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.
> success ['--step-length', '.1', '--end', '100'] ['3/1to2/1_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>

TEST had known bugs (see #254) on sim-build : sumo output two_vehicles_diff_speed ( Last six runs May2016 Apr2016 )

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 (38.4, 38.5) [9.5, 9.5, 9.6, 9.6]
> 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 (38.0, 39.0) [9.62, 9.5, 9.64, 9.64]
> 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, 9.5, 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.5, 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.5, 9.62, 9.62]
> Loading configuration... done.
> failed ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) [9.5, 9.5, 9.6, 9.6]
> 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 (38.0, 39.0) [9.62, 9.5, 9.64, 9.64]
> 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, 9.5, 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>