[FBcode->GH] [fbcode] Reduce log spam from torchvision video reader
Summary: Sample 1/1000 to avoid log spam: {F1365743020}
Reviewed By: dsesh
Differential Revision: D53062741
fbshipit-source-id: a808210c1dda98b77c7d88e850f607b53e8fa562
:link: Helpful Links
:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8333
- :page_facing_up: Preview Python docs built from this PR
Note: Links to docs will display an error until the docs builds have been completed.
:heavy_exclamation_mark: 1 Active SEVs
There are 1 currently active SEVs. If your PR is affected, please view them below:
:x: 19 New Failures
As of commit 9c2bfbfc0e643c346ae7168532c61c0d4695e25e with merge base 375cfdf5675d0b6dbebe4d49ffcd0a6d50081715 ():
NEW FAILURES - The following jobs have failed:
-
Build Aarch64 Linux Wheels / pytorch/vision / upload / wheel-py3_8-cpu-aarch64 (gh)
Unable to find any artifacts for the associated workflow -
Build Linux Conda / pytorch/vision / upload / conda-py3_8-cpu (gh)
Unable to find any artifacts for the associated workflow -
Build Linux Conda / pytorch/vision / upload / conda-py3_8-cuda11_8 (gh)
Unable to find any artifacts for the associated workflow -
Build Linux Conda / pytorch/vision / upload / conda-py3_8-cuda12_1 (gh)
Unable to find any artifacts for the associated workflow -
Build Linux Conda / pytorch/vision / upload / conda-py3_8-cuda12_4 (gh)
Unable to find any artifacts for the associated workflow -
CMake / linux (linux.12xlarge, cpu) / linux-job (gh)
/pytorch/vision/torchvision/csrc/io/video_reader/video_reader.cpp:510:5: error: ‘LOG_EVERY_N’ was not declared in this scope; did you mean ‘C10_LOG_EVERY_N’? -
CMake / linux (linux.g5.4xlarge.nvidia.gpu, cuda, 11.8) / linux-job (gh)
/pytorch/vision/torchvision/csrc/io/video_reader/video_reader.cpp:510:5: error: ‘LOG_EVERY_N’ was not declared in this scope; did you mean ‘C10_LOG_EVERY_N’? -
Docs / build / linux-job (gh)
/pytorch/vision/torchvision/csrc/io/video_reader/video_reader.cpp:510:5: error: ‘LOG_EVERY_N’ was not declared in this scope; did you mean ‘C10_LOG_EVERY_N’? -
Lint / python-types / linux-job (gh)
/pytorch/vision/torchvision/csrc/io/video_reader/video_reader.cpp:510:5: error: ‘LOG_EVERY_N’ was not declared in this scope; did you mean ‘C10_LOG_EVERY_N’? -
Tests / onnx / linux-job (gh)
/pytorch/vision/torchvision/csrc/io/video_reader/video_reader.cpp:510:5: error: ‘LOG_EVERY_N’ was not declared in this scope; did you mean ‘C10_LOG_EVERY_N’? -
Tests / unittests-extended / linux-job (gh)
/pytorch/vision/torchvision/csrc/io/video_reader/video_reader.cpp:510:5: error: ‘LOG_EVERY_N’ was not declared in this scope; did you mean ‘C10_LOG_EVERY_N’? -
Tests / unittests-linux (3.10, linux.12xlarge, cpu) / linux-job (gh)
/pytorch/vision/torchvision/csrc/io/video_reader/video_reader.cpp:510:5: error: ‘LOG_EVERY_N’ was not declared in this scope; did you mean ‘C10_LOG_EVERY_N’? -
Tests / unittests-linux (3.11, linux.12xlarge, cpu) / linux-job (gh)
/pytorch/vision/torchvision/csrc/io/video_reader/video_reader.cpp:510:5: error: ‘LOG_EVERY_N’ was not declared in this scope; did you mean ‘C10_LOG_EVERY_N’? -
Tests / unittests-linux (3.12, linux.12xlarge, cpu) / linux-job (gh)
/pytorch/vision/torchvision/csrc/io/video_reader/video_reader.cpp:510:5: error: ‘LOG_EVERY_N’ was not declared in this scope; did you mean ‘C10_LOG_EVERY_N’? -
Tests / unittests-linux (3.8, linux.12xlarge, cpu) / linux-job (gh)
/pytorch/vision/torchvision/csrc/io/video_reader/video_reader.cpp:510:5: error: ‘LOG_EVERY_N’ was not declared in this scope; did you mean ‘C10_LOG_EVERY_N’? -
Tests / unittests-linux (3.8, linux.g5.4xlarge.nvidia.gpu, cuda, 11.8) / linux-job (gh)
/pytorch/vision/torchvision/csrc/io/video_reader/video_reader.cpp:510:5: error: ‘LOG_EVERY_N’ was not declared in this scope; did you mean ‘C10_LOG_EVERY_N’? -
Tests / unittests-macos (3.12, macos-m1-stable) / macos-job (gh)
test/test_ops.py::TestRoIAlign::test_autocast_cpu[rois_dtype1-x_dtype1-False-True] -
Tests / unittests-macos (3.9, macos-m1-stable) / macos-job (gh)
RuntimeError: Command bash /Users/ec2-user/runner/_work/_temp/exec_script failed with exit code 1 -
Tests / unittests-windows (3.11, windows.4xlarge, cpu) / windows-job (gh)
RuntimeError: DGifOpenFileName() failed - 103
This comment was automatically generated by Dr. CI and updates every 15 minutes.
We can't import this diff as it's breaking the CI with a compilation error. I'll close the PR and backout the diff in D58283929