Fxmouskid

Callstack SY5

Nov 23rd, 2025
24
0
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. Traceback (most recent call last):
  2.  
  3. File "/Users/user/Desktop/SY5-Projet/.sy5-2025-2026-projet-erraid-autotests.nosync/common.py", line 117, in unsafe_run_daemon_against_archive
  4. stdout, stderr = process.communicate(timeout=duration_seconds)
  5. ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  6.  
  7. File "/opt/homebrew/Cellar/[email protected]/3.14.0_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 1220, in communicate
  8. stdout, stderr = self._communicate(input, endtime, timeout)
  9. ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  10.  
  11. File "/opt/homebrew/Cellar/[email protected]/3.14.0_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 2127, in _communicate
  12. self._check_timeout(endtime, orig_timeout, stdout, stderr)
  13. ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14.  
  15. File "/opt/homebrew/Cellar/[email protected]/3.14.0_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 1267, in _check_timeout
  16. raise TimeoutExpired(
  17. ...<2 lines>...
  18. stderr=b''.join(stderr_seq) if stderr_seq else None)
  19.  
  20. subprocess.TimeoutExpired: Command '['/Users/user/Desktop/SY5-Projet/.sy5-2025-2026-projet-erraid-autotests.nosync/../erraid', '-r', '.']' timed out after 182 seconds
  21.  
  22.  
  23. During handling of the above exception, another exception occurred:
  24.  
  25.  
  26. Traceback (most recent call last):
  27.  
  28. File "/Users/user/Desktop/SY5-Projet/.sy5-2025-2026-projet-erraid-autotests.nosync/common.py", line 155, in run_daemon_against_archive
  29. return (unsafe_run_daemon_against_archive(report, os.getcwd() + "/" + exec_path, archive_path,
  30. duration_seconds, check_times))
  31.  
  32. File "/Users/user/Desktop/SY5-Projet/.sy5-2025-2026-projet-erraid-autotests.nosync/common.py", line 120, in unsafe_run_daemon_against_archive
  33. os.killpg(os.getpgid(process.pid), signal.SIGTERM)
  34. ~~~~~~~~~~^^^^^^^^^^^^^
  35.  
  36. ProcessLookupError: [Errno 3] No such process
  37.  
  38.  
  39. TEST RESULT: KO (1 failures)
  40. ============
  41.  
  42. JALON 1, TEST 2:
  43. FAIL:Unexpected exception during run:
  44. Traceback (most recent call last):
  45.  
  46. File "/Users/user/Desktop/SY5-Projet/.sy5-2025-2026-projet-erraid-autotests.nosync/common.py", line 117, in unsafe_run_daemon_against_archive
  47. stdout, stderr = process.communicate(timeout=duration_seconds)
  48. ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  49.  
  50. File "/opt/homebrew/Cellar/[email protected]/3.14.0_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 1220, in communicate
  51. stdout, stderr = self._communicate(input, endtime, timeout)
  52. ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  53.  
  54. File "/opt/homebrew/Cellar/[email protected]/3.14.0_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 2127, in _communicate
  55. self._check_timeout(endtime, orig_timeout, stdout, stderr)
  56. ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  57.  
  58. File "/opt/homebrew/Cellar/[email protected]/3.14.0_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 1267, in _check_timeout
  59. raise TimeoutExpired(
  60. ...<2 lines>...
  61. stderr=b''.join(stderr_seq) if stderr_seq else None)
  62.  
  63. subprocess.TimeoutExpired: Command '['/Users/user/Desktop/SY5-Projet/.sy5-2025-2026-projet-erraid-autotests.nosync/../erraid', '-r', '.']' timed out after 182 seconds
  64.  
  65.  
  66. During handling of the above exception, another exception occurred:
  67.  
  68.  
  69. Traceback (most recent call last):
  70.  
  71. File "/Users/user/Desktop/SY5-Projet/.sy5-2025-2026-projet-erraid-autotests.nosync/common.py", line 155, in run_daemon_against_archive
  72. return (unsafe_run_daemon_against_archive(report, os.getcwd() + "/" + exec_path, archive_path,
  73. duration_seconds, check_times))
  74.  
  75. File "/Users/user/Desktop/SY5-Projet/.sy5-2025-2026-projet-erraid-autotests.nosync/common.py", line 120, in unsafe_run_daemon_against_archive
  76. os.killpg(os.getpgid(process.pid), signal.SIGTERM)
  77. ~~~~~~~~~~^^^^^^^^^^^^^
  78.  
  79. ProcessLookupError: [Errno 3] No such process
  80.  
  81.  
  82. TEST RESULT: KO (1 failures)
  83. ============
  84.  
  85. JALON 1, TEST 5:
  86. FAIL:Unexpected exception during run:
  87. Traceback (most recent call last):
  88.  
  89. File "/Users/user/Desktop/SY5-Projet/.sy5-2025-2026-projet-erraid-autotests.nosync/common.py", line 117, in unsafe_run_daemon_against_archive
  90. stdout, stderr = process.communicate(timeout=duration_seconds)
  91. ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  92.  
  93. File "/opt/homebrew/Cellar/[email protected]/3.14.0_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 1220, in communicate
  94. stdout, stderr = self._communicate(input, endtime, timeout)
  95. ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  96.  
  97. File "/opt/homebrew/Cellar/[email protected]/3.14.0_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 2127, in _communicate
  98. self._check_timeout(endtime, orig_timeout, stdout, stderr)
  99. ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  100.  
  101. File "/opt/homebrew/Cellar/[email protected]/3.14.0_1/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 1267, in _check_timeout
  102. raise TimeoutExpired(
  103. ...<2 lines>...
  104. stderr=b''.join(stderr_seq) if stderr_seq else None)
  105.  
  106. subprocess.TimeoutExpired: Command '['/Users/user/Desktop/SY5-Projet/.sy5-2025-2026-projet-erraid-autotests.nosync/../erraid', '-r', '.']' timed out after 182 seconds
  107.  
  108.  
  109. During handling of the above exception, another exception occurred:
  110.  
  111.  
  112. Traceback (most recent call last):
  113.  
  114. File "/Users/user/Desktop/SY5-Projet/.sy5-2025-2026-projet-erraid-autotests.nosync/common.py", line 155, in run_daemon_against_archive
  115. return (unsafe_run_daemon_against_archive(report, os.getcwd() + "/" + exec_path, archive_path,
  116. duration_seconds, check_times))
  117.  
  118. File "/Users/user/Desktop/SY5-Projet/.sy5-2025-2026-projet-erraid-autotests.nosync/common.py", line 120, in unsafe_run_daemon_against_archive
  119. os.killpg(os.getpgid(process.pid), signal.SIGTERM)
  120. ~~~~~~~~~~^^^^^^^^^^^^^
  121.  
  122. ProcessLookupError: [Errno 3] No such process
  123.  
  124.  
  125. TEST RESULT: KO (1 failures)
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment