texttest -a complex -d /Users/sumo/clangMacOS_M1/sumo/tests -reconnect /Users/sumo/clangMacOS_M1/texttesttmp/clangMacOS_M1.31May001518.24099 -g
texttest -a complex -d /Users/sumo/clangMacOS_M1/sumo/tests
---------- Differences in errors ---------- 0a1,4 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS_M1/sumo/tests/../tests/complex/fmi/runner.py", line 28, in <module> > from fmpy import read_model_description, extract > ModuleNotFoundError: No module named 'fmpy' ---------- Differences in output ---------- 1,3d0 < FMU validation successful < Simulating libsumofmi2 (model name 'SUMO', FMI v2.0)... < Print ended at step 60.0
---------- Differences in errors ---------- 0a1,4 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS_M1/sumo/tests/../tests/complex/fmi/runner.py", line 28, in <module> > from fmpy import read_model_description, extract > ModuleNotFoundError: No module named 'fmpy' ---------- Differences in output ---------- 1,63d0 < FMU validation successful < Simulating libsumofmi2 (model name 'SUMO', FMI v2.0)... < TIME 1.0: vehicle.getIDCount = 6 < TIME 2.0: vehicle.getIDCount = 6 < TIME 3.0: vehicle.getIDCount = 6 < TIME 4.0: vehicle.getIDCount = 7 < TIME 5.0: vehicle.getIDCount = 7 < TIME 6.0: vehicle.getIDCount = 8 < TIME 7.0: vehicle.getIDCount = 8 < TIME 8.0: vehicle.getIDCount = 9 < TIME 9.0: vehicle.getIDCount = 9 < TIME 10.0: vehicle.getIDCount = 9 < TIME 11.0: vehicle.getIDCount = 9 < TIME 12.0: vehicle.getIDCount = 9 < TIME 13.0: vehicle.getIDCount = 10 < TIME 14.0: vehicle.getIDCount = 10 < TIME 15.0: vehicle.getIDCount = 10 < TIME 16.0: vehicle.getIDCount = 11 < TIME 17.0: vehicle.getIDCount = 11 < TIME 18.0: vehicle.getIDCount = 12 < TIME 19.0: vehicle.getIDCount = 12 < TIME 20.0: vehicle.getIDCount = 12 < TIME 21.0: vehicle.getIDCount = 13 < TIME 22.0: vehicle.getIDCount = 13 < TIME 23.0: vehicle.getIDCount = 13 < TIME 24.0: vehicle.getIDCount = 13 < TIME 25.0: vehicle.getIDCount = 13 < TIME 26.0: vehicle.getIDCount = 12 < TIME 27.0: vehicle.getIDCount = 10 <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,4 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS_M1/sumo/tests/../tests/complex/fmi/runner.py", line 28, in <module> > from fmpy import read_model_description, extract > ModuleNotFoundError: No module named 'fmpy' ---------- Differences in output ---------- 1,4d0 < FMU validation successful < Simulating libsumofmi2 (model name 'SUMO', FMI v2.0)... < key, value: 'meaningOfLife', '42' < Print ended at step 60.0
---------- Differences in errors ---------- 0a1,4 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS_M1/sumo/tests/../tests/complex/fmi/runner.py", line 28, in <module> > from fmpy import read_model_description, extract > ModuleNotFoundError: No module named 'fmpy' ---------- Differences in output ---------- 1,91d0 < FMU validation successful < Simulating libsumofmi2 (model name 'SUMO', FMI v2.0)... < TIME 0: laneID = '' < TIME 1.0: laneID = 'WE1_0' < currentPos = [0.0, -1.6] < targetPos = (10.0, -1.6) < TIME 2.0: laneID = 'WE1_0' < currentPos = [10.0, -1.6] < targetPos = (20.0, -1.6) < TIME 3.0: laneID = 'WE1_0' < currentPos = [20.0, -1.6] < targetPos = (30.0, -1.6) < TIME 4.0: laneID = 'WE1_0' < currentPos = [30.0, -1.6] < targetPos = (40.0, -1.6) < TIME 5.0: laneID = 'WE1_0' < currentPos = [40.0, -1.6] < targetPos = (50.0, -1.6) < TIME 6.0: laneID = ':J1_10_0' < currentPos = [50.0, -1.6] < targetPos = (60.0, -1.6) < TIME 7.0: laneID = 'WE2_0' < currentPos = [60.0, -1.6] < targetPos = (70.0, -1.6) < TIME 8.0: laneID = 'WE2_0' < currentPos = [70.0, -1.6] < targetPos = (80.0, -1.6) < TIME 9.0: laneID = 'WE2_0' < currentPos = [80.0, -1.6] <truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,24
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS_M1/sumo/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
> ModuleNotFoundError: No module named 'google'
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS_M1/sumo/tools/xml/xml2protobuf.py", line 210, in <module>
> main()
> File "/Users/sumo/clangMacOS_M1/sumo/tools/xml/xml2protobuf.py", line 196, in main
> module = generateProto(attrFinder.tagAttrs, attrFinder.depthTags,
> File "/Users/sumo/clangMacOS_M1/sumo/tools/xml/xml2protobuf.py", line 185, in generateProto
> subprocess.call([protoc, "%s.proto" % base, "--python_out=%s" % protodir])
> File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 349, in call
> with Popen(*popenargs, **kwargs) as p:
> File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 951, in __init__
> self._execute_child(args, executable, preexec_fn, close_fds,
> File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1821, in _execute_child
> raise child_exception_type(errno_num, err_msg, err_filename)
> FileNotFoundError: [Errno 2] No such file or directory: 'protoc'
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS_M1/sumo/tests/../tests/complex/sumo/protobuf/runner.py", line 82, in <module>
> connect(IN_PORT, OUT_PORT)
> File "/Users/sumo/clangMacOS_M1/sumo/tests/../tests/complex/sumo/protobuf/runner.py", line 38, in connect
> i.connect(("localhost", inPort))
> ConnectionRefusedError: [Errno 61] Connection refused
---------- 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 errors ---------- 1,2d0 < Error: send failed: Software caused tcpip::Socket abort < Quitting (on error).
---------- Differences in errors ----------
1,8c1,4
< Warning: Teleporting vehicle '7'; collision with vehicle '6', lane='1/1to2/1_0', gap=-0.73, time=5.00 stage=move.
< Warning: Vehicle '7' ends teleporting on edge '2/1to3/1', time=5.00.
< Warning: Teleporting vehicle '17'; collision with vehicle '16', lane='1/1to2/1_0', gap=-0.28, time=24.00 stage=move.
< Warning: Vehicle '17' ends teleporting on edge '2/1to3/1', time=24.00.
< Warning: Teleporting vehicle '24'; collision with vehicle '23', lane='1/1to2/1_0', gap=-0.37, time=51.00 stage=move.
< Warning: Vehicle '24' ends teleporting on edge '2/1to3/1', time=51.00.
< Warning: Teleporting vehicle '19'; collision with vehicle '18', lane='1/1to2/1_0', gap=-0.28, time=54.00 stage=move.
< Warning: Vehicle '19' ends teleporting on edge '2/1to3/1', time=54.00.
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS_M1/sumo/tests/../tests/complex/sumo/speedMap/runner.py", line 26, in <module>
> import matplotlib
> ModuleNotFoundError: No module named 'matplotlib'
---------- Missing result in state ----------
<?xml version="1.0" encoding="UTF-8"?>
<netstate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netstate_file.xsd">
<timestep time="0.00">
<edge id="1/1to2/1">
<lane id="1/1to2/1_0">
<vehicle id="24" pos="308.00" speed="0.00"/>
<vehicle id="23" pos="316.00" speed="0.00"/>
<vehicle id="22" pos="324.00" speed="0.00"/>
<vehicle id="21" pos="332.00" speed="0.00"/>
<vehicle id="20" pos="340.00" speed="0.00"/>
<vehicle id="19" pos="348.00" speed="0.00"/>
<vehicle id="18" pos="356.00" speed="0.00"/>
<vehicle id="17" pos="364.00" speed="0.00"/>
<vehicle id="16" pos="372.00" speed="0.00"/>
<vehicle id="15" pos="380.00" speed="0.00"/>
<vehicle id="14" pos="388.00" speed="0.00"/>
<vehicle id="13" pos="396.00" speed="0.00"/>
<vehicle id="12" pos="404.00" speed="0.00"/>
<vehicle id="11" pos="412.00" speed="0.00"/>
<vehicle id="10" pos="420.00" speed="0.00"/>
<vehicle id="9" pos="428.00" speed="0.00"/>
<vehicle id="8" pos="436.00" speed="0.00"/>
<vehicle id="7" pos="444.00" speed="0.00"/>
<vehicle id="6" pos="452.00" speed="0.00"/>
<vehicle id="5" pos="460.00" speed="0.00"/>
<vehicle id="4" pos="468.00" speed="0.00"/>
<vehicle id="3" pos="476.00" speed="0.00"/>
<vehicle id="2" pos="484.00" speed="0.00"/>
<truncated after showing first 30 lines>
---------- Differences in errors ---------- 1,24c1,4 < Warning: Teleporting vehicle '1578'; waited too long (yield), lane='A1A2_1', time=1134.00. < Warning: Vehicle '1578' ends teleporting on edge 'A2A1', time=1134.00. < Warning: Teleporting vehicle '1459'; waited too long (yield), lane=':C2_19_0', time=1293.00. < Warning: Vehicle '1459' ends teleporting on edge 'C2B2', time=1293.00. < Warning: Teleporting vehicle '1669'; waited too long (yield), lane='C2B2_1', time=1352.00. < Warning: Vehicle '1669' ends teleporting on edge 'B2C2', time=1352.00. < Warning: Teleporting vehicle '1630'; waited too long (jam), lane=':C2_24_0', time=1362.00. < Warning: Vehicle '1630' ends teleporting on edge 'C2B2', time=1362.00. < Warning: Teleporting vehicle '1972'; waited too long (jam), lane=':C2_6_0', time=1385.00. < Warning: Teleporting vehicle '1924'; waited too long (wrong lane), lane='C2B2_1', time=1395.00. < Warning: Vehicle '1924' ends teleporting on edge 'B2B3', time=1395.00. < Warning: Vehicle '1972' ends teleporting on edge 'C2B2', time=1398.00. < Warning: Teleporting vehicle '1578'; waited too long (yield), lane='A1A2_1', time=1134.00. < Warning: Vehicle '1578' ends teleporting on edge 'A2A1', time=1134.00. < Warning: Teleporting vehicle '1459'; waited too long (yield), lane=':C2_19_0', time=1293.00. < Warning: Vehicle '1459' ends teleporting on edge 'C2B2', time=1293.00. < Warning: Teleporting vehicle '1669'; waited too long (yield), lane='C2B2_1', time=1352.00. < Warning: Vehicle '1669' ends teleporting on edge 'B2C2', time=1352.00. < Warning: Teleporting vehicle '1630'; waited too long (jam), lane=':C2_24_0', time=1362.00. < Warning: Vehicle '1630' ends teleporting on edge 'C2B2', time=1362.00. < Warning: Teleporting vehicle '1972'; waited too long (jam), lane=':C2_6_0', time=1385.00. < Warning: Teleporting vehicle '1924'; waited too long (wrong lane), lane='C2B2_1', time=1395.00. < Warning: Vehicle '1924' ends teleporting on edge 'B2B3', time=1395.00. < Warning: Vehicle '1972' ends teleporting on edge 'C2B2', time=1398.00. --- > Warning: Teleporting vehicle '1866'; waited too long (yield), lane='A2A1_1', time=1431.00. > Warning: Vehicle '1866' ends teleporting on edge 'A1A2', time=1431.00. > Warning: Teleporting vehicle '1866'; waited too long (yield), lane='A2A1_1', time=1431.00. > Warning: Vehicle '1866' ends teleporting on edge 'A1A2', time=1431.00. <truncated after showing first 30 lines> ---------- Differences in output ---------- 10c10 < Teleports: 6 (Jam: 2, Yield: 3, Wrong Lane: 1) --- > Teleports: 1 (Yield: 1) 12,17c12,17 < RouteLength: 467.44 < Speed: 4.05 < Duration: 150.25 < WaitingTime: 79.14 < TimeLoss: 113.68 < DepartDelay: 4.98 --- > RouteLength: 474.43 > Speed: 3.89 > Duration: 167.47 > WaitingTime: 93.75 > TimeLoss: 130.34 > DepartDelay: 5.50 19c19 < DijkstraRouter answered 6063 queries and explored 36.50 edges on average. --- > DijkstraRouter answered 6637 queries and explored 37.28 edges on average. 30c30 < Teleports: 6 (Jam: 2, Yield: 3, Wrong Lane: 1) --- > Teleports: 1 (Yield: 1) 32,36c32,36 < RouteLength: 467.44 < Speed: 4.05 < Duration: 150.25 <truncated after showing first 30 lines> ---------- Differences in statistics ---------- 6c6 < <teleports total="6" jam="2" yield="3" wrongLane="1"/> --- > <teleports total="1" jam="0" yield="1" wrongLane="0"/> 9c9 < <vehicleTripStatistics routeLength="467.44" speed="4.05" duration="150.25" waitingTime="79.14" timeLoss="113.68" departDelay="4.98" departDelayWaiting="-1.00" totalTravelTime="300495.00" totalDepartDelay="9963.00"/> --- > <vehicleTripStatistics routeLength="474.43" speed="3.89" duration="167.47" waitingTime="93.75" timeLoss="130.34" departDelay="5.50" departDelayWaiting="-1.00" totalTravelTime="334930.00" totalDepartDelay="10990.00"/> ---------- Differences in statistics2 ---------- 6c6 < <teleports total="6" jam="2" yield="3" wrongLane="1"/> --- > <teleports total="1" jam="0" yield="1" wrongLane="0"/> 9c9 < <vehicleTripStatistics routeLength="467.44" speed="4.05" duration="150.25" waitingTime="79.14" timeLoss="113.68" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="300495.00" totalDepartDelay="0.00"/> --- > <vehicleTripStatistics routeLength="474.43" speed="3.89" duration="167.47" waitingTime="93.75" timeLoss="130.34" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="334930.00" totalDepartDelay="0.00"/>
---------- Differences in output ---------- 11,16c11,16 < RouteLength: 1175.44 < Speed: 4.22 < Duration: 302.38 < WaitingTime: 140.64 < TimeLoss: 214.76 < DepartDelay: 23.54 --- > RouteLength: 1184.57 > Speed: 3.95 > Duration: 335.85 > WaitingTime: 171.22 > TimeLoss: 247.42 > DepartDelay: 14.56 18c18 < DijkstraRouter answered 4808 queries and explored 65.18 edges on average. --- > DijkstraRouter answered 5196 queries and explored 64.00 edges on average. 30,34c30,34 < RouteLength: 1175.44 < Speed: 4.22 < Duration: 302.38 < WaitingTime: 140.64 < TimeLoss: 214.76 --- > RouteLength: 1184.57 > Speed: 3.95 > Duration: 335.85 > WaitingTime: 171.22 > TimeLoss: 247.42 <truncated after showing first 30 lines> ---------- Differences in statistics ---------- 9c9 < <vehicleTripStatistics routeLength="1175.44" speed="4.22" duration="302.38" waitingTime="140.64" timeLoss="214.76" departDelay="23.54" departDelayWaiting="-1.00" totalTravelTime="251580.00" totalDepartDelay="19588.00"/> --- > <vehicleTripStatistics routeLength="1184.57" speed="3.95" duration="335.85" waitingTime="171.22" timeLoss="247.42" departDelay="14.56" departDelayWaiting="-1.00" totalTravelTime="279427.00" totalDepartDelay="12118.00"/> ---------- Differences in statistics2 ---------- 9c9 < <vehicleTripStatistics routeLength="1175.44" speed="4.22" duration="302.38" waitingTime="140.64" timeLoss="214.76" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="251580.00" totalDepartDelay="0.00"/> --- > <vehicleTripStatistics routeLength="1184.57" speed="3.95" duration="335.85" waitingTime="171.22" timeLoss="247.42" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="279427.00" totalDepartDelay="0.00"/>
---------- Differences in output ---------- 13,17c13,17 < Speed: 5.45 < Duration: 42.65 < WaitingTime: 16.72 < TimeLoss: 28.47 < DepartDelay: 1.16 --- > Speed: 5.41 > Duration: 43.58 > WaitingTime: 17.84 > TimeLoss: 29.40 > DepartDelay: 1.04 31c31 < Simulation ended at time: 160.00 --- > Simulation ended at time: 193.00
---------- Differences in errors ----------
0a1,4
> FXApp::openDisplay: unable to open display :27911.0
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
---------- Differences in output ----------
3,15d2
< Print ended at step 100.0
< ----------- SUMO end time is not given -----------
< Print ended at step 100.0
< =========== empty routes in SUMO ===========
< ----------- SUMO end time is smaller than TraCI's -----------
< Print ended at step 100.0
< ----------- SUMO end time is not given -----------
< Print ended at step 100.0
< =========== vehicle leaves before TraCI ends ===========
< ----------- SUMO end time is smaller than TraCI's -----------
< Print ended at step 100.0
< ----------- SUMO end time is not given -----------
< Print ended at step 100.0
---------- Differences in errors ----------
0a1,185
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27928.0
<truncated after showing first 30 lines>
---------- Missing result in state ----------
<?xml version="1.0" encoding="UTF-8"?>
<netstate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netstate_file.xsd">
<timestep time="0.00">
<edge id="2fi">
<lane id="2fi_0">
<vehicle id="horiz" pos="5.10" speed="0.00"/>
</lane>
</edge>
</timestep>
<timestep time="1.00">
<edge id="2fi">
<lane id="2fi_0">
<vehicle id="horiz" pos="6.53" speed="1.43"/>
</lane>
</edge>
</timestep>
<timestep time="2.00">
<edge id="2fi">
<lane id="2fi_0">
<vehicle id="horiz" pos="10.57" speed="4.03"/>
</lane>
</edge>
</timestep>
<timestep time="3.00">
<edge id="2fi">
<lane id="2fi_0">
<vehicle id="horiz" pos="16.77" speed="6.21"/>
</lane>
<truncated after showing first 30 lines>
---------- Missing result in tripinfo ----------
<?xml version="1.0" encoding="UTF-8"?>
<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
</tripinfos>
---------- Differences in errors ----------
0a1,124
> FXApp::openDisplay: unable to open display :27728.0
> Process Process-2:
> Process Process-1:
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> File "/Users/sumo/clangMacOS_M1/sumo/tests/complex/traci/connection/multipleConnections/basic/runner.py", line 46, in traciLoop
> traci.init(port)
> File "/opt/homebrew/lib/python3.9/site-packages/traci/main.py", line 121, in init
> _connections[label] = connect(port, numRetries, host, proc, 1, traceFile, traceGetters)
> File "/opt/homebrew/lib/python3.9/site-packages/traci/main.py", line 111, in connect
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
> FXApp::openDisplay: unable to open display :27728.0
> Process Process-3:
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
> Process Process-4:
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
> FXApp::openDisplay: unable to open display :27728.0
> Process Process-7:
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
> Process Process-6:
> Traceback (most recent call last):
<truncated after showing first 30 lines>
---------- Differences in output ----------
4,5d3
< Process 1 ended at step 99
< Process 2 ended at step 99
7,8d4
< Process 1 ended at step 99
< Process 2 ended at step 99
11,15d6
< Process 1 ended at step 99
< Process 2 ended at step 99
< Process 3 ended at step 99
< Process 4 ended at step 99
< Process 5 ended at step 99
17,21d7
< Process 1 ended at step 99
< Process 2 ended at step 99
< Process 3 ended at step 99
< Process 4 ended at step 99
< Process 5 ended at step 99
25,26d10
< Process 1 ended at step 99
< Process 2 ended at step 99
28,29d11
< Process 1 ended at step 99
< Process 2 ended at step 99
32,36d13
< Process 1 ended at step 99
< Process 2 ended at step 99
< Process 3 ended at step 99
< Process 4 ended at step 99
< Process 5 ended at step 99
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,4
> FXApp::openDisplay: unable to open display :27706.0
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect.")
> traci.exceptions.FatalTraCIError: Could not connect.
---------- Differences in output ----------
3,16d2
< Run 1
< Run 2
< Print ended at step 100.0
< Print ended at step 100.0
< Print ended at step 100.0
< Connection already closed.
< ----------- TraCI ends first -----------
< Run 0
< Run 1
< Run 2
< Print ended at step 100.0
< Print ended at step 100.0
< Print ended at step 100.0
< Connection '2' is not known.
---------- Differences in errors ----------
0a1,4
> FXApp::openDisplay: unable to open display :27608.0
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
---------- Differences in output ----------
3,42d2
< Print ended at step 100.0
< Run 1
< Print ended at step 100.0
< Run 2
< Print ended at step 100.0
< Run 3
< Print ended at step 100.0
< Run 4
< Print ended at step 100.0
< Run 5
< Print ended at step 100.0
< Run 6
< Print ended at step 100.0
< Run 7
< Print ended at step 100.0
< Run 8
< Print ended at step 100.0
< Run 9
< Print ended at step 100.0
< ----------- TraCI ends first -----------
< Run 0
< Print ended at step 100.0
< Run 1
< Print ended at step 100.0
< Run 2
< Print ended at step 100.0
< Run 3
< Print ended at step 100.0
< Run 4
<truncated after showing first 30 lines>
---------- Differences in errors ----------
6a7,10
> FXApp::openDisplay: unable to open display :27284.0
> Traceback (most recent call last):
> raise FatalTraCIError("Could not connect in %s tries" % (numRetries + 1))
> traci.exceptions.FatalTraCIError: Could not connect in 61 tries
---------- Differences in output ----------
2,4d1
< -- Unordered text as found by filter '^Loading configuration ... done.' --
< Loading configuration ... done.
<
---------- Differences in errors ----------
0a1,4
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS_M1/sumo/tests/../tests/complex/traci/gui/gui/runner.py", line 26, in <module>
> from matplotlib.pyplot import imread
> ModuleNotFoundError: No module named 'matplotlib'
---------- Differences in output ----------
1,29d0
< 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>
---------- Differences in errors ----------
0a1,185
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27122.0
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,256d0
< step 0
< step 1
< step 2
< adding poly0
< polygons ('poly0',)
< polygon count 1
< # examining poly0
< shape ((960.0, 510.0), (960.0, 550.0), (1000.0, 550.0), (1000.0, 510.0))
< type test
< color (100, 200, 0, 255)
< filled True
< step 3
< step 4
< step 5
< # (1) Adding underspecified dynamics...
< Caught TraCIException
< # (2) Adding malformed dynamics 1 ...
< Caught TraCIException
< # (3) Adding malformed dynamics 2 ...
< Caught TraCIException
< # (4) Adding malformed dynamics 3 ...
< Caught TraCIException
< # (5) Adding malformed dynamics 4 ...
< Caught TraCIException
< # (6) Adding malformed dynamics 5 ...
< Caught TraCIException
< # examining poly0
< shape ((960.0, 510.0), (960.0, 550.0), (1000.0, 550.0), (1000.0, 510.0))
< type test
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,185
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
> warnings.warn(("Could not connect to TraCI server using port %s (%s)." +
> FXApp::openDisplay: unable to open display :27195.0
<truncated after showing first 30 lines>
---------- Differences in output ---------- 269,271c269,271 < ['0', '1', '0', '1', '0', '1', '0', '0'] < ['0', '1', '0', '1', '0', '0', '0', '0'] < ['0', '1', '0', '1', '0', '1', '0', '0'] --- > ['1', '1', '0', '1', '0', '1', '0', '0'] > ['1', '1', '0', '1', '0', '0', '0', '0'] > ['1', '1', '0', '1', '0', '1', '0', '0'] 293c293 < ['1', '1', '0', '1', '0', '0', '0', '0'] --- > ['1', '1', '0', '1', '0', '1', '0', '0']
---------- Differences in output ---------- 46c46 < 43.0 phase=0 --- > 43.0 phase=1 49c49 < 46.0 phase=1 --- > 46.0 phase=2 185c185 < cycleSecond (before): 52.00 --- > cycleSecond (before): 89.00 ---------- Differences in tls_state ---------- 14c14 < <phase duration="7.00" state="GGGggrrrrrGGGggrrrrr"/> --- > <phase duration="6.00" state="GGGggrrrrrGGGggrrrrr"/> 16c16 < <phase duration="4.00" state="rrrGGrrrrrrrrGGrrrrr"/> --- > <phase duration="5.00" state="rrrGGrrrrrrrrGGrrrrr"/> 52c52 < <phase duration="8.00" state="GGGggrrrrrGGGggrrrrr"/> --- > <phase duration="60.00" state="GGGggrrrrrGGGggrrrrr"/> 56,60c56 < <phase duration="5.00" state="rrrrrGGGggrrrrrGGGgg"/> < <phase duration="3.00" state="rrrrryyyggrrrrryyygg"/> < <phase duration="6.00" state="rrrrrrrrGGrrrrrrrrGG"/> < <phase duration="3.00" state="rrrrrrrryyrrrrrrrryy"/> < <phase duration="52.00" state="GGGggrrrrrGGGggrrrrr"/> --- > <phase duration="17.00" state="rrrrrGGGggrrrrrGGGgg"/>
---------- Differences in errors ---------- 2a3 > Warning: Invalid approach information to rail signal 'junction 'N2', link 0' after rerouting for vehicle 'rail5' first driveway edge 'T9_0' time=502.00.
---------- Differences in errors ---------- 0a1,10 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS_M1/sumo/tests/toolrunner.py", line 39, in <module> > subprocess.call(tool + sys.argv[1:], env=os.environ, stdout=sys.stdout, stderr=sys.stderr) > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 349, in call > with Popen(*popenargs, **kwargs) as p: > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 951, in __init__ > self._execute_child(args, executable, preexec_fn, close_fds, > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1821, in _execute_child > raise child_exception_type(errno_num, err_msg, err_filename) > FileNotFoundError: [Errno 2] No such file or directory: '/Users/sumo/clangMacOS_M1/sumo/tests/../bin/testcommon' ---------- Differences in output ---------- 1,111d0 < Running main() from gtest_main.cc < [==========] Running 45 tests from 5 test suites. < [----------] Global test environment set-up. < [----------] 10 tests from StringTokenizer < [ RUN ] StringTokenizer.test_split_with_whitechar < [ OK ] StringTokenizer.test_split_with_whitechar ((TIME)) < [ RUN ] StringTokenizer.test_split_with_newline < [ OK ] StringTokenizer.test_split_with_newline ((TIME)) < [ RUN ] StringTokenizer.test_split_with_x < [ OK ] StringTokenizer.test_split_with_x ((TIME)) < [ RUN ] StringTokenizer.test_split_any_char < [ OK ] StringTokenizer.test_split_any_char ((TIME)) < [ RUN ] StringTokenizer.test_method_reinit < [ OK ] StringTokenizer.test_method_reinit ((TIME)) < [ RUN ] StringTokenizer.test_method_size < [ OK ] StringTokenizer.test_method_size ((TIME)) < [ RUN ] StringTokenizer.test_method_front < [ OK ] StringTokenizer.test_method_front ((TIME)) < [ RUN ] StringTokenizer.test_method_get < [ OK ] StringTokenizer.test_method_get ((TIME)) < [ RUN ] StringTokenizer.test_method_get_with_empty_data < [ OK ] StringTokenizer.test_method_get_with_empty_data ((TIME)) < [ RUN ] StringTokenizer.test_method_getVector < [ OK ] StringTokenizer.test_method_getVector ((TIME)) < [----------] 10 tests from StringTokenizer ((TIME) total) < < [----------] 4 tests from FileHelpers < [ RUN ] FileHelpers.test_method_checkForRelativity < [ OK ] FileHelpers.test_method_checkForRelativity ((TIME)) <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,10 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS_M1/sumo/tests/toolrunner.py", line 39, in <module> > subprocess.call(tool + sys.argv[1:], env=os.environ, stdout=sys.stdout, stderr=sys.stderr) > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 349, in call > with Popen(*popenargs, **kwargs) as p: > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 951, in __init__ > self._execute_child(args, executable, preexec_fn, close_fds, > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1821, in _execute_child > raise child_exception_type(errno_num, err_msg, err_filename) > FileNotFoundError: [Errno 2] No such file or directory: '/Users/sumo/clangMacOS_M1/sumo/tests/../bin/testfoxtools' ---------- Differences in output ---------- 1,13d0 < Running main() from gtest_main.cc < [==========] Running 2 tests from 1 test suite. < [----------] Global test environment set-up. < [----------] 2 tests from FXWorkerThread < [ RUN ] FXWorkerThread.test_init < [ OK ] FXWorkerThread.test_init ((TIME)) < [ RUN ] FXWorkerThread.test_get_all < [ OK ] FXWorkerThread.test_get_all ((TIME)) < [----------] 2 tests from FXWorkerThread ((TIME) total) < < [----------] Global test environment tear-down < [==========] 2 tests from 1 test suite ran. ((TIME) total) < [ PASSED ] 2 tests. ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,10 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS_M1/sumo/tests/toolrunner.py", line 39, in <module> > subprocess.call(tool + sys.argv[1:], env=os.environ, stdout=sys.stdout, stderr=sys.stderr) > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 349, in call > with Popen(*popenargs, **kwargs) as p: > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 951, in __init__ > self._execute_child(args, executable, preexec_fn, close_fds, > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1821, in _execute_child > raise child_exception_type(errno_num, err_msg, err_filename) > FileNotFoundError: [Errno 2] No such file or directory: '/Users/sumo/clangMacOS_M1/sumo/tests/../bin/testgeom' ---------- Differences in output ---------- 1,67d0 < Running main() from gtest_main.cc < [==========] Running 26 tests from 3 test suites. < [----------] Global test environment set-up. < [----------] 10 tests from Boundary < [ RUN ] Boundary.test_method_add < [ OK ] Boundary.test_method_add ((TIME)) < [ RUN ] Boundary.test_method_add_multiple < [ OK ] Boundary.test_method_add_multiple ((TIME)) < [ RUN ] Boundary.test_method_getCenter < [ OK ] Boundary.test_method_getCenter ((TIME)) < [ RUN ] Boundary.test_method_getWidthHeight < [ OK ] Boundary.test_method_getWidthHeight ((TIME)) < [ RUN ] Boundary.test_method_around < [ OK ] Boundary.test_method_around ((TIME)) < [ RUN ] Boundary.test_method_overlapsWith < [ OK ] Boundary.test_method_overlapsWith ((TIME)) < [ RUN ] Boundary.test_method_crosses < [ OK ] Boundary.test_method_crosses ((TIME)) < [ RUN ] Boundary.test_method_partialWithin < [ OK ] Boundary.test_method_partialWithin ((TIME)) < [ RUN ] Boundary.test_method_flipY < [ OK ] Boundary.test_method_flipY ((TIME)) < [ RUN ] Boundary.test_method_moveby < [ OK ] Boundary.test_method_moveby ((TIME)) < [----------] 10 tests from Boundary ((TIME) total) < < [----------] 1 test from GeoConvHelper < [ RUN ] GeoConvHelper.test_method_x2cartesian < [ OK ] GeoConvHelper.test_method_x2cartesian ((TIME)) <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,10 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS_M1/sumo/tests/toolrunner.py", line 39, in <module> > subprocess.call(tool + sys.argv[1:], env=os.environ, stdout=sys.stdout, stderr=sys.stderr) > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 349, in call > with Popen(*popenargs, **kwargs) as p: > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 951, in __init__ > self._execute_child(args, executable, preexec_fn, close_fds, > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1821, in _execute_child > raise child_exception_type(errno_num, err_msg, err_filename) > FileNotFoundError: [Errno 2] No such file or directory: '/Users/sumo/clangMacOS_M1/sumo/tests/../bin/testmicrosim' ---------- Differences in output ---------- 1,29d0 < Running main() from gtest_main.cc < [==========] Running 7 tests from 3 test suites. < [----------] Global test environment set-up. < [----------] 1 test from MSEventControl < [ RUN ] MSEventControl.test_method_execute < [ OK ] MSEventControl.test_method_execute ((TIME)) < [----------] 1 test from MSEventControl ((TIME) total) < < [----------] 4 tests from MSCFModelTest < [ RUN ] MSCFModelTest.test_method_brakeGap < [ OK ] MSCFModelTest.test_method_brakeGap ((TIME)) < [ RUN ] MSCFModelTest.test_method_static_brakeGap < [ OK ] MSCFModelTest.test_method_static_brakeGap ((TIME)) < [ RUN ] MSCFModelTest.test_method_static_freeSpeed < [ OK ] MSCFModelTest.test_method_static_freeSpeed ((TIME)) < [ RUN ] MSCFModelTest.test_method_static_freeSpeed_half < [ OK ] MSCFModelTest.test_method_static_freeSpeed_half ((TIME)) < [----------] 4 tests from MSCFModelTest ((TIME) total) < < [----------] 2 tests from MSCFModel_IDMTest < [ RUN ] MSCFModel_IDMTest.test_method_brakeGap < [ OK ] MSCFModel_IDMTest.test_method_brakeGap ((TIME)) < [ RUN ] MSCFModel_IDMTest.test_method_getSecureGap < [ OK ] MSCFModel_IDMTest.test_method_getSecureGap ((TIME)) < [----------] 2 tests from MSCFModel_IDMTest ((TIME) total) < < [----------] Global test environment tear-down < [==========] 7 tests from 3 test suites ran. ((TIME) total) < [ PASSED ] 7 tests. <truncated after showing first 30 lines> ---------- New result in exitcode ---------- 1
---------- Differences in errors ---------- 0a1,10 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS_M1/sumo/tests/toolrunner.py", line 39, in <module> > subprocess.call(tool + sys.argv[1:], env=os.environ, stdout=sys.stdout, stderr=sys.stderr) > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 349, in call > with Popen(*popenargs, **kwargs) as p: > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 951, in __init__ > self._execute_child(args, executable, preexec_fn, close_fds, > File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1821, in _execute_child > raise child_exception_type(errno_num, err_msg, err_filename) > FileNotFoundError: [Errno 2] No such file or directory: '/Users/sumo/clangMacOS_M1/sumo/tests/../bin/testnetbuild' ---------- Differences in output ---------- 1,16d0 < Running main() from gtest_main.cc < [==========] Running 2 tests from 2 test suites. < [----------] Global test environment set-up. < [----------] 1 test from NBHeightMapperTest < [ RUN ] NBHeightMapperTest.test_method_getZ < [ OK ] NBHeightMapperTest.test_method_getZ ((TIME)) < [----------] 1 test from NBHeightMapperTest ((TIME) total) < < [----------] 1 test from NBTrafficLightLogic < [ RUN ] NBTrafficLightLogic.test_method_getDuration < [ OK ] NBTrafficLightLogic.test_method_getDuration ((TIME)) < [----------] 1 test from NBTrafficLightLogic ((TIME) total) < < [----------] Global test environment tear-down < [==========] 2 tests from 2 test suites ran. ((TIME) total) < [ PASSED ] 2 tests. ---------- New result in exitcode ---------- 1
Failed to open URL 'https://sumo.dlr.de/trac.wsgi/ticket/1691?format=tab': HTTP Error 406: Not Acceptable. Please make sure that bug 1691 exists and that the configuration entry 'bug_system_location' points to the correct trac instance. The current value is 'https://sumo.dlr.de/trac.wsgi/'. (This bug was triggered by text found in file 'net' matching '.*') ---------- Differences in net ---------- 2767c2767 < <connection from="-26816553" to="27445039" fromLane="0" toLane="0" via=":294168098_4_0" dir="s" state="="/> --- > <connection from="-26816553" to="27445039" fromLane="0" toLane="0" via=":294168098_4_0" dir="s" state="M"/> 2771c2771 < <connection from="-26816627" to="27445040" fromLane="0" toLane="0" via=":294169338_3_0" dir="s" state="="/> --- > <connection from="-26816627" to="27445040" fromLane="0" toLane="0" via=":294169338_3_0" dir="s" state="M"/> 2793c2793 < <connection from="26816541" to="27445115" fromLane="0" toLane="0" via=":294168710_4_0" dir="r" state="="/> --- > <connection from="26816541" to="27445115" fromLane="0" toLane="0" via=":294168710_4_0" dir="r" state="M"/> 2817c2817 < <connection from="27445039" to="27445038" fromLane="0" toLane="0" via=":294168710_2_0" dir="s" state="="/> --- > <connection from="27445039" to="27445038" fromLane="0" toLane="0" via=":294168710_2_0" dir="s" state="M"/> 2819c2819 < <connection from="27445040" to="26816553" fromLane="0" toLane="0" via=":294168098_8_0" dir="r" state="="/> --- > <connection from="27445040" to="26816553" fromLane="0" toLane="0" via=":294168098_8_0" dir="r" state="M"/> 2823c2823 < <connection from="27445041" to="26816627" fromLane="0" toLane="0" via=":294169338_6_0" dir="r" state="="/> --- > <connection from="27445041" to="26816627" fromLane="0" toLane="0" via=":294169338_6_0" dir="r" state="M"/> 2826c2826 < <connection from="27445042" to="27445122" fromLane="0" toLane="0" via=":294169339_6_0" dir="r" state="="/> --- > <connection from="27445042" to="27445122" fromLane="0" toLane="0" via=":294169339_6_0" dir="r" state="M"/> 2832c2832 < <connection from="27445044" to="27445045" fromLane="0" toLane="0" via=":294830184_3_0" dir="r" state="="/> <truncated after showing first 30 lines>
Failed to open URL 'https://sumo.dlr.de/trac.wsgi/ticket/1691?format=tab': HTTP Error 406: Not Acceptable. Please make sure that bug 1691 exists and that the configuration entry 'bug_system_location' points to the correct trac instance. The current value is 'https://sumo.dlr.de/trac.wsgi/'. (This bug was triggered by text found in file 'net' matching '.*') ---------- Differences in net ---------- 3670c3670 < <connection from="-25944590#1" to="-25944603#0" fromLane="0" toLane="0" via=":283018841_8_0" dir="r" state="="/> --- > <connection from="-25944590#1" to="-25944603#0" fromLane="0" toLane="0" via=":283018841_8_0" dir="r" state="M"/> 3674c3674 < <connection from="-25944590#2" to="-25944590#1" fromLane="0" toLane="0" via=":283018842_6_0" dir="s" state="="/> --- > <connection from="-25944590#2" to="-25944590#1" fromLane="0" toLane="0" via=":283018842_6_0" dir="s" state="M"/> 3677c3677 < <connection from="-25944590#3" to="25944601#1" fromLane="0" toLane="0" via=":283018844_8_0" dir="r" state="="/> --- > <connection from="-25944590#3" to="25944601#1" fromLane="0" toLane="0" via=":283018844_8_0" dir="r" state="M"/> 3684c3684 < <connection from="-25944601#1" to="-25944590#2" fromLane="0" toLane="0" via=":283018844_4_0" dir="r" state="="/> --- > <connection from="-25944601#1" to="-25944590#2" fromLane="0" toLane="0" via=":283018844_4_0" dir="r" state="M"/> 3691c3691 < <connection from="-25944603#1" to="25944590#1" fromLane="0" toLane="0" via=":283018841_12_0" dir="r" state="="/> --- > <connection from="-25944603#1" to="25944590#1" fromLane="0" toLane="0" via=":283018841_12_0" dir="r" state="M"/> 3704c3704 < <connection from="-26004787#1" to="26004861#1" fromLane="0" toLane="0" via=":283721344_12_0" dir="r" state="="/> --- > <connection from="-26004787#1" to="26004861#1" fromLane="0" toLane="0" via=":283721344_12_0" dir="r" state="M"/> 3708c3708 < <connection from="-26004787#2" to="26004966#2" fromLane="0" toLane="0" via=":283722837_12_0" dir="R" state="="/> --- > <connection from="-26004787#2" to="26004966#2" fromLane="0" toLane="0" via=":283722837_12_0" dir="R" state="M"/> 3712c3712 < <connection from="-26004861#0" to="-26004868#0" fromLane="0" toLane="0" via=":287944369_3_0" dir="r" state="="/> <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 0x1054ca0c0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x104a73b00> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x10542a9c0> 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 0x1054c7480> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (72.0, 73.0) <zip object at 0x104a06100> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x10551ecc0> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x1054bf340> 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 0x1054c5980> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (73.0, 74.0) <zip object at 0x1054c5980> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x1054c5980> 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 0x1010b0240>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (148.9, 149.0) <zip object at 0x10105a980>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x101849e00>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (149.0, 150.0) <zip object at 0x1013806c0>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x1010f4540>
> failed 10 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (140.0, 150.0) <zip object at 0x1010f4a80>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x1010f4700>
> failed 100 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (100.0, 200.0) <zip object at 0x1010f4fc0>
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 0x1036a0e80>
> failed 0.1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x10364ffc0>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x1033bd140>
> failed 1 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x1036ac340>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x1036ac340>
> failed 10 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (70.0, 80.0) <zip object at 0x1036ac300>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x1036a7f40>
> failed 100 ['--step-length', '.1', '--end', '100'] 2/1to1/1_0 (0.0, 100.0) <zip object at 0x1036a7f40>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x1036a7b00>
> failed 0.1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.9, 71.0) <zip object at 0x10366b780>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x103d35dc0>
> failed 1 ['--step-length', '.1', '--end', '1000'] 2/1to1/1_0 (70.0, 71.0) <zip object at 0x103974a40>
<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 0x1015e1340> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x100f27f80> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x100a5cb80> 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 0x1015a70c0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (76.0, 77.0) <zip object at 0x10160ee00> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x100f2c940> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x100f2c900> 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 0x1015bfb40> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x1015bf440> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x1015bf6c0> 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 0x105bc34c0> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x105b98e80> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x105081a80> 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 0x105bb0480> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (77.0, 78.0) <zip object at 0x105bf7b80> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x105c06580> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (100.0, 200.0) <zip object at 0x105c06a80> 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 0x105bf7780> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (78.0, 79.0) <zip object at 0x105bf7140> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (80.0, 90.0) <zip object at 0x105bf7780> 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 0x1029540c0> > failed 1 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x102a8c900> > failed 10 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x1035232c0> > failed 100 ['--step-length', '.1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x1035204c0> > failed 0.1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x10352d280> > failed 1 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x102add800> > failed 10 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x10347a140> > failed 100 ['--step-length', '.1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x1034f7ac0> > failed 0.1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.4, 38.5) <zip object at 0x1034f7ac0> > failed 1 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (38.0, 39.0) <zip object at 0x103568600> > failed 10 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x103568600> > failed 100 ['--step-length', '.1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x10352ba00> > failed 0.1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x1035593c0> > failed 1 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x103559c80> > failed 10 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x103559640> > failed 100 ['--step-length', '1', '--end', '51'] 3/1to2/1_0 (0.0, 51.0) <zip object at 0x1035595c0> > failed 0.1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x1035597c0> > failed 1 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x1035595c0> > failed 10 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x103559640> > failed 100 ['--step-length', '1', '--end', '100'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x103559640> > failed 0.1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x10354fcc0> > failed 1 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (39.0, 40.0) <zip object at 0x103510700> > failed 10 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (30.0, 40.0) <zip object at 0x10352d200> > failed 100 ['--step-length', '1', '--end', '1000'] 3/1to2/1_0 (0.0, 100.0) <zip object at 0x10352d200>
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
not even failing as intended (This bug was triggered by text found in file 'errors' matching 'Error') ---------- Differences in errors ---------- 0a1,8 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS_M1/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 155, in <module> > runSingle(targetTimeHeadway, targetSpaceHeadway, duration, changeRate, maxDecel, refVehID) > File "/Users/sumo/clangMacOS_M1/sumo/tests/../tests/complex/traci/vehicle/openGap/runner.py", line 65, in runSingle > leader = results[tc.VAR_LEADER][0] > TypeError: 'NoneType' object is not subscriptable > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). ---------- Differences in output ---------- 3,102c3,102 < Time 2.0: Gap 'follower'->'leader' = 5.938 (headway=0.367) < 'follower' speed = 16.161582708 < Time 3.0: Gap 'follower'->'leader' = 8.966 (headway=0.528) < 'follower' speed = 16.9836198736 < Time 4.0: Gap 'follower'->'leader' = 11.281 (headway=0.641) < 'follower' speed = 17.5863190784 < Time 5.0: Gap 'follower'->'leader' = 13.069 (headway=0.725) < 'follower' speed = 18.0379935645 < Time 6.0: Gap 'follower'->'leader' = 14.459 (headway=0.787) < 'follower' speed = 18.3815472225 < Time 7.0: Gap 'follower'->'leader' = 15.545 (headway=0.834) < 'follower' speed = 18.6456171431 < Time 8.0: Gap 'follower'->'leader' = 16.397 (headway=0.870) < 'follower' speed = 18.8501483763 < Time 9.0: Gap 'follower'->'leader' = 17.068 (headway=0.898) < 'follower' speed = 19.0094667411 < Time 10.0: Gap 'follower'->'leader' = 17.596 (headway=0.920) < 'follower' speed = 19.1340998278 < Time 11.0: Gap 'follower'->'leader' = 18.013 (headway=0.937) < 'follower' speed = 19.231918606 < Time 12.0: Gap 'follower'->'leader' = 18.342 (headway=0.950) < 'follower' speed = 19.3088858604 < Time 13.0: Gap 'follower'->'leader' = 18.603 (headway=0.960) < 'follower' speed = 19.3695649077 < Time 14.0: Gap 'follower'->'leader' = 18.810 (headway=0.969) < 'follower' speed = 19.4174756866 < Time 15.0: Gap 'follower'->'leader' = 18.973 (headway=0.975) < 'follower' speed = 19.4553500651 < Time 16.0: Gap 'follower'->'leader' = 19.103 (headway=0.980) <truncated after showing first 30 lines>
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in errors ---------- 3d2 < Could not connect in 61 tries
Test exceeded wallclock time limit of 900.0 seconds ---------- Differences in errors ---------- 1,3c1 < Could not connect in 61 tries < Error: tcpip::Socket::accept() Unable to create listening socket: Address already in use < Quitting (on error). --- > FXApp::openDisplay: unable to open display :27534.0