That warning "Memory.cpp:902::update() The working memory is empty and the memory is not incremental" means the database is empty, or something is wrong with the working memory / local graph.
From the log file (rtabmap_log.txt), the database seems empty:
[rtabmap-4] [INFO] [1685623635.191247127] [rtabmap.rtabmap]: rtabmap: Using database from "/root/.ros/rtabmap.db" (0 MB).
Are you using a docker container?
If I start the db locally:
roslaunch rtabmap_launch rtabmap.launch database_path:=~/Downloads/gba_debug/map_vslam/rtabmap.db localization:=true
...
[ INFO] [1685934546.495477376]: rtabmap: Using database from "/home/mathieu/Downloads/gba_debug/map_vslam/rtabmap.db" (500 MB).