Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Error: Process completed with exit code 255. #203

Closed
ll7 opened this issue Mar 7, 2024 · 3 comments
Closed

[Bug]: Error: Process completed with exit code 255. #203

ll7 opened this issue Mar 7, 2024 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ll7
Copy link
Member

ll7 commented Mar 7, 2024

Current Behavior

paf22-test-agent-1            | Skipping scenario 'OppositeVehicleTakingPriority_4' due to setup error: time-out of 300000ms while waiting for the simulator, make sure the simulator is ready and connected to carla-simulator:2000
paf22-test-agent-1            | 
paf22-test-agent-1            | Traceback (most recent call last):
paf22-test-agent-1            |   File "/opt/leaderboard-py3/leaderboard/scenarios/route_scenario.py", line 321, in build_scenarios
paf22-test-agent-1            |     scenario_instance = scenario_class(self.world, [ego_vehicle], scenario_config, timeout=self.timeout)
paf22-test-agent-1            |   File "/opt/scenario_runner/srunner/scenarios/opposite_vehicle_taking_priority.py", line 267, in __init__
paf22-test-agent-1            |     super().__init__(world, ego_vehicles, config, randomize, debug_mode, criteria_enable, timeout)
paf22-test-agent-1            |   File "/opt/scenario_runner/srunner/scenarios/opposite_vehicle_taking_priority.py", line 70, in __init__
paf22-test-agent-1            |     super().__init__("OppositeVehicleJunction",
paf22-test-agent-1            |   File "/opt/leaderboard-py3/srunner/scenarios/basic_scenario.py", line 64, in __init__
paf22-test-agent-1            |     self._initialize_actors(config)
paf22-test-agent-1            |   File "/opt/scenario_runner/srunner/scenarios/opposite_vehicle_taking_priority.py", line 122, in _initialize_actors
paf22-test-agent-1            |     opposite_actor = CarlaDataProvider.request_new_actor(
paf22-test-agent-1            |   File "/opt/leaderboard-py3/srunner/scenariomanager/carla_data_provider.py", line 625, in request_new_actor
paf22-test-agent-1            |     CarlaDataProvider._world.wait_for_tick()
paf22-test-agent-1            | RuntimeError: time-out of 300000ms while waiting for the simulator, make sure the simulator is ready and connected to carla-simulator:2000
paf22-test-agent-1            | 
paf22-test-agent-1            | > Registering the route statistics
paf22-test-agent-1            | WARNING: attempting to unsubscribe from stream but sensor wasn't listening: Actor 7735 (sensor.other.imu) 
paf22-test-agent-1            | ERROR: failed to destroy actor 7735 : unable to destroy actor: not found 
paf22-test-agent-1            | WARNING: attempting to unsubscribe from stream but sensor wasn't listening: Actor 7734 (sensor.other.gnss) 
paf22-test-agent-1            | ERROR: failed to destroy actor 7734 : unable to destroy actor: not found 
paf22-test-agent-1            | WARNING: attempting to unsubscribe from stream but sensor wasn't listening: Actor 7733 (sensor.other.radar) 
paf22-test-agent-1            | ERROR: failed to destroy actor 7733 : unable to destroy actor: not found 
paf22-test-agent-1            | WARNING: attempting to unsubscribe from stream but sensor wasn't listening: Actor 7732 (sensor.lidar.ray_cast) 
paf22-test-agent-1            | ERROR: failed to destroy actor 7732 : unable to destroy actor: not found 
paf22-test-agent-1            | WARNING: attempting to unsubscribe from stream but sensor wasn't listening: Actor 7731 (sensor.camera.rgb) 
paf22-test-agent-1            | ERROR: failed to destroy actor 7731 : unable to destroy actor: not found 
paf22-test-agent-1            | WARNING: attempting to unsubscribe from stream but sensor wasn't listening: Actor 7730 (sensor.camera.rgb) 
paf22-test-agent-1            | ERROR: failed to destroy actor 7730 : unable to destroy actor: not found 
paf22-test-agent-1            | WARNING: attempting to unsubscribe from stream but sensor wasn't listening: Actor 7729 (sensor.camera.rgb) 
paf22-test-agent-1            | ERROR: failed to destroy actor 7729 : unable to destroy actor: not found 
paf22-test-agent-1            | WARNING: attempting to unsubscribe from stream but sensor wasn't listening: Actor 7728 (sensor.camera.rgb) 
paf22-test-agent-1            | ERROR: failed to destroy actor 7728 : unable to destroy actor: not found 
Aborting on container exit...
paf22-test-agent-1 exited with code 255
 Container paf22-test-agent-1  Stopping
 Container paf22-test-agent-1  Stopped
 Container paf22-test-roscore-1  Stopping
 Container paf22-test-carla-simulator-1  Stopping
 Container paf22-test-carla-simulator-1  Stopped
 Container paf22-test-roscore-1  Stopped
Error: Process completed with exit code 255.

Expected Behavior

No response

How to reproduce the issue

No response

@ll7 ll7 added the bug Something isn't working label Mar 7, 2024
@ll7
Copy link
Member Author

ll7 commented Mar 7, 2024

@ll7 ll7 added the help wanted Extra attention is needed label Mar 7, 2024
@ll7
Copy link
Member Author

ll7 commented Mar 7, 2024

RuntimeError: time-out of 300000ms while waiting for the simulator, make sure the simulator is ready and connected to carla-simulator:2000

@ll7
Copy link
Member Author

ll7 commented Mar 7, 2024

Re-run was successful.
https://github.com/una-auxme/paf23/pull/198/checks

@ll7 ll7 closed this as completed Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Archived in project
Development

No branches or pull requests

1 participant