Skip to content

[no-land] try fix 1#31306

Closed
smessmer wants to merge 9 commits intogh/smessmer/150/basefrom
gh/smessmer/150/head
Closed

[no-land] try fix 1#31306
smessmer wants to merge 9 commits intogh/smessmer/150/basefrom
gh/smessmer/150/head

Conversation

@smessmer
Copy link
Contributor

@smessmer smessmer commented Dec 16, 2019

Stack from ghstack:

Differential Revision: D19085561

Differential Revision: [D19085561](https://our.internmc.facebook.com/intern/diff/D19085561/)

[ghstack-poisoned]
@kostmo
Copy link
Member

kostmo commented Dec 16, 2019

💊 CircleCI build failures summary and remediations

As of commit cb5cd17:

  • 1/5 broken upstream at merge base d2fdf14 since Jan 08

    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.

  • 4/5 failures introduced in this PR

Detailed failure analysis

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

🕵️ 4 new failures recognized by patterns

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

See CircleCI build pytorch_xla_linux_xenial_py3_6_clang7_build (1/4)

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

Jan 11 04:02:07 Failed to generate ATEN bindings: ['/var/lib/jenkins/workspace/xla/scripts/generate_code.sh']
Jan 11 04:02:06 323 function overrides in /var/lib/jenkins/workspace/xla/scripts/../torch_xla/csrc/aten_xla_type.h 
Jan 11 04:02:06 Generated 877 wrappers for /var/lib/jenkins/workspace/xla/scripts/../../torch/csrc/autograd/generated/RegistrationDeclarations.h 
Jan 11 04:02:06 AtenXlaType function missed override: Tensor& bitwise_or_out(Tensor& out, const Tensor& self, const Tensor& other); // bitwise_or_out(Tensor,Tensor,Tensor)->Tensor 
Jan 11 04:02:06 AtenXlaType function missed override: Tensor& bitwise_or_out(Tensor& out, const Tensor& self, Scalar other); // bitwise_or_out(Tensor,Tensor,Scalar)->Tensor 
Jan 11 04:02:06 Traceback (most recent call last): 
Jan 11 04:02:06   File "/var/lib/jenkins/workspace/xla/scripts/gen.py", line 1052, in <module> 
Jan 11 04:02:06     generate(args) 
Jan 11 04:02:06   File "/var/lib/jenkins/workspace/xla/scripts/gen.py", line 1022, in generate 
Jan 11 04:02:06     assert check_overrides(overrides, overridden) 
Jan 11 04:02:06 AssertionError 
Jan 11 04:02:07 Failed to generate ATEN bindings: ['/var/lib/jenkins/workspace/xla/scripts/generate_code.sh'] 
Jan 11 04:02:07 Building torch_xla version: 0.8 
Jan 11 04:02:07 + cleanup 
Jan 11 04:02:07 + retcode=1 
Jan 11 04:02:07 + set +x 
Jan 11 04:02:07 =================== sccache compilation log =================== 
Jan 11 04:02:07 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Jan 11 04:02:07 Compile requests               2526 
Jan 11 04:02:07 Compile requests executed      2269 
Jan 11 04:02:07 Cache hits                     1186 
Jan 11 04:02:07 Cache misses                   1071 

See CircleCI build pytorch_windows_test2 (2/4)

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

RuntimeError: test_autograd failed!
test_symeig_no_eigenvectors (__main__.TestAutograd) ... ok 
test_thread_shutdown (__main__.TestAutograd) ... skipped "Skipping because doesn't work for windows" 
test_too_many_grads (__main__.TestAutograd) ... ok 
test_trapz (__main__.TestAutograd) ... ok 
test_triangular_solve (__main__.TestAutograd) ... ok 
test_type_conversions (__main__.TestAutograd) ... 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_autograd 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_windows_test1 (3/4)

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

RuntimeError: test_nn failed!
C:\Jenkins\Miniconda3\lib\site-packages\numba\cuda\envvars.py:16: NumbaDeprecationWarning:  
Environment variables with the 'NUMBAPRO' prefix are deprecated, found use of NUMBAPRO_CUDALIB=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin. 
 
For more information visit http://numba.pydata.org/numba-doc/latest/reference/deprecation.html#deprecation-of-numbapro-environment-variables 
  warnings.warn(errors.NumbaDeprecationWarning(msg)) 
test_to (__main__.PackedSequenceTest) ... 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_nn 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_linux_xenial_py3_clang5_asan_test (4/4)

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

Jan 11 05:38:20 RuntimeError: test_cpp_extensions failed! Received signal: SIGIOT
Jan 11 05:38:20 frame #60: PyObject_Call + 0x3e (0x55a655f30a5e in /opt/conda/bin/python) 
Jan 11 05:38:20 frame #61: _PyEval_EvalFrameDefault + 0x19e7 (0x55a655fdce37 in /opt/conda/bin/python) 
Jan 11 05:38:20 frame #62: <unknown function> + 0x192e66 (0x55a655fb1e66 in /opt/conda/bin/python) 
Jan 11 05:38:20 frame #63: _PyFunction_FastCallDict + 0x1be (0x55a655fb337e in /opt/conda/bin/python) 
Jan 11 05:38:20  
Jan 11 05:38:20 Traceback (most recent call last): 
Jan 11 05:38:20   File "test/run_test.py", line 456, in <module> 
Jan 11 05:38:20     main() 
Jan 11 05:38:20   File "test/run_test.py", line 449, in main 
Jan 11 05:38:20     raise RuntimeError(message) 
Jan 11 05:38:20 RuntimeError: test_cpp_extensions failed! Received signal: SIGIOT 
Jan 11 05:38:20 + cleanup 
Jan 11 05:38:20 + retcode=1 
Jan 11 05:38:20 + set +x 
Jan 11 05:38:20 =================== sccache compilation log =================== 
Jan 11 05:38:20 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Jan 11 05:38:20 Compile requests                 6 
Jan 11 05:38:20 Compile requests executed        3 
Jan 11 05:38:20 Cache hits                       3 
Jan 11 05:38:20 Cache misses                     0 
Jan 11 05:38:20 Cache timeouts                   0 

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

xxtEchjovs44 pushed a commit to xxtEchjovs44/pytorch that referenced this pull request Jan 29, 2020
Pull Request resolved: pytorch/pytorch#31306


ghstack-source-id: 96548704

Differential Revision: [D19085561](https://our.internmc.facebook.com/intern/diff/D19085561/)
@smessmer smessmer closed this Jan 4, 2021
@facebook-github-bot facebook-github-bot deleted the gh/smessmer/150/head branch February 4, 2021 15:22
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.

3 participants