27Feb2024 - 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.03Mar092258.2758032 -g

To start TextTest for these tests, run:

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


libsumo: 496 tests: 493 succeeded 2 known bugs 1 FAILED

Detailed information for the tests that FAILED:

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

---------- Differences in errors ----------
1a2,144
> Error: basic_string::_M_create
> Error: basic_string::_M_create
> Exception in thread "Thread-47" java.lang.UnknownError: basic_string::_M_create
> 	at org.eclipse.sumo.libsumo.libsumoJNI.Simulation_step__SWIG_1(Native Method)
> 	at org.eclipse.sumo.libsumo.Simulation.step(Simulation.java:88)
> 	at Runner.run(Main.java:32)
> 	at java.base/java.lang.Thread.run(Thread.java:829)
> Error: basic_string::_M_create
> Error: basic_string::_M_create
> Error: basic_string::_M_create
> Exception in thread "Thread-0" Exception in thread "Thread-3" Exception in thread "Thread-9" Error: basic_string::_M_create
> Error: basic_string::_M_create
> java.lang.UnknownError: basic_string::_M_create
> Error: basic_string::_M_create
> 	at org.eclipse.sumo.libsumo.libsumoJNI.Simulation_step__SWIG_1(Native Method)
> 	at org.eclipse.sumo.libsumo.Simulation.step(Simulation.java:88)Error: 
> basic_string::_M_create
> 	at Runner.run(Main.java:32)
> 	at java.base/java.lang.Thread.run(Thread.java:829)
> Error: basic_string::_M_create
> Exception in thread "Thread-15" java.lang.UnknownError: basic_string::_M_create
> 	at org.eclipse.sumo.libsumo.libsumoJNI.Simulation_step__SWIG_1(Native Method)
> 	at org.eclipse.sumo.libsumo.Simulation.step(Simulation.java:88)
> 	at Runner.run(Main.java:32)
> 	at java.base/java.lang.Thread.run(Thread.java:829)
> java.lang.UnknownError: basic_string::_M_create
> 	at org.eclipse.sumo.libsumo.libsumoJNI.Simulation_step__SWIG_1(Native Method)
> 	at org.eclipse.sumo.libsumo.Simulation.step(Simulation.java:88)
> 	at Runner.run(Main.java:32)
<truncated after showing first 30 lines>
---------- Differences in output ----------
49a50,63
> [thread 133886 also had an error][thread 133855 also had an error]
> 
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  SIGSEGV (0xb) at pc=0x00007f854e6f93ad, pid=133563, tid=133884
> #
> # JRE version: OpenJDK Runtime Environment (11.0.21+9) (build 11.0.21+9-post-Ubuntu-0ubuntu122.04)
> # Java VM: OpenJDK 64-Bit Server VM (11.0.21+9-post-Ubuntu-0ubuntu122.04, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
> # Problematic frame:
> # C  [liblibsumojni.so+0x7ef3ad]  void std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_realloc_insert<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&>(__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std:
:char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)+0x9d
> #
> # 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.133563)
> #
50a65,66
> # An error report file with more information is saved as:
> # <TEXTTEST_SANDBOX>/hs_err_pid133563.log
58,100c74,79
< Thread started
< Thread started
< Thread started
< Thread started
< Thread started
< Thread started
< Thread started
< Thread started
< Thread started
< Thread started
< Thread started
<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 Mar2024 Feb2024 )

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 had known bugs (see #14380) on ts-sim-build-ba : traci_java multiclient ( Last six runs Mar2024 Feb2024 )

test must be ported from traas to libsumo
(This bug was triggered by text found in file 'errors' matching 'polito')
---------- Differences in errors ----------
0a1,73
> data/MultiClient1.java:22: error: package it.polito.appeal.traci does not exist
> import it.polito.appeal.traci.SumoTraciConnection;
>                              ^
> data/MultiClient1.java:23: error: package de.tudresden.sumo.cmd does not exist
> import de.tudresden.sumo.cmd.Simulation;
>                             ^
> data/MultiClient1.java:24: error: package de.tudresden.sumo.cmd does not exist
> import de.tudresden.sumo.cmd.Vehicle;
>                             ^
> data/MultiClient1.java:25: error: package de.tudresden.sumo.cmd does not exist
> import de.tudresden.sumo.cmd.Inductionloop;
>                             ^
> data/MultiClient1.java:26: error: package de.tudresden.sumo.cmd does not exist
> import de.tudresden.sumo.cmd.Trafficlight;
>                             ^
> data/MultiClient1.java:27: error: package de.tudresden.sumo.objects does not exist
> import de.tudresden.sumo.objects.SumoVehicleData;
>                                 ^
> data/MultiClient1.java:43: error: cannot find symbol
>             SumoTraciConnection conn = new SumoTraciConnection(sumo_bin, config_file);
>             ^
>   symbol:   class SumoTraciConnection
>   location: class MultiClient1
> data/MultiClient1.java:43: error: cannot find symbol
>             SumoTraciConnection conn = new SumoTraciConnection(sumo_bin, config_file);
>                                            ^
>   symbol:   class SumoTraciConnection
>   location: class MultiClient1
> data/MultiClient1.java:55: error: cannot find symbol
<truncated after showing first 30 lines>
---------- 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>