texttest.exe -a complex -d C:\Users\delphi\testreports\sumoExtra\git\tests -reconnect C:\Users\delphi\testreports\sumoExtra\msvc16extrax64tmp\msvc16extrax64.31Oct074833.13720 -g
texttest.exe -a complex -d C:\Users\delphi\testreports\sumoExtra\git\tests
---------- Differences in errors ---------- 0a1,2 > Traceback (most recent call last): > libtraci.libtraci.FatalTraCIError: Could not connect in 61 tries ---------- Differences in output ---------- 1,7d0 < Subscribing to context of vehicle 'ego' (range=50.0) < Adding field of vision subscription filter ... (openingAngle=90.0) < Context results for veh 'ego': < ego < v9 < Ok: Unsubscribe successful < Print ended at step 3.0
---------- Differences in errors ----------
0a1,7
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumoExtra/git/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'?
> C:/Python311/Lib/subprocess.py:1127: ResourceWarning: subprocess 7988 is still running
> _warn("subprocess %s is still running" % self.pid,
---------- Differences in errors ----------
0a1,5
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumoExtra/git/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 errors ----------
0a1,5
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumoExtra/git/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 ---------- 6a7 > done. 76d76 < Loading configuration ... done.
---------- Differences in output ---------- 8c8 < Connection already closed. --- > Not connected. 16d15 < Connection '2' is not known.traci connection parallelConnection sumo ( Last six runs Oct2025 )
---------- Differences in errors ----------
0a1,5
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumoExtra/git/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 ----------
3,27d2
< 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 errors ----------
0a1,15
> Traceback (most recent call last):
> File "C:/Users/delphi/testreports/sumoExtra/git/tests/../tests/complex/traci/gui/gui/runner.py", line 81, in <module>
> pic = imread("out.png")
> ^^^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/site-packages/matplotlib/pyplot.py", line 2131, in imread
> return matplotlib.image.imread(fname, format)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/site-packages/matplotlib/image.py", line 1541, in imread
> with img_open(fname) as image:
> ^^^^^^^^^^^^^^^
> File "C:/Python311/Lib/site-packages/PIL/ImageFile.py", line 137, in __init__
> self._open()
> File "C:/Python311/Lib/site-packages/PIL/PngImagePlugin.py", line 707, in _open
> raise SyntaxError(msg)
> SyntaxError: not a PNG file
---------- Differences in output ----------
29,33d28
< screenshot dimensions (500, 500, 4)
< adding view
< views ('View #0', 'newView')
< removing view
< views ('View #0',)
---------- Differences in output ---------- 201c201 < shape ((118.20331148467852, 501.65), (119.20331148467852, 501.65), (119.1266904332561, 502.47687283017456), (118.89943651699815, 503.27558749784214), (118.52928859546176, 504.01894473294806), (118.02885161217154, 504.6816303964095), (117.41516734838518, 505.24107752276103), (116.70913408567293, 505.67823481109775), (115.93479494000286, 505.97821539427764), (115.1185191022634, 506.13080379332763), (114.28810386709364, 506.13080379332763), (113.47182802935419, 505.97821539427764), (112.697488883 68412, 505.67823481109775), (111.99145562097186, 505.24107752276103), (111.37777135718551, 504.6816303964095), (110.87733437389528, 504.01894473294806), (110.5071864523589, 503.27558749784214), (110.27993253610094, 502.47687283017456), (110.20331148467852, 501.65), (110.27993253610094, 500.8231271698254), (110.5071864523589, 500.0244125021578), (110.87733437389528, 499.2810552670519), (111.37777135718551, 498.61836960359045), (111.99145562097186, 498.0589224772389), (112.69748888368412, 497.6217 651889022), (113.47182802935419, 497.3217846057223), (114.28810386709364, 497.1691962066723), (115.1185191022634, 497.1691962066723), (115.93479494000286, 497.3217846057223), (116.70913408567293, 497.6217651889022), (117.41516734838518, 498.0589224772389), (118.02885161217154, 498.61836960359045), (118.52928859546176, 499.2810552670519), (118.89943651699815, 500.0244125021578), (119.1266904332561, 500.8231271698254), (119.20331148467852, 501.65), (118.20331148467852, 501.65), (118.14371733357217 , 501.006876687642), (117.96696428759373, 500.38565416834496), (117.67907145973214, 499.8074874299292), (117.28984269495078, 499.292065247237), (116.81253271200598, 498.85693970451916), (116.26339572989644, 498.51692848025726), (115.66113194993085, 498.2836102488951), (115.02625074280007, 498.1649303829674), (114.38037222655697, 498.1649303829674), (113.7454910194262, 498.2836102488951), (113.1432272394606, 498.51692848025726), (112.59409025735107, 498.85693970451916), (112.11678027440627, 499.2 92065247237), (111.7275515096249, 499.8074874299292), (111.43965868176332, 500.38565416834496), (111.26290563578488, 501.006876687642), (111.20331148467852, 501.65), (111.26290563578488, 502.293123312358), (111.43965868176332, 502.914345831655), (111.7275515096249, 503.49251257007074), (112.11678027440627, 504.00793475276294), (112.59409025735107, 504.4430602954808), (113.1432272394606, 504.7830715197427), (113.7454910194262, 505.01638975110484), (114.38037222655697, 505.13506961703257), (115.02 625074280007, 505.13506961703257), (115.66113194993085, 505.01638975110484), (116.26339572989644, 504.7830715197427), (116.81253271200598, 504.4430602954808), (117.28984269495078, 504.00793475276294), (117.67907145973214, 503.49251257007074), (117.96696428759373, 502.914345831655), (118.14371733357217, 502.293123312358), (118.20331148467852, 501.65)) --- > ((118.20331148467852, 501.65), (119.20331148467852, 501.65), (119.1266904332561, 502.47687283017456), (118.89943651699815, 503.27558749784214), (118.52928859546176, 504.01894473294806), (118.02885161217154, 504.6816303964095), (117.41516734838518, 505.24107752276103), (116.70913408567293, 505.67823481109775), (115.93479494000286, 505.97821539427764), (115.1185191022634, 506.13080379332763), (114.28810386709364, 506.13080379332763), (113.47182802935419, 505.97821539427764), (112.69748888368412, 505.67823481109775), (111.99145562097186, 505.24107752276103), (111.37777135718551, 504.6816303964095), (110.87733437389528, 504.01894473294806), (110.5071864523589, 503.27558749784214), (110.27993253610094, 502.47687283017456), (110.20331148467852, 501.65), (110.27993253610094, 500.8231271698254), (110.5071864523589, 500.0244125021578), (110.87733437389528, 499.2810552670519), (111.37777135718551, 498.61836960359045), (111.99145562097186, 498.0589224772389), (112.69748888368412, 497.6217651889 022), (113.47182802935419, 497.3217846057223), (114.28810386709364, 497.1691962066723), (115.1185191022634, 497.1691962066723), (115.93479494000286, 497.3217846057223), (116.70913408567293, 497.6217651889022), (117.41516734838518, 498.0589224772389), (118.02885161217154, 498.61836960359045), (118.52928859546176, 499.2810552670519), (118.89943651699815, 500.0244125021578), (119.1266904332561, 500.8231271698254), (119.20331148467852, 501.65), (118.20331148467852, 501.65), (118.14371733357217, 501. 006876687642), (117.96696428759373, 500.38565416834496), (117.67907145973214, 499.8074874299292), (117.28984269495078, 499.292065247237), (116.81253271200598, 498.85693970451916), (116.26339572989644, 498.51692848025726), (115.66113194993085, 498.2836102488951), (115.02625074280007, 498.1649303829674), (114.38037222655697, 498.1649303829674), (113.7454910194262, 498.2836102488951), (113.1432272394606, 498.51692848025726), (112.59409025735107, 498.85693970451916), (112.11678027440627, 499.2920652 47237), (111.7275515096249, 499.8074874299292), (111.43965868176332, 500.38565416834496), (111.26290563578488, 501.006876687642), (111.20331148467852, 501.65), (111.26290563578488, 502.293123312358), (111.43965868176332, 502.914345831655), (111.7275515096249, 503.49251257007074), (112.11678027440627, 504.00793475276294), (112.59409025735107, 504.4430602954808), (113.1432272394606, 504.7830715197427), (113.7454910194262, 505.01638975110484), (114.38037222655697, 505.13506961703257), (115.02625074 280007, 505.13506961703257), (115.66113194993085, 505.01638975110484), (116.26339572989644, 504.7830715197427), (116.81253271200598, 504.4430602954808), (117.28984269495078, 504.00793475276294), (117.67907145973214, 503.49251257007074), (117.96696428759373, 502.914345831655), (118.14371733357217, 502.293123312358), (118.20331148467852, 501.65))
---------- Differences in output ---------- 0a1,15 > -- Building for: Visual Studio 16 2019 > -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.17763. > -- The CSharp compiler identification is Microsoft unknown 9999 > -- The CSharp compiler version is 3.11.0 > -- Check for working C# compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/Roslyn/csc.exe > -- Check for working C# compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/Roslyn/csc.exe - works > -- Configuring done > -- Generating done > -- Build files have been written to: <TEXTTEST_SANDBOX>/build > Microsoft (R)-Build-Engine, Version 16.11.0+0538acc04 für .NET Framework > Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten. > > Checking Build System > TraCITestCS -> <TEXTTEST_SANDBOX>\build\Release\TraCITestCS.exe > Building Custom Rule <TEXTTEST_SANDBOX>/data/CMakeLists.txt
---------- Differences in output ---------- 0a1 > C:\Users\delphi\jdk-21\bin\java.exe 79c80 < Simulation.convertGeo: 13.380492798007497, 52.50047399595011 --- > Simulation.convertGeo: 13.38049279800687, 52.50047399596812 80a82 > java
---------- Differences in output ---------- 0a1 > C:\Users\delphi\jdk-21\bin\java.exe 100a102 > java
---------- Differences in output ---------- 0a1 > C:\Users\delphi\jdk-21\bin\java.exe 4652a4654 > java
---------- Differences in output ---------- 0a1 > C:\Users\delphi\jdk-21\bin\java.exe 4639a4641 > java
---------- Differences in output ---------- 0a1 > C:\Users\delphi\jdk-21\bin\java.exe 147a149 > java
mapping failure (This bug was triggered by text found in file 'output' matching 'failed') ---------- Differences in output ---------- 0a1 > internal corner (inside, segment2) failed: x=198, x2=198.0, y=1.9, y2=1.9, lane=middle_0, lane2=middle_0, pos=102, pos2=98.0 posLat=2.0 posLat2=1.9
Test exceeded wallclock time limit of 900.0 seconds