Skip to content

[TESTING] Test if rrelu_with_noise is ever called with training=False.#50376

Closed
gchanan wants to merge 1 commit intogh/gchanan/352/basefrom
gh/gchanan/352/head
Closed

[TESTING] Test if rrelu_with_noise is ever called with training=False.#50376
gchanan wants to merge 1 commit intogh/gchanan/352/basefrom
gh/gchanan/352/head

Conversation

@gchanan
Copy link
Copy Markdown
Contributor

@gchanan gchanan commented Jan 11, 2021

Stack from ghstack:

@facebook-github-bot
Copy link
Copy Markdown
Contributor

facebook-github-bot commented Jan 11, 2021

💊 CI failures summary and remediations

As of commit 095751a (more details on the Dr. CI page):



🕵️ 15 new failures recognized by patterns

The following CI failures do not appear to be due to upstream breakages:

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_gcc7_test1 (1/15)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jan 11 18:12:53 RuntimeError: test_nn failed!
Jan 11 18:12:52 Generated XML report: test-reports/dist-gloo/TEST-TestModuleGlobalHooks-20210111180213.xml
Jan 11 18:12:52 Generated XML report: test-reports/dist-gloo/TEST-TestNN-20210111180213.xml
Jan 11 18:12:52 Generated XML report: test-reports/dist-gloo/TEST-TestNNDeviceTypeCPU-20210111180213.xml
Jan 11 18:12:52 Generated XML report: test-reports/dist-gloo/TEST-TestNNDeviceTypeCUDA-20210111180213.xml
Jan 11 18:12:52 Generated XML report: test-reports/dist-gloo/TEST-TestNNInit-20210111180213.xml
Jan 11 18:12:53 Traceback (most recent call last):
Jan 11 18:12:53   File "test/run_test.py", line 910, in <module>
Jan 11 18:12:53     main()
Jan 11 18:12:53   File "test/run_test.py", line 889, in main
Jan 11 18:12:53     raise RuntimeError(err_message)
Jan 11 18:12:53 RuntimeError: test_nn failed!
Jan 11 18:12:54 + cleanup
Jan 11 18:12:54 + retcode=1
Jan 11 18:12:54 + set +x
Jan 11 18:12:54 =================== sccache compilation log ===================
Jan 11 18:12:54 =========== If your build fails, please take a look at the log above for possible reasons ===========
Jan 11 18:12:54 Compile requests                      0
Jan 11 18:12:54 Compile requests executed             0
Jan 11 18:12:54 Cache hits                            0
Jan 11 18:12:54 Cache misses                          0
Jan 11 18:12:54 Cache timeouts                        0

See CircleCI build pytorch_linux_bionic_py3_6_clang9_test (2/15)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jan 11 17:19:45 RuntimeError: test_nn failed!
Jan 11 17:19:45 Generated XML report: test-reports/dist-gloo/TEST-TestLazyModules-20210111171406.xml
Jan 11 17:19:45 Generated XML report: test-reports/dist-gloo/TEST-TestModuleGlobalHooks-20210111171406.xml
Jan 11 17:19:45 Generated XML report: test-reports/dist-gloo/TEST-TestNN-20210111171406.xml
Jan 11 17:19:45 Generated XML report: test-reports/dist-gloo/TEST-TestNNDeviceTypeCPU-20210111171406.xml
Jan 11 17:19:45 Generated XML report: test-reports/dist-gloo/TEST-TestNNInit-20210111171406.xml
Jan 11 17:19:45 Traceback (most recent call last):
Jan 11 17:19:45   File "test/run_test.py", line 910, in <module>
Jan 11 17:19:45     main()
Jan 11 17:19:45   File "test/run_test.py", line 889, in main
Jan 11 17:19:45     raise RuntimeError(err_message)
Jan 11 17:19:45 RuntimeError: test_nn failed!
Jan 11 17:19:46 
Jan 11 17:19:46 real	20m55.310s
Jan 11 17:19:46 user	32m3.638s
Jan 11 17:19:46 sys	3m45.713s
Jan 11 17:19:46 =================== sccache compilation log ===================
Jan 11 17:19:46 + cleanup
Jan 11 17:19:46 + retcode=1
Jan 11 17:19:46 + set +x
Jan 11 17:19:46 =========== If your build fails, please take a look at the log above for possible reasons ===========
Jan 11 17:19:46 Compile requests                      28

