14Dez17rv0_31_0+1588-722b73c - 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.31Dec002554.1226 -g

To start TextTest for these tests, run:

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


default: 372 tests: 349 succeeded 21 FAILED 2 known bugs

Detailed information for the tests that FAILED:

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

---------- Differences in errors ----------
1559,1560c1559,1564
< Warning: Teleporting vehicle 'pt_bus_147:0.0'; waited too long (wrong lane), lane='153698380_1', time=1035.00.
< Warning: Vehicle 'pt_bus_147:0.0' teleports beyond arrival edge '274513583', time 1083.00.
---
> Warning: busStop '2959830767' on lane '190447768#0_1' is too short for vehicle 'pt_bus_N6:0.1'.
> Warning: Teleporting vehicle 'pt_bus_147:0.0'; waited too long (wrong lane), lane='153698380_1', time=1036.00.
> Warning: busStop '2094266784' on lane '200422335#0_0' is too short for vehicle 'pt_subway_U2:0.1'.
> Warning: busStop '2094266782' on lane '200422335#0_0' is too short for vehicle 'pt_subway_U2:0.1'.
> Warning: busStop '2094266781' on lane '272795472#0_0' is too short for vehicle 'pt_subway_U2:0.1'.
> Warning: Vehicle 'pt_bus_147:0.0' teleports beyond arrival edge '274513583', time 1084.00.
1562a1567,1572
> Warning: Teleporting vehicle 'pt_bus_147:0.1'; waited too long (wrong lane), lane='153698380_1', time=1345.00.
> Warning: Vehicle 'pt_bus_147:0.1' ends teleporting on edge '153698380', time 1345.00.
> Warning: Teleporting vehicle 'pt_bus_147:0.1'; waited too long (wrong lane), lane='153698380_1', time=1658.00.
> Warning: Vehicle 'pt_bus_147:0.1' teleports beyond arrival edge '274513583', time 1706.00.
> Warning: Teleporting vehicle 'pt_subway_U2:0.1'; waited too long (wrong lane), lane='272795472#1_0', time=1772.00.
> Warning: Vehicle 'pt_subway_U2:0.1' ends teleporting on edge '199847339', time 1772.00.
---------- Differences in output ----------
182c182
< Simulation ended at time: 2895.00
---
> Simulation ended at time: 2916.00
186c186
<  Inserted: 425
---
>  Inserted: 441
189c189
< Teleports: 3 (Wrong Lane: 3)
---
> Teleports: 6 (Wrong Lane: 6)
194,208c194,208
<  RouteLength: 1936.65
<  Duration: 313.66
<  WaitingTime: 50.77
<  TimeLoss: 98.72
<  DepartDelay: -0.23
< Pedestrian Statistics (avg of 460 walks):
<  RouteLength: 520.59
<  Duration: 443.57
<  TimeLoss: 68.75
< Ride Statistics (avg of 53 rides):
<  WaitingTime: 124.34
<  RouteLength: 895.18
<  Duration: 54.94
<  Bus: 3
<  Train: 50
---
>  RouteLength: 1940.56
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
0a1,18
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 308, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 251, in main
>     net = readNet(options.network)
>   File "/home/delphi/gcc/sumo/tools/sumolib/net/__init__.py", line 591, in readNet
>     parse(filename, netreader)
>   File "/usr/lib/python2.7/xml/sax/__init__.py", line 33, in parse
>     parser.parse(source)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 110, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 217, in feed
>     self._err_handler.fatalError(exc)
>   File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
>     raise exception
> xml.sax._exceptions.SAXParseException: /home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py:1:1: not well-formed (invalid token)
---------- Differences in output ----------
1,11d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
< 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 ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<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 Dec2017 )

