Open pytorch-bot[bot] opened 18 hours ago
Another case of trunk flakiness has been found here. The list of platforms [linux] appears to contain all the recently affected platforms [linux]. Either the change didn't propogate fast enough or disable bot might be broken.
Platforms: linux
This test was disabled because it is failing in CI. See recent examples and the most recent trunk workflow logs.
Over the past 3 hours, it has been determined flaky in 27 workflow(s) with 54 failures and 27 successes.
Debugging instructions (after clicking on the recent samples link): DO NOT ASSUME THINGS ARE OKAY IF THE CI IS GREEN. We now shield flaky tests from developers so CI will thus be green but it will be harder to parse the logs. To find relevant log snippets:
test_conv3d_binary_broadcast_shapes_cpu
Sample error message
``` Traceback (most recent call last): File "/var/lib/jenkins/workspace/test/inductor/test_mkldnn_pattern_matcher.py", line 720, in test_conv3d_binary_broadcast_shapes_cpu self._test_conv_binary_broadcast_shapes_base(dim=5) File "/var/lib/jenkins/workspace/test/inductor/test_mkldnn_pattern_matcher.py", line 706, in _test_conv_binary_broadcast_shapes_base self._test_common( File "/var/lib/jenkins/workspace/test/inductor/test_mkldnn_pattern_matcher.py", line 192, in _test_common torch.testing.assert_close(actual, expected, atol=atol, rtol=rtol) File "/opt/conda/envs/py_3.9/lib/python3.9/site-packages/torch/testing/_comparison.py", line 1530, in assert_close raise error_metas[0].to_error(msg) AssertionError: Tensor-likes are not close! Mismatched elements: 405602 / 839808 (48.3%) Greatest absolute difference: 2.512240709209395e+38 at index (0, 0, 0, 24, 13) (up to 1e-05 allowed) Greatest relative difference: inf at index (0, 0, 0, 0, 3) (up to 1.3e-06 allowed) To execute this test, run the following from the base repo dir: python test/inductor/test_mkldnn_pattern_matcher.py TestPatternMatcher.test_conv3d_binary_broadcast_shapes_cpu This message can be suppressed by setting PYTORCH_PRINT_REPRO_ON_FAILURE=0 ```Test file path:
inductor/test_mkldnn_pattern_matcher.py
cc @clee2000 @wdvr