Skip to content

[WIP] Fix cudnn channels_last descriptio problem#31139

Closed
VitalyFedyunin wants to merge 6 commits intogh/VitalyFedyunin/99/basefrom
gh/VitalyFedyunin/99/head
Closed

[WIP] Fix cudnn channels_last descriptio problem#31139
VitalyFedyunin wants to merge 6 commits intogh/VitalyFedyunin/99/basefrom
gh/VitalyFedyunin/99/head

Conversation

@VitalyFedyunin
Copy link
Contributor

@VitalyFedyunin VitalyFedyunin commented Dec 11, 2019

Stack from ghstack:

Differential Revision: D18959229

@kostmo
Copy link
Member

kostmo commented Dec 12, 2019

💊 CircleCI build failures summary and remediations

As of commit 3b8fa7e:

  • 1/15 broken upstream at merge base 29f3458 (see grid view)

    You may want to rebase on the viable/strict branch (expand for instructions)

    Since your merge base is older than viable/strict, run these commands:

    git fetch origin viable/strict
    git rebase viable/strict
    

    Check out the recency history of this "viable master" tracking branch.

  • 13/15 failures introduced in this PR

  • 1/15 recognized as flaky ❄️

    • Re-run these jobs?

Detailed failure analysis

One may explore the probable reasons each build failed interactively on the Dr. CI website.

🕵️ 13 new failures recognized by patterns

The following build failures do not appear to be due to upstream breakage:

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_ge_config_simple_test (1/13)

Step: "Test" (full log | pattern match details)

Dec 26 21:58:54 RuntimeError: test_jit_simple failed!
Dec 26 21:58:54 Ran 2313 tests in 79.221s 
Dec 26 21:58:54  
Dec 26 21:58:54 FAILED (errors=2, skipped=76, expected failures=1) 
Dec 26 21:58:54  
Dec 26 21:58:54 Generating XML reports... 
Dec 26 21:58:54 Traceback (most recent call last): 
Dec 26 21:58:54   File "test/run_test.py", line 456, in <module> 
Dec 26 21:58:54     main() 
Dec 26 21:58:54   File "test/run_test.py", line 449, in main 
Dec 26 21:58:54     raise RuntimeError(message) 
Dec 26 21:58:54 RuntimeError: test_jit_simple failed! 
Dec 26 21:58:54 =================== sccache compilation log =================== 
Dec 26 21:58:54 + cleanup 
Dec 26 21:58:54 + retcode=1 
Dec 26 21:58:54 + set +x 
Dec 26 21:58:54 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 21:58:54 Compile requests                56 
Dec 26 21:58:54 Compile requests executed        0 
Dec 26 21:58:54 Cache hits                       0 
Dec 26 21:58:54 Cache misses                     0 
Dec 26 21:58:54 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_ge_config_legacy_test (2/13)

Step: "Test" (full log | pattern match details)

Dec 26 22:00:13 RuntimeError: test_jit_legacy failed!
Dec 26 22:00:13 Ran 2313 tests in 135.405s 
Dec 26 22:00:13  
Dec 26 22:00:13 FAILED (errors=2, skipped=58, expected failures=1) 
Dec 26 22:00:13  
Dec 26 22:00:13 Generating XML reports... 
Dec 26 22:00:13 Traceback (most recent call last): 
Dec 26 22:00:13   File "test/run_test.py", line 456, in <module> 
Dec 26 22:00:13     main() 
Dec 26 22:00:13   File "test/run_test.py", line 449, in main 
Dec 26 22:00:13     raise RuntimeError(message) 
Dec 26 22:00:13 RuntimeError: test_jit_legacy failed! 
Dec 26 22:00:13 + cleanup 
Dec 26 22:00:13 + retcode=1 
Dec 26 22:00:13 + set +x 
Dec 26 22:00:13 =================== sccache compilation log =================== 
Dec 26 22:00:13 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 22:00:13 Compile requests               304 
Dec 26 22:00:13 Compile requests executed        0 
Dec 26 22:00:13 Cache hits                       0 
Dec 26 22:00:13 Cache misses                     0 
Dec 26 22:00:13 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_test (3/13)