---------- Differences in errors ----------
0a1,18
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 308, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 251, in main
>     net = readNet(options.network)
>   File "/home/delphi/gcc/sumo/tools/sumolib/net/__init__.py", line 591, in readNet
>     parse(filename, netreader)
>   File "/usr/lib/python2.7/xml/sax/__init__.py", line 33, in parse
>     parser.parse(source)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 110, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 217, in feed
>     self._err_handler.fatalError(exc)
>   File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
>     raise exception
> xml.sax._exceptions.SAXParseException: /home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py:1:1: not well-formed (invalid token)
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 1 routes (avg teleportFactor 0.0)
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<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 keep_disconnected ( Last six runs Dec2017 )

---------- Differences in errors ----------
0a1,18
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 308, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 251, in main
>     net = readNet(options.network)
>   File "/home/delphi/gcc/sumo/tools/sumolib/net/__init__.py", line 591, in readNet
>     parse(filename, netreader)
>   File "/usr/lib/python2.7/xml/sax/__init__.py", line 33, in parse
>     parser.parse(source)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 110, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 217, in feed
>     self._err_handler.fatalError(exc)
>   File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
>     raise exception
> xml.sax._exceptions.SAXParseException: /home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py:1:1: not well-formed (invalid token)
---------- Differences in output ----------
1,9d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'left'. Using old departure time.
< Could not reconstruct new departure time for vehicle 'left'. Using old departure time.
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 2 vehicles and kept 3 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 3 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<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="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 Dec2017 )

---------- Differences in errors ----------
0a1,18
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 308, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 251, in main
>     net = readNet(options.network)
>   File "/home/delphi/gcc/sumo/tools/sumolib/net/__init__.py", line 591, in readNet
>     parse(filename, netreader)
>   File "/usr/lib/python2.7/xml/sax/__init__.py", line 33, in parse
>     parser.parse(source)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 110, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 217, in feed
>     self._err_handler.fatalError(exc)
>   File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
>     raise exception
> xml.sax._exceptions.SAXParseException: /home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py:1:1: not well-formed (invalid token)
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 3 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 3 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <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="136.45" 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 Dec2017 )

---------- Differences in errors ----------
0a1,18
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 308, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 251, in main
>     net = readNet(options.network)
>   File "/home/delphi/gcc/sumo/tools/sumolib/net/__init__.py", line 591, in readNet
>     parse(filename, netreader)
>   File "/usr/lib/python2.7/xml/sax/__init__.py", line 33, in parse
>     parser.parse(source)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 110, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 217, in feed
>     self._err_handler.fatalError(exc)
>   File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
>     raise exception
> xml.sax._exceptions.SAXParseException: /home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py:1:1: not well-formed (invalid token)
---------- Differences in output ----------
1,7d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 0 routes
< Discarded 1 routes because they have less than 3 edges
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 0 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
</routes>

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

---------- Differences in errors ----------
0a1,18
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 308, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 251, in main
>     net = readNet(options.network)
>   File "/home/delphi/gcc/sumo/tools/sumolib/net/__init__.py", line 591, in readNet
>     parse(filename, netreader)
>   File "/usr/lib/python2.7/xml/sax/__init__.py", line 33, in parse
>     parser.parse(source)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 110, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 217, in feed
>     self._err_handler.fatalError(exc)
>   File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
>     raise exception
> xml.sax._exceptions.SAXParseException: /home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py:1:1: not well-formed (invalid token)
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <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 Dec2017 )

---------- Differences in errors ----------
0a1,18
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 308, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 251, in main
>     net = readNet(options.network)
>   File "/home/delphi/gcc/sumo/tools/sumolib/net/__init__.py", line 591, in readNet
>     parse(filename, netreader)
>   File "/usr/lib/python2.7/xml/sax/__init__.py", line 33, in parse
>     parser.parse(source)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 110, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 217, in feed
>     self._err_handler.fatalError(exc)
>   File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
>     raise exception
> xml.sax._exceptions.SAXParseException: /home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py:1:1: not well-formed (invalid token)
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle depart="35.63" id="straight" type="slow">
        <route edges="middle end"/>
    </vehicle>
</routes>

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

