texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests -reconnect C:\Users\delphi\testreports\sumo\msvc16x64texttesttmp\msvc16x64.31Dec013348.27948 -g
texttest.exe -a complex -d C:\Users\delphi\testreports\sumo\git\tests
---------- Differences in results ---------- 2654c2654 < 30;3;0;fuel;11014.2 --- > 30;3;0;fuel;11014.3 2661c2661 < 30;4;0;fuel;13979.2 --- > 30;4;0;fuel;13979.3 15456c15456 < 25;2;0;CO2;109612 --- > 25;2;0;CO2;109613 17246c17246 < 25;4;0;CO2;221912 --- > 25;4;0;CO2;221913 17435c17435 < 5;3;0;fuel;11636.2 --- > 5;3;0;fuel;11636.3 18323c18323 < 5;3;0;fuel;11821.2 --- > 5;3;0;fuel;11821.3 19008c19008 < 25;2;0;CO2;119212 --- > 25;2;0;CO2;119213 20337c20337 < 25;1;0;fuel;18671.2 <truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,28
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/protobuf2xml.py", line 32, in <module>
> import google.protobuf.descriptor # we need to do this late because the xml2protobuf import modifies sys.path
> ImportError: bad magic number in 'google': b'/x03/xf3/r/n'
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 210, in <module>
> main()
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 196, in main
> module = generateProto(attrFinder.tagAttrs, attrFinder.depthTags,
> File "C:/Users/delphi/testreports/sumo/git/tools/xml/xml2protobuf.py", line 187, in generateProto
> return importlib.import_module("%s_pb2" % base)
> File "C:/Program Files/Python38/lib/importlib/__init__.py", line 127, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
> File "<frozen importlib._bootstrap>", line 991, in _find_and_load
> File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
> File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
> File "<frozen importlib._bootstrap_external>", line 783, in exec_module
> File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
> File "C:/Users/delphi/testreports/sumo/msvc16x64texttesttmp/msvc16x64.18Dec013712.1980/complex/sumo/protobuf/trajectories_pb2.py", line 5, in <module>
> from google.protobuf.internal import builder as _builder
> ImportError: bad magic number in 'google': b'/x03/xf3/r/n'
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo/protobuf/runner.py", line 82, in <module>
> connect(IN_PORT, OUT_PORT)
> File "C:/Users/delphi/testreports/sumo/git/tests/../tests/complex/sumo/protobuf/runner.py", line 38, in connect
> i.connect(("localhost", inPort))
> ConnectionRefusedError: [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
---------- Differences in output ----------
1,5d0
< ---
< +++
< -
< -<trajectories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/amitran/trajectories.xsd" timeStepSize="1000">
< +<trajectories timeStepSize="1000">
---------- Differences in output ---------- 11a12,16 > Error: unable to open file 'https://sumo.dlr.de/xsd/routes_file.xsd' > In file 'routes.rou.xml' > At line/column 1/0. > > Quitting (on error). 13a19,23 > Error: unable to open file 'https://sumo.dlr.de/xsd/routes_file.xsd' > In file 'routes.rou.xml' > At line/column 1/0. > > Quitting (on error). 53a64,68 > Error: unable to open file 'https://sumo.dlr.de/xsd/routes_file.xsd' > In file 'routes.rou.xml' > At line/column 1/0. > > Quitting (on error). 58a74,78 > Error: unable to open file 'https://sumo.dlr.de/xsd/routes_file.xsd' > In file 'routes.rou.xml' > At line/column 1/0. > > Quitting (on error). 69c89 < Error: no declaration found for element 'tri' --- > Error: unable to open file 'https://sumo.dlr.de/xsd/routes_file.xsd' 71c91 < At line/column 9/52. <truncated after showing first 30 lines>
---------- Differences in catalogue ----------
1,3c1
< The following new files/directories were created:
< <Test Directory>
< ----osm_bbox.osm.xml
---
> No files or directories were created, edited or deleted.
---------- Differences in errors ----------
0a1,26
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumo/git/tests/../tools/osmGet.py", line 257, in <module>
> get()
> File "C:/Users/delphi/testreports/sumo/git/tests/../tools/osmGet.py", line 206, in get
> readCompressed(conn, url.path, '<bbox-query n="%s" s="%s" w="%s" e="%s"/>' %
> File "C:/Users/delphi/testreports/sumo/git/tests/../tools/osmGet.py", line 108, in readCompressed
> conn.request("POST", "/" + urlpath, """
> File "C:/Program Files/Python38/lib/http/client.py", line 1255, in request
> self._send_request(method, url, body, headers, encode_chunked)
> File "C:/Program Files/Python38/lib/http/client.py", line 1301, in _send_request
> self.endheaders(body, encode_chunked=encode_chunked)
> File "C:/Program Files/Python38/lib/http/client.py", line 1250, in endheaders
> self._send_output(message_body, encode_chunked=encode_chunked)
> File "C:/Program Files/Python38/lib/http/client.py", line 1010, in _send_output
> self.send(msg)
> File "C:/Program Files/Python38/lib/http/client.py", line 950, in send
> self.connect()
> File "C:/Program Files/Python38/lib/http/client.py", line 1424, in connect
> self.sock = self._context.wrap_socket(self.sock,
> File "C:/Program Files/Python38/lib/ssl.py", line 500, in wrap_socket
> return self.sslsocket_class._create(
> File "C:/Program Files/Python38/lib/ssl.py", line 1040, in _create
> self.do_handshake()
> File "C:/Program Files/Python38/lib/ssl.py", line 1309, in do_handshake
> self._sslobj.do_handshake()
> ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)
---------- Differences in output ----------
1d0
< 200 OK
---------- Differences in errors ----------
1,489c1,65
< Warning: Discarding unknown compound 'usage.main' in type 'railway.light_rail|usage.main' (first occurrence for edge '4471817').
< Warning: Discarding unknown compound 'usage.main' in type 'railway.rail|usage.main' (first occurrence for edge '23809674').
< Warning: Discarding unknown compound 'highway.construction' in type 'cycleway.lane|highway.construction' (first occurrence for edge '23812656').
< Warning: Edge '23812656#0' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Edge '23812656#1' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Edge '23812656#2' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Ambiguous railway kilometrage direction for way '25386365' (assuming forward)
< Warning: Ambiguous railway kilometrage direction for way '25946680' (assuming forward)
< Warning: Discarding unusable type 'highway.construction' (first occurrence for edge '25959781').
< Warning: Discarding unusable type 'railway.disused' (first occurrence for edge '27079979').
< Warning: Discarding unusable type 'waterway.stream' (first occurrence for edge '31112384').
< Warning: Discarding unusable type 'waterway.weir' (first occurrence for edge '31560876').
< Warning: Ambiguous railway kilometrage direction for way '32572620' (assuming forward)
< Warning: Ambiguous railway kilometrage direction for way '32572624' (assuming forward)
< Warning: Ambiguous railway kilometrage direction for way '32590428' (assuming forward)
< Warning: Discarding unusable type 'railway.platform' (first occurrence for edge '43185748').
< Warning: Edge '60333309#0' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Edge '60333309#1' already has a dedicated lane for bicycles. Not adding another one.
< Warning: PT line in relation 374676 with no stops ignored. Probably OSM file is incomplete.
< Warning: direction of restriction relation could not be determined
< Warning: Ignoring restriction relation '1028113'.
< Warning: PT line in relation 1085700 with no stops ignored. Probably OSM file is incomplete.
< Warning: No way found for reference '102982573' in relation '1460957'
< Warning: Ignoring restriction relation '1460957' with unknown to-way.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,203c1
< Written configuration to 'osm.netccfg'
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvert.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertUrbanDe.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertPedestrians.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertShips.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertBicycle.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertAerialway.typ.xml' ... done.
< Parsing nodes from (FILE)
< Found and substituted 35 osm nodes.
< done ((TIME)).
< Parsing edges from (FILE)
< Removing duplicate edges ... done.
< Adding new type 'cycleway.track|highway.primary' (first occurrence for edge '4067932').
< Adding new type 'cycleway.lane|highway.secondary' (first occurrence for edge '4401967').
< Adding new type 'cycleway.lane|highway.primary' (first occurrence for edge '4484427').
< Adding new type 'cycleway.opposite_lane|highway.tertiary' (first occurrence for edge '4588220').
< Adding new type 'cycleway.lane|highway.tertiary' (first occurrence for edge '4611696').
< Adding new type 'cycleway.track|highway.tertiary' (first occurrence for edge '4773465').
< Adding new type 'cycleway.lane|highway.residential' (first occurrence for edge '38208961').
< Adding new type 'cycleway.track|highway.secondary' (first occurrence for edge '66311464').
< Parsing relations from osm-file 'osm_bbox.osm.xml.gz' ...
< done ((TIME)).
< Removed 226 traffic lights before loading plain-XML
< Import done:
< 6301 nodes loaded.
< 51 types loaded.
< 10186 edges loaded.
< Proj projection parameters used: '+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs'.
< Removing self-loops ... done ((TIME)).
<truncated after showing first 30 lines>
---------- Missing result in gtfs_additional ----------
<?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 id="-4612981#1:13.00" lane="-4612981#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="S+U Alexanderplatz Bhf (Berlin)">
<access friendlyPos="true" lane="272757341#0_0" pos="0.06" length="1.71"/>
<access friendlyPos="true" lane="272757341#2_0" pos="0.20" length="5.02"/>
<access friendlyPos="true" lane="272757311_0" pos="0.00" length="5.56"/>
<access friendlyPos="true" lane="272757341#1_0" pos="0.13" length="6.66"/>
<access friendlyPos="true" lane="272757273_0" pos="0.00" length="7.51"/>
<access friendlyPos="true" lane="272757271_0" pos="0.00" length="10.52"/>
<access friendlyPos="true" lane="272757274_0" pos="9.62" length="9.25"/>
<access friendlyPos="true" lane="272757314_0" pos="2.41" length="11.73"/>
<access friendlyPos="true" lane="272757342#1_0" pos="10.46" length="15.24"/>
<access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/>
</busStop>
<busStop id="465376243#1:13.00" lane="465376243#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="S+U Friedrichstr. Bhf (Berlin)">
<access friendlyPos="true" lane="254523901#1_0" pos="19.03" length="8.14"/>
<access friendlyPos="true" lane="274524381#1_0" pos="1.57" length="19.68"/>
<access friendlyPos="true" lane="274524381#0_0" pos="2.96" length="22.06"/>
<access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/>
<access friendlyPos="true" lane="335043665#0_0" pos="0.00" length="21.79"/>
<access friendlyPos="true" lane="428486924_0" pos="0.00" length="22.86"/>
<access friendlyPos="true" lane="274524361#0_0" pos="0.84" length="23.40"/>
<access friendlyPos="true" lane="274524361#1_0" pos="0.00" length="23.94"/>
<access friendlyPos="true" lane="254339574_0" pos="11.19" length="27.43"/>
<access friendlyPos="true" lane="274524361#2_0" pos="0.00" length="25.53"/>
</busStop>
<busStop id="340498988#0:41.31" lane="340498988#0_1" startPos="28.31" endPos="41.31" friendlyPos="true" name="Unter den Linden/Friedrichstr. (Berlin)">
</busStop>
<truncated after showing first 30 lines>
---------- Missing result in gtfs_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 id="120410.0" route="120410" type="bus" depart="7730" line="120410">
<param key="gtfs.route_name" value="EV"/>
<param key="gtfs.trip_headsign" value="S+U Zoologischer Garten Bhf (Berlin)"/>
</vehicle>
<vehicle id="122409.0" route="122409" type="bus" depart="34070" line="122409">
<param key="gtfs.route_name" value="100"/>
<param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
</vehicle>
<vehicle id="122411.0" route="122409" type="bus" depart="34910" line="122409">
<param key="gtfs.route_name" value="100"/>
<param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
</vehicle>
<vehicle id="122413.0" route="122409" type="bus" depart="35690" line="122409">
<param key="gtfs.route_name" value="100"/>
<param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
</vehicle>
<vehicle id="122415.0" route="122409" type="bus" depart="36110" line="122409">
<param key="gtfs.route_name" value="100"/>
<param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
</vehicle>
<vehicle id="122417.0" route="122409" type="bus" depart="36890" line="122409">
<param key="gtfs.route_name" value="100"/>
<param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
</vehicle>
<vehicle id="122419.0" route="122409" type="bus" depart="38090" line="122409">
<param key="gtfs.route_name" value="100"/>
<truncated after showing first 30 lines>
---------- Missing result in vtypes ----------
<?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">
<vType id="bus" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="train" vClass="rail"/>
<vType id="tram" vClass="tram"/>
</additional>
---------- Differences in errors ----------
1,488c1,65
< Warning: Discarding unknown compound 'usage.main' in type 'railway.light_rail|usage.main' (first occurrence for edge '4471817').
< Warning: Discarding unknown compound 'usage.main' in type 'railway.rail|usage.main' (first occurrence for edge '23809674').
< Warning: Discarding unknown compound 'highway.construction' in type 'cycleway.lane|highway.construction' (first occurrence for edge '23812656').
< Warning: Edge '23812656#0' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Edge '23812656#1' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Edge '23812656#2' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Ambiguous railway kilometrage direction for way '25386365' (assuming forward)
< Warning: Ambiguous railway kilometrage direction for way '25946680' (assuming forward)
< Warning: Discarding unusable type 'highway.construction' (first occurrence for edge '25959781').
< Warning: Discarding unusable type 'railway.disused' (first occurrence for edge '27079979').
< Warning: Discarding unusable type 'waterway.stream' (first occurrence for edge '31112384').
< Warning: Discarding unusable type 'waterway.weir' (first occurrence for edge '31560876').
< Warning: Ambiguous railway kilometrage direction for way '32572620' (assuming forward)
< Warning: Ambiguous railway kilometrage direction for way '32572624' (assuming forward)
< Warning: Ambiguous railway kilometrage direction for way '32590428' (assuming forward)
< Warning: Discarding unusable type 'railway.platform' (first occurrence for edge '43185748').
< Warning: Edge '60333309#0' already has a dedicated lane for bicycles. Not adding another one.
< Warning: Edge '60333309#1' already has a dedicated lane for bicycles. Not adding another one.
< Warning: PT line in relation 374676 with no stops ignored. Probably OSM file is incomplete.
< Warning: direction of restriction relation could not be determined
< Warning: Ignoring restriction relation '1028113'.
< Warning: PT line in relation 1085700 with no stops ignored. Probably OSM file is incomplete.
< Warning: No way found for reference '102982573' in relation '1460957'
< Warning: Ignoring restriction relation '1460957' with unknown to-way.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
< Warning: Platform '383505803' in relation: '1650240' is given as polygon, which currently is not supported.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,203c1
< Written configuration to 'osm.netccfg'
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvert.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertUrbanDe.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertPedestrians.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertShips.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertBicycle.typ.xml' ... done.
< Parsing types from 'C:\Users\behr_mi\Projekte\sumo\repos\sumo/data/typemap/osmNetconvertAerialway.typ.xml' ... done.
< Parsing nodes from (FILE)
< Found and substituted 35 osm nodes.
< done ((TIME)).
< Parsing edges from (FILE)
< Removing duplicate edges ... done.
< Adding new type 'cycleway.track|highway.primary' (first occurrence for edge '4067932').
< Adding new type 'cycleway.lane|highway.secondary' (first occurrence for edge '4401967').
< Adding new type 'cycleway.lane|highway.primary' (first occurrence for edge '4484427').
< Adding new type 'cycleway.opposite_lane|highway.tertiary' (first occurrence for edge '4588220').
< Adding new type 'cycleway.lane|highway.tertiary' (first occurrence for edge '4611696').
< Adding new type 'cycleway.track|highway.tertiary' (first occurrence for edge '4773465').
< Adding new type 'cycleway.lane|highway.residential' (first occurrence for edge '38208961').
< Adding new type 'cycleway.track|highway.secondary' (first occurrence for edge '66311464').
< Parsing relations from osm-file 'osm_bbox.osm.xml.gz' ...
< done ((TIME)).
< Removed 226 traffic lights before loading plain-XML
< Import done:
< 6301 nodes loaded.
< 51 types loaded.
< 10186 edges loaded.
< Proj projection parameters used: '+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs'.
< Removing self-loops ... done ((TIME)).
<truncated after showing first 30 lines>
---------- Missing result in gtfs_additional ----------
<?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 id="-4612981#1:13.00" lane="-4612981#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="S+U Alexanderplatz Bhf (Berlin)">
<access friendlyPos="true" lane="272757341#0_0" pos="0.06" length="1.71"/>
<access friendlyPos="true" lane="272757341#2_0" pos="0.20" length="5.02"/>
<access friendlyPos="true" lane="272757311_0" pos="0.00" length="5.56"/>
<access friendlyPos="true" lane="272757341#1_0" pos="0.13" length="6.66"/>
<access friendlyPos="true" lane="272757273_0" pos="0.00" length="7.51"/>
<access friendlyPos="true" lane="272757271_0" pos="0.00" length="10.52"/>
<access friendlyPos="true" lane="272757274_0" pos="9.62" length="9.25"/>
<access friendlyPos="true" lane="272757314_0" pos="2.41" length="11.73"/>
<access friendlyPos="true" lane="272757342#1_0" pos="10.46" length="15.24"/>
<access friendlyPos="true" lane="272757322#0_0" pos="0.00" length="20.24"/>
</busStop>
<busStop id="465376243#1:13.00" lane="465376243#1_0" startPos="0.00" endPos="13.00" friendlyPos="true" name="S+U Friedrichstr. Bhf (Berlin)">
<access friendlyPos="true" lane="254523901#1_0" pos="19.03" length="8.14"/>
<access friendlyPos="true" lane="274524381#1_0" pos="1.57" length="19.68"/>
<access friendlyPos="true" lane="274524381#0_0" pos="2.96" length="22.06"/>
<access friendlyPos="true" lane="440946431_0" pos="0.00" length="23.40"/>
<access friendlyPos="true" lane="335043665#0_0" pos="0.00" length="21.79"/>
<access friendlyPos="true" lane="428486924_0" pos="0.00" length="22.86"/>
<access friendlyPos="true" lane="274524361#0_0" pos="0.84" length="23.40"/>
<access friendlyPos="true" lane="274524361#1_0" pos="0.00" length="23.94"/>
<access friendlyPos="true" lane="254339574_0" pos="11.19" length="27.43"/>
<access friendlyPos="true" lane="274524361#2_0" pos="0.00" length="25.53"/>
</busStop>
<busStop id="340498988#0:41.31" lane="340498988#0_1" startPos="28.31" endPos="41.31" friendlyPos="true" name="Unter den Linden/Friedrichstr. (Berlin)">
</busStop>
<truncated after showing first 30 lines>
---------- Missing result in gtfs_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 id="120410.0" route="120410" type="bus" depart="7730" line="120410">
<param key="gtfs.route_name" value="EV"/>
<param key="gtfs.trip_headsign" value="S+U Zoologischer Garten Bhf (Berlin)"/>
</vehicle>
<vehicle id="122409.0" route="122409" type="bus" depart="34070" line="122409">
<param key="gtfs.route_name" value="100"/>
<param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
</vehicle>
<vehicle id="122411.0" route="122409" type="bus" depart="34910" line="122409">
<param key="gtfs.route_name" value="100"/>
<param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
</vehicle>
<vehicle id="122413.0" route="122409" type="bus" depart="35690" line="122409">
<param key="gtfs.route_name" value="100"/>
<param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
</vehicle>
<vehicle id="122415.0" route="122409" type="bus" depart="36110" line="122409">
<param key="gtfs.route_name" value="100"/>
<param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
</vehicle>
<vehicle id="122417.0" route="122409" type="bus" depart="36890" line="122409">
<param key="gtfs.route_name" value="100"/>
<param key="gtfs.trip_headsign" value="S+U Alexanderplatz"/>
</vehicle>
<vehicle id="122419.0" route="122409" type="bus" depart="38090" line="122409">
<param key="gtfs.route_name" value="100"/>
<truncated after showing first 30 lines>
---------- Missing result in vtypes ----------
<?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">
<vType id="bus" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="train" vClass="rail"/>
<vType id="tram" vClass="tram"/>
</additional>
---------- Differences in gtfs_additional ---------- 465a466 > <access friendlyPos="true" lane="301687321_0" pos="0.00" length="67.84"/> 467d467 < <access friendlyPos="true" lane="-151627029#17_0" pos="0.00" length="77.18"/> 472,473d471 < <access friendlyPos="true" lane="416587113#0_0" pos="0.00" length="9.15"/> < <access friendlyPos="true" lane="151627030#4_0" pos="0.00" length="8.06"/> 474a473,474 > <access friendlyPos="true" lane="151627030#4_0" pos="0.00" length="8.06"/> > <access friendlyPos="true" lane="416587113#0_0" pos="0.00" length="9.15"/> 476d475 < <access friendlyPos="true" lane="151627030#2_0" pos="100.45" length="81.40"/> 477a477 > <access friendlyPos="true" lane="151627030#2_0" pos="100.45" length="81.40"/> 523d522 < <access friendlyPos="true" lane="317683529#0_0" pos="9.95" length="36.00"/> 524a524 > <access friendlyPos="true" lane="317683529#0_0" pos="9.95" length="36.00"/> 535,536c535 < <access friendlyPos="true" lane="301687326#2_0" pos="42.29" length="68.20"/> < <access friendlyPos="true" lane="21721173#8_0" pos="0.00" length="60.44"/> --- > <access friendlyPos="true" lane="-116171834#2_0" pos="0.00" length="66.97"/> 537a537 > <access friendlyPos="true" lane="116171834#2_0" pos="43.38" length="67.26"/> 546d545 < <access friendlyPos="true" lane="157743392#0_0" pos="0.00" length="36.10"/> 547a547 > <access friendlyPos="true" lane="157743392#0_0" pos="0.00" length="36.10"/> 555d554 <truncated after showing first 30 lines>
---------- Differences in gtfs_additional ---------- 89a90 > <access friendlyPos="true" lane="301687321_0" pos="0.00" length="67.84"/> 91d91 < <access friendlyPos="true" lane="-151627029#17_0" pos="0.00" length="77.18"/> 96,97d95 < <access friendlyPos="true" lane="416587113#0_0" pos="0.00" length="9.15"/> < <access friendlyPos="true" lane="151627030#4_0" pos="0.00" length="8.06"/> 98a97,98 > <access friendlyPos="true" lane="151627030#4_0" pos="0.00" length="8.06"/> > <access friendlyPos="true" lane="416587113#0_0" pos="0.00" length="9.15"/> 100d99 < <access friendlyPos="true" lane="151627030#2_0" pos="100.45" length="81.40"/> 101a101 > <access friendlyPos="true" lane="151627030#2_0" pos="100.45" length="81.40"/> 147d146 < <access friendlyPos="true" lane="317683529#0_0" pos="9.95" length="36.00"/> 148a148 > <access friendlyPos="true" lane="317683529#0_0" pos="9.95" length="36.00"/> 159,160c159 < <access friendlyPos="true" lane="301687326#2_0" pos="42.29" length="68.20"/> < <access friendlyPos="true" lane="21721173#8_0" pos="0.00" length="60.44"/> --- > <access friendlyPos="true" lane="-116171834#2_0" pos="0.00" length="66.97"/> 161a161 > <access friendlyPos="true" lane="116171834#2_0" pos="43.38" length="67.26"/> 170d169 < <access friendlyPos="true" lane="157743392#0_0" pos="0.00" length="36.10"/> 171a171 > <access friendlyPos="true" lane="157743392#0_0" pos="0.00" length="36.10"/> 179d178 <truncated after showing first 30 lines>
dynamic ToC triggered despite stop present on vehicle's lane continuation (This bug was triggered by text found in file 'tocs' matching 'DYNTOR')
different outputs from detectors which should detect the same (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 5,7c5,7 < success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] < success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] < success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (71.4, 71.5) <zip object at 0x00000239366461C0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x0000023936610D00> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000023936610A80> 9,12c9,12 < success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (71.4, 71.5) <zip object at 0x0000023937113FC0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x0000023936610C80> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000023936619E40> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x0000023936659780> 17,19c17,19 < success 0.1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] < success 1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] < success 10 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x0000023936610C80> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x00000239365D6D40> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000023936659800> 21,50c21,24 < success 0.1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] < success 1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] < success 10 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] <truncated after showing first 30 lines>
different outputs from detectors which should detect the same (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 1,98c1,48 < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0'] < success ['--step-length', '.1', '--end', '100'] ['2/1to1/1_0', '1/1to0/1_0'] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (108.6, 108.7) [9.9, 10.0, 9.9, 9.9] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (108.6, 108.7) [9.9, 10.0, 9.9, 9.9] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (108.0, 109.0) [9.87, 10.0, 9.87, 9.87] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (108.0, 109.0) [9.87, 10.0, 9.87, 9.87] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 110.0) [9.85, 9.96, 9.85, 9.85] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 110.0) [9.85, 9.96, 9.85, 9.85] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) [-1.0, 2.26, 3.2, 2.27, 2.27] < failed ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) [-1.0, 2.26, 3.2, 2.27, 2.27] < success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0'] < success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0'] < success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] < success ['--step-length', '1', '--end', '51'] ['2/1to1/1_0'] <truncated after showing first 30 lines>
different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
17,24c17,24
< success 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (230.0, 230.1) [('e2', 9.99), ('e3', 10.0), ('edge', 9.99), ('lane', 9.99)]
< success 0.1 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (148.1, 148.2) [('e2', 9.99), ('e3', 10.0), ('edge', 9.99), ('lane', 9.99)]
< success 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (230.0, 231.0) [('e2', 9.99), ('e3', 10.0), ('edge', 9.99), ('lane', 9.99)]
< success 1 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (148.0, 149.0) [('e2', 9.91), ('e3', 10.0), ('edge', 9.91), ('lane', 9.91)]
< success 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (230.0, 240.0) [('e2', 9.42), ('e3', 9.9), ('edge', 9.42), ('lane', 9.42)]
< success 10 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (140.0, 150.0) [('e2', 9.96), ('e3', 9.99), ('edge', 9.96), ('lane', 9.96)]
< success 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (200.0, 300.0) [('e1', 10.0), ('e2', 9.22), ('e3', 5.71), ('edge', 9.22), ('lane', 9.22)]
< success 100 ['--step-length', '.1', '--end', '1000'] 1/1to0/1_0 (100.0, 200.0) [('e1', 9.53), ('e2', 5.82), ('e3', 6.93), ('edge', 5.82), ('lane', 5.82)]
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x0000023BAEF263C0>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x0000023BAF293240>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000023BAED46280>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x0000023BAE2ABD80>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x0000023BAD986280>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x0000023B9718BCC0>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000023BAED58480>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x0000023BAED582C0>
41,98c41,48
< success 0.1 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (245.0, 246.0) [('e2', 8.92), ('e3', 10.0), ('edge', 8.92), ('lane', 8.92)]
< success 0.1 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (150.0, 151.0) [('e2', 9.82), ('e3', 10.0), ('edge', 9.82), ('lane', 9.82)]
< success 1 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (245.0, 246.0) [('e2', 8.92), ('e3', 10.0), ('edge', 8.92), ('lane', 8.92)]
< success 1 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (150.0, 151.0) [('e2', 9.82), ('e3', 10.0), ('edge', 9.82), ('lane', 9.82)]
< success 10 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (240.0, 250.0) [('e2', 9.9), ('e3', 10.0), ('edge', 9.9), ('lane', 9.9)]
< success 10 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (150.0, 160.0) [('e2', 9.15), ('e3', 9.84), ('edge', 9.15), ('lane', 9.15)]
< success 100 ['--step-length', '1', '--end', '1000'] 2/1to1/1_0 (200.0, 300.0) [('e1', 10.0), ('e2', 9.41), ('e3', 5.84), ('edge', 9.41), ('lane', 9.41)]
< success 100 ['--step-length', '1', '--end', '1000'] 1/1to0/1_0 (100.0, 200.0) [('e1', 10.0), ('e2', 5.94), ('e3', 7.08), ('edge', 5.94), ('lane', 5.94)]
< -- Unordered text as found by filter '^Loading configuration ... done.' --
< Loading configuration ... done.
< Loading configuration ... done.
<truncated after showing first 30 lines>
different outputs from detectors which should detect the same
(This bug was triggered by text found in file 'output' matching 'failed')
---------- Differences in output ----------
9,24c9,24
< failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)]
< failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)]
< failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)]
< failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)]
< failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)]
< failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)]
< failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)]
< failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)]
< failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)]
< failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.2, 76.3) [('e2', 10.49), ('e3', 10.35), ('edge', 10.49), ('lane', 10.49)]
< failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)]
< failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (76.0, 77.0) [('e2', 10.39), ('e3', 10.35), ('edge', 10.39), ('lane', 10.39)]
< failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)]
< failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 80.0) [('e2', 10.42), ('e3', 10.25), ('edge', 10.42), ('lane', 10.42)]
< failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)]
< failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (0.0, 100.0) [('e1', 10.27), ('e2', 10.24), ('e3', 9.59), ('edge', 10.24), ('lane', 10.24)]
---
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000002AFF08B4040>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000002AFF09061C0>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000002AFF08A0080>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000002AFF08A0100>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000002AFF08A0D00>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x000002AFF08A0540>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000002AFF08A5DC0>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x000002AFF08A0E00>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000002AFF15270C0>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x000002AFF1894FC0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000002AFF14F99C0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x000002AFF0868980>
<truncated after showing first 30 lines>
different outputs from detectors which should detect the same (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 5,7c5,7 < success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] < success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] < success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (75.4, 75.5) <zip object at 0x000002802D0FB4C0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000002802D0A2D40> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002802D0A2500> 9,12c9,12 < success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (75.4, 75.5) <zip object at 0x000002802DBC33C0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x000002802D0C9440> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002802D0C9D80> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x000002802D0C9FC0> 17,19c17,19 < success 0.1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] < success 1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] < success 10 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000002802D0D3B40> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x000002802D0D3B40> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x000002802D0D3B40> 21,50c21,24 < success 0.1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] < success 1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] < success 10 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] <truncated after showing first 30 lines>
different outputs from detectors which should detect the same (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 5,7c5,7 < success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] < success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] < success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.4, 76.5) <zip object at 0x00000203332E2440> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x00000203332A23C0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000203332A2380> 9,12c9,12 < success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] < success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.4, 76.5) <zip object at 0x0000020333DC1440> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x00000203332B8A40> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x00000203332B8A40> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x00000203332C0DC0> 17,19c17,19 < success 0.1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] < success 1 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] < success 10 ['--step-length', '1', '--end', '100'] ['3/1to2/1_0'] --- > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x0000020333256B80> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x00000203332CB940> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x0000020333307700> 21,50c21,24 < success 0.1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] < success 1 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] < success 10 ['--step-length', '1', '--end', '1000'] ['3/1to2/1_0'] <truncated after showing first 30 lines>
different outputs from detectors which should detect the same (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 0a1,24 > failed 0.1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001B27F003480> > failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001B27EFF1040> > failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001B27F0052C0> > failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001B27F005080> > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001B27F040F80> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001B27F0056C0> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001B27EFD8140> > failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001B27F005880> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x000001B27FB0FF40> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x000001B27F047800> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001B27F047180> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001B27EFD5E40> > failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001B27EFD5200> > failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001B27EFD5C80> > failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001B27F0582C0> > failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x000001B27EFD5C40> > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001B27EFD54C0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001B27EFD5B00> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001B27EFD5C40> > failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001B27F047800> > failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001B27F047F80> > failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x000001B27F036800> > failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x000001B27F00E880> > failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x000001B27F0537C0>
mapping failure (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 0a1 > internal corner (inside, segment2) failed: x=198, x2=198.0, y=1.9, y2=1.9, lane=middle_0, lane2=middle_0, pos=102, pos2=98.0 posLat=2.0 posLat2=1.9
Test exceeded wallclock time limit of 900.0 seconds
Test exceeded wallclock time limit of 900.0 seconds
---------- Differences in output ----------
1,33d0
< step 0
< step 1
< step 2
< hasGUI True
< views ('View #0',)
< examining View #0
< set zoom (80.0)
< get zoom 80.0
< set offset (400.0, 400.0)
< get offset (400.0, 400.0)
< set schema ('real world')
< get schema real world
< visible boundary ((-805.859375, -230.0), (1605.859375, 1030.0))
< has view View #0 True
< has view 'foo' False
< track vehicle 'horiz'
< get tracked vehicle horiz
< {0: ('View #0',)}
< step 3
< {0: ('View #0',)}
< step 4
< {0: ('View #0',)}
< step 5
< {0: ('View #0',)}
< veh selected: False
< edge selected: False
< veh selected: True
< edge selected: True
< screenshot dimensions (500, 500, 4)
<truncated after showing first 30 lines>