Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update of fbcode/onnx to 65020daafa9183c769938b4512ce543fd5740f8f #32125

Closed
wants to merge 1 commit into from

Conversation

houseroad
Copy link
Member

Summary:
Previous import was 57ebc587fcf3913b4be93653b0dd58c686447298

Included changes:

Test Plan: cont build

Differential Revision: D19380034

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19380034

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19380034

@kostmo
Copy link
Member

kostmo commented Jan 13, 2020

💊 CircleCI build failures summary and remediations

As of commit a2819e9:

None of the build failures appear to be your fault.

  • 1/1 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.

❄️ 1 failure recognized as flaky

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

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_test (1/1)

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

Jan 14 21:07:44 RuntimeError: Process 0 terminated or timed out after 300.18675231933594 seconds
Jan 14 21:07:44 ====================================================================== 
Jan 14 21:07:44 ERROR [300.202s]: test_script_functions_not_supported (__main__.RpcTestWithSpawn) 
Jan 14 21:07:44 ---------------------------------------------------------------------- 
Jan 14 21:07:44 Traceback (most recent call last): 
Jan 14 21:07:44   File "/var/lib/jenkins/workspace/test/common_distributed.py", line 130, in wrapper 
Jan 14 21:07:44     self._join_processes(fn) 
Jan 14 21:07:44   File "/var/lib/jenkins/workspace/test/common_distributed.py", line 211, in _join_processes 
Jan 14 21:07:44     self._check_return_codes(elapsed_time) 
Jan 14 21:07:44   File "/var/lib/jenkins/workspace/test/common_distributed.py", line 230, in _check_return_codes 
Jan 14 21:07:44     raise RuntimeError('Process {} terminated or timed out after {} seconds'.format(i, elapsed_time)) 
Jan 14 21:07:44 RuntimeError: Process 0 terminated or timed out after 300.18675231933594 seconds 
Jan 14 21:07:44  
Jan 14 21:07:44 ---------------------------------------------------------------------- 
Jan 14 21:07:44 Ran 82 tests in 389.414s 
Jan 14 21:07:44  
Jan 14 21:07:44 FAILED (errors=1, skipped=1) 
Jan 14 21:07:44  
Jan 14 21:07:44 Generating XML reports... 
Jan 14 21:07:44 Traceback (most recent call last): 
Jan 14 21:07:44   File "test/run_test.py", line 456, in <module> 
Jan 14 21:07:44     main() 

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 6 times.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19380034

…740f8f (pytorch#32125)

Summary:
Pull Request resolved: pytorch#32125

Previous import was 57ebc587fcf3913b4be93653b0dd58c686447298

Included changes:
- **[65020daa](onnx/onnx@65020daa)**: better error message for undefined inputs (pytorch#2540) <Yuxin Wu>
- **[8afff0e9](onnx/onnx@8afff0e9)**: bump ORT version (pytorch#2538) <Lu Fang>
- **[3d9ca57e](onnx/onnx@3d9ca57e)**: fix name of directory (pytorch#2537) <Prasanth Pulavarthi>
- **[df8fa2c9](onnx/onnx@df8fa2c9)**: Repository guidelines (pytorch#2539) <Prasanth Pulavarthi>
- **[49cc2f02](onnx/onnx@49cc2f02)**: Update CircleCI job to use Python3.6 (pytorch#2527) <bddppq>
- **[25ff79a4](onnx/onnx@25ff79a4)**: Fix wrong model version, it's not 12 (the onnx_opset_version()), not 11 (the opset version of the latest stable), but 10 (pytorch#2478) <daquexian>
- **[7cebaed5](onnx/onnx@7cebaed5)**: Fix Windows py3.5 CI (pytorch#2529) <bddppq>
- **[eddae00e](onnx/onnx@eddae00e)**: Correct the order of arguments of InferShapes (pytorch#2500) <Shinichiro Hamaji>
- **[41b5afe6](onnx/onnx@41b5afe6)**: Include <ostream> in common/status.h (pytorch#2519) <Casey Carter>
- **[423f1977](onnx/onnx@423f1977)**: add 8 bit support to maxpool op (pytorch#2510) <Ashwini Khade>
- **[78593c2f](onnx/onnx@78593c2f)**: add 8 bit support to reducemin and reducemax ops (pytorch#2516) <Ashwini Khade>

Test Plan: cont build

Differential Revision: D19380034

fbshipit-source-id: 1ea677eed6779d2b3f8e4683225ba856c68159cd
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19380034

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in f6f1e0a.

wuhuikx pushed a commit to wuhuikx/pytorch that referenced this pull request Jan 30, 2020
…740f8f (pytorch#32125)

Summary:
Pull Request resolved: pytorch#32125

Previous import was 57ebc587fcf3913b4be93653b0dd58c686447298

Included changes:
- **[65020daa](onnx/onnx@65020daa)**: better error message for undefined inputs (pytorch#2540) <Yuxin Wu>
- **[8afff0e9](onnx/onnx@8afff0e9)**: bump ORT version (pytorch#2538) <Lu Fang>
- **[3d9ca57e](onnx/onnx@3d9ca57e)**: fix name of directory (pytorch#2537) <Prasanth Pulavarthi>
- **[df8fa2c9](onnx/onnx@df8fa2c9)**: Repository guidelines (pytorch#2539) <Prasanth Pulavarthi>
- **[49cc2f02](onnx/onnx@49cc2f02)**: Update CircleCI job to use Python3.6 (pytorch#2527) <bddppq>
- **[25ff79a4](onnx/onnx@25ff79a4)**: Fix wrong model version, it's not 12 (the onnx_opset_version()), not 11 (the opset version of the latest stable), but 10 (pytorch#2478) <daquexian>
- **[7cebaed5](onnx/onnx@7cebaed5)**: Fix Windows py3.5 CI (pytorch#2529) <bddppq>
- **[eddae00e](onnx/onnx@eddae00e)**: Correct the order of arguments of InferShapes (pytorch#2500) <Shinichiro Hamaji>
- **[41b5afe6](onnx/onnx@41b5afe6)**: Include <ostream> in common/status.h (pytorch#2519) <Casey Carter>
- **[423f1977](onnx/onnx@423f1977)**: add 8 bit support to maxpool op (pytorch#2510) <Ashwini Khade>
- **[78593c2f](onnx/onnx@78593c2f)**: add 8 bit support to reducemin and reducemax ops (pytorch#2516) <Ashwini Khade>

Test Plan: cont build

Reviewed By: benoitsteiner

Differential Revision: D19380034

fbshipit-source-id: ddce8450864a611773b2a32e2f0254c9bb6b6906
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.

4 participants