---------- Differences in errors ----------
0a1,18
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 308, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 251, in main
>     net = readNet(options.network)
>   File "/home/delphi/gcc/sumo/tools/sumolib/net/__init__.py", line 591, in readNet
>     parse(filename, netreader)
>   File "/usr/lib/python2.7/xml/sax/__init__.py", line 33, in parse
>     parser.parse(source)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 110, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 217, in feed
>     self._err_handler.fatalError(exc)
>   File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
>     raise exception
> xml.sax._exceptions.SAXParseException: /home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py:1:1: not well-formed (invalid token)
---------- Differences in output ----------
1,7d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<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>
route cut_routes unfinished ( Last six runs Dec2017 )
route cut_routes write_routes ( Last six runs Dec2017 )

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

---------- Differences in errors ----------
0a1,18
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 308, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 251, in main
>     net = readNet(options.network)
>   File "/home/delphi/gcc/sumo/tools/sumolib/net/__init__.py", line 591, in readNet
>     parse(filename, netreader)
>   File "/usr/lib/python2.7/xml/sax/__init__.py", line 33, in parse
>     parser.parse(source)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 110, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 217, in feed
>     self._err_handler.fatalError(exc)
>   File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
>     raise exception
> xml.sax._exceptions.SAXParseException: /home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py:1:1: not well-formed (invalid token)
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 1 vehicles and kept 1 routes
< Number of disconnected routes: 0. Most frequent missing edges:
< Wrote 1 routes
---------- Missing result in additional ----------
<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>
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<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 Dec2017 )

---------- Differences in errors ----------
0a1,18
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 308, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 251, in main
>     net = readNet(options.network)
>   File "/home/delphi/gcc/sumo/tools/sumolib/net/__init__.py", line 591, in readNet
>     parse(filename, netreader)
>   File "/usr/lib/python2.7/xml/sax/__init__.py", line 33, in parse
>     parser.parse(source)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 110, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 217, in feed
>     self._err_handler.fatalError(exc)
>   File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
>     raise exception
> xml.sax._exceptions.SAXParseException: /home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py:1:1: not well-formed (invalid token)
---------- Differences in output ----------
1,7d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<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 Dec2017 )

---------- Differences in errors ----------
0a1,18
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 308, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 251, in main
>     net = readNet(options.network)
>   File "/home/delphi/gcc/sumo/tools/sumolib/net/__init__.py", line 591, in readNet
>     parse(filename, netreader)
>   File "/usr/lib/python2.7/xml/sax/__init__.py", line 33, in parse
>     parser.parse(source)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 110, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 217, in feed
>     self._err_handler.fatalError(exc)
>   File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
>     raise exception
> xml.sax._exceptions.SAXParseException: /home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py:1:1: not well-formed (invalid token)
---------- Differences in output ----------
1,8d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< No bus stop locations parsed, skipping bus stop 'busstop0'.
< No bus stop locations parsed, skipping bus stop 'busstop1'.
< Parsed 1 vehicles and kept 1 routes
< Number of disconnected routes: 0. Most frequent missing edges:
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<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 Dec2017 )

---------- Differences in errors ----------
0a1,18
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 308, in <module>
>     main(get_options())
>   File "/home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py", line 251, in main
>     net = readNet(options.network)
>   File "/home/delphi/gcc/sumo/tools/sumolib/net/__init__.py", line 591, in readNet
>     parse(filename, netreader)
>   File "/usr/lib/python2.7/xml/sax/__init__.py", line 33, in parse
>     parser.parse(source)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 110, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.7/xml/sax/expatreader.py", line 217, in feed
>     self._err_handler.fatalError(exc)
>   File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
>     raise exception
> xml.sax._exceptions.SAXParseException: /home/delphi/gcc/sumo/tests/../tools/route/cutRoutes.py:1:1: not well-formed (invalid token)
---------- Differences in output ----------
1,7d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 trips
---------- Missing result in trips ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<trips xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <trip depart="0.00" id="straight" from="middle" to="end" type="slow"/>
</trips>

TEST FAILED on ts-sim-build-ba : trip randomTrips pedestrians ( Last six runs Dec2017 )

