Advertisement
Valeriy

Untitled

Nov 5th, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 KB | None | 0 0
  1. 2024-11-05 13:19:46.513707205 Process detector:tensorrt:
  2. 2024-11-05 13:19:46.514445155 Traceback (most recent call last):
  3. 2024-11-05 13:19:46.514449893 File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
  4. 2024-11-05 13:19:46.514452254 self.run()
  5. 2024-11-05 13:19:46.514460320 File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
  6. 2024-11-05 13:19:46.514463667 self._target(*self._args, **self._kwargs)
  7. 2024-11-05 13:19:46.514466808 File "/opt/frigate/frigate/object_detection.py", line 102, in run_detector
  8. 2024-11-05 13:19:46.514490215 object_detector = LocalObjectDetector(detector_config=detector_config)
  9. 2024-11-05 13:19:46.514493691 File "/opt/frigate/frigate/object_detection.py", line 53, in __init__
  10. 2024-11-05 13:19:46.514496116 self.detect_api = create_detector(detector_config)
  11. 2024-11-05 13:19:46.514498639 File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
  12. 2024-11-05 13:19:46.514523480 return api(detector_config)
  13. 2024-11-05 13:19:46.514526212 File "/opt/frigate/frigate/detectors/plugins/tensorrt.py", line 225, in __init__
  14. 2024-11-05 13:19:46.514528400 assert (
  15. 2024-11-05 13:19:46.514546503 AssertionError: TensorRT libraries not found, tensorrt detector not present
  16. 2024-11-05 13:19:46.514548968 Exception ignored in: <function TensorRtDetector.__del__ at 0x7f360609c9d0>
  17. 2024-11-05 13:19:46.514551112 Traceback (most recent call last):
  18. 2024-11-05 13:19:46.514553569 File "/opt/frigate/frigate/detectors/plugins/tensorrt.py", line 265, in __del__
  19. 2024-11-05 13:19:46.514600919 if self.outputs is not None:
  20. 2024-11-05 13:19:46.514604879 AttributeError: 'TensorRtDetector' object has no attribute 'outputs'
  21. 2024-11-05 13:19:46.514642080 [2024-11-05 16:19:46] frigate.app INFO : Output process started: 458
  22. 2024-11-05 13:19:46.523955926 [2024-11-05 16:19:46] frigate.app INFO : Camera processor started for ptzcamera1_test: 473
  23. 2024-11-05 13:19:46.527713983 [2024-11-05 16:19:46] frigate.app INFO : Capture process started for ptzcamera1_test: 478
  24. 2024-11-05 13:19:46.542432599 [2024-11-05 16:19:46] frigate.video ERROR : ptzcamera1_test: Unable to read frames from ffmpeg process.
  25. 2024-11-05 13:19:46.542550755 [2024-11-05 16:19:46] frigate.video ERROR : ptzcamera1_test: ffmpeg process is not running. exiting capture thread...
  26. 2024-11-05 13:19:54.834248743 [INFO] Starting go2rtc healthcheck service...
  27. 2024-11-05 13:20:06.555146515 [2024-11-05 16:20:06] watchdog.ptzcamera1_test ERROR : Ffmpeg process crashed unexpectedly for ptzcamera1_test.
  28. 2024-11-05 13:20:06.555338189 [2024-11-05 16:20:06] watchdog.ptzcamera1_test ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
  29. 2024-11-05 13:20:06.555546225 [2024-11-05 16:20:06] ffmpeg.ptzcamera1_test.detect ERROR : [tcp @ 0x557b8fda5240] Connection to tcp://192.168.2.105:8554?timeout=5000000 failed: Connection refused
  30. 2024-11-05 13:20:06.555717446 [2024-11-05 16:20:06] ffmpeg.ptzcamera1_test.detect ERROR : rtsp://192.168.2.105:8554/front_left_5: Connection refused
  31. 2024-11-05 13:20:06.571905164 [2024-11-05 16:20:06] ffmpeg.ptzcamera1_test.record ERROR : [tcp @ 0x555b3a933340] Connection to tcp://192.168.2.105:8554?timeout=5000000 failed: Connection refused
  32. 2024-11-05 13:20:06.572093908 [2024-11-05 16:20:06] ffmpeg.ptzcamera1_test.record ERROR : rtsp://192.168.2.105:8554/front_left_5: Connection refused
  33. 2024-11-05 13:20:06.572281680 [2024-11-05 16:20:06] watchdog.ptzcamera1_test INFO : Terminating the existing ffmpeg process...
  34. 2024-11-05 13:20:06.572439453 [2024-11-05 16:20:06] watchdog.ptzcamera1_test INFO : Waiting for ffmpeg to exit gracefully...
  35. 2024-11-05 13:20:06.580237210 [2024-11-05 16:20:06] frigate.video ERROR : ptzcamera1_test: Unable to read frames from ffmpeg process.
  36. 2024-11-05 13:20:06.580428267 [2024-11-05 16:20:06] frigate.video ERROR : ptzcamera1_test: ffmpeg process is not running. exiting capture thread...
  37. 2024-11-05 13:20:06.758937984 [2024-11-05 16:20:06] frigate.watchdog INFO : Detection appears to have stopped. Exiting Frigate...
  38. s6-rc: info: service legacy-services: stopping
  39. s6-rc: info: service legacy-services successfully stopped
  40. s6-rc: info: service go2rtc-healthcheck: stopping
  41. s6-rc: info: service certsync: stopping
  42. 2024-11-05 13:20:06.773404889 [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
  43. s6-rc: info: service go2rtc-healthcheck successfully stopped
  44. 2024-11-05 13:20:06.774541926 [INFO] Service CERTSYNC exited with code 256 (by signal 15)
  45. s6-rc: info: service certsync successfully stopped
  46. s6-rc: info: service nginx: stopping
  47. s6-rc: info: service certsync-log: stopping
  48. s6-rc: info: service certsync-log successfully stopped
  49. 2024-11-05 13:20:06.821000543 [INFO] Service NGINX exited with code 0 (by signal 0)
  50. s6-rc: info: service nginx successfully stopped
  51. s6-rc: info: service nginx-log: stopping
  52. s6-rc: info: service frigate: stopping
  53. 2024-11-05 13:20:06.824691007 [2024-11-05 16:20:06] frigate.app INFO : Flask has exited...
  54. s6-rc: info: service nginx-log successfully stopped
  55. 2024-11-05 13:20:06.824788029 [2024-11-05 16:20:06] frigate.app INFO : Stopping...
  56. 2024-11-05 13:20:06.826081630 [2024-11-05 16:20:06] frigate.watchdog INFO : Exiting watchdog...
  57. 2024-11-05 13:20:06.827181916 [2024-11-05 16:20:06] frigate.events.cleanup INFO : Exiting event cleanup...
  58. 2024-11-05 13:20:06.827723568 [2024-11-05 16:20:06] frigate.record.cleanup INFO : Exiting recording cleanup...
  59. 2024-11-05 13:20:06.827924652 [2024-11-05 16:20:06] frigate.ptz.autotrack INFO : Exiting autotracker...
  60. 2024-11-05 13:20:06.828160677 [2024-11-05 16:20:06] frigate.storage INFO : Exiting storage maintainer...
  61. 2024-11-05 13:20:06.828291702 [2024-11-05 16:20:06] frigate.stats.emitter INFO : Exiting stats emitter...
  62. 2024-11-05 13:20:06.828422498 [2024-11-05 16:20:06] frigate.app INFO : Waiting for capture process for ptzcamera1_test to stop
  63. 2024-11-05 13:20:06.828884204 [2024-11-05 16:20:06] watchdog.ptzcamera1_test INFO : Terminating the existing ffmpeg process...
  64. 2024-11-05 13:20:06.829111299 [2024-11-05 16:20:06] watchdog.ptzcamera1_test INFO : Waiting for ffmpeg to exit gracefully...
  65. 2024-11-05 13:20:06.829238177 [2024-11-05 16:20:06] watchdog.ptzcamera1_test INFO : Terminating the existing ffmpeg process...
  66. 2024-11-05 13:20:06.829363473 [2024-11-05 16:20:06] watchdog.ptzcamera1_test INFO : Waiting for ffmpeg to exit gracefully...
  67. 2024-11-05 13:20:06.835122895 [2024-11-05 16:20:06] frigate.app INFO : Waiting for process for ptzcamera1_test to stop
  68. 2024-11-05 13:20:07.547425856 [2024-11-05 16:20:07] frigate.object_processing INFO : Exiting object processor...
  69. 2024-11-05 13:20:07.559268209 [2024-11-05 16:20:07] frigate.video INFO : ptzcamera1_test: emptying frame queue
  70. 2024-11-05 13:20:07.559402222 [2024-11-05 16:20:07] frigate.video INFO : ptzcamera1_test: exiting subprocess
  71. 2024-11-05 13:20:07.565289082 [2024-11-05 16:20:07] frigate.app INFO : Closing frame queue for ptzcamera1_test
  72. 2024-11-05 13:20:07.771165521 [2024-11-05 16:20:07] frigate.events.maintainer INFO : Exiting event processor...
  73. 2024-11-05 13:20:08.566862608 [2024-11-05 16:20:08] frigate.app INFO : Detection queue closed
  74. 2024-11-05 13:20:09.067705377 [2024-11-05 16:20:09] frigate.app INFO : Detected frames queue closed
  75. 2024-11-05 13:20:09.568511587 [2024-11-05 16:20:09] frigate.app INFO : Timeline queue closed
  76. 2024-11-05 13:20:11.065321123 [2024-11-05 16:20:11] frigate.output.output INFO : exiting output process...
  77. 2024-11-05 13:20:11.522316928 [2024-11-05 16:20:11] frigate.record.maintainer INFO : Exiting recording maintenance...
  78. 2024-11-05 13:20:11.655307698 [2024-11-05 16:20:11] frigate.review.maintainer INFO : Exiting review maintainer...
  79. 2024-11-05 13:20:12.031989087 [2024-11-05 16:20:12] frigate.comms.ws INFO : Exiting websocket client...
  80. 2024-11-05 13:20:12.532069426 [2024-11-05 16:20:12] peewee.sqliteq INFO : writer received shutdown request, exiting.
  81. 2024-11-05 13:20:13.561153793 [INFO] Service Frigate exited with code 0 (by signal 0)
  82. s6-rc: info: service frigate successfully stopped
  83. s6-rc: info: service go2rtc: stopping
  84. s6-rc: info: service frigate-log: stopping
  85. 2024-11-05 13:20:13.564138166 exit with signal: terminated
  86. s6-rc: info: service frigate-log successfully stopped
  87. 2024-11-05 13:20:13.569459894 [INFO] The go2rtc service exited with code 0 (by signal 0)
  88. s6-rc: info: service go2rtc successfully stopped
  89. s6-rc: info: service go2rtc-log: stopping
  90. s6-rc: info: service go2rtc-log successfully stopped
  91. s6-rc: info: service log-prepare: stopping
  92. s6-rc: info: service s6rc-fdholder: stopping
  93. s6-rc: info: service log-prepare successfully stopped
  94. s6-rc: info: service legacy-cont-init: stopping
  95. s6-rc: info: service s6rc-fdholder successfully stopped
  96. s6-rc: info: service legacy-cont-init successfully stopped
  97. s6-rc: info: service fix-attrs: stopping
  98. s6-rc: info: service fix-attrs successfully stopped
  99. s6-rc: info: service s6rc-oneshot-runner: stopping
  100. s6-rc: info: service s6rc-oneshot-runner successfully stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement