Closed
Description
Currently the nightly pipelines are failing when running pytest .
on the test/test_ops.py
tests.
Example CircleCI Logs:
https://app.circleci.com/jobs/github/pytorch/vision/85108
Log Excerpt:
+ pytest .
============================= test session starts ==============================
platform linux -- Python 3.6.10, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
rootdir: $SRC_DIR
collected 286 items
test/test_backbone_utils.py .. [ 0%]
test/test_cpp_models.py sssssssssssssssssssssssssssssss [ 11%]
test/test_datasets.py .......... [ 15%]
test/test_datasets_samplers.py ..... [ 16%]
test/test_datasets_transforms.py .. [ 17%]
test/test_datasets_utils.py .......... [ 20%]
test/test_datasets_video_utils.py .... [ 22%]
test/test_functional_tensor.py ........ [ 25%]
test/test_hub.py sss [ 26%]
test/test_io.py ss............ [ 31%]
test/test_models.py .........s......................................... [ 48%]
test/test_models_detection_utils.py . [ 49%]
test/test_onnx.py sssssssssssss [ 53%]
test/test_ops.py ..ss..ss..ss..ss..ss..ss..ss..ss.s...ss..ss [ 68%]
Too long with no output (exceeded 10m0s): context deadline exceeded
This is what is currently effecting pytorch/pytorch#33103
Also this may be related to #1528
cc @fmassa