---------- Differences in trips ----------
5,6c5,6
<     <person id="0" depart="0.00" color="red">
<         <walk from="NC" to="CS" departPos="random"/>
---
>     <person id="0" depart="0.00" departPos="random" color="red">
>         <walk from="NC" to="CS"/>
8,9c8,9
<     <person id="1" depart="1.00" color="red">
<         <walk from="NC" to="CS" departPos="random"/>
---
>     <person id="1" depart="1.00" departPos="random" color="red">
>         <walk from="NC" to="CS"/>
11,12c11,12
<     <person id="2" depart="2.00" color="red">
<         <walk from="CS" to="NC" departPos="random"/>
---
>     <person id="2" depart="2.00" departPos="random" color="red">
>         <walk from="CS" to="NC"/>
14,15c14,15
<     <person id="3" depart="3.00" color="red">
<         <walk from="CS" to="NC" departPos="random"/>
---
>     <person id="3" depart="3.00" departPos="random" color="red">
>         <walk from="CS" to="NC"/>
17,18c17,18
<     <person id="4" depart="4.00" color="red">
<         <walk from="NC" to="CS" departPos="random"/>
---
>     <person id="4" depart="4.00" departPos="random" color="red">
>         <walk from="NC" to="CS"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : trip randomTrips persontrips ( Last six runs Dec2017 )

---------- Differences in routes ----------
35,36c35,36
<     <person id="0" depart="0.00" color="red">
<         <walk edges="NC CS" departPos="37.38"/>
---
>     <person id="0" depart="0.00" departPos="random" color="red">
>         <walk edges="NC CS"/>
38,39c38,39
<     <person id="1" depart="1.00" color="red">
<         <walk edges="NC CS" departPos="29.89"/>
---
>     <person id="1" depart="1.00" departPos="random" color="red">
>         <walk edges="NC CS"/>
41,42c41,42
<     <person id="2" depart="2.00" color="red">
<         <walk edges="CS NC" departPos="1.91"/>
---
>     <person id="2" depart="2.00" departPos="random" color="red">
>         <walk edges="CS NC"/>
44,45c44,45
<     <person id="3" depart="3.00" color="red">
<         <walk edges="CS NC" departPos="20.62"/>
---
>     <person id="3" depart="3.00" departPos="random" color="red">
>         <walk edges="CS NC"/>
47,48c47,48
<     <person id="4" depart="4.00" color="red">
<         <walk edges="NC CS" departPos="24.75"/>
---
>     <person id="4" depart="4.00" departPos="random" color="red">
>         <walk edges="NC CS"/>
<truncated after showing first 30 lines>
---------- Differences in trips ----------
5,6c5,6
<     <person id="0" depart="0.00" color="red">
<         <personTrip from="NC" to="CS" departPos="random" modes="car public"/>
---
>     <person id="0" depart="0.00" departPos="random" color="red">
>         <personTrip from="NC" to="CS" modes="car public"/>
8,9c8,9
<     <person id="1" depart="1.00" color="red">
<         <personTrip from="NC" to="CS" departPos="random" modes="car public"/>
---
>     <person id="1" depart="1.00" departPos="random" color="red">
>         <personTrip from="NC" to="CS" modes="car public"/>
11,12c11,12
<     <person id="2" depart="2.00" color="red">
<         <personTrip from="CS" to="NC" departPos="random" modes="car public"/>
---
>     <person id="2" depart="2.00" departPos="random" color="red">
>         <personTrip from="CS" to="NC" modes="car public"/>
14,15c14,15
<     <person id="3" depart="3.00" color="red">
<         <personTrip from="CS" to="NC" departPos="random" modes="car public"/>
---
>     <person id="3" depart="3.00" departPos="random" color="red">
>         <personTrip from="CS" to="NC" modes="car public"/>
17,18c17,18
<     <person id="4" depart="4.00" color="red">
<         <personTrip from="NC" to="CS" departPos="random" modes="car public"/>
---
>     <person id="4" depart="4.00" departPos="random" color="red">
>         <personTrip from="NC" to="CS" modes="car public"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : trip randomTrips vehicle_class_persontrips ( Last six runs Dec2017 )

---------- Differences in trips ----------
6,7c6,7
<     <person id="0" depart="0.00">
<         <personTrip from="3si" to="2fi" departPos="random"/>
---
>     <person id="0" depart="0.00" departPos="random">
>         <personTrip from="3si" to="2fi"/>
9,10c9,10
<     <person id="1" depart="1.00">
<         <personTrip from="2si" to="2si" departPos="random"/>
---
>     <person id="1" depart="1.00" departPos="random">
>         <personTrip from="2si" to="2si"/>
12,13c12,13
<     <person id="2" depart="2.00">
<         <personTrip from="4fi" to="4fi" departPos="random"/>
---
>     <person id="2" depart="2.00" departPos="random">
>         <personTrip from="4fi" to="4fi"/>
15,16c15,16
<     <person id="3" depart="3.00">
<         <personTrip from="4si" to="2fi" departPos="random"/>
---
>     <person id="3" depart="3.00" departPos="random">
>         <personTrip from="4si" to="2fi"/>
18,19c18,19
<     <person id="4" depart="4.00">
<         <personTrip from="3fi" to="2fi" departPos="random"/>
---
>     <person id="4" depart="4.00" departPos="random">
>         <personTrip from="3fi" to="2fi"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : visualisation plot_net_speeds plain ( Last six runs Dec2017 )

---------- Differences in errors ----------
1,2c1,6
< /usr/lib64/python2.7/site-packages/matplotlib/collections.py:526: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
<   if self._edgecolors == 'face':
---
> Traceback (most recent call last):
>   File "/home/delphi/gcc/sumo/tests/../tools/visualization/plot_net_speeds.py", line 97, in <module>
>     sys.exit(main(sys.argv))
>   File "/home/delphi/gcc/sumo/tests/../tools/visualization/plot_net_speeds.py", line 88, in main
>     cmap=matplotlib.cm.get_cmap(options.colormap), norm=matplotlib.colors.normalize(vmin=minV, vmax=maxV))
> AttributeError: 'module' object has no attribute 'normalize'
---------- Missing result in image ----------
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="432pt" version="1.1" viewBox="0 0 576 432" width="576pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
 <defs>
  <style type="text/css">
*{stroke-linecap:square;stroke-linejoin:round;}
  </style>
 </defs>
 <g id="ReplacedTransientID">
  <g id="ReplacedTransientID">
   <path d="
M0 432
L576 432
L576 0
L0 0
z
" style="fill:#ffffff;"/>
  </g>
  <g id="ReplacedTransientID">
   <g id="ReplacedTransientID">
    <path d="
M72 305.464
L429.12 305.464
L429.12 126.536
L72 126.536
z
" style="fill:#ffffff;"/>
   </g>
<truncated after showing first 30 lines>

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

---------- Differences in errors ----------
4a5
> sumo/extended/rerouter/parking/timeThreshold/input_additional.add.xml:8:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'rerouter', attribute 'timeThreshold': The attribute 'timeThreshold' is not allowed.

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

---------- Differences in errors ----------
1a2,7
> sumo/basic/container/abort_impossible_transport/tripinfos.sumo:29:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'transport', attribute 'duration': '-191.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
> sumo/basic/container/abort_impossible_transport/tripinfos.sumo:29:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'transport', attribute 'duration': [facet 'minInclusive'] The value '-191.00' is less than the minimum value allowed ('0').
> sumo/basic/container/triggeredParkingNoCapacity/tripinfos.sumo:32:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'transport', attribute 'duration': '-201.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
> sumo/basic/container/triggeredParkingNoCapacity/tripinfos.sumo:32:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'transport', attribute 'duration': [facet 'minInclusive'] The value '-201.00' is less than the minimum value allowed ('0').
> sumo/basic/person/abort_impossible_ride/tripinfos.sumo:33:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'ride', attribute 'duration': '-191.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
> sumo/basic/person/abort_impossible_ride/tripinfos.sumo:33:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'ride', attribute 'duration': [facet 'minInclusive'] The value '-191.00' is less than the minimum value allowed ('0').
3a10,36
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:31:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:32:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:33:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:34:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:35:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:36:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:37:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:38:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:39:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:40:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:41:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:42:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:43:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:44:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:47:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:48:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:49:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/flow_until/stopinfos.sumo.ballistic:50:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/looped_route2/stopinfos.sumo.ballistic:31:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
> sumo/extended/stops/looped_route2/stopinfos.sumo.ballistic:32:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopinfo': The attribute 'delay' is required but missing.
<truncated after showing first 30 lines>

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

