17Apr2024 - detailed test results for COMPLEX.libsumo

To reconnect the TextTest GUI to these results, run:

texttest -a complex -d /home/delphi/extraGcc/sumo/tests -reconnect /home/delphi/extraGcc/texttesttmp/extra_gcc4_64.30Apr092214.3613112 -g

To start TextTest for these tests, run:

texttest -a complex -d /home/delphi/extraGcc/sumo/tests


libsumo: 510 tests: 506 succeeded 3 FAILED 1 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : traci vehicle insertStop second_unreachable_ignore_rerouter ( Last six runs Apr2024 )

---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci/vehicle/insertStop/second_unreachable_ignore_rerouter/runner.py", line 48, in <module>
>     traci.vehicle.insertStop(vehID, 1, "busStop_B2C2",
>   File "/home/delphi/extraGcc/sumo/tools/libsumo/libsumo.py", line 6417, in insertStop
>     return _libsumo.vehicle_insertStop(*args, **kwargs)
> TypeError: in method 'vehicle_insertStop', argument 6 of type 'double'
---------- Differences in vehroutes ----------
2a3,4
> <!-- generated on 2024-04-17 09:30:08 by Eclipse SUMO libsumo Version v1_19_0+1861-4ee0717ac3a
> <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/libsumoConfiguration.xsd">
4,14c6,10
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <vehicle id="ego" depart="0.00" arrival="531.00">
<         <routeDistribution>
<             <route replacedOnEdge="A0A1" reason="traci:insertStop" replacedAtTime="5.00" probability="0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3"/>
<             <route edges="A0A1 A1B1 B1B2 B2C2 C2C1 C1B1 B1C1 C1D1 D1D2 D2D3"/>
<         </routeDistribution>
<         <stop busStop="busStop_A1B1" duration="60.00"/>
<         <stop busStop="busStop_B2C2" duration="30.00"/>
<         <stop busStop="busStop_B1C1" duration="60.00"/>
<         <stop busStop="busStop_C1D1" duration="60.00"/>
<     </vehicle>
---
>     <input>
>         <net-file value="input_net4.net.xml"/>
>         <route-files value="input_routes.rou.xml"/>
>         <additional-files value="input_additional4.add.xml,input_additional.add.xml"/>
>     </input>
16c12,28
< </routes>
---
>     <output>
>         <vehroute-output value="vehroutes.xml"/>
>     </output>
> 
>     <processing>
>         <time-to-teleport value="0"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-build-ba : traci_java concurrent ( Last six runs Apr2024 )

---------- Differences in output ----------
100a101,120
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  SIGSEGV (0xb) at pc=0x00007f4041a536fb, pid=3231762, tid=3231763
> #
> # JRE version: OpenJDK Runtime Environment (21.0.2+13) (build 21.0.2+13-Ubuntu-122.04.1)
> # Java VM: OpenJDK 64-Bit Server VM (21.0.2+13-Ubuntu-122.04.1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
> # Problematic frame:
> # C  [liblibsumojni.so+0xc876fb]  MSEventControl::~MSEventControl()+0x3b
> #
> # Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to <TEXTTEST_SANDBOX>/core.3231762)
> #
> # An error report file with more information is saved as:
> # <TEXTTEST_SANDBOX>/hs_err_pid3231762.log
> #
> # If you would like to submit a bug report, please visit:
> #   Unknown
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #

TEST FAILED on ts-sim-build-ba : traci_java multiclient ( Last six runs Apr2024 )

---------- Differences in errors ----------
1c1,12
< Warning: Missing yellow phase in tlLogic 'gneJ1', program '2' for tl-index 6 when switching from phase 2 to phase 0.
---
> data/MultiClient1.java:52: error: cannot find symbol
>             Simulation.setOrder(1);
>                       ^
>   symbol:   method setOrder(int)
>   location: class Simulation
> 1 error
> Traceback (most recent call last):
>   File "/home/delphi/extraGcc/sumo/tests/../tests/complex/traci_java/runner.py", line 54, in <module>
>     subprocess.check_call([javac, "-cp", traciJar, fname])
>   File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
>     raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['javac', '-cp', '/home/delphi/extraGcc/sumo/bin/libsumo-1.20.0-SNAPSHOT.jar', 'data/MultiClient1.java']' returned non-zero exit status 1.
---------- Differences in output ----------
1,4652d0
< Step 0.1, tlsPhase 0 (North-South)
< Step 0.1
< Step 0.2
< Step 0.3
< Step 0.4
< Step 0.5
< Step 0.6
< Step 0.7
< Step 0.8
< Step 0.9
< Step 1.0
< Step 1.1
< Step 1.2
< Step 1.3
< Step 1.4
< Step 1.5
< Step 1.6
< Step 1.7
< Step 1.8
< Step 1.9
< Step 2.0
< Step 2.1
< Step 2.2
< Step 2.3
< Step 2.4
< Step 2.5
< Step 2.6
< Step 2.7
< Step 2.8
<truncated after showing first 30 lines>

Detailed information for the tests that had known bugs:

TEST had known bugs (see #3263) on ts-sim-build-ba : traci vehicle moveToXY keepRoute2 ( Last six runs Apr2024 )

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