Step: "Test" (full log | pattern match details)

Dec 26 22:05:03 RuntimeError: test_nn failed!
Dec 26 22:05:03 Ran 1476 tests in 379.422s 
Dec 26 22:05:03  
Dec 26 22:05:03 FAILED (errors=2, skipped=684, expected failures=2) 
Dec 26 22:05:03  
Dec 26 22:05:03 Generating XML reports... 
Dec 26 22:05:03 Traceback (most recent call last): 
Dec 26 22:05:03   File "test/run_test.py", line 456, in <module> 
Dec 26 22:05:03     main() 
Dec 26 22:05:03   File "test/run_test.py", line 449, in main 
Dec 26 22:05:03     raise RuntimeError(message) 
Dec 26 22:05:03 RuntimeError: test_nn failed! 
Dec 26 22:05:03 + cleanup 
Dec 26 22:05:03 + retcode=1 
Dec 26 22:05:03 + set +x 
Dec 26 22:05:03 =================== sccache compilation log =================== 
Dec 26 22:05:03 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 22:05:03 Compile requests                  7 
Dec 26 22:05:03 Compile requests executed         6 
Dec 26 22:05:03 Cache hits                        0 
Dec 26 22:05:03 Cache misses                      6 
Dec 26 22:05:03 Cache timeouts                    0 

See CircleCI build caffe2_onnx_py3_6_clang7_ubuntu16_04_test (4/13)

Step: "Test" (full log | pattern match details)

ore dumped) pytest "${args[@]}" -k 'not (TestOperators and test_full_like) and not (TestOperators and test_zeros_like) and not (TestOperators and test_ones_like) and not (TestModels and test_vgg16) and not (TestModels and test_vgg16_bn) and not (TestModels and test_vgg19) and not (TestModels and test_vgg19_bn)' --ignore "$top_dir/test/onnx/test_pytorch_onnx_onnxruntime.py" --ignore "$top_dir/test/onnx/test_custom_ops.py" --ignore "$top_dir/test/onnx/test_models_onnxruntime.py" "${test_paths[@]}"
Dec 26 22:17:42   File "/usr/local/lib/python3.6/dist-packages/pluggy/hooks.py", line 286 in __call__ 
Dec 26 22:17:42   File "/usr/local/lib/python3.6/dist-packages/_pytest/main.py", line 237 in _main 
Dec 26 22:17:42   File "/usr/local/lib/python3.6/dist-packages/_pytest/main.py", line 193 in wrap_session 
Dec 26 22:17:42   File "/usr/local/lib/python3.6/dist-packages/_pytest/main.py", line 230 in pytest_cmdline_main 
Dec 26 22:17:42   File "/usr/local/lib/python3.6/dist-packages/pluggy/callers.py", line 187 in _multicall 
Dec 26 22:17:42   File "/usr/local/lib/python3.6/dist-packages/pluggy/manager.py", line 86 in <lambda> 
Dec 26 22:17:42   File "/usr/local/lib/python3.6/dist-packages/pluggy/manager.py", line 92 in _hookexec 
Dec 26 22:17:42   File "/usr/local/lib/python3.6/dist-packages/pluggy/hooks.py", line 286 in __call__ 
Dec 26 22:17:42   File "/usr/local/lib/python3.6/dist-packages/_pytest/config/__init__.py", line 90 in main 
Dec 26 22:17:42   File "/usr/local/bin/pytest", line 11 in <module> 
re dumped) pytest "${args[@]}" -k 'not (TestOperators and test_full_like) and not (TestOperators and test_zeros_like) and not (TestOperators and test_ones_like) and not (TestModels and test_vgg16) and not (TestModels and test_vgg16_bn) and not (TestModels and test_vgg19) and not (TestModels and test_vgg19_bn)' --ignore "$top_dir/test/onnx/test_pytorch_onnx_onnxruntime.py" --ignore "$top_dir/test/onnx/test_custom_ops.py" --ignore "$top_dir/test/onnx/test_models_onnxruntime.py" "${test_paths[@]}" 

