-
Notifications
You must be signed in to change notification settings - Fork 51
Error updating the tracker to the latest docker image in the live demo #582
Copy link
Copy link
Closed
Description
After updating the live demo with the latest docker image the container is unhealthy:
5e1d552e3fca torrust/tracker:develop "/usr/local/bin/entr…" 26 minutes ago Up 26 minutes (unhealthy) 0.0.0.0:1212->1212/tcp, :::1212->1212/tcp, 0.0.0.0:7070->7070/tcp, :::7070->7070/tcp, 1313/tcp, 0.0.0.0:6969->6969/udp, :::6969->6969/udp trackerAnd this are the logs:
Loading configuration file: `/etc/torrust/tracker/tracker.toml` ...
2024-01-04T13:14:14.555359324+00:00 [torrust_tracker::bootstrap::logging][INFO] logging initialized.
2024-01-04T13:14:14.559268954+00:00 [torrust_tracker::servers::udp::server][INFO] Running UDP Tracker on Socket: 0.0.0.0:6969
2024-01-04T13:14:14.559910849+00:00 [torrust_tracker::bootstrap::jobs][INFO] tls not enabled
thread 'tokio-runtime-worker' panicked at /build/src/src/servers/signals.rs:49:38:
Failed to install stop signal.: RecvError(())
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2024-01-04T13:14:14.562318295+00:00 [torrust_tracker::bootstrap::jobs][INFO] tls not enabled
thread 'tokio-runtime-worker' panicked at src/servers/signals.rs:49:38:
Failed to install stop signal.: RecvError(())
thread 'tokio-runtime-worker' panicked at src/servers/signals.rs:49:38:
Failed to install stop signal.: RecvError(())
2024-01-04T13:14:14.563936493+00:00 [torrust_tracker::bootstrap::jobs::health_check_api][INFO] Starting Health Check API server: http://127.0.0.1:1313
2024-01-04T13:14:14.564108924+00:00 [torrust_tracker::bootstrap::jobs::health_check_api][INFO] Torrust Health Check API server started on socket: 127.0.0.1:1313
2024-01-04T13:24:14.565271668+00:00 [torrust_tracker::bootstrap::jobs::torrent_cleanup][INFO] Cleaning up torrents..
2024-01-04T13:24:14.565336880+00:00 [torrust_tracker::bootstrap::jobs::torrent_cleanup][INFO] Cleaned up torrents in: 0ms
2024-01-04T13:34:14.565066347+00:00 [torrust_tracker::bootstrap::jobs::torrent_cleanup][INFO] Cleaning up torrents..
2024-01-04T13:34:14.565135670+00:00 [torrust_tracker::bootstrap::jobs::torrent_cleanup][INFO] Cleaned up torrents in: 0msI'm trying to find out what happened.
cc @da2ce7
UPDATE!
I'm going to split this issue into two subtasks:
Subtasks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugIncorrect BehaviorIncorrect Behavior
Type
Projects
Status
Done