Description
Thank you for your inspiring work!
I would like to ask a question regarding an error encountered during the data collection process. Due to limited computational resources, I only collected data from town5-long under weather conditions 0, 1, and 2. However, during data collection, I frequently encountered errors related to "destroy actor." These errors do not seem to follow any clear pattern—they sometimes occur and sometimes do not. The most direct impact of these errors is that some data appears to be missing. Using the same bash script, the amount of data collected varies significantly under different weather conditions. For example, there is noticeably less data under weather-0 compared to weather-1.
I would like to ask for your advice on the possible reasons behind this issue and would appreciate any suggestions you could provide. Thank you very much.
Below are the error logs recorded during my data collection process.
`[BEGIN] 2025/6/8 9:01:26
(interfuser) shijunjian@ghblab-server01:~/InterFuser$ bash data_collection/bashs/weather-0/routes_town05_long.sh
Error processing line 1 of /home/shijunjian/miniforge3/envs/interfuser/lib/python3.7/site-packages/distutils-precedence.pth:
Traceback (most recent call last):
File "/home/shijunjian/miniforge3/envs/interfuser/lib/python3.7/site.py", line 168, in addpackage
exec(line)
File "", line 1, in
ModuleNotFoundError: No module named '_distutils_hack'
Remainder of file ignored
========= Preparing RouteScenario_23 (repetition 0) =========
Setting up the agent
{'destory_hazard_actors': True, 'rgb_only': False, 'save_skip_frames': 10, 'waypoint_disturb': 0.2, 'waypoint_disturb_seed': 2020, 'weather': 0}
10
routes_town05_long_w0_06_08_09_01_30
Loading the world
load
load
load
load
load
load
load
Running the route
1316
Setup waypoint disturb!
destory hazard actor: id: 201, type: vehicle.diamondback.century
destory hazard actor: id: 227, type: vehicle.diamondback.century
destory hazard actor: id: 228, type: vehicle.diamondback.century
destory hazard actor: id: 231, type: vehicle.diamondback.century
destory hazard actor: id: 263, type: vehicle.diamondback.century
destory hazard actor: id: 264, type: vehicle.diamondback.century
destory hazard actor: id: 311, type: vehicle.diamondback.century
destory hazard actor: id: 314, type: vehicle.diamondback.century
destory hazard actor: id: 315, type: vehicle.diamondback.century
Stopping the route
========= Results of RouteScenario_23 (repetition 0) ------ SUCCESS =========
╒═════════════════════════════════╤═════════════════════╕
│ Start Time │ 2025-06-08 09:06:12 │
├─────────────────────────────────┼─────────────────────┤
│ End Time │ 2025-06-08 10:14:49 │
├─────────────────────────────────┼─────────────────────┤
│ Duration (System Time) │ 4117.18s │
├─────────────────────────────────┼─────────────────────┤
│ Duration (Game Time) │ 391.85s │
├─────────────────────────────────┼─────────────────────┤
│ Ratio (System Time / Game Time) │ 0.095 │
╘═════════════════════════════════╧═════════════════════╛
╒═══════════════════════╤═════════╤═════════╕
│ Criterion │ Result │ Value │
├───────────────────────┼─────────┼─────────┤
│ RouteCompletionTest │ SUCCESS │ 100 % │
├───────────────────────┼─────────┼─────────┤
│ OutsideRouteLanesTest │ SUCCESS │ 0 % │
├───────────────────────┼─────────┼─────────┤
│ CollisionTest │ SUCCESS │ 0 times │
├───────────────────────┼─────────┼─────────┤
│ RunningRedLightTest │ SUCCESS │ 0 times │
├───────────────────────┼─────────┼─────────┤
│ RunningStopTest │ SUCCESS │ 0 times │
├───────────────────────┼─────────┼─────────┤
│ InRouteTest │ SUCCESS │ │
├───────────────────────┼─────────┼─────────┤
│ AgentBlockedTest │ SUCCESS │ │
├───────────────────────┼─────────┼─────────┤
│ Timeout │ SUCCESS │ │
╘═══════════════════════╧═════════╧═════════╛
Registering the route statistics
ERROR: failed to destroy actor 201 : unable to destroy actor: not found
ERROR: failed to destroy actor 227 : unable to destroy actor: not found
ERROR: failed to destroy actor 228 : unable to destroy actor: not found
ERROR: failed to destroy actor 231 : unable to destroy actor: not found
ERROR: failed to destroy actor 263 : unable to destroy actor: not found
ERROR: failed to destroy actor 264 : unable to destroy actor: not found
ERROR: failed to destroy actor 311 : unable to destroy actor: not found
ERROR: failed to destroy actor 314 : unable to destroy actor: not found
ERROR: failed to destroy actor 315 : unable to destroy actor: not found
========= Preparing RouteScenario_24 (repetition 0) =========
Setting up the agent
{'destory_hazard_actors': True, 'rgb_only': False, 'save_skip_frames': 10, 'waypoint_disturb': 0.2, 'waypoint_disturb_seed': 2020, 'weather': 0}
10
routes_town05_long_w0_06_08_10_14_49
Loading the world
load
load
load
load
load
load
load
Skipping scenario 'Scenario4' due to setup error: list index out of range
Running the route
2190
Setup waypoint disturb!
destory hazard actor: id: 569, type: vehicle.diamondback.century
destory hazard actor: id: 577, type: vehicle.diamondback.century
destory hazard actor: id: 580, type: vehicle.diamondback.century
destory hazard actor: id: 583, type: vehicle.diamondback.century
destory hazard actor: id: 626, type: vehicle.diamondback.century
destory hazard actor: id: 674, type: vehicle.diamondback.century
destory hazard actor: id: 672, type: vehicle.diamondback.century
destory hazard actor: id: 673, type: vehicle.diamondback.century
destory hazard actor: id: 750, type: vehicle.chevrolet.impala
destory hazard actor: id: 811, type: vehicle.bh.crossbike
destory hazard actor: id: 784, type: vehicle.volkswagen.t2
destory hazard actor: id: 826, type: vehicle.nissan.patrol
destory hazard actor: id: 757, type: vehicle.carlamotors.carlacola
destory hazard actor: id: 745, type: vehicle.chevrolet.impala
destory hazard actor: id: 807, type: vehicle.toyota.prius
destory hazard actor: id: 747, type: vehicle.kawasaki.ninja
destory hazard actor: id: 774, type: vehicle.nissan.patrol
destory hazard actor: id: 766, type: vehicle.tesla.model3
destory hazard actor: id: 835, type: vehicle.nissan.micra
destory hazard actor: id: 844, type: vehicle.bmw.isetta
destory hazard actor: id: 755, type: vehicle.jeep.wrangler_rubicon
destory hazard actor: id: 769, type: vehicle.kawasaki.ninja
destory hazard actor: id: 782, type: vehicle.citroen.c3
destory hazard actor: id: 858, type: vehicle.audi.a2
ERROR: failed to destroy actor 686 : unable to destroy actor: not found
destory hazard actor: id: 838, type: vehicle.mercedes-benz.coupe
ERROR: failed to destroy actor 679 : unable to destroy actor: not found
ERROR: failed to destroy actor 677 : unable to destroy actor: not found
destory hazard actor: id: 821, type: vehicle.tesla.model3
destory hazard actor: id: 754, type: vehicle.audi.tt
destory hazard actor: id: 749, type: vehicle.gazelle.omafiets
destory hazard actor: id: 839, type: vehicle.mini.cooperst
destory hazard actor: id: 829, type: vehicle.mercedes-benz.coupe
destory hazard actor: id: 785, type: vehicle.jeep.wrangler_rubicon
destory hazard actor: id: 827, type: vehicle.audi.tt
destory hazard actor: id: 799, type: vehicle.yamaha.yzf
destory hazard actor: id: 824, type: vehicle.nissan.patrol
destory hazard actor: id: 803, type: vehicle.citroen.c3
destory hazard actor: id: 751, type: vehicle.tesla.model3
destory hazard actor: id: 759, type: vehicle.nissan.micra
destory hazard actor: id: 793, type: vehicle.tesla.model3
destory hazard actor: id: 809, type: vehicle.mini.cooperst
destory hazard actor: id: 832, type: vehicle.bmw.isetta
destory hazard actor: id: 781, type: vehicle.mustang.mustang
destory hazard actor: id: 776, type: vehicle.mini.cooperst
destory hazard actor: id: 744, type: vehicle.tesla.model3
destory hazard actor: id: 802, type: vehicle.mercedes-benz.coupe
destory hazard actor: id: 815, type: vehicle.audi.a2
destory hazard actor: id: 794, type: vehicle.harley-davidson.low_rider
destory hazard actor: id: 801, type: vehicle.citroen.c3
destory hazard actor: id: 756, type: vehicle.lincoln.mkz2017
destory hazard actor: id: 848, type: vehicle.gazelle.omafiets
destory hazard actor: id: 780, type: vehicle.toyota.prius
destory hazard actor: id: 852, type: vehicle.nissan.patrol
destory hazard actor: id: 819, type: vehicle.bmw.grandtourer
destory hazard actor: id: 830, type: vehicle.dodge_charger.police
destory hazard actor: id: 752, type: vehicle.bh.crossbike
destory hazard actor: id: 810, type: vehicle.kawasaki.ninja
destory hazard actor: id: 775, type: vehicle.toyota.prius
destory hazard actor: id: 834, type: vehicle.carlamotors.carlacola
destory hazard actor: id: 854, type: vehicle.kawasaki.ninja
destory hazard actor: id: 762, type: vehicle.tesla.model3
destory hazard actor: id: 783, type: vehicle.dodge_charger.police
destory hazard actor: id: 767, type: vehicle.audi.tt
destory hazard actor: id: 842, type: vehicle.bmw.isetta
destory hazard actor: id: 856, type: vehicle.audi.etron
destory hazard actor: id: 859, type: vehicle.mini.cooperst
destory hazard actor: id: 796, type: vehicle.lincoln.mkz2017
destory hazard actor: id: 849, type: vehicle.bh.crossbike
destory hazard actor: id: 804, type: vehicle.diamondback.century
destory hazard actor: id: 863, type: vehicle.bh.crossbike
destory hazard actor: id: 828, type: vehicle.mini.cooperst
destory hazard actor: id: 777, type: vehicle.gazelle.omafiets
destory hazard actor: id: 813, type: vehicle.chevrolet.impala
destory hazard actor: id: 764, type: vehicle.tesla.model3
destory hazard actor: id: 746, type: vehicle.mercedes-benz.coupe
destory hazard actor: id: 787, type: vehicle.bmw.isetta
destory hazard actor: id: 843, type: vehicle.kawasaki.ninja
destory hazard actor: id: 808, type: vehicle.mini.cooperst
destory hazard actor: id: 786, type: vehicle.mercedes-benz.coupe
destory hazard actor: id: 860, type: vehicle.mini.cooperst
destory hazard actor: id: 833, type: vehicle.dodge_charger.police
destory hazard actor: id: 788, type: vehicle.toyota.prius
destory hazard actor: id: 763, type: vehicle.harley-davidson.low_rider
destory hazard actor: id: 857, type: vehicle.yamaha.yzf
destory hazard actor: id: 768, type: vehicle.audi.tt
destory hazard actor: id: 798, type: vehicle.bmw.grandtourer
destory hazard actor: id: 758, type: vehicle.bmw.isetta
destory hazard actor: id: 779, type: vehicle.chevrolet.impala
destory hazard actor: id: 792, type: vehicle.carlamotors.carlacola
destory hazard actor: id: 748, type: vehicle.audi.a2
destory hazard actor: id: 817, type: vehicle.chevrolet.impala
destory hazard actor: id: 778, type: vehicle.nissan.patrol
Stopping the route
========= Results of RouteScenario_24 (repetition 0) ------ SUCCESS =========
╒═════════════════════════════════╤═════════════════════╕
│ Start Time │ 2025-06-08 10:22:31 │
├─────────────────────────────────┼─────────────────────┤
│ End Time │ 2025-06-08 12:51:07 │
├─────────────────────────────────┼─────────────────────┤
│ Duration (System Time) │ 8916.33s │
├─────────────────────────────────┼─────────────────────┤
│ Duration (Game Time) │ 900.2s │
├─────────────────────────────────┼─────────────────────┤
│ Ratio (System Time / Game Time) │ 0.101 │
╘═════════════════════════════════╧═════════════════════╛
╒═══════════════════════╤═════════╤═════════╕
│ Criterion │ Result │ Value │
├───────────────────────┼─────────┼─────────┤
│ RouteCompletionTest │ SUCCESS │ 100 % │
├───────────────────────┼─────────┼─────────┤
│ OutsideRouteLanesTest │ SUCCESS │ 0 % │
├───────────────────────┼─────────┼─────────┤
│ CollisionTest │ SUCCESS │ 0 times │
├───────────────────────┼─────────┼─────────┤
│ RunningRedLightTest │ SUCCESS │ 0 times │
├───────────────────────┼─────────┼─────────┤
│ RunningStopTest │ SUCCESS │ 0 times │
├───────────────────────┼─────────┼─────────┤
│ InRouteTest │ SUCCESS │ │
├───────────────────────┼─────────┼─────────┤
│ AgentBlockedTest │ SUCCESS │ │
├───────────────────────┼─────────┼─────────┤
│ Timeout │ SUCCESS │ │
╘═══════════════════════╧═════════╧═════════╛
Registering the route statistics
ERROR: failed to destroy actor 744 : unable to destroy actor: not found
ERROR: failed to destroy actor 745 : unable to destroy actor: not found
ERROR: failed to destroy actor 746 : unable to destroy actor: not found
ERROR: failed to destroy actor 747 : unable to destroy actor: not found
ERROR: failed to destroy actor 748 : unable to destroy actor: not found
ERROR: failed to destroy actor 749 : unable to destroy actor: not found
ERROR: failed to destroy actor 750 : unable to destroy actor: not found
ERROR: failed to destroy actor 751 : unable to destroy actor: not found
ERROR: failed to destroy actor 752 : unable to destroy actor: not found
ERROR: failed to destroy actor 754 : unable to destroy actor: not found
ERROR: failed to destroy actor 755 : unable to destroy actor: not found
ERROR: failed to destroy actor 756 : unable to destroy actor: not found
ERROR: failed to destroy actor 757 : unable to destroy actor: not found
ERROR: failed to destroy actor 758 : unable to destroy actor: not found
ERROR: failed to destroy actor 759 : unable to destroy actor: not found
ERROR: failed to destroy actor 762 : unable to destroy actor: not found
ERROR: failed to destroy actor 763 : unable to destroy actor: not found
ERROR: failed to destroy actor 764 : unable to destroy actor: not found
ERROR: failed to destroy actor 766 : unable to destroy actor: not found
ERROR: failed to destroy actor 767 : unable to destroy actor: not found
ERROR: failed to destroy actor 768 : unable to destroy actor: not found
ERROR: failed to destroy actor 769 : unable to destroy actor: not found
ERROR: failed to destroy actor 774 : unable to destroy actor: not found
ERROR: failed to destroy actor 775 : unable to destroy actor: not found
ERROR: failed to destroy actor 776 : unable to destroy actor: not found
ERROR: failed to destroy actor 777 : unable to destroy actor: not found
ERROR: failed to destroy actor 778 : unable to destroy actor: not found
ERROR: failed to destroy actor 779 : unable to destroy actor: not found
ERROR: failed to destroy actor 780 : unable to destroy actor: not found
ERROR: failed to destroy actor 781 : unable to destroy actor: not found
ERROR: failed to destroy actor 782 : unable to destroy actor: not found
ERROR: failed to destroy actor 783 : unable to destroy actor: not found
ERROR: failed to destroy actor 784 : unable to destroy actor: not found
ERROR: failed to destroy actor 785 : unable to destroy actor: not found
ERROR: failed to destroy actor 786 : unable to destroy actor: not found
ERROR: failed to destroy actor 787 : unable to destroy actor: not found
ERROR: failed to destroy actor 788 : unable to destroy actor: not found
ERROR: failed to destroy actor 792 : unable to destroy actor: not found
ERROR: failed to destroy actor 793 : unable to destroy actor: not found
ERROR: failed to destroy actor 794 : unable to destroy actor: not found
ERROR: failed to destroy actor 796 : unable to destroy actor: not found
ERROR: failed to destroy actor 798 : unable to destroy actor: not found
ERROR: failed to destroy actor 799 : unable to destroy actor: not found
ERROR: failed to destroy actor 801 : unable to destroy actor: not found
ERROR: failed to destroy actor 802 : unable to destroy actor: not found
ERROR: failed to destroy actor 803 : unable to destroy actor: not found
ERROR: failed to destroy actor 804 : unable to destroy actor: not found
ERROR: failed to destroy actor 807 : unable to destroy actor: not found
ERROR: failed to destroy actor 808 : unable to destroy actor: not found
ERROR: failed to destroy actor 809 : unable to destroy actor: not found
ERROR: failed to destroy actor 810 : unable to destroy actor: not found
ERROR: failed to destroy actor 811 : unable to destroy actor: not found
ERROR: failed to destroy actor 813 : unable to destroy actor: not found
ERROR: failed to destroy actor 815 : unable to destroy actor: not found
ERROR: failed to destroy actor 817 : unable to destroy actor: not found
ERROR: failed to destroy actor 819 : unable to destroy actor: not found
ERROR: failed to destroy actor 821 : unable to destroy actor: not found
ERROR: failed to destroy actor 824 : unable to destroy actor: not found
ERROR: failed to destroy actor 826 : unable to destroy actor: not found
ERROR: failed to destroy actor 827 : unable to destroy actor: not found
ERROR: failed to destroy actor 828 : unable to destroy actor: not found
ERROR: failed to destroy actor 829 : unable to destroy actor: not found
ERROR: failed to destroy actor 830 : unable to destroy actor: not found
ERROR: failed to destroy actor 832 : unable to destroy actor: not found
ERROR: failed to destroy actor 833 : unable to destroy actor: not found
ERROR: failed to destroy actor 834 : unable to destroy actor: not found
ERROR: failed to destroy actor 835 : unable to destroy actor: not found
ERROR: failed to destroy actor 838 : unable to destroy actor: not found
ERROR: failed to destroy actor 839 : unable to destroy actor: not found
ERROR: failed to destroy actor 842 : unable to destroy actor: not found
ERROR: failed to destroy actor 843 : unable to destroy actor: not found
ERROR: failed to destroy actor 844 : unable to destroy actor: not found
ERROR: failed to destroy actor 848 : unable to destroy actor: not found
ERROR: failed to destroy actor 849 : unable to destroy actor: not found
ERROR: failed to destroy actor 852 : unable to destroy actor: not found
ERROR: failed to destroy actor 854 : unable to destroy actor: not found
ERROR: failed to destroy actor 856 : unable to destroy actor: not found
ERROR: failed to destroy actor 857 : unable to destroy actor: not found
ERROR: failed to destroy actor 858 : unable to destroy actor: not found
ERROR: failed to destroy actor 859 : unable to destroy actor: not found
ERROR: failed to destroy actor 860 : unable to destroy actor: not found
ERROR: failed to destroy actor 863 : unable to destroy actor: not found
ERROR: failed to destroy actor 569 : unable to destroy actor: not found
ERROR: failed to destroy actor 577 : unable to destroy actor: not found
ERROR: failed to destroy actor 580 : unable to destroy actor: not found
ERROR: failed to destroy actor 583 : unable to destroy actor: not found
ERROR: failed to destroy actor 626 : unable to destroy actor: not found
ERROR: failed to destroy actor 672 : unable to destroy actor: not found
ERROR: failed to destroy actor 673 : unable to destroy actor: not found
ERROR: failed to destroy actor 674 : unable to destroy actor: not found
========= Preparing RouteScenario_25 (repetition 0) =========
Setting up the agent
{'destory_hazard_actors': True, 'rgb_only': False, 'save_skip_frames': 10, 'waypoint_disturb': 0.2, 'waypoint_disturb_seed': 2020, 'weather': 0}
10
routes_town05_long_w0_06_08_12_51_07
Loading the world
load
load
load
load
load
load
load
Running the route
1629
Setup waypoint disturb!
destory hazard actor: id: 997, type: vehicle.diamondback.century
destory hazard actor: id: 1009, type: vehicle.diamondback.century
destory hazard actor: id: 1012, type: vehicle.diamondback.century
destory hazard actor: id: 1024, type: vehicle.diamondback.century
destory hazard actor: id: 1051, type: vehicle.diamondback.century
destory hazard actor: id: 1079, type: vehicle.diamondback.century
destory hazard actor: id: 1086, type: vehicle.diamondback.century
destory hazard actor: id: 1087, type: vehicle.diamondback.century
destory hazard actor: id: 1088, type: vehicle.diamondback.century
destory hazard actor: id: 1183, type: vehicle.dodge_charger.police
destory hazard actor: id: 1128, type: vehicle.nissan.patrol
destory hazard actor: id: 1123, type: vehicle.seat.leon
destory hazard actor: id: 1204, type: vehicle.kawasaki.ninja
destory hazard actor: id: 1119, type: vehicle.kawasaki.ninja
destory hazard actor: id: 1206, type: vehicle.audi.etron
destory hazard actor: id: 1095, type: vehicle.carlamotors.carlacola
destory hazard actor: id: 1142, type: vehicle.carlamotors.carlacola
destory hazard actor: id: 1134, type: vehicle.volkswagen.t2
destory hazard actor: id: 1181, type: vehicle.lincoln.mkz2017
destory hazard actor: id: 1135, type: vehicle.jeep.wrangler_rubicon
destory hazard actor: id: 1193, type: vehicle.kawasaki.ninja
destory hazard actor: id: 1192, type: vehicle.bmw.isetta
destory hazard actor: id: 1187, type: vehicle.nissan.micra
destory hazard actor: id: 1158, type: vehicle.mini.cooperst
destory hazard actor: id: 1104, type: vehicle.audi.tt
destory hazard actor: id: 1184, type: vehicle.carlamotors.carlacola
destory hazard actor: id: 1179, type: vehicle.mercedes-benz.coupe
destory hazard actor: id: 1148, type: vehicle.bmw.grandtourer
destory hazard actor: id: 1171, type: vehicle.tesla.model3
destory hazard actor: id: 1160, type: vehicle.kawasaki.ninja
destory hazard actor: id: 1169, type: vehicle.bmw.grandtourer
destory hazard actor: id: 1170, type: vehicle.toyota.prius
destory hazard actor: id: 1100, type: vehicle.chevrolet.impala
destory hazard actor: id: 1094, type: vehicle.bh.crossbike
destory hazard actor: id: 1177, type: vehicle.audi.tt
destory hazard actor: id: 1162, type: vehicle.audi.a2
destory hazard actor: id: 1110, type: vehicle.seat.leon
destory hazard actor: id: 1140, type: vehicle.mercedes-benz.coupe
destory hazard actor: id: 1131, type: vehicle.mustang.mustang
destory hazard actor: id: 1102, type: vehicle.bh.crossbike
destory hazard actor: id: 1122, type: vehicle.lincoln.mkz2017
destory hazard actor: id: 1188, type: vehicle.mercedes-benz.coupe
destory hazard actor: id: 1200, type: vehicle.bmw.grandtourer
destory hazard actor: id: 1109, type: vehicle.nissan.micra
destory hazard actor: id: 1164, type: vehicle.mustang.mustang
destory hazard actor: id: 1105, type: vehicle.jeep.wrangler_rubicon
destory hazard actor: id: 1145, type: vehicle.jeep.wrangler_rubicon
destory hazard actor: id: 1207, type: vehicle.yamaha.yzf
destory hazard actor: id: 1146, type: vehicle.lincoln.mkz2017
destory hazard actor: id: 1124, type: vehicle.nissan.patrol
destory hazard actor: id: 1161, type: vehicle.bh.crossbike
destory hazard actor: id: 1205, type: vehicle.bmw.isetta
destory hazard actor: id: 1189, type: vehicle.mini.cooperst
destory hazard actor: id: 1132, type: vehicle.citroen.c3
destory hazard actor: id: 1152, type: vehicle.mercedes-benz.coupe
Stopping the route
========= Results of RouteScenario_25 (repetition 0) ------ FAILURE =========
╒═════════════════════════════════╤═════════════════════╕
│ Start Time │ 2025-06-08 12:56:48 │
├─────────────────────────────────┼─────────────────────┤
│ End Time │ 2025-06-08 14:24:28 │
├─────────────────────────────────┼─────────────────────┤
│ Duration (System Time) │ 5259.68s │
├─────────────────────────────────┼─────────────────────┤
│ Duration (Game Time) │ 549.55s │
├─────────────────────────────────┼─────────────────────┤
│ Ratio (System Time / Game Time) │ 0.104 │
╘═════════════════════════════════╧═════════════════════╛
╒═══════════════════════╤═════════╤═════════╕
│ Criterion │ Result │ Value │
├───────────────────────┼─────────┼─────────┤
│ RouteCompletionTest │ SUCCESS │ 100 % │
├───────────────────────┼─────────┼─────────┤
│ OutsideRouteLanesTest │ SUCCESS │ 0 % │
├───────────────────────┼─────────┼─────────┤
│ CollisionTest │ FAILURE │ 2 times │
├───────────────────────┼─────────┼─────────┤
│ RunningRedLightTest │ SUCCESS │ 0 times │
├───────────────────────┼─────────┼─────────┤
│ RunningStopTest │ SUCCESS │ 0 times │
├───────────────────────┼─────────┼─────────┤
│ InRouteTest │ SUCCESS │ │
├───────────────────────┼─────────┼─────────┤
│ AgentBlockedTest │ SUCCESS │ │
├───────────────────────┼─────────┼─────────┤
│ Timeout │ SUCCESS │ │
╘═══════════════════════╧═════════╧═════════╛
Registering the route statistics
ERROR: failed to destroy actor 1094 : unable to destroy actor: not found
ERROR: failed to destroy actor 1095 : unable to destroy actor: not found
ERROR: failed to destroy actor 1100 : unable to destroy actor: not found
ERROR: failed to destroy actor 1102 : unable to destroy actor: not found
ERROR: failed to destroy actor 1104 : unable to destroy actor: not found
ERROR: failed to destroy actor 1105 : unable to destroy actor: not found
ERROR: failed to destroy actor 1109 : unable to destroy actor: not found
ERROR: failed to destroy actor 1110 : unable to destroy actor: not found
ERROR: failed to destroy actor 1119 : unable to destroy actor: not found
ERROR: failed to destroy actor 1122 : unable to destroy actor: not found
ERROR: failed to destroy actor 1123 : unable to destroy actor: not found
ERROR: failed to destroy actor 1124 : unable to destroy actor: not found
ERROR: failed to destroy actor 1128 : unable to destroy actor: not found
ERROR: failed to destroy actor 1131 : unable to destroy actor: not found
ERROR: failed to destroy actor 1132 : unable to destroy actor: not found
ERROR: failed to destroy actor 1134 : unable to destroy actor: not found
ERROR: failed to destroy actor 1135 : unable to destroy actor: not found
ERROR: failed to destroy actor 1140 : unable to destroy actor: not found
ERROR: failed to destroy actor 1142 : unable to destroy actor: not found
ERROR: failed to destroy actor 1145 : unable to destroy actor: not found
ERROR: failed to destroy actor 1146 : unable to destroy actor: not found
ERROR: failed to destroy actor 1148 : unable to destroy actor: not found
ERROR: failed to destroy actor 1152 : unable to destroy actor: not found
ERROR: failed to destroy actor 1158 : unable to destroy actor: not found
ERROR: failed to destroy actor 1160 : unable to destroy actor: not found
ERROR: failed to destroy actor 1161 : unable to destroy actor: not found
ERROR: failed to destroy actor 1162 : unable to destroy actor: not found
ERROR: failed to destroy actor 1164 : unable to destroy actor: not found
ERROR: failed to destroy actor 1169 : unable to destroy actor: not found
ERROR: failed to destroy actor 1170 : unable to destroy actor: not found
ERROR: failed to destroy actor 1171 : unable to destroy actor: not found
ERROR: failed to destroy actor 1177 : unable to destroy actor: not found
ERROR: failed to destroy actor 1179 : unable to destroy actor: not found
ERROR: failed to destroy actor 1181 : unable to destroy actor: not found
ERROR: failed to destroy actor 1183 : unable to destroy actor: not found
ERROR: failed to destroy actor 1184 : unable to destroy actor: not found
ERROR: failed to destroy actor 1187 : unable to destroy actor: not found
ERROR: failed to destroy actor 1188 : unable to destroy actor: not found
ERROR: failed to destroy actor 1189 : unable to destroy actor: not found
ERROR: failed to destroy actor 1192 : unable to destroy actor: not found
ERROR: failed to destroy actor 1193 : unable to destroy actor: not found
ERROR: failed to destroy actor 1200 : unable to destroy actor: not found
ERROR: failed to destroy actor 1204 : unable to destroy actor: not found
ERROR: failed to destroy actor 1205 : unable to destroy actor: not found
ERROR: failed to destroy actor 1206 : unable to destroy actor: not found
ERROR: failed to destroy actor 1207 : unable to destroy actor: not found
ERROR: failed to destroy actor 997 : unable to destroy actor: not found
ERROR: failed to destroy actor 1009 : unable to destroy actor: not found
ERROR: failed to destroy actor 1012 : unable to destroy actor: not found
ERROR: failed to destroy actor 1024 : unable to destroy actor: not found
ERROR: failed to destroy actor 1051 : unable to destroy actor: not found
ERROR: failed to destroy actor 1079 : unable to destroy actor: not found
ERROR: failed to destroy actor 1086 : unable to destroy actor: not found
ERROR: failed to destroy actor 1087 : unable to destroy actor: not found
ERROR: failed to destroy actor 1088 : unable to destroy actor: not found
Registering the global statistics
(interfuser) xxx@xxxlab-server01:~/InterFuser$
[END] 2025/6/8 21:26:47
`