See CircleCI build pytorch_linux_xenial_py2_7_9_test (5/13)

Step: "Test" (full log | pattern match details)

Dec 26 22:28:18 RuntimeError: test_nn failed!
Dec 26 22:28:18 Ran 1476 tests in 441.581s 
Dec 26 22:28:18  
Dec 26 22:28:18 FAILED (errors=2, skipped=702, expected failures=3) 
Dec 26 22:28:18  
Dec 26 22:28:18 Generating XML reports... 
Dec 26 22:28:18 Traceback (most recent call last): 
Dec 26 22:28:18   File "test/run_test.py", line 456, in <module> 
Dec 26 22:28:18     main() 
Dec 26 22:28:18   File "test/run_test.py", line 449, in main 
Dec 26 22:28:18     raise RuntimeError(message) 
Dec 26 22:28:18 RuntimeError: test_nn failed! 
Dec 26 22:28:18 =================== sccache compilation log =================== 
Dec 26 22:28:18 + cleanup 
Dec 26 22:28:18 + retcode=1 
Dec 26 22:28:18 + set +x 
Dec 26 22:28:18 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 22:28:18 Compile requests                 10 
Dec 26 22:28:18 Compile requests executed         8 
Dec 26 22:28:18 Cache hits                        2 
Dec 26 22:28:18 Cache misses                      6 
Dec 26 22:28:18 Cache timeouts                    0 

See CircleCI build pytorch_xla_linux_xenial_py3_6_clang7_test (6/13)

Step: "Test" (full log | pattern match details)

Dec 26 22:28:29 caused by: Connection refused (os error 111)
Dec 26 22:28:29 +++ eval 'extract_trap_cmd ' 
Dec 26 22:28:29 ++++ extract_trap_cmd 
Dec 26 22:28:29 ++++ printf '%s\n' '' 
Dec 26 22:28:29 +++ printf '%s\n' cleanup 
Dec 26 22:28:29 ++ trap -- ' 
Dec 26 22:28:29 cleanup' EXIT 
Dec 26 22:28:29 ++ which sccache 
Dec 26 22:28:29 ++ sccache --stop-server 
Dec 26 22:28:29 Stopping sccache server... 
Dec 26 22:28:29 error: couldn't connect to server 
Dec 26 22:28:29 caused by: Connection refused (os error 111) 
Dec 26 22:28:29 ++ true 
Dec 26 22:28:29 ++ rm /var/lib/jenkins/sccache_error.log 
Dec 26 22:28:29 ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 
Dec 26 22:28:29 ++ SCCACHE_IDLE_TIMEOUT=1200 
Dec 26 22:28:29 ++ RUST_LOG=sccache::server=error 
Dec 26 22:28:29 ++ sccache --start-server 
Dec 26 22:28:29 Starting sccache server... 
Dec 26 22:28:30 ++ sccache --zero-stats 
Dec 26 22:28:30 Compile requests                 0 
Dec 26 22:28:30 Compile requests executed        0 

See CircleCI build pytorch_macos_10_13_py3_test (7/13)

Step: "Test" (full log | pattern match details)

Dec 26 14:53:58 RuntimeError: test_jit failed!
Dec 26 14:53:57 Ran 2310 tests in 129.730s 
Dec 26 14:53:57  
Dec 26 14:53:57 FAILED (errors=2, skipped=64, expected failures=1) 
Dec 26 14:53:57  
Dec 26 14:53:57 Generating XML reports... 
Dec 26 14:53:58 Traceback (most recent call last): 
Dec 26 14:53:58   File "test/run_test.py", line 456, in <module> 
Dec 26 14:53:58     main() 
Dec 26 14:53:58   File "test/run_test.py", line 449, in main 
Dec 26 14:53:58     raise RuntimeError(message) 
Dec 26 14:53:58 RuntimeError: test_jit failed! 
Dec 26 14:53:58 + cleanup 
Dec 26 14:53:58 + retcode=1 
Dec 26 14:53:58 + set +x 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_multigpu_test (8/13)