---------- Differences in csv ----------
1,184c1,184
< tripinfo_id;tripinfo_depart;tripinfo_departLane;tripinfo_departPos;tripinfo_departPosLat;tripinfo_departSpeed;tripinfo_departDelay;tripinfo_arrival;tripinfo_arrivalLane;tripinfo_arrivalPos;tripinfo_arrivalPosLat;tripinfo_arrivalSpeed;tripinfo_duration;tripinfo_routeLength;tripinfo_waitSteps;tripinfo_timeLoss;tripinfo_rerouteNo;tripinfo_devices;tripinfo_vType;tripinfo_speedFactor;tripinfo_vaporized;example_device_customValue1;example_device_customValue2;emissions_CO_abs;emissions_CO2_abs;emissi
ons_HC_abs;emissions_PMx_abs;emissions_NOx_abs;emissions_fuel_abs;emissions_electricity_abs;personinfo_id;personinfo_depart;ride_waitingTime;ride_vehicle;ride_depart;ride_arrival;ride_arrivalPos;walk_depart;walk_departPos;walk_arrival;walk_arrivalPos;walk_duration;walk_routeLength;walk_timeLoss;walk_maxSpeed;containerinfo_id;containerinfo_depart;stop_duration;stop_arrival;stop_arrivalPos;stop_actType;transport_waitingTime;transport_vehicle;transport_depart;transport_arrival;transport_arrivalPos;
tranship_depart;tranship_departPos;tranship_arrival;tranship_arrivalPos;tranship_duration
< horizontal.0;100.00;2fi_0;5.10;;0.00;0.00;310.00;2fi_0;248.50;;10.39;210.00;2192.00;0;;0;tripinfo_horizontal.0;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< horizontal.1;110.00;2fi_0;5.10;;0.00;0.00;320.00;2fi_0;248.50;;10.09;210.00;2192.00;0;;0;tripinfo_horizontal.1;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.0;102.00;3fi_0;5.10;;0.00;2.00;346.00;3fi_0;248.50;;10.21;244.00;2192.00;29;;0;tripinfo_vertical.0;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.1;113.00;3fi_0;5.10;;0.00;3.00;348.00;3fi_0;248.50;;10.33;235.00;2192.00;21;;0;tripinfo_vertical.1;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.2;123.00;3fi_0;5.10;;0.00;3.00;350.00;3fi_0;248.50;;10.50;227.00;2192.00;12;;0;tripinfo_vertical.2;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.3;133.00;3fi_0;5.10;;0.00;3.00;353.00;3fi_0;248.50;;10.01;220.00;2192.00;4;;0;tripinfo_vertical.3;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.4;143.00;3fi_0;5.10;;0.00;3.00;355.00;3fi_0;248.50;;10.42;212.00;2192.00;0;;0;tripinfo_vertical.4;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.5;153.00;3fi_0;5.10;;0.00;3.00;364.00;3fi_0;248.50;;9.94;211.00;2192.00;0;;0;tripinfo_vertical.5;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.6;163.00;3fi_0;5.10;;0.00;3.00;372.00;3fi_0;248.50;;10.33;209.00;2192.00;0;;0;tripinfo_vertical.6;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< horizontal.2;120.00;2fi_0;5.10;;0.00;0.00;390.00;2fi_0;248.50;;10.86;270.00;2192.00;55;;0;tripinfo_horizontal.2;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< horizontal.3;130.00;2fi_0;5.10;;0.00;0.00;392.00;2fi_0;248.50;;10.61;262.00;2192.00;48;;0;tripinfo_horizontal.3;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< horizontal.4;140.00;2fi_0;5.10;;0.00;0.00;394.00;2fi_0;248.50;;10.45;254.00;2192.00;39;;0;tripinfo_horizontal.4;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< horizontal.5;150.00;2fi_0;5.10;;0.00;0.00;396.00;2fi_0;248.50;;10.98;246.00;2192.00;31;;0;tripinfo_horizontal.5;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< horizontal.6;160.00;2fi_0;5.10;;0.00;0.00;399.00;2fi_0;248.50;;10.91;239.00;2192.00;23;;0;tripinfo_horizontal.6;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< horizontal.7;170.00;2fi_0;5.10;;0.00;0.00;401.00;2fi_0;248.50;;10.72;231.00;2192.00;12;;0;tripinfo_horizontal.7;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< horizontal.8;180.00;2fi_0;5.10;;0.00;0.00;403.00;2fi_0;248.50;;10.62;223.00;2192.00;5;;0;tripinfo_horizontal.8;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< horizontal.9;190.00;2fi_0;5.10;;0.00;0.00;405.00;2fi_0;248.50;;11.08;215.00;2192.00;0;;0;tripinfo_horizontal.9;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< horizontal.10;200.00;2fi_0;5.10;;0.00;0.00;410.00;2fi_0;248.50;;10.43;210.00;2192.00;0;;0;tripinfo_horizontal.10;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.7;173.00;3fi_0;5.10;;0.00;3.00;436.00;3fi_0;248.50;;10.56;263.00;2192.00;50;;0;tripinfo_vertical.7;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.8;183.00;3fi_0;5.10;;0.00;3.00;439.00;3fi_0;248.50;;10.02;256.00;2192.00;40;;0;tripinfo_vertical.8;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.9;193.00;3fi_0;5.10;;0.00;3.00;441.00;3fi_0;248.50;;9.84;248.00;2192.00;34;;0;tripinfo_vertical.9;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.10;203.00;3fi_0;5.10;;0.00;3.00;443.00;3fi_0;248.50;;10.42;240.00;2192.00;25;;0;tripinfo_vertical.10;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.11;213.00;3fi_0;5.10;;0.00;3.00;445.00;3fi_0;248.50;;10.17;232.00;2192.00;17;;0;tripinfo_vertical.11;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.12;223.00;3fi_0;5.10;;0.00;3.00;447.00;3fi_0;248.50;;10.73;224.00;2192.00;7;;0;tripinfo_vertical.12;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.13;233.00;3fi_0;5.10;;0.00;3.00;449.00;3fi_0;248.50;;11.00;216.00;2192.00;0;;0;tripinfo_vertical.13;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.14;243.00;3fi_0;5.10;;0.00;3.00;452.00;3fi_0;248.50;;10.26;209.00;2192.00;0;;0;tripinfo_vertical.14;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< vertical.15;253.00;3fi_0;5.10;;0.00;3.00;461.00;3fi_0;248.50;;10.57;208.00;2192.00;0;;0;tripinfo_vertical.15;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
< horizontal.11;210.00;2fi_0;5.10;;0.00;0.00;480.00;2fi_0;248.50;;10.94;270.00;2192.00;54;;0;tripinfo_horizontal.11;DEFAULT_VEHTYPE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
<truncated after showing first 30 lines>

Detailed information for the tests that had known bugs:

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

unstable inputs
(This bug was triggered by text found in the full difference report matching 'Warning')
---------- Differences in errors ----------
1,6925c1,4
< 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 'sumo/data/typemap/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 (new)) on ts-sim-build-ba : xml csv2xml cross3ltl_full_schema ( Last six runs Dec2017 )

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