Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

[CI] Improve GitHub Actions Log info #53

[CI] Improve GitHub Actions Log info

[CI] Improve GitHub Actions Log info #53

Triggered via pull request July 7, 2023 10:12
@zrr1999zrr1999
synchronize #246
zrr1999:log
Status Failure
Total duration 3m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

unittest.yaml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

12 errors
python 3.9 unittests: opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/unittest/case.py#L519
In simulate execution:\n\n File "/home/runner/work/PaddleSOT/PaddleSOT/tests/./test_01_basic.py", line 9, in foo\n return x + y / 0\n sot.utils.exceptions.InnerError: Call tensor_method error: Tensor.__truediv__, may be not a valid operator api ?.\nOrigin Exception is : \n float division by zero\n
python 3.9 unittests: opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/unittest/case.py#L519
In simulate execution:\n\n File "/home/runner/work/PaddleSOT/PaddleSOT/tests/./test_02_store_inplace.py", line 9, in foo\n x = x + 1 / 0\n ZeroDivisionError: division by zero\n
python 3.9 unittests
Process completed with exit code 1.
python 3.8 unittests: opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/unittest/case.py#L602
In simulate execution:\n\n File "./test_01_basic.py", line 9, in foo\n return x + y / 0\n sot.utils.exceptions.InnerError: Call tensor_method error: Tensor.__truediv__, may be not a valid operator api ?.\nOrigin Exception is : \n float division by zero\n
python 3.8 unittests: opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/unittest/case.py#L602
In simulate execution:\n\n File "./test_02_store_inplace.py", line 9, in foo\n x = x + 1 / 0\n ZeroDivisionError: division by zero\n
python 3.8 unittests
Process completed with exit code 1.
python 3.10 unittests: opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/unittest/case.py#L518
In simulate execution:\n\n File "/home/runner/work/PaddleSOT/PaddleSOT/tests/./test_01_basic.py", line 9, in foo\n return x + y / 0\n sot.utils.exceptions.InnerError: Call tensor_method error: Tensor.__truediv__, may be not a valid operator api ?.\nOrigin Exception is : \n float division by zero\n
python 3.10 unittests: opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/unittest/case.py#L518
In simulate execution:\n\n File "/home/runner/work/PaddleSOT/PaddleSOT/tests/./test_02_store_inplace.py", line 9, in foo\n x = x + 1 / 0\n ZeroDivisionError: division by zero\n
python 3.10 unittests
Process completed with exit code 1.