18Mar16r20245 - detailed test results for TOOLS

To reconnect the TextTest GUI to these results, run:

texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.31Mar021245.12919 -g

To start TextTest for these tests, run:

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


default: 260 tests: 255 succeeded 4 FAILED 1 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on sim-build : projects evacuation plain ( Last six runs Mar2016 )

---------- Differences in errors ----------
175a176,177
> Warning: to-edge of restriction relation could not be determined
> Warning: Ignoring restriction relation '6049112'.
218d219
< Warning: Not joining junctions 1342724020,26873453 because the cluster is too complex (parallel incoming 157390073#2,48859721)
295d295
< Warning: Not joining junctions 1804564265,3606847927,667475305 because the cluster is too complex (parallel outgoing -52524527,169289182)
345a346
> Warning: Not joining junctions 2097309489,26823011,26823012 because the cluster is too complex (5 incoming edges)
412c413
< Warning: Not joining junctions 269570993,676423400 because the cluster is too complex (parallel incoming -24812680,53543021)
---
> Warning: Not joining junctions 269570993,676423400 because the cluster is too complex (parallel incoming -24812680#0,53543021)
508d508
< Warning: Not joining junctions 318112303,455311725,455311742 because the cluster is too complex (parallel incoming 136697954,136697957)
563a564
> Warning: Not joining junctions 4060606606,791236073 because the cluster is too complex (parallel incoming -403732005,-64233720#0)
566a568
> Warning: Not joining junctions 455311725,455311742 because the cluster is too complex (parallel incoming 136697954,136697957)
598c600
< Warning: Not joining junctions 667475301,667475302 because the cluster is too complex (parallel incoming -52524527,-52524529)
---
> Warning: Not joining junctions 667475301,667475302 because the cluster is too complex (parallel incoming -52524527,-52524529#0)
627c629
< Error: Could not set connection from '219066682_0' to '24654535_4294967295'.
---
> Warning: Could not set connection from '219066682_0' to '24654535_4294967295'.
683a686
> Warning: Ambiguity in turnarounds computation at junction '4057363031'.
694d696
<truncated after showing first 30 lines>
---------- Differences in output ----------
4,7d3
< Found duplicate nodes. Substituting 3987794203 with 3987794202
< Found duplicate nodes. Substituting 3997661445 with 3517810193
< Found duplicate nodes. Substituting 4016273048 with 26992494
< Found duplicate nodes. Substituting 4016273049 with 2306772973
26c22
<    37203 nodes loaded.
---
>    37239 nodes loaded.
28c24
<    36921 edges loaded.
---
>    36954 edges loaded.
33c29
<  Joined 721 junction cluster(s).
---
>  Joined 722 junction cluster(s).
35c31
<    26635 nodes removed.
---
>    26672 nodes removed.
67,68c63,64
<   Priority junctions          : 6828
<   Right-before-left junctions : 2455
---
>   Priority junctions          : 6829
>   Right-before-left junctions : 2452

TEST FAILED on sim-build : xml schemaCheck tests cfgs ( Last six runs Mar2016 )

---------- Differences in errors ----------
4c4
< Bytes: 0xF6 0x74 0x2E 0x6E, line 3, column 27
---
> Bytes: 0xF6 0x74 0x2E 0x6E, line 3, column 26

TEST FAILED on sim-build : xml schemaCheck tests routes ( Last six runs Mar2016 )

---------- Differences in errors ----------
34a35
> sumo/extended/rerouter/use_routing_device/input_routes.rou.xml:11:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'param': This element is not expected. Expected is one of ( route, routeDistribution, stop ).

TEST FAILED on sim-build : xml schemaCheck tests sim_outputs ( Last six runs Mar2016 )

---------- Differences in errors ----------
1a2
> /home/delphi/sumo/tests/sumo/output/e2/errors/lane_empty/detector.sumo:27:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'detector': Missing child element(s). Expected is ( interval ).

Detailed information for the tests that had known bugs:

TEST had known bugs (bug 1190 (new)) on sim-build : xml csv2xml cross3ltl_full_schema ( Last six runs Mar2016 )

******************************************************
Ticket #1190 (new defect: )
csv2xml cannot handle elements without attributes
http://sumo.dlr.de/trac.wsgi/ticket/1190
Reported By: behrisch Owned by: 
Priority: major Milestone: 1.0.0
Component: tools (python) Version: SVN
Description:
they are simply ignored. We could fix this by simply disallowing them in the input (they only occur in the full output and are quite useless there) or by looking at the schema in more detail when transforming
******************************************************
(This bug was triggered by FAILING to find text in file 'xml' matching 'vehicles')
---------- Differences in xml ----------
1,29d0
< <?xml version="1.0" encoding="UTF-8"?>
< 
< <!-- generated on Tue Dec  3 16:33:35 2013 by SUMO sumo Version dev-SVN-r15233
< <?xml version="1.0" encoding="UTF-8"?>
< 
< <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
< 
<     <input>
<         <net-file value="net.net.xml"/>
<         <route-files value="input_routes.rou.xml"/>
<     </input>
< 
<     <output>
<         <full-output value="full.xml"/>
<     </output>
< 
<     <time>
<         <begin value="0"/>
<         <end value="120"/>
<     </time>
< 
<     <report>
<         <no-duration-log value="true"/>
<         <no-step-log value="true"/>
<     </report>
< 
< </configuration>
< -->
< 
<truncated after showing first 30 lines>