See CircleCI build pytorch_linux_xenial_py3_clang5_asan_test1 (3/15)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jan 11 17:42:37 RuntimeError: test_nn failed!
Jan 11 17:42:37 Generated XML report: test-reports/dist-gloo/TEST-TestLazyModules-20210111171704.xml
Jan 11 17:42:37 Generated XML report: test-reports/dist-gloo/TEST-TestModuleGlobalHooks-20210111171704.xml
Jan 11 17:42:37 Generated XML report: test-reports/dist-gloo/TEST-TestNN-20210111171704.xml
Jan 11 17:42:37 Generated XML report: test-reports/dist-gloo/TEST-TestNNDeviceTypeCPU-20210111171704.xml
Jan 11 17:42:37 Generated XML report: test-reports/dist-gloo/TEST-TestNNInit-20210111171704.xml
Jan 11 17:42:37 Traceback (most recent call last):
Jan 11 17:42:37   File "test/run_test.py", line 910, in <module>
Jan 11 17:42:37     main()
Jan 11 17:42:37   File "test/run_test.py", line 889, in main
Jan 11 17:42:37     raise RuntimeError(err_message)
Jan 11 17:42:37 RuntimeError: test_nn failed!
Jan 11 17:42:38 + cleanup
Jan 11 17:42:38 + retcode=1
Jan 11 17:42:38 + set +x
Jan 11 17:42:38 =================== sccache compilation log ===================
Jan 11 17:42:38 =========== If your build fails, please take a look at the log above for possible reasons ===========
Jan 11 17:42:38 Compile requests                      0
Jan 11 17:42:38 Compile requests executed             0
Jan 11 17:42:38 Cache hits                            0
Jan 11 17:42:38 Cache misses                          0
Jan 11 17:42:38 Cache timeouts                        0

See CircleCI build pytorch_linux_bionic_py3_8_gcc9_coverage_test2 (4/15)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jan 11 17:22:14 RuntimeError: test_autograd failed!
Jan 11 17:22:13 Generated XML report: test-reports/python-unittest/TEST-TestAutogradComplex-20210111170622.xml
Jan 11 17:22:13 Generated XML report: test-reports/python-unittest/TEST-TestAutogradDeviceTypeCPU-20210111170622.xml
Jan 11 17:22:13 Generated XML report: test-reports/python-unittest/TEST-TestAutogradForwardMode-20210111170622.xml
Jan 11 17:22:13 Generated XML report: test-reports/python-unittest/TEST-TestAutogradFunctional-20210111170622.xml
Jan 11 17:22:13 Generated XML report: test-reports/python-unittest/TEST-TestMultithreadAutograd-20210111170622.xml
Jan 11 17:22:14 Traceback (most recent call last):
Jan 11 17:22:14   File "test/run_test.py", line 910, in <module>
Jan 11 17:22:14     main()
Jan 11 17:22:14   File "test/run_test.py", line 889, in main
Jan 11 17:22:14     raise RuntimeError(err_message)
Jan 11 17:22:14 RuntimeError: test_autograd failed!
Jan 11 17:22:14 
Jan 11 17:22:14 real	15m56.590s
Jan 11 17:22:14 user	23m44.412s
Jan 11 17:22:14 sys	0m10.350s
Jan 11 17:22:14 + cleanup
Jan 11 17:22:14 + retcode=1
Jan 11 17:22:14 + set +x
Jan 11 17:22:14 =================== sccache compilation log ===================
Jan 11 17:22:14 =========== If your build fails, please take a look at the log above for possible reasons ===========
Jan 11 17:22:14 Compile requests                      16

See CircleCI build pytorch_windows_vs2019_py36_cuda10.1_test1 (5/15)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

RuntimeError: test_nn failed!
Generated XML report: test-reports\python-unittest\TEST-TestModuleGlobalHooks-20210111165810.xml
Generated XML report: test-reports\python-unittest\TEST-TestNN-20210111165810.xml
Generated XML report: test-reports\python-unittest\TEST-TestNNDeviceTypeCPU-20210111165810.xml
Generated XML report: test-reports\python-unittest\TEST-TestNNDeviceTypeCUDA-20210111165810.xml
Generated XML report: test-reports\python-unittest\TEST-TestNNInit-20210111165810.xml
Traceback (most recent call last):
  File "run_test.py", line 910, in <module>
    main()
  File "run_test.py", line 889, in main
    raise RuntimeError(err_message)