Step: "Test" (full log | pattern match details)

Dec 26 23:32:29 [ FAILED ] IntegrationTest.MNISTBatchNorm_CUDA
Dec 26 23:32:26 [       OK ] ParallelTest.DataParallelUsesAllAvailableCUDADevices_CUDA (0 ms) 
Dec 26 23:32:26 [ RUN      ] ParallelTest.DataParallelNumericalEquivalence_MultiCUDA 
Dec 26 23:32:29 [       OK ] ParallelTest.DataParallelNumericalEquivalence_MultiCUDA (3372 ms) 
Dec 26 23:32:29 [----------] 9 tests from ParallelTest (7621 ms total) 
Dec 26 23:32:29  
Dec 26 23:32:29 [----------] Global test environment tear-down 
Dec 26 23:32:29 [==========] 788 tests from 32 test cases ran. (79483 ms total) 
Dec 26 23:32:29 [  PASSED  ] 786 tests. 
Dec 26 23:32:29 [  FAILED  ] 2 tests, listed below: 
Dec 26 23:32:29 [  FAILED  ] IntegrationTest.MNIST_CUDA 
Dec 26 23:32:29 [  FAILED  ] IntegrationTest.MNISTBatchNorm_CUDA 
Dec 26 23:32:29  
Dec 26 23:32:29  2 FAILED TESTS 
Dec 26 23:32:31 + cleanup 
Dec 26 23:32:31 + retcode=1 
Dec 26 23:32:31 + set +x 
Dec 26 23:32:31 =================== sccache compilation log =================== 
Dec 26 23:32:31 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 23:32:31 Compile requests                 0 
Dec 26 23:32:31 Compile requests executed        0 
Dec 26 23:32:31 Cache hits                       0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_nogpu_test (9/13)

Step: "Test" (full log | pattern match details)

Dec 26 23:41:29 RuntimeError: test_nn failed!
Dec 26 23:41:28 Ran 1476 tests in 450.701s 
Dec 26 23:41:28  
Dec 26 23:41:28 FAILED (errors=2, skipped=684, expected failures=2) 
Dec 26 23:41:28  
Dec 26 23:41:28 Generating XML reports... 
Dec 26 23:41:29 Traceback (most recent call last): 
Dec 26 23:41:29   File "test/run_test.py", line 456, in <module> 
Dec 26 23:41:29     main() 
Dec 26 23:41:29   File "test/run_test.py", line 449, in main 
Dec 26 23:41:29     raise RuntimeError(message) 
Dec 26 23:41:29 RuntimeError: test_nn failed! 
Dec 26 23:41:29 + cleanup 
Dec 26 23:41:29 + retcode=1 
Dec 26 23:41:29 + set +x 
Dec 26 23:41:29 =================== sccache compilation log =================== 
Dec 26 23:41:29 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 23:41:29 Compile requests                  7 
Dec 26 23:41:29 Compile requests executed         6 
Dec 26 23:41:29 Cache hits                        0 
Dec 26 23:41:29 Cache misses                      6 
Dec 26 23:41:29 Cache timeouts                    0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_test (10/13)

Step: "Test" (full log | pattern match details)

Dec 26 23:44:33 RuntimeError: test_nn failed!
Dec 26 23:44:33 Ran 1572 tests in 606.206s 
Dec 26 23:44:33  
Dec 26 23:44:33 FAILED (failures=1, errors=15, skipped=65, expected failures=4) 
Dec 26 23:44:33  
Dec 26 23:44:33 Generating XML reports... 
Dec 26 23:44:33 Traceback (most recent call last): 
Dec 26 23:44:33   File "test/run_test.py", line 456, in <module> 
Dec 26 23:44:33     main() 
Dec 26 23:44:33   File "test/run_test.py", line 449, in main 
Dec 26 23:44:33     raise RuntimeError(message) 
Dec 26 23:44:33 RuntimeError: test_nn failed! 
Dec 26 23:44:34 + cleanup 
Dec 26 23:44:34 + retcode=1 
Dec 26 23:44:34 + set +x 
Dec 26 23:44:34 =================== sccache compilation log =================== 
Dec 26 23:44:34 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 23:44:34 Compile requests                32 
Dec 26 23:44:34 Compile requests executed       11 
Dec 26 23:44:34 Cache hits                       0 
Dec 26 23:44:34 Cache misses                    11 
Dec 26 23:44:34 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_NO_AVX_NO_AVX2_test (11/13)

Step: "Test" (full log | pattern match details)

Dec 26 23:44:37 RuntimeError: test_nn failed!
Dec 26 23:44:37 Ran 1572 tests in 615.144s 
Dec 26 23:44:37  
Dec 26 23:44:37 FAILED (failures=1, errors=15, skipped=65, expected failures=4) 
Dec 26 23:44:37  
Dec 26 23:44:37 Generating XML reports... 
Dec 26 23:44:37 Traceback (most recent call last): 
Dec 26 23:44:37   File "test/run_test.py", line 456, in <module> 
Dec 26 23:44:37     main() 
Dec 26 23:44:37   File "test/run_test.py", line 449, in main 
Dec 26 23:44:37     raise RuntimeError(message) 
Dec 26 23:44:37 RuntimeError: test_nn failed! 
Dec 26 23:44:38 + cleanup 
Dec 26 23:44:38 + retcode=1 
Dec 26 23:44:38 + set +x 
Dec 26 23:44:38 =================== sccache compilation log =================== 
Dec 26 23:44:38 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 23:44:38 Compile requests                32 
Dec 26 23:44:38 Compile requests executed       11 
Dec 26 23:44:38 Cache hits                       0 
Dec 26 23:44:38 Cache misses                    11 
Dec 26 23:44:38 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_NO_AVX2_test (12/13)

Step: "Test" (full log | pattern match details)

Dec 26 23:44:41 RuntimeError: test_nn failed!
Dec 26 23:44:41 Ran 1572 tests in 607.663s 
Dec 26 23:44:41  
Dec 26 23:44:41 FAILED (failures=1, errors=15, skipped=65, expected failures=4) 
Dec 26 23:44:41  
Dec 26 23:44:41 Generating XML reports... 
Dec 26 23:44:41 Traceback (most recent call last): 
Dec 26 23:44:41   File "test/run_test.py", line 456, in <module> 
Dec 26 23:44:41     main() 
Dec 26 23:44:41   File "test/run_test.py", line 449, in main 
Dec 26 23:44:41     raise RuntimeError(message) 
Dec 26 23:44:41 RuntimeError: test_nn failed! 
Dec 26 23:44:42 + cleanup 
Dec 26 23:44:42 + retcode=1 
Dec 26 23:44:42 + set +x 
Dec 26 23:44:42 =================== sccache compilation log =================== 
Dec 26 23:44:42 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 26 23:44:42 Compile requests                32 
Dec 26 23:44:42 Compile requests executed       11 
Dec 26 23:44:42 Cache hits                       1 
Dec 26 23:44:42 Cache misses                    10 
Dec 26 23:44:42 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_cuda9_cudnn7_py3_slow_test (13/13)

Step: "Test" (full log | pattern match details)

Dec 27 00:01:01 [ FAILED ] JitTest.DCE
Dec 27 00:01:01 [ RUN      ] JitTest.ModuleConversion_CUDA 
Dec 27 00:01:01 [       OK ] JitTest.ModuleConversion_CUDA (0 ms) 
Dec 27 00:01:01 [ RUN      ] JitTest.Interp_CUDA 
Dec 27 00:01:01 [       OK ] JitTest.Interp_CUDA (1 ms) 
Dec 27 00:01:01 [----------] 75 tests from JitTest (3868 ms total) 
Dec 27 00:01:01  
Dec 27 00:01:01 [----------] Global test environment tear-down 
Dec 27 00:01:01 [==========] 75 tests from 1 test case ran. (3868 ms total) 
Dec 27 00:01:01 [  PASSED  ] 74 tests. 
Dec 27 00:01:01 [  FAILED  ] 1 test, listed below: 
Dec 27 00:01:01 [  FAILED  ] JitTest.DCE 
Dec 27 00:01:01  
Dec 27 00:01:01  1 FAILED TEST 
Dec 27 00:01:02 + cleanup 
Dec 27 00:01:02 + retcode=1 
Dec 27 00:01:02 + set +x 
Dec 27 00:01:02 =================== sccache compilation log =================== 
Dec 27 00:01:02 ERROR:sccache::server: Compilation failed: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "/tmp/torch_extensions/test_compilation_error_formatting/main.cpp: In function \'int main()\':\n/tmp/torch_extensions/test_compilation_error_formatting/main.cpp:2:23: error: expected \';\' before \'}\' token\n int main() { return 0 }\n                       ^\n" } 
Dec 27 00:01:02  
Dec 27 00:01:02 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 27 00:01:02 Compile requests               128 

❄️ 1 failure recognized as flaky

The following build failures have been detected as flaky and may not be your fault:

See CircleCI build caffe2_onnx_py2_gcc5_ubuntu16_04_test (1/1)

Step: "Test" (full log | pattern match details) ❄️

ore dumped) pytest "${args[@]}" -k 'not (TestOperators and test_full_like) and not (TestOperators and test_zeros_like) and not (TestOperators and test_ones_like) and not (TestModels and test_vgg16) and not (TestModels and test_vgg16_bn) and not (TestModels and test_vgg19) and not (TestModels and test_vgg19_bn)' --ignore "$top_dir/test/onnx/test_pytorch_onnx_onnxruntime.py" --ignore "$top_dir/test/onnx/test_custom_ops.py" --ignore "$top_dir/test/onnx/test_models_onnxruntime.py" "${test_paths[@]}"
Dec 26 22:19:05 test/onnx/test_models.py::TestModels::test_ops PASSED                    [  0%] 
Dec 26 22:19:05 test/onnx/test_models.py::TestModels::test_permute PASSED                [  0%] 
Dec 26 22:19:05 test/onnx/test_models.py::TestModels::test_prelu PASSED                  [  0%] 
Dec 26 22:19:29 test/onnx/test_models.py::TestModels::test_resnet PASSED                 [  0%] 
Dec 26 22:19:35 test/onnx/test_models.py::TestModels::test_squeezenet PASSED             [  0%] 
Dec 26 22:19:35 test/onnx/test_models.py::TestModels::test_srresnet SKIPPED              [  0%] 
Dec 26 22:19:35 test/onnx/test_models.py::TestModels::test_super_resolution SKIPPED      [  0%] 
Dec 26 22:19:35 test/onnx/test_onnx_opset.py::TestONNXOpset::test_cast_constant PASSED   [  0%] 
Dec 26 22:19:35 test/onnx/test_onnx_opset.py::TestONNXOpset::test_dropout PASSED         [  0%] 
Dec 26 22:19:35 test/onnx/test_onnx_opset.py::TestONNXOpset::test_flip PASSED            [  0%] 
re dumped) pytest "${args[@]}" -k 'not (TestOperators and test_full_like) and not (TestOperators and test_zeros_like) and not (TestOperators and test_ones_like) and not (TestModels and test_vgg16) and not (TestModels and test_vgg16_bn) and not (TestModels and test_vgg19) and not (TestModels and test_vgg19_bn)' --ignore "$top_dir/test/onnx/test_pytorch_onnx_onnxruntime.py" --ignore "$top_dir/test/onnx/test_custom_ops.py" --ignore "$top_dir/test/onnx/test_models_onnxruntime.py" "${test_paths[@]}" 

🚧 1 upstream failure recognized by patterns:

These builds matched patterns, but were probably caused by upstream breakages:


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker.

This comment has been revised 62 times.

VitalyFedyunin added a commit that referenced this pull request Dec 12, 2019
ghstack-source-id: 2a022fa
Pull Request resolved: #31139
VitalyFedyunin added a commit that referenced this pull request Dec 16, 2019
ghstack-source-id: 864b693
Pull Request resolved: #31139
@VitalyFedyunin VitalyFedyunin mentioned this pull request Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants