texttest -a complex -d /home/delphi/extraGcc/sumo/tests -reconnect /home/delphi/extraGcc/texttesttmp/extra_gcc4_64.28Feb092253.3056268 -g
texttest -a complex -d /home/delphi/extraGcc/sumo/tests
---------- Differences in errors ----------
0a1,7
> Traceback (most recent call last):
> File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/close_instance/runner.py", line 34, in <module>
> conn = traci.connect(sumoPort, proc=sumoProcess)
> ^^^^^^^^^^^^^
> AttributeError: module 'traci' has no attribute 'connect'. Did you mean: 'connection'?
> /usr/lib/python3.12/subprocess.py:1127: ResourceWarning: subprocess 1188093 is still running
> _warn("subprocess %s is still running" % self.pid,
---------- Differences in errors ----------
0a1,5
> Traceback (most recent call last):
> File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/close_named/runner.py", line 34, in <module>
> conn = traci.getConnection('default')
> ^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'traci' has no attribute 'getConnection'. Did you mean: 'connection'?
---------- Differences in output ---------- 0a1,3 > error: XDG_RUNTIME_DIR is invalid or not set in the environment. > MESA: error: ZINK: failed to choose pdev > glx: failed to create drisw screentraci connection closingOutput sumo-gui ( Last six runs Feb2025 )
---------- Differences in errors ----------
0a1,5
> Traceback (most recent call last):
> File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/multiconnect/runner.py", line 37, in <module>
> conns.append(traci.getConnection(str(i)))
> ^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'traci' has no attribute 'getConnection'. Did you mean: 'connection'?
---------- Differences in output ----------
1,32d0
< step 0
< step 1
< step 2
< step 0
< step 1
< step 2
< routes ('horizontal', 'vertical', 'withTaz2')
< 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
<truncated after showing first 30 lines>
---------- Differences in output ---------- 8c8 < Connection already closed. --- > Not connected. 16d15 < Connection '2' is not known.
---------- Differences in output ---------- 1a2,10 > error: XDG_RUNTIME_DIR is invalid or not set in the environment. > MESA: error: ZINK: failed to choose pdev > glx: failed to create drisw screen > error: XDG_RUNTIME_DIR is invalid or not set in the environment. > MESA: error: ZINK: failed to choose pdev > glx: failed to create drisw screen > error: XDG_RUNTIME_DIR is invalid or not set in the environment. > MESA: error: ZINK: failed to choose pdev > glx: failed to create drisw screen 8c17 < Connection already closed. --- > Not connected. 9a19,27 > error: XDG_RUNTIME_DIR is invalid or not set in the environment. > MESA: error: ZINK: failed to choose pdev > glx: failed to create drisw screen > error: XDG_RUNTIME_DIR is invalid or not set in the environment. > MESA: error: ZINK: failed to choose pdev > glx: failed to create drisw screen > error: XDG_RUNTIME_DIR is invalid or not set in the environment. > MESA: error: ZINK: failed to choose pdev > glx: failed to create drisw screen 16d33 < Connection '2' is not known.
---------- Differences in errors ----------
0a1,5
> Traceback (most recent call last):
> File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/connection/tracing/runner.py", line 46, in <module>
> con = traci.getConnection()
> ^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'traci' has no attribute 'getConnection'. Did you mean: 'connection'?
---------- Differences in log ----------
2,26d1
< traci.simulation.getTime()
< traci.simulationStep()
< traci.vehicle.getParameter('veh0', 'foo')
< traci.vehicle.setParameter('veh0', 'foo', '42')
< traci.vehicle.getParameter('veh0', 'foo')
< traci.person.getParameter('ped0', 'foo')
< traci.person.setParameter('ped0', 'foo', '42')
< traci.person.getParameter('ped0', 'foo')
< traci.edge.getParameter('1o', 'foo')
< traci.edge.setParameter('1o', 'foo', '42')
< traci.edge.getParameter('1o', 'foo')
< traci.lane.getParameter('1o_0', 'foo')
< traci.lane.setParameter('1o_0', 'foo', '42')
< traci.lane.getParameter('1o_0', 'foo')
< traci.vehicletype.getParameter('pType', 'foo')
< traci.vehicletype.setParameter('pType', 'foo', '42')
< traci.vehicletype.getParameter('pType', 'foo')
< traci.route.getParameter('horizontal', 'foo')
< traci.route.setParameter('horizontal', 'foo', '42')
< traci.route.getParameter('horizontal', 'foo')
< traci.trafficlight.getParameter('0', 'foo')
< traci.trafficlight.setParameter('0', 'foo', '42')
< traci.trafficlight.getParameter('0', 'foo')
< traci.simulation.getTime()
< traci.simulationStep()
---------- Differences in output ----------
1,16d0
< step 0.0
< 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.0
---------- Differences in output ----------
19,21c19,23
< Stage(type=2, destStop=busStopC, edges=('A0B0',), travelTime=4.9929600000000445, cost=4.9929600000000445, length=5.20100000000005, depart=1.0, departPos=985.6, arrivalPos=894.8)
< Stage(type=3, line=bus1:0, destStop=busStopD, edges=('B0B1',), travelTime=535.0079599999999, cost=535.0079599999999, length=493.9469484599505, intended=bus_bus1:0.0, depart=457.0, departPos=0.0, arrivalPos=493.94594845995044)
< Stage(type=2, edges=('B0B1', 'A1B1'), travelTime=880.7712000000001, cost=880.7712000000001, length=1905.0700000000002, depart=541.00092, departPos=475.0, arrivalPos=100.0)
---
> Stage(type=2, destStop=stopC_W, edges=('A0B0', 'accessC'), travelTime=181.94880000000003, cost=181.94880000000003, length=189.53000000000003, depart=1.0, departPos=894.8, arrivalPos=91.9)
> Stage(type=3, line=train2:1, destStop=stopA_W, edges=('railEW',), travelTime=653.7253263395098, cost=653.7253263395098, length=1198.6190899369894, intended=train_train2:1.0, depart=599.0, departPos=0.0, arrivalPos=1100.0)
> Stage(type=2, destStop=stopA_N, edges=('accessA',), travelTime=4.771200000000022, cost=4.771200000000022, length=4.970000000000027, depart=836.6741263395098, departPos=86.23, arrivalPos=90.19)
> Stage(type=3, line=train1:0, destStop=stopB_N, edges=('railSN',), travelTime=259.5934, cost=259.5934, length=500.03999999999996, intended=train_train1:0.1, depart=1001.0, departPos=0.0, arrivalPos=500.0)
> Stage(type=2, edges=('accessB', 'A1B1'), travelTime=203.92319999999995, cost=203.92319999999995, length=1200.02, depart=1101.0387263395098, departPos=91.16, arrivalPos=100.0)
24c26
< Stage(type=3, vType=defaultCar, line=defaultCar, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=133.21634269258462, cost=133.21634269258462, length=2678.24, intended=defaultCar, depart=1.0, departPos=894.8, arrivalPos=100.0)
---
> Stage(type=3, vType=defaultCar, line=defaultCar, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=133.2173026925846, cost=133.2173026925846, length=2678.241, intended=defaultCar, depart=1.0, departPos=894.8, arrivalPos=100.0)
27,29c29,33
< Stage(type=2, destStop=busStopC, edges=('A0B0',), travelTime=4.9929600000000445, cost=4.9929600000000445, length=5.20100000000005, depart=1.0, departPos=985.6, arrivalPos=894.8)
< Stage(type=3, line=bus1:0, destStop=busStopD, edges=('B0B1',), travelTime=535.0079599999999, cost=535.0079599999999, length=493.9469484599505, intended=bus_bus1:0.0, depart=457.0, departPos=0.0, arrivalPos=493.94594845995044)
< Stage(type=2, edges=('B0B1', 'A1B1'), travelTime=880.7712000000001, cost=880.7712000000001, length=1905.0700000000002, depart=541.00092, departPos=475.0, arrivalPos=100.0)
---
> Stage(type=2, destStop=stopC_W, edges=('A0B0', 'accessC'), travelTime=181.94880000000003, cost=181.94880000000003, length=189.53000000000003, depart=1.0, departPos=894.8, arrivalPos=91.9)
> Stage(type=3, line=train2:1, destStop=stopA_W, edges=('railEW',), travelTime=653.7253263395098, cost=653.7253263395098, length=1198.6190899369894, intended=train_train2:1.0, depart=599.0, departPos=0.0, arrivalPos=1100.0)
> Stage(type=2, destStop=stopA_N, edges=('accessA',), travelTime=4.771200000000022, cost=4.771200000000022, length=4.970000000000027, depart=836.6741263395098, departPos=86.23, arrivalPos=90.19)
> Stage(type=3, line=train1:0, destStop=stopB_N, edges=('railSN',), travelTime=259.5934, cost=259.5934, length=500.03999999999996, intended=train_train1:0.1, depart=1001.0, departPos=0.0, arrivalPos=500.0)
> Stage(type=2, edges=('accessB', 'A1B1'), travelTime=203.92319999999995, cost=203.92319999999995, length=1200.02, depart=1101.0387263395098, departPos=91.16, arrivalPos=100.0)
32c36
< Stage(type=3, vType=slowCarFactor, line=slowCarFactor, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=620.081713462923, cost=620.081713462923, length=2678.24, intended=slowCarFactor, depart=1.0, departPos=894.8, arrivalPos=100.0)
---
> Stage(type=3, vType=slowCarFactor, line=slowCarFactor, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=620.0826734629229, cost=620.0826734629229, length=2678.241, intended=slowCarFactor, depart=1.0, departPos=894.8, arrivalPos=100.0)
35c39
< Stage(type=3, vType=fastCar, line=fastCar, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=72.35817134629231, cost=72.35817134629231, length=2678.24, intended=fastCar, depart=1.0, departPos=894.8, arrivalPos=100.0)
<truncated after showing first 30 lines>
---------- Differences in output ----------
2,4c2
< Stage(type=2, destStop=busStopC, edges=('A0B0',), travelTime=391.00896, cost=391.00896, length=94.802, depart=1.0, departPos=0.0, arrivalPos=894.8)
< Stage(type=3, vType=DEFAULT_TAXITYPE, line=taxi, destStop=busStopB, edges=('A0B0', 'B0B1', 'B1A1'), travelTime=109.375210137, cost=109.375210137, length=1498.362, intended=taxi, depart=392.00896, departPos=894.8, arrivalPos=894.8)
< Stage(type=2, edges=('B1A1', 'A1B1'), travelTime=205.4976, cost=205.4976, length=1201.66, depart=501.384170137, departPos=894.8, arrivalPos=100.0)
---
> Stage(type=3, vType=DEFAULT_TAXITYPE, line=taxi, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=140.41576673866086, cost=140.41576673866086, length=2778.24, intended=taxi, depart=301.0, departPos=0.0, arrivalPos=100.0)
9,10c7
< Stage(type=3, vType=DEFAULT_TAXITYPE, line=taxi, destStop=busStopB, edges=('A0B0', 'B0B1', 'B1A1'), travelTime=116.200264132, cost=116.200264132, length=1593.162, intended=taxi, depart=1.00096, departPos=0.0, arrivalPos=894.8)
< Stage(type=2, edges=('B1A1', 'A1B1'), travelTime=205.4976, cost=205.4976, length=1201.66, depart=117.201224132, departPos=894.8, arrivalPos=100.0)
---
> Stage(type=3, vType=DEFAULT_TAXITYPE, line=taxi, edges=('A0B0', 'B0B1', 'B1A1', 'A1B1'), travelTime=140.41576673866092, cost=140.41576673866092, length=2778.24, intended=taxi, depart=1.00096, departPos=0.0, arrivalPos=100.0)
---------- Differences in errors ----------
0a1,7
> Traceback (most recent call last):
> File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/vehicle_context/runner.py", line 45, in <module>
> traci.junction.subscribeContext("gneJ2", tc.CMD_GET_VEHICLE_VARIABLE,
> File "/home/delphi/extraGcc/sumo/tools/libtraci/libtraci.py", line 2456, in subscribeContext
> return _libtraci.junction_subscribeContext(*args, **kwargs)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> libtraci.libtraci.TraCIException: Unimplemented subscription type: 15
---------- Differences in output ----------
1,2d0
< t=2.0 subscriptionResult=[('v0', {64: 1.4416886697057636, 74: 'HBEFA3/PC_G_EU4'}), ('v1', {64: 1.608739541681134, 74: 'HBEFA3/PC_G_EU4'}), ('v2', {64: 2.4421734631218714, 74: 'HBEFA3/PC_G_EU4'})]
< t=2.0 subscriptionResult=[('v0', {51: (('middle_0', True, True, False, '', 'M', 's', 0.0), ('end_0', True, True, False, '', 'M', 's', 0.0))}), ('v1', {51: (('middle_0', True, True, False, '', 'M', 's', 0.0), ('end_0', True, True, False, '', 'M', 's', 0.0))}), ('v2', {51: (('middle_0', True, True, False, '', 'M', 's', 0.0), ('end_0', True, True, False, '', 'M', 's', 0.0))})]
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