RuntimeError: test_nn failed!

(base) circleci@PACKER-5FD865C5 C:\Users\circleci\project\test>if ERRORLEVEL 1 exit /b 1 
+ cleanup
+ retcode=1
+ set +x


Exited with code exit status 1

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_jit_legacy_test (6/15)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jan 11 17:19:36 RuntimeError: test_jit_legacy failed!
Jan 11 17:19:36 Generated XML report: test-reports/python-unittest/TEST-jit.test_tracer.TestTracer-20210111171529.xml
Jan 11 17:19:36 Generated XML report: test-reports/python-unittest/TEST-jit.test_type_sharing.TestTypeSharing-20210111171529.xml
Jan 11 17:19:36 Generated XML report: test-reports/python-unittest/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20210111171529.xml
Jan 11 17:19:36 Generated XML report: test-reports/python-unittest/TEST-jit.test_warn.TestWarn-20210111171529.xml
Jan 11 17:19:36 Generated XML report: test-reports/python-unittest/TEST-jit.test_with.TestWith-20210111171529.xml
Jan 11 17:19:36 Traceback (most recent call last):
Jan 11 17:19:36   File "test/run_test.py", line 910, in <module>
Jan 11 17:19:36     main()
Jan 11 17:19:36   File "test/run_test.py", line 889, in main
Jan 11 17:19:36     raise RuntimeError(err_message)
Jan 11 17:19:36 RuntimeError: test_jit_legacy failed!
Jan 11 17:19:37 + cleanup
Jan 11 17:19:37 + retcode=1
Jan 11 17:19:37 + set +x
Jan 11 17:19:37 =================== sccache compilation log ===================
Jan 11 17:19:37 =========== If your build fails, please take a look at the log above for possible reasons ===========
Jan 11 17:19:37 Compile requests                    178
Jan 11 17:19:37 Compile requests executed             0
Jan 11 17:19:37 Cache hits                            0
Jan 11 17:19:37 Cache misses                          0
Jan 11 17:19:37 Cache timeouts                        0

See CircleCI build pytorch_linux_bionic_py3_8_gcc9_coverage_test1 (7/15)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jan 11 17:49:22 RuntimeError: test_nn failed!
Jan 11 17:49:21 Generated XML report: test-reports/dist-gloo/TEST-TestLazyModules-20210111173054.xml
Jan 11 17:49:21 Generated XML report: test-reports/dist-gloo/TEST-TestModuleGlobalHooks-20210111173054.xml
Jan 11 17:49:21 Generated XML report: test-reports/dist-gloo/TEST-TestNN-20210111173054.xml
Jan 11 17:49:21 Generated XML report: test-reports/dist-gloo/TEST-TestNNDeviceTypeCPU-20210111173054.xml
Jan 11 17:49:21 Generated XML report: test-reports/dist-gloo/TEST-TestNNInit-20210111173054.xml
Jan 11 17:49:22 Traceback (most recent call last):
Jan 11 17:49:22   File "test/run_test.py", line 910, in <module>
Jan 11 17:49:22     main()
Jan 11 17:49:22   File "test/run_test.py", line 889, in main
Jan 11 17:49:22     raise RuntimeError(err_message)
Jan 11 17:49:22 RuntimeError: test_nn failed!
Jan 11 17:49:23 
Jan 11 17:49:23 real	43m11.264s
Jan 11 17:49:23 user	64m33.585s
Jan 11 17:49:23 sys	6m8.261s
Jan 11 17:49:23 + cleanup
Jan 11 17:49:23 + retcode=1
Jan 11 17:49:23 + set +x
Jan 11 17:49:23 =================== sccache compilation log ===================
Jan 11 17:49:23 =========== If your build fails, please take a look at the log above for possible reasons ===========
Jan 11 17:49:23 Compile requests                      0

