Skip to content

[wip] direct to unboxed func ptr#32376

Closed
smessmer wants to merge 2 commits intogh/smessmer/162/basefrom
gh/smessmer/162/head
Closed

[wip] direct to unboxed func ptr#32376
smessmer wants to merge 2 commits intogh/smessmer/162/basefrom
gh/smessmer/162/head

Conversation

@smessmer
Copy link
Contributor

@smessmer smessmer commented Jan 17, 2020

Stack from ghstack:

Differential Revision: D19456053

@facebook-github-bot facebook-github-bot added the oncall: jit Add this issue/PR to JIT oncall triage queue label Jan 17, 2020
smessmer added a commit that referenced this pull request Jan 17, 2020
Differential Revision: [D19456053](https://our.internmc.facebook.com/intern/diff/D19456053/)

ghstack-source-id: 96873229
Pull Request resolved: #32376
@kostmo
Copy link
Member

kostmo commented Jan 17, 2020

💊 CircleCI build failures summary and remediations

As of commit 8dabf26:

  • 1/18 broken upstream at merge base ecbf6f9 since Jan 18

    Please 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.

  • 12/18 failures introduced in this PR

  • 5/18 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.

🕵️ 12 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/12)

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

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

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_ge_config_legacy_test (2/12)

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

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

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_test (3/12)

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

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

See CircleCI build pytorch_linux_xenial_py2_7_9_test (4/12)

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

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

See CircleCI build pytorch_windows_test2 (5/12)

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

RuntimeError: test_distributions failed!
 
---------------------------------------------------------------------- 
Ran 197 tests in 20.908s 
 
FAILED (errors=11) 
Traceback (most recent call last): 
  File "run_test.py", line 456, in <module> 
    main() 
  File "run_test.py", line 449, in main 
    raise RuntimeError(message) 
RuntimeError: test_distributions failed! 
 
(base) circleci@PACKER-5DDC1B75 C:\Users\circleci\project\test>if ERRORLEVEL 1 exit /b 1  
+ cleanup
+ retcode=1
+ set +x

See CircleCI build pytorch_macos_10_13_py3_test (6/12)

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

Jan 21 14:03:24 RuntimeError: test_distributions failed!
Jan 21 14:03:24 Ran 197 tests in 22.799s 
Jan 21 14:03:24  
Jan 21 14:03:24 FAILED (errors=11, skipped=6) 
Jan 21 14:03:24  
Jan 21 14:03:24 Generating XML reports... 
Jan 21 14:03:24 Traceback (most recent call last): 
Jan 21 14:03:24   File "test/run_test.py", line 456, in <module> 
Jan 21 14:03:24     main() 
Jan 21 14:03:24   File "test/run_test.py", line 449, in main 
Jan 21 14:03:24     raise RuntimeError(message) 
Jan 21 14:03:24 RuntimeError: test_distributions failed! 
Jan 21 14:03:24 + cleanup 
Jan 21 14:03:24 + retcode=1 
Jan 21 14:03:24 + set +x 

See CircleCI build pytorch_linux_xenial_py3_clang5_asan_test (7/12)

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

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

See CircleCI build pytorch_linux_xenial_cuda10_1_cudnn7_py3_nogpu_test (8/12)

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

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

See CircleCI build pytorch_linux_xenial_cuda10_1_cudnn7_py3_slow_test (9/12)

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

Jan 21 23:53:10 RuntimeError: test_jit failed!
Jan 21 23:53:10 FAILED (errors=9, skipped=2336) 
Jan 21 23:53:10  
Jan 21 23:53:10 Generating XML reports... 
Jan 21 23:53:10 You have not run this instance of FileCheck! 
Jan 21 23:53:10 FileCheck checks: 
Jan 21 23:53:10 Traceback (most recent call last): 
Jan 21 23:53:10   File "test/run_test.py", line 456, in <module> 
Jan 21 23:53:10     main() 
Jan 21 23:53:10   File "test/run_test.py", line 449, in main 
Jan 21 23:53:10     raise RuntimeError(message) 
Jan 21 23:53:10 RuntimeError: test_jit failed! 
Jan 21 23:53:11 + cleanup 
Jan 21 23:53:11 + retcode=1 
Jan 21 23:53:11 + set +x 
Jan 21 23:53:11 =================== sccache compilation log =================== 
Jan 21 23:53:11 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" } 
Jan 21 23:53:11  
Jan 21 23:53:11 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Jan 21 23:53:11 Compile requests                143 
Jan 21 23:53:11 Compile requests executed        51 
Jan 21 23:53:11 Cache hits                        5 

See CircleCI build pytorch_linux_xenial_cuda10_1_cudnn7_py3_NO_AVX_NO_AVX2_test (10/12)

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

Jan 21 23:54:24 RuntimeError: test_quantization failed!
Jan 21 23:54:24 Ran 36 tests in 48.920s 
Jan 21 23:54:24  
Jan 21 23:54:24 FAILED (errors=22, skipped=2) 
Jan 21 23:54:24  
Jan 21 23:54:24 Generating XML reports... 
Jan 21 23:54:24 Traceback (most recent call last): 
Jan 21 23:54:24   File "test/run_test.py", line 456, in <module> 
Jan 21 23:54:24     main() 
Jan 21 23:54:24   File "test/run_test.py", line 449, in main 
Jan 21 23:54:24     raise RuntimeError(message) 
Jan 21 23:54:24 RuntimeError: test_quantization failed! 
Jan 21 23:54:24 + cleanup 
Jan 21 23:54:24 + retcode=1 
Jan 21 23:54:24 + set +x 
Jan 21 23:54:24 =================== sccache compilation log =================== 
Jan 21 23:54:24 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Jan 21 23:54:24 Compile requests                32 
Jan 21 23:54:24 Compile requests executed       11 
Jan 21 23:54:24 Cache hits                       0 
Jan 21 23:54:24 Cache misses                    11 
Jan 21 23:54:24 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_cuda10_1_cudnn7_py3_NO_AVX2_test (11/12)

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

Jan 21 23:54:39 RuntimeError: test_quantization failed!
Jan 21 23:54:39 Ran 36 tests in 46.183s 
Jan 21 23:54:39  
Jan 21 23:54:39 FAILED (errors=22, skipped=2) 
Jan 21 23:54:39  
Jan 21 23:54:39 Generating XML reports... 
Jan 21 23:54:39 Traceback (most recent call last): 
Jan 21 23:54:39   File "test/run_test.py", line 456, in <module> 
Jan 21 23:54:39     main() 
Jan 21 23:54:39   File "test/run_test.py", line 449, in main 
Jan 21 23:54:39     raise RuntimeError(message) 
Jan 21 23:54:39 RuntimeError: test_quantization failed! 
Jan 21 23:54:40 + cleanup 
Jan 21 23:54:40 + retcode=1 
Jan 21 23:54:40 + set +x 
Jan 21 23:54:40 =================== sccache compilation log =================== 
Jan 21 23:54:40 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Jan 21 23:54:40 Compile requests                32 
Jan 21 23:54:40 Compile requests executed       11 
Jan 21 23:54:40 Cache hits                       1 
Jan 21 23:54:40 Cache misses                    10 
Jan 21 23:54:40 Cache timeouts                   0 

See CircleCI build pytorch_linux_xenial_cuda10_1_cudnn7_py3_gcc7_test (12/12)

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

Jan 21 23:55:15 RuntimeError: test_quantization failed!
Jan 21 23:55:15 Ran 36 tests in 45.309s 
Jan 21 23:55:15  
Jan 21 23:55:15 FAILED (errors=22, skipped=2) 
Jan 21 23:55:15  
Jan 21 23:55:15 Generating XML reports... 
Jan 21 23:55:15 Traceback (most recent call last): 
Jan 21 23:55:15   File "test/run_test.py", line 456, in <module> 
Jan 21 23:55:15     main() 
Jan 21 23:55:15   File "test/run_test.py", line 449, in main 
Jan 21 23:55:15     raise RuntimeError(message) 
Jan 21 23:55:15 RuntimeError: test_quantization failed! 
Jan 21 23:55:15 + cleanup 
Jan 21 23:55:15 + retcode=1 
Jan 21 23:55:15 + set +x 
Jan 21 23:55:15 =================== sccache compilation log =================== 
Jan 21 23:55:15 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Jan 21 23:55:15 Compile requests                32 
Jan 21 23:55:15 Compile requests executed       11 
Jan 21 23:55:15 Cache hits                       0 
Jan 21 23:55:15 Cache misses                    11 
Jan 21 23:55:15 Cache timeouts                   0 

❄️ 5 failures recognized as flaky

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

See CircleCI build binary_linux_libtorch_2_7m_cpu_devtoolset7_shared-with-deps_test (1/5)

Step: "Set Up CI Environment After attach_workspace" (full log | pattern match details) ❄️

E: Failed to fetch https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/Packages Writing more data than expected (55935 > 51667)
                                                              96% [39 Packages store 0 B]                             Get:53 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.8 kB] 
                                                         96% [39 Packages store 0 B]                             Get:54 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8,468 B] 
                                                               96% [39 Packages store 0 B]                             Get:55 http://archive.ubuntu.com/ubuntu xenial-backports/main Sources [4,848 B] 
96% [Waiting for headers] 96% [40 Translation-en store 0 B] [Waiting for headers]                                                         Get:56 http://archive.ubuntu.com/ubuntu xenial-backports/universe Sources [7,120 B] 
 96% [40 Translation-en store 0 B] [Waiting for headers]                                                         Get:57 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7,280 B] 
                                                        96% [40 Translation-en store 0 B]                                   Get:58 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4,456 B] 
 96% [40 Translation-en store 0 B] [Waiting for headers]                                                         Get:59 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [8,064 B] 
                                                                     96% [40 Translation-en store 0 B] [Waiting for headers]                                                         Get:60 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4,328 B] 
100% [60 Translation-en store 0 B]                                4,773 kB/s 0s 100% [Working]                                                    4,773 kB/s 0s                                                                                 Fetched 28.8 MB in 6s (4,598 kB/s) 
Reading package lists... 99%  Reading package lists... Done  
E: Failed to fetch https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/Packages  Writing more data than expected (55935 > 51667) 
E: Some index files failed to download. They have been ignored, or old ones used instead. 

See CircleCI build binary_linux_libtorch_2_7m_cpu_gcc5_4_cxx11-abi_shared-with-deps_test (2/5)

Step: "Set Up CI Environment After attach_workspace" (full log | pattern match details) ❄️

E: Failed to fetch https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/Packages Writing more data than expected (55935 > 51667)
96% [Waiting for headers] 96% [40 Translation-en store 0 B] [Waiting for headers]                                                         Get:53 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.8 kB] 
 96% [40 Translation-en store 0 B] [Waiting for headers]                                                         Get:54 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8,468 B] 
 96% [40 Translation-en store 0 B] [Waiting for headers]                                                         Get:55 http://archive.ubuntu.com/ubuntu xenial-backports/main Sources [4,848 B] 
 96% [40 Translation-en store 0 B] [Waiting for headers]                                                         Get:56 http://archive.ubuntu.com/ubuntu xenial-backports/universe Sources [7,120 B] 
 96% [40 Translation-en store 0 B] [Waiting for headers]                                                         Get:57 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7,280 B] 
 96% [40 Translation-en store 0 B] [Waiting for headers]                                                         Get:58 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [4,456 B] 
 96% [40 Translation-en store 0 B] [Waiting for headers]                                                         Get:59 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [8,064 B] 
96% [Waiting for headers] 96% [41 Packages store 0 B] [Waiting for headers]                                                   Get:60 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [4,328 B] 
100% [60 Translation-en store 0 B]                                4,786 kB/s 0s 100% [Working]                                                    4,786 kB/s 0s                                                                                 Fetched 28.8 MB in 6s (4,614 kB/s) 
Reading package lists... 99%  Reading package lists... Done  
E: Failed to fetch https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/Packages  Writing more data than expected (55935 > 51667) 
E: Some index files failed to download. They have been ignored, or old ones used instead. 

See CircleCI build caffe2_onnx_py2_gcc5_ubuntu16_04_test (3/5)

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

Jan 21 21:01:04 unknown file: Failure
Jan 21 21:01:04 frame #9: /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test() [0x448685] 
Jan 21 21:01:04 frame #10: /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test() [0x4488dd] 
Jan 21 21:01:04 frame #11: testing::internal::UnitTestImpl::RunAllTests() + 0xbc2 (0x4498a2 in /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:01:04 frame #12: testing::UnitTest::Run() + 0x8b (0x449bbb in /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:01:04 frame #13: main + 0x3c (0x417a6c in /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:01:04 frame #14: __libc_start_main + 0xf0 (0x7f77a5685830 in /lib/x86_64-linux-gnu/libc.so.6) 
Jan 21 21:01:04 frame #15: _start + 0x29 (0x417e19 in /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:01:04 " thrown in the test body. 
Jan 21 21:01:04 [  FAILED  ] BackendFallbackTest.TestBackendFallbackWithMode (8 ms) 
Jan 21 21:01:04 [ RUN      ] BackendFallbackTest.TestBackendFallbackWithWrapper 
Jan 21 21:01:04 unknown file: Failure 
Jan 21 21:01:04 C++ exception with description "false INTERNAL ASSERT FAILED at /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction_impl.h:46, please report a bug to PyTorch. Tried to call KernelFunction::callBoxed() on a KernelFunction that can only be called with KernelFunction::callUnboxed(). (callBoxed at /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction_impl.h:46) 
Jan 21 21:01:04 frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) + 0x6a (0x7f77a627d28a in /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/lib/libc10.so) 
Jan 21 21:01:04 frame #1: <unknown function> + 0x2b5188c (0x7f77a8fe288c in /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/lib/libtorch_cpu.so) 
Jan 21 21:01:04 frame #2: /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test() [0x41abf2] 
Jan 21 21:01:04 frame #3: /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test() [0x41c077] 
t::Tensor const&, at::Tensor const&, at::Tensor const&, at::Tensor const&, bool, double, double, bool>(void (*)(c10::OperatorKernel*, c10::OperatorHandle const&, std::vector<c10::IValue, std::allocator<c10::IValue> >*), c10::OperatorKernel*, c10::OperatorHandle const&, at::Tensor const&, at::Tensor const&, at::Tensor const&, at::Tensor const&, at::Tensor const&, bool, double, double, bool) + 0x176 (0x426e46 in /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:01:04 frame #5: /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test() [0x41bbeb] 
Jan 21 21:01:04 frame #6: /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test() [0x41d19e] 
Jan 21 21:01:04 frame #7: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) + 0x43 (0x4525d3 in /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:01:04 frame #8: /var/lib/jenkins/.local/lib/python2.7/site-packages/torch/test/backend_fallback_test() [0x44834b] 

See CircleCI build caffe2_onnx_py3_6_clang7_ubuntu16_04_test (4/5)

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

Jan 21 21:04:23 unknown file: Failure
Jan 21 21:04:23 frame #12: testing::TestCase::Run() + 0xf7 (0x4347a7 in /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:04:23 frame #13: testing::internal::UnitTestImpl::RunAllTests() + 0x467 (0x442627 in /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:04:23 frame #14: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) + 0x44 (0x455ef4 in /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:04:23 frame #15: testing::UnitTest::Run() + 0x4c (0x44218c in /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:04:23 frame #16: main + 0x37 (0x427837 in /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:04:23 frame #17: __libc_start_main + 0xf0 (0x7f9a5991d830 in /lib/x86_64-linux-gnu/libc.so.6) 
Jan 21 21:04:23 frame #18: _start + 0x29 (0x415c59 in /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:04:23 " thrown in the test body. 
Jan 21 21:04:23 [  FAILED  ] BackendFallbackTest.TestBackendFallbackWithMode (8 ms) 
Jan 21 21:04:23 [ RUN      ] BackendFallbackTest.TestBackendFallbackWithWrapper 
Jan 21 21:04:23 unknown file: Failure 
Jan 21 21:04:23 C++ exception with description "false INTERNAL ASSERT FAILED at /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction_impl.h:46, please report a bug to PyTorch. Tried to call KernelFunction::callBoxed() on a KernelFunction that can only be called with KernelFunction::callUnboxed(). (callBoxed at /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction_impl.h:46) 
Jan 21 21:04:23 frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) + 0x4a (0x7f9a5aec0dea in /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/lib/libc10.so) 
Jan 21 21:04:23 frame #1: <unknown function> + 0x7e18be (0x7f9a5b8b18be in /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/lib/libtorch_cpu.so) 
Jan 21 21:04:23 frame #2: <unknown function> + 0x30b3062 (0x7f9a5e183062 in /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/lib/libtorch_cpu.so) 
Jan 21 21:04:23 frame #3: /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/test/backend_fallback_test() [0x417866] 
Jan 21 21:04:23 frame #4: /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/test/backend_fallback_test() [0x416eae] 
Jan 21 21:04:23 frame #5: _ZN3c104impl19boxAndCallBoxedFuncIN2at6TensorEJRKS3_S5_S5_S5_S5_bddbEEENSt9enable_ifIXaasr15supports_boxingIT_DpT0_EE5valuentsr3std7is_sameIvS7_EE5valueES7_E4typeEPFvPNS_14OperatorKernelERKNS_14OperatorHandleEPSt6vectorINS_6IValueESaISI_EEESD_SG_S9_ + 0x33a (0x426b7a in /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/test/backend_fallback_test) 
Jan 21 21:04:23 frame #6: /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/test/backend_fallback_test() [0x426635] 
Jan 21 21:04:23 frame #7: /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/test/backend_fallback_test() [0x42629e] 
Jan 21 21:04:23 frame #8: /var/lib/jenkins/.local/lib/python3.6/site-packages/torch/test/backend_fallback_test() [0x41879d] 

See CircleCI build pytorch_linux_xenial_cuda10_1_cudnn7_py3_multigpu_test (5/5)

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

Jan 21 23:37:20 unknown file: Failure
Jan 21 23:37:20 Warning: The enum value `torch::nn::init::Nonlinearity::LeakyReLU` is deprecated and will be removed in 1.5. Please use `torch::kLeakyReLU` instead. (_compute_nonlinearity_type at /var/lib/jenkins/workspace/torch/csrc/api/src/nn/init.cpp:64) 
Jan 21 23:37:20 [       OK ] InitTest.CanInitializeCnnWithOrthogonal (1 ms) 
Jan 21 23:37:20 [ RUN      ] InitTest.NonlinearityLegacyEnum 
Jan 21 23:37:20 [       OK ] InitTest.NonlinearityLegacyEnum (0 ms) 
Jan 21 23:37:20 [ RUN      ] InitTest.FanModeLegacyEnum 
Jan 21 23:37:20 [       OK ] InitTest.FanModeLegacyEnum (0 ms) 
Jan 21 23:37:20 [----------] 11 tests from InitTest (18 ms total) 
Jan 21 23:37:20  
Jan 21 23:37:20 [----------] 6 tests from TorchScriptTest 
Jan 21 23:37:20 [ RUN      ] TorchScriptTest.CanCompileMultipleFunctions 
Jan 21 23:37:20 unknown file: Failure 
Jan 21 23:37:20 C++ exception with description "false INTERNAL ASSERT FAILED at /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction_impl.h:46, please report a bug to PyTorch. Tried to call KernelFunction::callBoxed() on a KernelFunction that can only be called with KernelFunction::callUnboxed(). 
Jan 21 23:37:20 The above operation failed in interpreter. 
Jan 21 23:37:20 Traceback (most recent call last): 
Jan 21 23:37:20   File "<string>", line 8 
Jan 21 23:37:20       def test_while(a, i): 
Jan 21 23:37:20         while bool(i < 10): 
Jan 21 23:37:20           a += a 
Jan 21 23:37:20           ~~~~~~ <--- HERE 
Jan 21 23:37:20           i += 1 
Jan 21 23:37:20         return a 

🚧 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 24 times.

smessmer added a commit that referenced this pull request Jan 21, 2020
Pull Request resolved: #32376


ghstack-source-id: 96979486

Differential Revision: [D19456053](https://our.internmc.facebook.com/intern/diff/D19456053/)
@smessmer smessmer closed this Jan 23, 2020
@smessmer smessmer deleted the gh/smessmer/162/head branch January 23, 2020 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants