17Jul16r21180 - 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.31Jul021504.47951 -g

To start TextTest for these tests, run:

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


default: 265 tests: 263 succeeded 1 known bugs 1 FAILED

Detailed information for the tests that FAILED:

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

---------- Differences in errors ----------
0a1,2
> Warning: Value of key 'layer' is not numeric ('-2;-1') in edge '83604028'.
> Warning: Value of key 'layer' is not numeric ('yes') in edge '376520557'.
4a7,9
> Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|cycleway.none|highway.primary' (first occurence for edge '4068078#0').
> Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|cycleway.none|highway.primary' (first occurence for edge '4068078#0').
> Warning: Discarding unknown compound 'cycleway.none' in type 'cycleway.lane|cycleway.lane|cycleway.none|highway.primary' (first occurence for edge '4068078#0').
9a15
> Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.residential' (first occurence for edge '4383744').
13d18
< Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.residential' (first occurence for edge '4396234').
27a33
> Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4741460').
29d34
< Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4790904').
39a45
> Warning: Discarding unusable type 'railway.proposed' (first occurence for edge '23707860').
48a55
> Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.service' (first occurence for edge '27016828').
50a58,59
> Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|highway.primary' (first occurence for edge '30711175#0').
> Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|cycleway.lane|highway.primary' (first occurence for edge '30711175#0').
59d67
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.service' (first occurence for edge '34835387').
62,63c70,71
< Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292').
---
> Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292#0').
> Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|highway.tertiary' (first occurence for edge '38207292#0').
<truncated after showing first 30 lines>
---------- Differences in output ----------
3,7c3,16
< Found duplicate nodes. Substituting 3215103784 with 288002013
< 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
---
> Found duplicate nodes. Substituting 4275787487 with 2601268837
> Found duplicate nodes. Substituting 4284917912 with 3050246298
> Found duplicate nodes. Substituting 4300757890 with 4273017090
> Found duplicate nodes. Substituting 4303792213 with 4273017090
> Found duplicate nodes. Substituting 4303805095 with 4273017090
> Found duplicate nodes. Substituting 4303818410 with 4273017090
> Found duplicate nodes. Substituting 4303818411 with 4273017090
> Found duplicate nodes. Substituting 4303837892 with 4273017090
> Found duplicate nodes. Substituting 4303999890 with 4273017090
> Found duplicate nodes. Substituting 4304063209 with 4303818592
> Found duplicate nodes. Substituting 4304308095 with 4273017090
> Found duplicate nodes. Substituting 4304405089 with 4273017090
> done.
> Parsing edges from osm-file 'osm_bbox.osm.xml'... 
9d17
< Parsing edges from osm-file 'osm_bbox.osm.xml'... done.
17d24
< Found duplicate edges. Removing 377118659
18a26,28
> Found duplicate edges. Removing 385250934
> Found duplicate edges. Removing 387118485
> Found duplicate edges. Removing 388432544
24c34
<truncated after showing first 30 lines>

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 Jul2016 )

******************************************************
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: 
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>