See CircleCI build pytorch_linux_xenial_py3_clang7_onnx_ort_test1 (8/15)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_rrelu FAILED [ 4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_reduced_sum PASSED      [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_reduced_sum_dtype PASSED [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_reduced_sum_keepdim PASSED [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_reducemax PASSED        [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_reducemin PASSED        [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_remainder PASSED        [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_repeat PASSED           [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_repeat_dim_overflow PASSED [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_retain_param_name_disabled PASSED [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_round PASSED            [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_rrelu FAILED            [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_rsqrt PASSED            [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_rsub PASSED             [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_scatter_add PASSED      [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_scatter_add_opset11 PASSED [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_selu PASSED             [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_sign PASSED             [  4%]
Jan 11 17:18:23 test/onnx/test_operators.py::TestOperators::test_sin PASSED              [  4%]
Jan 11 17:18:24 test/onnx/test_operators.py::TestOperators::test_slice PASSED            [  4%]
Jan 11 17:18:24 test/onnx/test_operators.py::TestOperators::test_slice_dynamic PASSED    [  4%]
Jan 11 17:18:24 test/onnx/test_operators.py::TestOperators::test_softmaxcrossentropy PASSED [  4%]

See CircleCI build pytorch_macos_10_13_py3_test (9/15)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

Jan 11 16:54:15 RuntimeError: test_autograd failed!
Jan 11 16:54:14 Generated XML report: test-reports/python-unittest/TEST-TestAutogradComplex-20210111164424.xml
Jan 11 16:54:15 Generated XML report: test-reports/python-unittest/TEST-TestAutogradDeviceTypeCPU-20210111164424.xml
Jan 11 16:54:15 Generated XML report: test-reports/python-unittest/TEST-TestAutogradForwardMode-20210111164424.xml
Jan 11 16:54:15 Generated XML report: test-reports/python-unittest/TEST-TestAutogradFunctional-20210111164424.xml
Jan 11 16:54:15 Generated XML report: test-reports/python-unittest/TEST-TestMultithreadAutograd-20210111164424.xml
Jan 11 16:54:15 Traceback (most recent call last):
Jan 11 16:54:15   File "test/run_test.py", line 910, in <module>
Jan 11 16:54:15     main()
Jan 11 16:54:15   File "test/run_test.py", line 889, in main
Jan 11 16:54:15     raise RuntimeError(err_message)
Jan 11 16:54:15 RuntimeError: test_autograd failed!
Jan 11 16:54:15 + cleanup
Jan 11 16:54:15 + retcode=1
Jan 11 16:54:15 + set +x


Exited with code exit status 1

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_gcc7_test2 (10/15)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jan 11 18:11:12 RuntimeError: test_autograd failed!
Jan 11 18:11:12 Generated XML report: test-reports/python-unittest/TEST-TestAutogradDeviceTypeCPU-20210111171920.xml
Jan 11 18:11:12 Generated XML report: test-reports/python-unittest/TEST-TestAutogradDeviceTypeCUDA-20210111171920.xml
Jan 11 18:11:12 Generated XML report: test-reports/python-unittest/TEST-TestAutogradForwardMode-20210111171920.xml
Jan 11 18:11:12 Generated XML report: test-reports/python-unittest/TEST-TestAutogradFunctional-20210111171920.xml
Jan 11 18:11:12 Generated XML report: test-reports/python-unittest/TEST-TestMultithreadAutograd-20210111171920.xml
Jan 11 18:11:12 Traceback (most recent call last):
Jan 11 18:11:12   File "test/run_test.py", line 910, in <module>
Jan 11 18:11:12     main()
Jan 11 18:11:12   File "test/run_test.py", line 889, in main
Jan 11 18:11:12     raise RuntimeError(err_message)
Jan 11 18:11:12 RuntimeError: test_autograd failed!
Jan 11 18:11:13 + cleanup
Jan 11 18:11:13 + retcode=1
Jan 11 18:11:13 + set +x
Jan 11 18:11:13 =================== sccache compilation log ===================
Jan 11 18:11:13 =========== If your build fails, please take a look at the log above for possible reasons ===========
Jan 11 18:11:13 Compile requests                      0
Jan 11 18:11:13 Compile requests executed             0
Jan 11 18:11:13 Cache hits                            0
Jan 11 18:11:13 Cache misses                          0
Jan 11 18:11:13 Cache timeouts                        0

See CircleCI build pytorch_linux_xenial_py3_clang5_asan_test2 (11/15)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jan 11 17:47:50 RuntimeError: test_autograd failed!
Jan 11 17:47:49 Generated XML report: test-reports/python-unittest/TEST-TestAutogradComplex-20210111170432.xml
Jan 11 17:47:49 Generated XML report: test-reports/python-unittest/TEST-TestAutogradDeviceTypeCPU-20210111170432.xml
Jan 11 17:47:49 Generated XML report: test-reports/python-unittest/TEST-TestAutogradForwardMode-20210111170432.xml
Jan 11 17:47:49 Generated XML report: test-reports/python-unittest/TEST-TestAutogradFunctional-20210111170432.xml
Jan 11 17:47:49 Generated XML report: test-reports/python-unittest/TEST-TestMultithreadAutograd-20210111170432.xml
Jan 11 17:47:50 Traceback (most recent call last):
Jan 11 17:47:50   File "test/run_test.py", line 910, in <module>
Jan 11 17:47:50     main()
Jan 11 17:47:50   File "test/run_test.py", line 889, in main
Jan 11 17:47:50     raise RuntimeError(err_message)
Jan 11 17:47:50 RuntimeError: test_autograd failed!
Jan 11 17:47:50 + cleanup
Jan 11 17:47:50 + retcode=1
Jan 11 17:47:50 + set +x
Jan 11 17:47:50 =================== sccache compilation log ===================
Jan 11 17:47:50 =========== If your build fails, please take a look at the log above for possible reasons ===========
Jan 11 17:47:51 Compile requests                      0
Jan 11 17:47:51 Compile requests executed             0
Jan 11 17:47:51 Cache hits                            0
Jan 11 17:47:51 Cache misses                          0
Jan 11 17:47:51 Cache timeouts                        0

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_jit_legacy_test (12/15)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jan 11 17:03:10 RuntimeError: test_jit_legacy failed!
Jan 11 17:03:09 Generated XML report: test-reports/python-unittest/TEST-jit.test_type_sharing.TestTypeSharing-20210111165958.xml
Jan 11 17:03:09 Generated XML report: test-reports/python-unittest/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20210111165958.xml
Jan 11 17:03:09 Generated XML report: test-reports/python-unittest/TEST-jit.test_warn.TestWarn-20210111165958.xml
Jan 11 17:03:09 Generated XML report: test-reports/python-unittest/TEST-jit.test_with.TestWith-20210111165958.xml
Jan 11 17:03:09 Generated XML report: test-reports/python-unittest/TEST-jit.test_data_parallel.TestDataParallel-20210111165958.xml
Jan 11 17:03:10 Traceback (most recent call last):
Jan 11 17:03:10   File "test/run_test.py", line 910, in <module>
Jan 11 17:03:10     main()
Jan 11 17:03:10   File "test/run_test.py", line 889, in main
Jan 11 17:03:10     raise RuntimeError(err_message)
Jan 11 17:03:10 RuntimeError: test_jit_legacy failed!
Jan 11 17:03:10 + cleanup
Jan 11 17:03:10 + retcode=1
Jan 11 17:03:10 + set +x
Jan 11 17:03:10 =================== sccache compilation log ===================
Jan 11 17:03:10 =========== If your build fails, please take a look at the log above for possible reasons ===========
Jan 11 17:03:10 Compile requests                    180
Jan 11 17:03:10 Compile requests executed             0
Jan 11 17:03:10 Cache hits                            0
Jan 11 17:03:10 Cache misses                          0
Jan 11 17:03:10 Cache timeouts                        0

See CircleCI build pytorch_linux_xenial_py3_clang7_onnx_ort_test2 (13/15)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_rrelu FAILED [ 4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_reduced_sum PASSED      [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_reduced_sum_dtype PASSED [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_reduced_sum_keepdim PASSED [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_reducemax PASSED        [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_reducemin PASSED        [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_remainder PASSED        [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_repeat PASSED           [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_repeat_dim_overflow PASSED [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_retain_param_name_disabled PASSED [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_round PASSED            [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_rrelu FAILED            [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_rsqrt PASSED            [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_rsub PASSED             [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_scatter_add PASSED      [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_scatter_add_opset11 PASSED [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_selu PASSED             [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_sign PASSED             [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_sin PASSED              [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_slice PASSED            [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_slice_dynamic PASSED    [  4%]
Jan 11 17:17:34 test/onnx/test_operators.py::TestOperators::test_softmaxcrossentropy PASSED [  4%]

See CircleCI build pytorch_windows_vs2019_py36_cuda10.1_test2 (14/15)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

RuntimeError: test_autograd failed!
Generated XML report: test-reports\python-unittest\TEST-TestAutogradDeviceTypeCPU-20210111165937.xml
Generated XML report: test-reports\python-unittest\TEST-TestAutogradDeviceTypeCUDA-20210111165937.xml
Generated XML report: test-reports\python-unittest\TEST-TestAutogradForwardMode-20210111165937.xml
Generated XML report: test-reports\python-unittest\TEST-TestAutogradFunctional-20210111165937.xml
Generated XML report: test-reports\python-unittest\TEST-TestMultithreadAutograd-20210111165937.xml
Traceback (most recent call last):
  File "run_test.py", line 910, in <module>
    main()
  File "run_test.py", line 889, in main
    raise RuntimeError(err_message)
RuntimeError: test_autograd failed!

(base) circleci@PACKER-5FD865C5 C:\Users\circleci\project\test>if ERRORLEVEL 1 exit /b 1 
+ cleanup
+ retcode=1
+ set +x


Exited with code exit status 1

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_test (15/15)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jan 11 17:23:06 RuntimeError: test_nn failed!
Jan 11 17:23:06 Generated XML report: test-reports/dist-gloo/TEST-TestLazyModules-20210111171701.xml
Jan 11 17:23:06 Generated XML report: test-reports/dist-gloo/TEST-TestModuleGlobalHooks-20210111171701.xml
Jan 11 17:23:06 Generated XML report: test-reports/dist-gloo/TEST-TestNN-20210111171701.xml
Jan 11 17:23:06 Generated XML report: test-reports/dist-gloo/TEST-TestNNDeviceTypeCPU-20210111171701.xml
Jan 11 17:23:06 Generated XML report: test-reports/dist-gloo/TEST-TestNNInit-20210111171701.xml
Jan 11 17:23:06 Traceback (most recent call last):
Jan 11 17:23:06   File "test/run_test.py", line 910, in <module>
Jan 11 17:23:06     main()
Jan 11 17:23:06   File "test/run_test.py", line 889, in main
Jan 11 17:23:06     raise RuntimeError(err_message)
Jan 11 17:23:06 RuntimeError: test_nn failed!
Jan 11 17:23:07 + cleanup
Jan 11 17:23:07 + retcode=1
Jan 11 17:23:07 + set +x
Jan 11 17:23:07 =================== sccache compilation log ===================
Jan 11 17:23:07 =========== If your build fails, please take a look at the log above for possible reasons ===========
Jan 11 17:23:07 Compile requests                      28
Jan 11 17:23:07 Compile requests executed             20
Jan 11 17:23:07 Cache hits                             8
Jan 11 17:23:07 Cache hits (C/C++)                     8
Jan 11 17:23:07 Cache misses                          12

❄️ 2 failures tentatively classified as flaky

but reruns have not yet been triggered to confirm:

See CircleCI build pytorch_bazel_test (1/2)

Step: "Test" (full log | diagnosis details | 🔁 rerun) ❄️

Jan 11 16:57:59 unknown file: Failure
Jan 11 16:57:59 [       OK ] FunctionalTest.ReLU6 (8 ms)
Jan 11 16:57:59 [ RUN      ] FunctionalTest.ReLU6DefaultOptions
Jan 11 16:57:59 [       OK ] FunctionalTest.ReLU6DefaultOptions (3 ms)
Jan 11 16:57:59 [ RUN      ] FunctionalTest.RReLU
Jan 11 16:57:59 unknown file: Failure
Jan 11 16:57:59 C++ exception with description "false INTERNAL ASSERT FAILED at "aten/src/ATen/native/Activation.cpp":280, please report a bug to PyTorch. 
Jan 11 16:57:59 Exception raised from rrelu_with_noise_out_cpu at aten/src/ATen/native/Activation.cpp:280 (most recent call first):
Jan 11 16:57:59 (no backtrace available)" thrown in the test body.
Jan 11 16:57:59 [  FAILED  ] FunctionalTest.RReLU (21 ms)
Jan 11 16:57:59 [ RUN      ] FunctionalTest.RReLUDefaultOptions
Jan 11 16:57:59 unknown file: Failure
Jan 11 16:57:59 C++ exception with description "false INTERNAL ASSERT FAILED at "aten/src/ATen/native/Activation.cpp":280, please report a bug to PyTorch. 
Jan 11 16:57:59 Exception raised from rrelu_with_noise_out_cpu at aten/src/ATen/native/Activation.cpp:280 (most recent call first):
Jan 11 16:57:59 (no backtrace available)" thrown in the test body.
Jan 11 16:57:59 [  FAILED  ] FunctionalTest.RReLUDefaultOptions (0 ms)
Jan 11 16:57:59 [ RUN      ] FunctionalTest.CELU
Jan 11 16:57:59 [       OK ] FunctionalTest.CELU (20 ms)
Jan 11 16:57:59 [ RUN      ] FunctionalTest.CELUDefaultOptions
Jan 11 16:57:59 [       OK ] FunctionalTest.CELUDefaultOptions (2 ms)
Jan 11 16:57:59 [ RUN      ] FunctionalTest.PixelShuffle
Jan 11 16:57:59 [       OK ] FunctionalTest.PixelShuffle (3 ms)

See CircleCI build pytorch_xla_linux_bionic_py3_6_clang9_test (2/2)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun) ❄️

Jan 11 18:00:46 unknown file: Failure
Jan 11 18:00:46 [       OK ] TensorTest.TestConversions (1 ms)
Jan 11 18:00:46 [ RUN      ] TensorTest.TestAdd
Jan 11 18:00:46 [       OK ] TensorTest.TestAdd (18 ms)
Jan 11 18:00:46 [ RUN      ] TensorTest.TestIntegerAdd
Jan 11 18:00:46 [       OK ] TensorTest.TestIntegerAdd (90 ms)
Jan 11 18:00:46 [ RUN      ] TensorTest.TestSize
Jan 11 18:00:46 [       OK ] TensorTest.TestSize (0 ms)
Jan 11 18:00:46 [ RUN      ] TensorTest.TestRelu
Jan 11 18:00:46 [       OK ] TensorTest.TestRelu (29 ms)
Jan 11 18:00:46 [ RUN      ] TensorTest.TestRrelu
Jan 11 18:00:46 unknown file: Failure
Jan 11 18:00:46 C++ exception with description "false INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/aten/src/ATen/native/Activation.cpp":280, please report a bug to PyTorch. 
Jan 11 18:00:46 Exception raised from rrelu_with_noise_out_cpu at /var/lib/jenkins/workspace/aten/src/ATen/native/Activation.cpp:280 (most recent call first):
Jan 11 18:00:46 frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) + 0x7d (0x7fb17c5d289d in /var/lib/jenkins/workspace/torch/lib/libc10.so)
Jan 11 18:00:46 frame #1: at::native::rrelu_with_noise_out_cpu(at::Tensor&, at::Tensor const&, at::Tensor const&, c10::Scalar, c10::Scalar, bool, c10::optional<at::Generator>) + 0x448 (0x7fb1619a27a8 in /var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so)
Jan 11 18:00:46 frame #2: at::native::rrelu_with_noise_cpu(at::Tensor const&, at::Tensor const&, c10::Scalar, c10::Scalar, bool, c10::optional<at::Generator>) + 0xe7 (0x7fb1619a2bf7 in /var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so)
Jan 11 18:00:46 frame #3: <unknown function> + 0x19d4f65 (0x7fb1623a7f65 in /var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so)
Jan 11 18:00:46 frame #4: <unknown function> + 0x19d4d98 (0x7fb1623a7d98 in /var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so)
Jan 11 18:00:46 frame #5: <unknown function> + 0x18a1d76 (0x7fb162274d76 in /var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so)
Jan 11 18:00:46 frame #6: <unknown function> + 0x18a1b33 (0x7fb162274b33 in /var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so)
Jan 11 18:00:46 frame #7: <unknown function> + 0x18a1222 (0x7fb162274222 in /var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so)
--- ### ci.pytorch.org: 1 failed * **Failed:** [`pr/pytorch-linux-bionic-rocm3.10-py3.6`](https://ci.pytorch.org/jenkins/job/pytorch-builds/job/pytorch-linux-bionic-rocm3.10-py3.6-trigger/2915/)
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 to the (internal) Dr. CI Users group.

This comment has been revised 21 times.

gchanan added a commit that referenced this pull request Jan 11, 2021
@gchanan gchanan closed this Jan 13, 2021
@facebook-github-bot facebook-github-bot deleted the gh/gchanan/352/head branch February 13, 2021 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants