12May20rv1_6_0+0191-1b84fa76ca - detailed test results for TOOLS

To reconnect the TextTest GUI to these results, run:

texttest -a tools -d /home/delphi/gcc/sumo/tests -reconnect /home/delphi/gcc/texttesttmp/gcc4_64.31May001828.17070 -g

To start TextTest for these tests, run:

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


default: 564 tests: 534 succeeded 26 FAILED 4 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : build checkStyle complex ( Last six runs May2020 )

---------- Differences in output ----------
0a1,4
> sumo/meso/runner.py:40:121: E501 line too long (156 > 120 characters)
> traci/simulation/loadState/runner.py:33:5: E128 continuation line under-indented for visual indent
> traci/simulation/loadState/runner.py:34:5: E128 continuation line under-indented for visual indent
> traci/simulation/loadState/runner.py:39:31: E703 statement ends with a semicolon

TEST FAILED on ts-sim-build-ba : build checkStyle header ( Last six runs May2020 )

---------- Differences in output ----------
14a15
> src/netedit/elements/GNECandidateElement.h broken @file reference /// @file    GNEAttributeCarrier.h

TEST FAILED on ts-sim-build-ba : build checkStyle tools ( Last six runs May2020 )

---------- Differences in output ----------
0a1,19
> import/gtfs/gtfs2pt.py:232:121: E501 line too long (124 > 120 characters)
> import/gtfs/gtfs2pt.py:234:121: E501 line too long (122 > 120 characters)
> import/gtfs/gtfs2pt.py:257:26: E111 indentation is not a multiple of four
> import/gtfs/gtfs2pt.py:258:26: E111 indentation is not a multiple of four
> import/gtfs/gtfs2pt.py:259:30: E111 indentation is not a multiple of four
> generateParkingLots.py:40:1: E303 too many blank lines (3)
> generateParkingLots.py:97:1: W293 blank line contains whitespace
> generateParkingLots.py:104:28: E231 missing whitespace after ','
> generateParkingLots.py:105:28: E231 missing whitespace after ','
> generateParkingLots.py:106:28: E231 missing whitespace after ','
> generateParkingLots.py:107:28: E231 missing whitespace after ','
> generateParkingLots.py:141:48: E231 missing whitespace after ','
> generateParkingLots.py:154:30: E703 statement ends with a semicolon
> output/computeCoordination.py:47:121: E501 line too long (123 > 120 characters)
> output/computeCoordination.py:49:121: E501 line too long (140 > 120 characters)
> output/computeCoordination.py:51:121: E501 line too long (138 > 120 characters)
> output/computeCoordination.py:53:121: E501 line too long (167 > 120 characters)
> output/computeCoordination.py:98:18: E114 indentation is not a multiple of four (comment)
> net/netdiff.py:73:121: E501 line too long (149 > 120 characters)

TEST FAILED on ts-sim-build-ba : import OSM webWizard ( Last six runs May2020 )

---------- Differences in output ----------
118c118,140
< Success.
---
> Building scenario in <DIR>
> generating trips...
> Cannot extend route before first stop for line '1981933' (stop edge -148458500#1 not in route)
> Cannot extend route after last stop for line '2014286' (stop edge 207364192#0 not in route)
> Cannot extend route after last stop for line '2076231' (stop edge 207364191#0 not in route)
> Cannot extend route after last stop for line '2076232' (stop edge 207364191#0 not in route)
> Skipping line '2194813' because because it only drives at night
> Skipping line '2194814' because because it only drives at night
> Cannot extend route before first stop for line '2211985' (stop edge -478396988 not in route)
> Cannot extend route before first stop for line '28270' (stop edge -148458500#1 not in route)
> Cannot extend route to fringe for line '300432' (not enough edges given)
> Cannot extend route to fringe for line '6593455' (not enough edges given)
> Imported 84 lines with 317 stops and skipped 2 lines
>    tram: 20
>    bus: 27
>    train: 13
>    light_rail: 18
>    subway: 6
> done.
> running SUMO to determine actual departure times...
> done.
> creating routes...
> done.
160,182c182
< Building scenario in <DIR>
< generating trips...
< Cannot extend route before first stop for line '1981933' (stop edge -148458500#1 not in route)
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : route cut_routes big ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 493, in main
>     write_to_file(cut_routes(edges, orig_net, options, busStopEdges, finalEdgeMap), f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
2,10d1
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 2 vehicles, 0 persons, 0 flows and kept 1 routes
< Number of disconnected routes: 1.
< Wrote 2 vTypes, 1 vehicles
< Building line offset index for out.rou.xml.unsorted
< Parsing out.rou.xml.unsorted for line indices and departs
<   found 1 items
< Copying elements from out.rou.xml.unsorted to out.rou.xml sorted by departure
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle depart="0.00" id="straight" type="slow">
        <route edges="middle end"/>
    </vehicle>
</routes>

TEST FAILED on ts-sim-build-ba : route cut_routes exitTimes ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
5d4
< Wrote 1 vehicles
---------- Differences in routes ----------
1,6d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vehicle arrival="573.00" depart="116.00" id="straight" type="slow">
<         <route edges="middle end"/>
<     </vehicle>
< </routes>

TEST FAILED on ts-sim-build-ba : route cut_routes flows ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
8d7
< Wrote 1 flows, 2 vTypes
---------- Differences in routes ----------
1,8d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vType id="fast" maxSpeed="50"/>
<     <vType id="slow" maxSpeed="5"/>
<     <flow begin="0.00" end="100.00" id="straight" number="100" type="slow">
<         <route edges="middle end"/>
<     </flow>
< </routes>

TEST FAILED on ts-sim-build-ba : route cut_routes heterogeneous ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
7d6
< Wrote 1 routes, 2 vTypes, 2 vehicles
---------- Differences in routes ----------
1,10d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vType id="fast" maxSpeed="50"/>
<     <vType id="slow" maxSpeed="5"/>
<     <route edges="middle end" id="s"/>
<     <vehicle depart="0.00" id="straight" type="slow">
<         <route edges="middle end"/>
<     </vehicle>
<     <vehicle depart="0.00" id="straight_ref" route="s"/>
< </routes>

TEST FAILED on ts-sim-build-ba : route cut_routes keep_disconnected ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
7d6
< Wrote 2 vTypes, 3 vehicles
---------- Differences in routes ----------
1,14d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vType id="fast" maxSpeed="50"/>
<     <vType id="slow" maxSpeed="5"/>
<     <vehicle depart="0.00" id="left_part0" type="fast">
<         <route edges="beg2left"/>
<     </vehicle>
<     <vehicle depart="0.00" id="left_part1" type="fast">
<         <route edges="left2end end"/>
<     </vehicle>
<     <vehicle depart="0.00" id="straight" type="slow">
<         <route edges="middle end"/>
<     </vehicle>
< </routes>

TEST FAILED on ts-sim-build-ba : route cut_routes keep_disconnected_with_original_net ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
5d4
< Wrote 2 vTypes, 3 vehicles
---------- Differences in routes ----------
1,14d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vType id="fast" maxSpeed="50"/>
<     <vType id="slow" maxSpeed="5"/>
<     <vehicle depart="10.27" id="left_part0" type="fast">
<         <route edges="beg2left"/>
<     </vehicle>
<     <vehicle depart="10.27" id="straight" type="slow">
<         <route edges="beg2left middle end"/>
<     </vehicle>
<     <vehicle depart="126.18" id="left_part1" type="fast">
<         <route edges="left2end end"/>
<     </vehicle>
< </routes>

TEST FAILED on ts-sim-build-ba : route cut_routes minLength ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
6d5
< Wrote 2 vTypes
---------- Differences in routes ----------
1,5d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vType id="fast" maxSpeed="50"/>
<     <vType id="slow" maxSpeed="5"/>
< </routes>

TEST FAILED on ts-sim-build-ba : route cut_routes origNet ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
5d4
< Wrote 2 vTypes, 1 vehicles
---------- Differences in routes ----------
1,8d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vType id="fast" maxSpeed="50"/>
<     <vType id="slow" maxSpeed="5"/>
<     <vehicle depart="17.81" id="straight" type="slow">
<         <route edges="middle end"/>
<     </vehicle>
< </routes>

TEST FAILED on ts-sim-build-ba : route cut_routes origNet_speedFactor ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
5d4
< Wrote 2 vTypes, 1 vehicles
---------- Differences in routes ----------
1,8d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vType id="fast" maxSpeed="50"/>
<     <vType id="slow" maxSpeed="5"/>
<     <vehicle depart="35.63" id="straight" type="slow">
<         <route edges="middle end"/>
<     </vehicle>
< </routes>

TEST FAILED on ts-sim-build-ba : route cut_routes person ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
5d4
< Wrote 1 persons
---------- Differences in routes ----------
1,7d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <person depart="0.00" id="left_stop">
<         <stop duration="100" lane="left2end_0"/>
<         <walk edges="left2end end"/>
<     </person>
< </routes>

TEST FAILED on ts-sim-build-ba : route cut_routes routeRef ( Last six runs May2020 )

---------- Differences in additional ----------
1,4d0
< <?xml version="1.0" encoding="UTF-8"?>
< <additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<     <busStop endPos="40" id="busstop1" lane="middle_0" lines="100 101 102" startPos="20"/>
< </additional>
---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 415, in main
>     writeHeader(busStops, os.path.basename(__file__), 'additional')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
2,6d1
< Kept 1 of 2 busStops
< Parsing routes from input_routes.rou.xml
< Parsed 4 vehicles, 0 persons, 0 flows and kept 2 routes
< Number of disconnected routes: 0.
< Wrote 2 routes, 4 vehicles
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <route edges="middle end" id="r0"/>
    <route edges="middle end" id="r1">
        <stop busStop="busstop1" duration="10" until="172.185251799"/>
    </route>
    <vehicle depart="27.81" id="v1" route="r0">
        <stop busStop="busstop1" duration="10"/>
    </vehicle>
    <vehicle depart="37.81" id="v2" route="r0"/>
    <vehicle depart="47.81" id="v3" route="r1"/>
    <vehicle depart="57.81" id="v4" route="r1"/>
</routes>

TEST FAILED on ts-sim-build-ba : route cut_routes taz ( Last six runs May2020 )

---------- Differences in additional ----------
1,4d0
< <?xml version="1.0" encoding="UTF-8"?>
< <additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<     <taz edges="middle end" id="taz0"/>
< </additional>
---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 415, in main
>     writeHeader(busStops, os.path.basename(__file__), 'additional')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
2,6d1
< Kept 1 of 1 tazs
< Parsing routes from input_routes.rou.xml
< Parsed 0 vehicles, 0 persons, 0 flows and kept 0 routes
< Number of disconnected routes: 0.
< Wrote nothing
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
</routes>

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

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
6d5
< Wrote 2 vTypes, 1 vehicles
---------- Differences in routes ----------
1,8d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vType id="fast" maxSpeed="50"/>
<     <vType id="slow" maxSpeed="5"/>
<     <vehicle depart="0.00" id="straight" type="slow">
<         <route edges="middle end"/>
<     </vehicle>
< </routes>
route cut_routes unfinished ( Last six runs May2020 )
route cut_routes write_routes ( Last six runs May2020 )

TEST FAILED on ts-sim-build-ba : route cut_routes with_access ( Last six runs May2020 )

---------- Differences in additional ----------
1,6d0
< <?xml version="1.0" encoding="UTF-8"?>
< <additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<     <trainStop endPos="40" id="busstop1" lane="middle_0" lines="100 101 102" startPos="20">
<         <access lane="end_0" pos="20"/>
<     </trainStop>
< </additional>
---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 415, in main
>     writeHeader(busStops, os.path.basename(__file__), 'additional')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
2,8d1
< Kept 1 of 1 busStops
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Skipping bus stop 'busstop0', which could not be located.
< Parsed 1 vehicles, 0 persons, 0 flows and kept 1 routes
< Number of disconnected routes: 0.
< Wrote 1 vehicles
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle depart="0.00" id="straight">
        <route edges="middle end"/>
        <stop busStop="busstop1" duration="10"/>
    </vehicle>
</routes>

TEST FAILED on ts-sim-build-ba : route cut_routes with_busstops ( Last six runs May2020 )

---------- Differences in additional ----------
1,4d0
< <?xml version="1.0" encoding="UTF-8"?>
< <additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<     <busStop endPos="40" id="busstop1" lane="middle_0" lines="100 101 102" name="班霍夫大街" startPos="20"/>
< </additional>
---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 415, in main
>     writeHeader(busStops, os.path.basename(__file__), 'additional')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
2,7d1
< Kept 1 of 2 busStops
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 1 vehicles, 0 persons, 0 flows and kept 1 routes
< Number of disconnected routes: 0.
< Wrote 1 vehicles
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle depart="0.00" id="straight">
        <route edges="middle end"/>
        <stop busStop="busstop1" duration="10"/>
    </vehicle>
</routes>

TEST FAILED on ts-sim-build-ba : route cut_routes with_stops ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
6d5
< Wrote 1 vehicles
---------- Differences in routes ----------
1,7d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vehicle depart="0.00" id="straight">
<         <route edges="middle end"/>
<         <stop duration="10" lane="middle_0"/>
<     </vehicle>
< </routes>

TEST FAILED on ts-sim-build-ba : route cut_routes with_unknown_busstops ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
8d7
< Wrote 1 vehicles
---------- Differences in routes ----------
1,6d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vehicle depart="0.00" id="straight">
<         <route edges="middle end"/>
<     </vehicle>
< </routes>

TEST FAILED on ts-sim-build-ba : route cut_routes write_trips ( Last six runs May2020 )

---------- Differences in errors ----------
0a1,10
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 504, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 500, in main
>     write_to_file(routes, f)
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 453, in write_to_file
>     writeHeader(f, os.path.basename(__file__), 'routes')
>   File "/home/delphi/gcc/sumo/tools/sumolib/xml.py", line 388, in writeHeader
>     (' '.join(sys.argv[1:]).replace('--', '<doubleminus>'))))
> TypeError: write() argument 1 must be unicode, not str
---------- Differences in output ----------
6d5
< Wrote 1 trips, 2 vTypes
---------- Differences in trips ----------
1,6d0
< <?xml version="1.0" encoding="UTF-8"?>
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vType id="fast" maxSpeed="50"/>
<     <vType id="slow" maxSpeed="5"/>
<     <trip depart="0.00" id="straight" from="middle" to="end" type="slow"/>
< </routes>

TEST FAILED on ts-sim-build-ba : turndefs routeSampler intervals optimize_verbose ( Last six runs May2020 )

---------- Differences in output ----------
4c4
<          Current function value: 0.000000    
---
>          Current function value: -0.000000   

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

---------- Differences in errors ----------
0a1,3
> Error on parsing 'marouter/bugs/ticket6912/routes.rou.xml'!
> Traceback (most recent call last):
> XMLSyntaxError: Comment not terminated, line 32, column 1
3c6
< IOError: Error reading file 'http://sumo.dlr.de/xsd/blub_file.xsd': failed to load external entity "http://sumo.dlr.de/xsd/blub_file.xsd"
---
> XMLSyntaxError: Start tag expected, '<' not found, line 1, column 1

TEST FAILED on ts-sim-build-ba : xml xml2csv cross3ltl_summary_schema ( Last six runs May2020 )

---------- Differences in csv ----------
1,1001c1,1001
< step_time;step_loaded;step_inserted;step_running;step_waiting;step_ended;step_meanWaitingTime;step_meanTravelTime
< 0.00;0;0;0;0;0;-1.00;-1.00
< 1.00;0;0;0;0;0;-1.00;-1.00
< 2.00;0;0;0;0;0;-1.00;-1.00
< 3.00;0;0;0;0;0;-1.00;-1.00
< 4.00;0;0;0;0;0;-1.00;-1.00
< 5.00;0;0;0;0;0;-1.00;-1.00
< 6.00;0;0;0;0;0;-1.00;-1.00
< 7.00;0;0;0;0;0;-1.00;-1.00
< 8.00;0;0;0;0;0;-1.00;-1.00
< 9.00;0;0;0;0;0;-1.00;-1.00
< 10.00;0;0;0;0;0;-1.00;-1.00
< 11.00;0;0;0;0;0;-1.00;-1.00
< 12.00;0;0;0;0;0;-1.00;-1.00
< 13.00;0;0;0;0;0;-1.00;-1.00
< 14.00;0;0;0;0;0;-1.00;-1.00
< 15.00;0;0;0;0;0;-1.00;-1.00
< 16.00;0;0;0;0;0;-1.00;-1.00
< 17.00;0;0;0;0;0;-1.00;-1.00
< 18.00;0;0;0;0;0;-1.00;-1.00
< 19.00;0;0;0;0;0;-1.00;-1.00
< 20.00;0;0;0;0;0;-1.00;-1.00
< 21.00;0;0;0;0;0;-1.00;-1.00
< 22.00;0;0;0;0;0;-1.00;-1.00
< 23.00;0;0;0;0;0;-1.00;-1.00
< 24.00;0;0;0;0;0;-1.00;-1.00
< 25.00;0;0;0;0;0;-1.00;-1.00
< 26.00;0;0;0;0;0;-1.00;-1.00
< 27.00;0;0;0;0;0;-1.00;-1.00
<truncated after showing first 30 lines>

Detailed information for the tests that had known bugs:

TEST had known bugs (see #5409) on ts-sim-build-ba : detector flowrouter motorway_ramps lane_based ( Last six runs May2020 )

option lane-based does not work
(This bug was triggered by text found in file 'routes' matching 'on3 3 off3')
---------- Differences in flows ----------
2c2,3
<     <flow id="1_off3.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_off3.qPKW" number="450" begin="0" end="3600"/>
---
>     <flow id="1_0_9_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_0_9_0.qPKW" number="450" begin="0" end="3600"/>
>     <flow id="on3_0_off3_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="on3_0_off3_0.qPKW" number="450" begin="0" end="3600"/>
---------- Differences in routes ----------
2,3c2,3
<     <route id="1_off3.qPKW" edges="1 2 3 off3"/>
< </routes>
---
>     <route id="1_0_9_0.qPKW" edges="1 2 3 4 5 6 7 8 9"/>
>     <route id="on3_0_off3_0.qPKW" edges="on3 3 off3"/>

TEST had known bugs (see #2620) on ts-sim-build-ba : projects evacuation plain ( Last six runs May2020 )

unstable inputs
(This bug was triggered by text found in the full difference report matching 'Warning')
---------- Differences in errors ----------
1,6925c1
< Warning: Discarding unusable type 'waterway.canal' (first occurence for edge '4041237#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.primary' (first occurence for edge '4045243#0').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.residential' (first occurence for edge '4068019#0').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.primary' (first occurence for edge '4068043#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.secondary' (first occurence for edge '4068192').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.tertiary' (first occurence for edge '4377008#0').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.tertiary' (first occurence for edge '4377122#0').
< Warning: Discarding unknown compound 'cycleway.share_busway' in type 'cycleway.share_busway|highway.secondary' (first occurence for edge '4377785#0').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.secondary' (first occurence for edge '4383334').
< Warning: Discarding unusable type 'highway.construction' (first occurence for edge '4391568').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.residential' (first occurence for edge '4395586#0').
< Warning: Discarding unknown compound 'cycleway.share_busway' in type 'cycleway.share_busway|highway.primary' (first occurence for edge '4395950#0').
< Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.residential' (first occurence for edge '4396234').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.living_street' (first occurence for edge '4410583').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.secondary_link' (first occurence for edge '4484071').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.cycleway' (first occurence for edge '4492364#0').
< Warning: Discarding unusable type 'railway.disused' (first occurence for edge '4525886').
< Warning: Discarding unusable type 'highway.proposed' (first occurence for edge '4611776#0').
< Warning: Discarding unknown compound 'cycleway.none' in type 'cycleway.none|highway.tertiary' (first occurence for edge '4612758#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|cycleway.track|highway.primary' (first occurence for edge '4615457#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|cycleway.track|highway.primary' (first occurence for edge '4615457#0').
< Warning: Discarding unknown compound 'cycleway.shared' in type 'cycleway.shared|highway.secondary' (first occurence for edge '4615594#0').
< Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.living_street' (first occurence for edge '4639037#0').
< Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|cycleway.track|cycleway.track|highway.residential' (first occurence for edge '4686018#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|cycleway.track|highway.residential' (first occurence for edge '4686018#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|cycleway.track|highway.residential' (first occurence for edge '4686018#0').
< Warning: Discarding unusable type 'waterway.riverbank' (first occurence for edge '4686373#0').
< Warning: Discarding unknown compound 'cycleway.shared_lane' in type 'cycleway.shared_lane|highway.primary' (first occurence for edge '4790833#0').
< Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4790904').
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,97d0
< Parsing types from <DIR>/osmNetconvert.typ.xml'... done.
< Parsing nodes from osm-file 'osm_bbox.osm.xml'... 
< 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
< done.
< Parsing edges from osm-file 'osm_bbox.osm.xml'... done.
< Removing duplicate edges... 
< Found duplicate edges. Removing 310058575
< Found duplicate edges. Removing 310058576
< Found duplicate edges. Removing 310058577
< Found duplicate edges. Removing 335703516
< Found duplicate edges. Removing 335703519
< Found duplicate edges. Removing 335703532
< Found duplicate edges. Removing 377118659
< Found duplicate edges. Removing 377494320
< Found duplicate edges. Removing 391385403
< done.
< Adding new type 'highway.service|railway.tram' (first occurence for edge '167272531#0').
< Parsing relations from osm-file 'osm_bbox.osm.xml'... 
< done.
<  Removed 1494 traffic lights before loading plain-XML
<  Import done:
<    37203 nodes loaded.
<    34 types loaded.
<    36921 edges loaded.
< Proj projection parameters used: '+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs'.
<truncated after showing first 30 lines>
---------- New result in catalogue ----------
No files or directories were created, edited or deleted.

TEST had known bugs (bug 1190 (NONEXISTENT)) on ts-sim-build-ba : xml csv2xml cross3ltl_full_schema ( Last six runs May2020 )

Failed to open URL 'https://sumo.dlr.de/trac.wsgi/ticket/1190?format=tab': <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)>.

Please make sure that bug 1190 exists
and that the configuration entry 'bug_system_location' points to the correct trac instance.
The current value is 'https://sumo.dlr.de/trac.wsgi/'.
(This bug was triggered by FAILING to find text in file 'xml' matching 'vehicles')
---------- Differences in xml ----------
1,32d0
< <?xml version="1.0" encoding="UTF-8"?>
< 
< <!-- generated on Tue Dec  3 16:33:35 2013 by SUMO sumo Version dev-SVN-r15233
< This data file and the accompanying materials
< are made available under the terms of the Eclipse Public License v2.0
< which accompanies this distribution, and is available at
< http://www.eclipse.org/legal/epl-v20.html
< SPDX-License-Identifier: EPL-2.0
< <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>
< 
<truncated after showing first 30 lines>

TEST had known bugs (see #5588) on ts-sim-build-ba : xml csv2xml meandata_edges_utf8 ( Last six runs May2020 )

python2 csv reader cannot handle utf8
(This bug was triggered by text found in file 'errors' matching 'UnicodeEncodeError')
---------- Differences in errors ----------
0a1,8
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/xml/csv2xml.py", line 195, in <module>
>     main()
>   File "/home/delphi/gcc/sumo/tests/../tools/xml/csv2xml.py", line 191, in main
>     writeHierarchicalXml(xsd.XsdStructure(options.xsd), options)
>   File "/home/delphi/gcc/sumo/tests/../tools/xml/csv2xml.py", line 153, in writeHierarchicalXml
>     for raw in csv.reader(inputf, delimiter=options.delimiter):
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 25: ordinal not in range(128)
---------- Differences in xml ----------
1,16c1
< <meandata>
<     <interval begin="0.00" end="60.00" id="dump_60">
<         <edge arrived="0" departed="0" entered="0" id="ä" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="1o" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="1si" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="2fi" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="2o" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="2si" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="3fi" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="3o" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="3si" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="4fi" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="4o" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<         <edge arrived="0" departed="0" entered="0" id="4si" laneChangedFrom="0" laneChangedTo="0" left="0" sampledSeconds="0.00"/>
<     </interval>
< </meandata>
---
> <meandata
\ Kein Zeilenumbruch am Dateiende.