texttest -a complex -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.31Mar011345.34170 -g
texttest -a complex -d /home/delphi/sumo/tests
---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tests/complex/sumo/lane_change/best_lanes/runner.py", line 60, in <module>
> lanes = traci.vehicle.getBestLanes("0")
> File "/home/delphi/sumo/tests/../tests/complex/sumo/lane_change/best_lanes/../../../../../tools/traci/_vehicle.py", line 500, in getBestLanes
> return self._getUniversal(tc.VAR_BEST_LANES, vehID)
> File "/home/delphi/sumo/tests/../tests/complex/sumo/lane_change/best_lanes/../../../../../tools/traci/domain.py", line 118, in _getUniversal
> self._cmdGetID, varID, objectID)
> File "/home/delphi/sumo/tests/../tests/complex/sumo/lane_change/best_lanes/../../../../../tools/traci/connection.py", line 131, in _sendReadOneStringCmd
> return self._checkResult(cmdID, varID, objID)
> File "/home/delphi/sumo/tests/../tests/complex/sumo/lane_change/best_lanes/../../../../../tools/traci/connection.py", line 159, in _checkResult
> result = self._sendExact()
> File "/home/delphi/sumo/tests/../tests/complex/sumo/lane_change/best_lanes/../../../../../tools/traci/connection.py", line 102, in _sendExact
> raise FatalTraCIError("connection closed by SUMO")
> traci.exceptions.FatalTraCIError: connection closed by SUMO
---------- Differences in output ----------
4,103d3
< lane -1000+0.-500+0_0:
< length: 1968.0
< offset: 0
< allowsContinuation: 1
< over: ['-1000+0.-500+0_0', '-500+0.+0+0_1', '+0+0.+500+0_1', '+500+0.+1000+0_1']
< lane 0 ok
< ----------------------------------------------------------------------
<
< -- Test: acosta_busStopNeedsChange#2
< Success.
< Loading configuration... done.
< lane -500+0.+0+0_0:
< length: 483.85
< offset: 1
< allowsContinuation: 0
< over: ['-500+0.+0+0_0']
< lane -500+0.+0+0_1:
< length: 1469.5
< offset: 0
< allowsContinuation: 1
< over: ['-500+0.+0+0_1', '+0+0.+500+0_1', '+500+0.+1000+0_1']
< lane -500+0.+0+0_2:
< length: 483.85
< offset: -1
< allowsContinuation: 0
< over: ['-500+0.+0+0_2']
< lane 0 ok
< lane 1 ok
< lane 2 ok
<truncated after showing first 30 lines>
---------- Differences in output ---------- 22c22,23 < CO_normed="70.394366" CO2_normed="7724.080239" HC_normed="0.486564" PMx_normed="0.045609" NOx_normed="2.542527" fuel_normed="3.320352" electricity_normed="0" --- > CLoading configuration... done. > O_normed="70.394366" CO2_normed="7724.080239" HC_normed="0.486564" PMx_normed="0.045609" NOx_normed="2.542527" fuel_normed="3.320352" electricity_normed="0" 31d31 < Loading configuration... done.
---------- Differences in errors ----------
0a1,16
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/distance_after_reroute/runner.py", line 70, in <module>
> main(sys.argv[1:])
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/distance_after_reroute/runner.py", line 53, in main
> print(traci.vehicle.getDistance('Stapler_00'))
> File "/home/delphi/sumo/tools/traci/_vehicle.py", line 558, in getDistance
> return self._getUniversal(tc.VAR_DISTANCE, vehID)
> File "/home/delphi/sumo/tools/traci/domain.py", line 118, in _getUniversal
> self._cmdGetID, varID, objectID)
> File "/home/delphi/sumo/tools/traci/connection.py", line 131, in _sendReadOneStringCmd
> return self._checkResult(cmdID, varID, objID)
> File "/home/delphi/sumo/tools/traci/connection.py", line 159, in _checkResult
> result = self._sendExact()
> File "/home/delphi/sumo/tools/traci/connection.py", line 102, in _sendExact
> raise FatalTraCIError("connection closed by SUMO")
> traci.exceptions.FatalTraCIError: connection closed by SUMO
---------- Differences in output ----------
2,7d1
< 1145.0
< ['ed0', 'ed1', 'ed5']
< 1145.0
< 1165.0
< ['ed1', 'ed2']
< 1165.0
---------- Differences in rawdump ----------
832,1398c832
< </edge>
< </timestep>
< <timestep time="93.00">
< <edge id="ed0">
< <lane id="ed0_0">
< <vehicle id="Stapler_00" pos="880.10" speed="10.00"/>
< </lane>
< <lane id="ed0_1"/>
< <lane id="ed0_2"/>
< </edge>
< </timestep>
< <timestep time="94.00">
< <edge id="ed0">
< <lane id="ed0_0">
< <vehicle id="Stapler_00" pos="890.10" speed="10.00"/>
< </lane>
< <lane id="ed0_1"/>
< <lane id="ed0_2"/>
< </edge>
< </timestep>
< <timestep time="95.00">
< <edge id="ed0">
< <lane id="ed0_0">
< <vehicle id="Stapler_00" pos="900.10" speed="10.00"/>
< </lane>
< <lane id="ed0_1"/>
< <lane id="ed0_2"/>
< </edge>
< </timestep>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/junction/runner.py", line 44, in <module>
> print("junction count", traci.junction.getIDCount())
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/junction/../../../../../tools/traci/domain.py", line 133, in getIDCount
> return self._getUniversal(tc.ID_COUNT, "")
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/junction/../../../../../tools/traci/domain.py", line 119, in _getUniversal
> return self._retValFunc[varID](result)
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/junction/../../../../../tools/traci/storage.py", line 42, in readInt
> return self.read("!i")[0]
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/junction/../../../../../tools/traci/storage.py", line 39, in read
> return struct.unpack(format, self._content[oldPos:self._pos])
> struct.error: unpack requires a string argument of length 4
> Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown
> Quitting (on error).
---------- Differences in output ----------
6,15d5
< junction count 9
< examining 0
< pos (500.0, 500.0)
< {0: ['0', '1', '2', '3', '4', 'm1', 'm2', 'm3', 'm4']}
< step 3
< {0: ['0', '1', '2', '3', '4', 'm1', 'm2', 'm3', 'm4']}
< step 4
< {0: ['0', '1', '2', '3', '4', 'm1', 'm2', 'm3', 'm4']}
< step 5
< {0: ['0', '1', '2', '3', '4', 'm1', 'm2', 'm3', 'm4']}
---------- Differences in errors ----------
0a1,16
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/multiconnect/runner.py", line 46, in <module>
> print("route count", c.route.getIDCount())
> File "/home/delphi/sumo/tools/traci/domain.py", line 133, in getIDCount
> return self._getUniversal(tc.ID_COUNT, "")
> File "/home/delphi/sumo/tools/traci/domain.py", line 119, in _getUniversal
> return self._retValFunc[varID](result)
> File "/home/delphi/sumo/tools/traci/storage.py", line 42, in readInt
> return self.read("!i")[0]
> File "/home/delphi/sumo/tools/traci/storage.py", line 39, in read
> return struct.unpack(format, self._content[oldPos:self._pos])
> struct.error: unpack requires a string argument of length 4
> Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown
> Quitting (on error).
> Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown
> Quitting (on error).
---------- Differences in output ----------
10,34d9
< route count 3
< examining horizontal
< edges ['2fi', '2si', '1o', '1fi', '1si', '3o', '3fi', '3si', '4o', '4fi', '4si']
< routes ['horizontal', 'vertical', 'withTaz2']
< route count 3
< examining horizontal
< edges ['2fi', '2si', '1o', '1fi', '1si', '3o', '3fi', '3si', '4o', '4fi', '4si']
< {0: ['horizontal', 'vertical', 'withTaz2']}
< step 3
< {0: ['horizontal', 'vertical', 'withTaz2']}
< step 4
< {0: ['horizontal', 'vertical', 'withTaz2']}
< step 5
< {0: ['horizontal', 'vertical', 'withTaz2']}
< routes ['h2', 'horizontal', 'vertical', 'withTaz2']
< edges ['1o']
< {0: ['horizontal', 'vertical', 'withTaz2']}
< step 3
< {0: ['horizontal', 'vertical', 'withTaz2']}
< step 4
< {0: ['horizontal', 'vertical', 'withTaz2']}
< step 5
< {0: ['horizontal', 'vertical', 'withTaz2']}
< routes ['h2', 'horizontal', 'vertical', 'withTaz2']
< edges ['1o']
---------- Differences in errors ----------
0a1,12
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/params/runner.py", line 63, in <module>
> [setGetParam(*x) for x in objects]
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/params/runner.py", line 46, in setGetParam
> print(objectType, 'foo="%s"' % object.getParameter(objectID, "foo"))
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/params/../../../../../tools/traci/domain.py", line 193, in getParameter
> self._cmdGetID, tc.VAR_PARAMETER, objID)
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/params/../../../../../tools/traci/connection.py", line 159, in _checkResult
> result = self._sendExact()
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/params/../../../../../tools/traci/connection.py", line 102, in _sendExact
> raise FatalTraCIError("connection closed by SUMO")
> traci.exceptions.FatalTraCIError: connection closed by SUMO
---------- Differences in output ----------
3,17d2
< vehicle foo=""
< vehicle foo="42"
< person foo=""
< person foo="42"
< edge foo=""
< edge foo="42"
< lane foo=""
< lane foo="42"
< vType foo=""
< vType foo="42"
< route foo=""
< route foo="42"
< trafficlight foo=""
< trafficlight foo="42"
< step 1
---------- Differences in errors ----------
0a1,14
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/route/runner.py", line 44, in <module>
> print("route count", traci.route.getIDCount())
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/route/../../../../../tools/traci/domain.py", line 133, in getIDCount
> return self._getUniversal(tc.ID_COUNT, "")
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/route/../../../../../tools/traci/domain.py", line 119, in _getUniversal
> return self._retValFunc[varID](result)
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/route/../../../../../tools/traci/storage.py", line 42, in readInt
> return self.read("!i")[0]
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/route/../../../../../tools/traci/storage.py", line 39, in read
> return struct.unpack(format, self._content[oldPos:self._pos])
> struct.error: unpack requires a string argument of length 4
> Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown
> Quitting (on error).
---------- Differences in output ----------
6,18d5
< route count 3
< examining horizontal
< edges ['2fi', '2si', '1o', '1fi', '1si', '3o', '3fi', '3si', '4o', '4fi', '4si']
< {0: ['horizontal', 'vertical', 'withTaz2']}
< step 3
< {0: ['horizontal', 'vertical', 'withTaz2']}
< step 4
< {0: ['horizontal', 'vertical', 'withTaz2']}
< step 5
< {0: ['horizontal', 'vertical', 'withTaz2']}
< routes ['h2', 'horizontal', 'vertical', 'withTaz', 'withTaz2']
< edges ['1o']
< edges ['taz12-source', 'taz34-sink']
---------- Differences in errors ----------
1,7c1,19
< Error: Answered with error to command 0xa4: Vehicle 'bla' is not known
< Error: Answered with error to command 0xc4: Invalid departure position.
< Error: Answered with error to command 0xa4: Vehicle 'anotherOne' is not known
< Warning: Departure time for vehicle 'departInThePast' is in the past; using current time instead.
< Warning: Vehicle 'parking2' aborts stop.
< Warning: Teleporting vehicle 'collider'; collision with vehicle 'blocker', lane='2fi_0', gap=-4.52, time=117.00 stage=events.
< Warning: Vehicle 'collider' ends teleporting on edge '2si', time 118.00.
---
> Error: Answered with error to command 0xa4: Vehicle '' is not known
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/vehicle/runner.py", line 125, in <module>
> check(vehID)
> File "/home/delphi/sumo/tests/../tests/complex/traci/pythonApi/vehicle/runner.py", line 55, in check
> print("vehicle count", traci.vehicle.getIDCount())
> File "/home/delphi/sumo/tools/traci/domain.py", line 133, in getIDCount
> return self._getUniversal(tc.ID_COUNT, "")
> File "/home/delphi/sumo/tools/traci/domain.py", line 118, in _getUniversal
> self._cmdGetID, varID, objectID)
> File "/home/delphi/sumo/tools/traci/connection.py", line 131, in _sendReadOneStringCmd
> return self._checkResult(cmdID, varID, objID)
> File "/home/delphi/sumo/tools/traci/connection.py", line 159, in _checkResult
> result = self._sendExact()
> File "/home/delphi/sumo/tools/traci/connection.py", line 109, in _sendExact
> raise TraCIException(prefix[1], _RESULTS[prefix[2]], err)
> traci.exceptions.TraCIException: Vehicle '' is not known
> Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown
> Quitting (on error).
---------- Differences in output ----------
6,559d5
< vehicle count 1
< examining horiz
< speed 3.1154472965
< speed w/o traci 3.1154472965
< pos (990.4008068495866, 501.65000000000003)
< angle 270.0
< road 2fi
< lane 2fi_0
< laneIndex 0
< type DEFAULT_VEHTYPE
< routeID horizontal
< routeIndex 0
< route ['2fi', '2si', '1o', '1fi', '1si', '3o', '3fi', '3si', '4o', '4fi', '4si']
< lanePos 9.65713596621
< color (255, 255, 0, 255)
< bestLanes [['2fi_0', 3000.0, 0.0, 0, 1, ['2fi_0', '2si_1', '1o_0', '1fi_0', '1si_0', '3o_0', '3fi_0', '3si_1', '4o_0']]]
< CO2 3655.93323154
< CO 134.995693729
< HC 0.700169768806
< PMx 0.0768979695635
< NOx 1.60551769858
< fuel 1.57157465769
< noise 64.5318330666
< Elec 0.0
< traveltime -1001.0
< effort -1001.0
< route valid True
< signals 0
< length 5.0
<truncated after showing first 30 lines>
****************************************************** Ticket #1691 (new defect: ) edge shapes at junctions get lost on matsim reimport http://sumo.dlr.de/trac.wsgi/ticket/1691 Reported By: behrisch Owned by: Priority: major Milestone: 1.0.0 Component: net building (NETGEN, NETCONVERT) Version: Description: matsim always include the node into the edge shape and thus a reimport does not give the same result. The same issue exists for dlr-navteq #1687 ****************************************************** (This bug was triggered by text found in file 'net' matching '.*') ---------- Differences in net ---------- 4c4 < <net version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> --- > <net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> 6c6 < <location netOffset="-399345.66,-5809365.64" convBoundary="-1.31,0.00,1737.68,767.39" origBoundary="13.519602,52.425528,13.545248,52.434465" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/> --- > <location netOffset="-399345.66,-5809362.43" convBoundary="0.00,0.00,1737.68,770.60" origBoundary="1351960.240000,5242549.880000,1354524.800000,5243232.070000" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/> 9c9 < <lane id=":175648134_0_0" index="0" allow="bicycle" speed="5.56" length="4.82" shape="15.90,169.70 14.56,169.04 14.04,168.28 14.35,167.40 15.46,166.42"/> --- > <lane id=":175648134_0_0" index="0" allow="bicycle" speed="5.56" length="4.82" shape="15.89,172.91 14.56,172.25 14.04,171.49 14.34,170.61 15.46,169.63"/> 12,13c12,13 < <lane id=":261599791_0_0" index="0" speed="27.78" length="0.10" shape="34.60,181.48 34.67,181.47"/> < <lane id=":261599791_0_1" index="1" speed="27.78" length="0.10" shape="34.18,178.21 34.20,178.20"/> --- > <lane id=":261599791_0_0" index="0" speed="27.78" length="0.28" shape="34.72,184.67 34.46,184.71"/> > <lane id=":261599791_0_1" index="1" speed="27.78" length="0.28" shape="34.30,181.40 34.00,181.44"/> 16c16 < <lane id=":261599791_2_0" index="0" speed="27.78" length="2.41" shape="34.18,178.21 32.85,177.55 32.33,176.78"/> --- > <lane id=":261599791_2_0" index="0" speed="27.78" length="2.41" shape="34.30,181.40 32.97,180.73 32.46,179.97"/> 19c19 < <lane id=":261599791_6_0" index="0" speed="27.78" length="2.41" shape="32.33,176.78 32.64,175.91 33.76,174.93"/> --- > <lane id=":261599791_6_0" index="0" speed="27.78" length="2.41" shape="32.46,179.97 32.76,179.10 33.89,178.12"/> 22,23c22,23 < <lane id=":261599791_3_0" index="0" speed="27.78" length="0.10" shape="33.34,171.66 33.34,171.66"/> < <lane id=":261599791_3_1" index="1" speed="27.78" length="0.10" shape="33.75,174.93 33.76,174.93"/> --- <truncated after showing first 30 lines>
****************************************************** Ticket #1691 (new defect: ) edge shapes at junctions get lost on matsim reimport http://sumo.dlr.de/trac.wsgi/ticket/1691 Reported By: behrisch Owned by: Priority: major Milestone: 1.0.0 Component: net building (NETGEN, NETCONVERT) Version: Description: matsim always include the node into the edge shape and thus a reimport does not give the same result. The same issue exists for dlr-navteq #1687 ****************************************************** (This bug was triggered by text found in file 'net' matching '.*') ---------- Differences in net ---------- 4c4 < <net version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> --- > <net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd"> 6c6 < <location netOffset="-399345.66,-5809365.64" convBoundary="-1.31,0.00,1737.68,767.39" origBoundary="13.519602,52.425528,13.545248,52.434465" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/> --- > <location netOffset="0.00,-19.68" convBoundary="0.00,0.00,1737.68,747.71" origBoundary="0.00,19.68,1737.68,767.39" projParameter="!"/> 9c9 < <lane id=":175648134_0_0" index="0" allow="bicycle" speed="5.56" length="4.82" shape="15.90,169.70 14.56,169.04 14.04,168.28 14.35,167.40 15.46,166.42"/> --- > <lane id=":175648134_0_0" index="0" speed="5.56" length="4.82" shape="15.90,150.02 14.56,149.36 14.04,148.60 14.35,147.72 15.46,146.74"/> 12,13c12,13 < <lane id=":261599791_0_0" index="0" speed="27.78" length="0.10" shape="34.60,181.48 34.67,181.47"/> < <lane id=":261599791_0_1" index="1" speed="27.78" length="0.10" shape="34.18,178.21 34.20,178.20"/> --- > <lane id=":261599791_0_0" index="0" speed="27.78" length="0.22" shape="34.72,161.78 34.53,161.81"/> > <lane id=":261599791_0_1" index="1" speed="27.78" length="0.22" shape="34.32,158.51 34.06,158.54"/> 16c16 < <lane id=":261599791_2_0" index="0" speed="27.78" length="2.41" shape="34.18,178.21 32.85,177.55 32.33,176.78"/> --- > <lane id=":261599791_2_0" index="0" speed="27.78" length="2.41" shape="34.32,158.51 32.98,157.84 32.47,157.08"/> 19c19 < <lane id=":261599791_6_0" index="0" speed="27.78" length="2.41" shape="32.33,176.78 32.64,175.91 33.76,174.93"/> --- > <lane id=":261599791_6_0" index="0" speed="27.78" length="2.41" shape="32.47,157.08 32.78,156.21 33.91,155.24"/> 22,23c22,23 < <lane id=":261599791_3_0" index="0" speed="27.78" length="0.10" shape="33.34,171.66 33.34,171.66"/> < <lane id=":261599791_3_1" index="1" speed="27.78" length="0.10" shape="33.75,174.93 33.76,174.93"/> --- <truncated after showing first 30 lines>
to many tls events (This bug was triggered by text found in file 'tls_state' matching '<tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/>') ---------- Differences in tls_state ---------- 4c4,54 < <tls-states> --- > <tls-states xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tlsstate_file.xsd"> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> > <tlsState time="50.00" id="0/0" programID="0" phase="2" state="GrGg"/> <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 ----------
10c10
< success 0.1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (71.3, 71.4) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
12c12
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
14c14
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
18c18
< success 0.1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (71.3, 71.4) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
20c20
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
22c22
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
24c24
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) [('e1', -1.0), ('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
34c34
< success 0.1 ['--step-length', '1', '--end', '100'] ['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 ---------- 2c2 < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] --- > success 0.1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] 4c4 < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] --- > success 0.1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] 6c6 < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] --- > success 1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] 8c8 < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] --- > success 1 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] 10c10 < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] --- > success 10 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] 12c12 < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] --- > success 10 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/1_0'] 14c14 < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] --- > success 100 ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0'] 16c16 < success ['--step-length', '.1', '--end', '51'] ['2/1to1/1_0', '1/1to0/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 ----------
34c34
< 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)]
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.1, 148.2) [('e2', 9.99), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
36c36
< 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)]
---
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.1, 148.2) [('e2', 9.99), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
38c38
< 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)]
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.0, 149.0) [('e2', 9.96), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
40c40
< 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)]
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.0, 149.0) [('e2', 9.96), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
42c42
< 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)]
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) [('e2', 9.98), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
44c44
< 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)]
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) [('e2', 9.98), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
46c46
< 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)]
---
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) [('e1', 10.0), ('e2', 7.95), ('e3', 10.0), ('edge', 10.0), ('lane', 10.0)]
48c48
< 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)]
<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 ----------
10c10
< success 0.1 ['--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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
12c12
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
14c14
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
18c18
< success 0.1 ['--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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
20c20
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
22c22
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
24c24
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) [('e1', -1.0), ('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
34c34
< success 0.1 ['--step-length', '1', '--end', '100'] ['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 ----------
10c10
< success 0.1 ['--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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
12c12
< success 1 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
14c14
< success 10 ['--step-length', '.1', '--end', '100'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
18c18
< success 0.1 ['--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) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
20c20
< success 1 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
22c22
< success 10 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) [('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
24c24
< success 100 ['--step-length', '.1', '--end', '1000'] ['3/1to2/1_0']
---
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) [('e1', -1.0), ('e2', 10.0), ('e3', -1.0), ('edge', -1.0), ('lane', -1.0)]
34c34
< success 0.1 ['--step-length', '1', '--end', '100'] ['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,48
> Loading configuration... done.
> failed 0.1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.4, 38.5) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> Loading configuration... done.
> failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) [('e2', 9.64), ('e3', 9.5), ('edge', 9.64), ('lane', 9.64)]
> Loading configuration... done.
> failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) [('e2', 9.86), ('e3', 9.5), ('edge', 9.86), ('lane', 9.86)]
> Loading configuration... done.
> failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) [('e2', 9.62), ('e3', 9.5), ('edge', 9.62), ('lane', 9.62)]
> Loading configuration... done.
> failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> Loading configuration... done.
> failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) [('e2', 9.64), ('e3', 9.5), ('edge', 9.64), ('lane', 9.64)]
> Loading configuration... done.
> failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) [('e2', 9.86), ('e3', 9.5), ('edge', 9.86), ('lane', 9.86)]
> Loading configuration... done.
> failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) [('e1', 9.5), ('e2', 9.53), ('e3', 9.5), ('edge', 9.47), ('lane', 9.47)]
> Loading configuration... done.
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> Loading configuration... done.
> failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) [('e2', 9.64), ('e3', 9.5), ('edge', 9.64), ('lane', 9.64)]
> Loading configuration... done.
> failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) [('e2', 9.86), ('e3', 9.5), ('edge', 9.86), ('lane', 9.86)]
> Loading configuration... done.
> failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) [('e1', 9.5), ('e2', 9.53), ('e3', 9.5), ('edge', 9.47), ('lane', 9.47)]
> Loading configuration... done.
> failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> Loading configuration... done.
> failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) [('e2', 9.6), ('e3', 9.5), ('edge', 9.6), ('lane', 9.6)]
> Loading configuration... done.
<truncated after showing first 30 lines>