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] WARN exited: frontend (terminated by SIGBUS; not expected) #120

Open
calket opened this issue Sep 28, 2024 · 1 comment
Open

[BUG] WARN exited: frontend (terminated by SIGBUS; not expected) #120

calket opened this issue Sep 28, 2024 · 1 comment

Comments

@calket
Copy link

calket commented Sep 28, 2024

After running the docker-compose the images seemed to have pulled successfully but the frontend seems to always shutdown for some reason. whisper-libretranslate have started successfully prior.

See the output:

whishper                | 2024-09-28 20:35:24,350 INFO supervisord started with pid 1
whishper                | 2024-09-28 20:35:25,353 INFO spawned: 'backend' with pid 7
whishper                | 2024-09-28 20:35:25,356 INFO spawned: 'frontend' with pid 8
whishper                | 2024-09-28 20:35:25,359 INFO spawned: 'nginx' with pid 9
whishper                | 2024-09-28 20:35:25,362 INFO spawned: 'transcription' with pid 10
whishper                | 2024-09-28 20:35:25,364 WARN exited: frontend (terminated by SIGBUS; not expected)
whishper                | 2024-09-28 20:35:25,375 WARN exited: transcription (exit status 0; not expected)
whisper-libretranslate  | Updating language models
whisper-libretranslate  | Found 88 models
whisper-libretranslate  | Keep 2 models
whisper-libretranslate  | Loaded support for 2 languages (2 models total)!
whishper                | 2024-09-28 20:35:26,410 INFO success: backend entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
whishper                | 2024-09-28 20:35:26,412 INFO spawned: 'frontend' with pid 19
whishper                | 2024-09-28 20:35:26,413 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
whishper                | 2024-09-28 20:35:26,416 INFO spawned: 'transcription' with pid 20
whishper                | 2024-09-28 20:35:26,420 WARN exited: frontend (terminated by SIGBUS; not expected)
whishper                | 2024-09-28 20:35:26,431 WARN exited: transcription (exit status 0; not expected)
whisper-libretranslate  | Running on http://*:5000
whishper                | 2024-09-28 20:35:28,436 INFO spawned: 'frontend' with pid 21
whishper                | 2024-09-28 20:35:28,439 INFO spawned: 'transcription' with pid 22
whishper                | 2024-09-28 20:35:28,444 WARN exited: frontend (terminated by SIGBUS; not expected)
whishper                | 2024-09-28 20:35:28,452 WARN exited: transcription (exit status 0; not expected)
whishper                | 2024-09-28 20:35:31,458 INFO spawned: 'frontend' with pid 23
whishper                | 2024-09-28 20:35:31,461 INFO spawned: 'transcription' with pid 24
whishper                | 2024-09-28 20:35:31,465 WARN exited: frontend (terminated by SIGBUS; not expected)
whishper                | 2024-09-28 20:35:31,473 INFO gave up: frontend entered FATAL state, too many start retries too quickly
whishper                | 2024-09-28 20:35:31,473 WARN exited: transcription (exit status 0; not expected)
whishper                | 2024-09-28 20:35:32,475 INFO gave up: transcription entered FATAL state, too many start retries too quickly

The Logs for the frontend are empty. Appreciate any tips. Thanks :)

@calket calket changed the title WARN exited: frontend (terminated by SIGBUS; not expected) [BUG] WARN exited: frontend (terminated by SIGBUS; not expected) Sep 28, 2024
@RobertPosluszny
Copy link

Confirming I'm running into the same issue trying to deploy this using docker compose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants