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

[pytorch] Replace "blacklist" in test/test_mobile_optimizer.py #45512

Closed
wants to merge 1 commit into from

Conversation

SplitInfinity
Copy link

Summary:
This diff addresses #41443.
It is a clone of D23205313 which could not be imported from GitHub
for strange reasons.

Test Plan: Continuous integration.

Reviewed By: AshkanAliabadi

Differential Revision: D23967322

Summary:
This diff addresses pytorch#41443.
It is a clone of D23205313 which could not be imported from GitHub
for strange reasons.

Test Plan: Continuous integration.

Reviewed By: AshkanAliabadi

Differential Revision: D23967322

fbshipit-source-id: 1140c9de3c58fd155e40f4e21c7cdf9d927b2ad2
@facebook-github-bot
Copy link
Contributor

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

@dr-ci
Copy link

dr-ci bot commented Sep 29, 2020

💊 CI failures summary and remediations

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



🕵️ 1 new failure recognized by patterns

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

See CircleCI build pytorch_xla_linux_bionic_py3_6_clang9_build (1/1)

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

Sep 29 17:34:43 Failed to generate ATEN bindings: ['/var/lib/jenkins/workspace/xla/scripts/generate_code.sh']
Sep 29 17:34:43 AtenXlaType function missed override: Tensor smooth_l1_loss_backward(const Tensor& grad_output, const Tensor& self, const Tensor& target, int64_t reduction, double beta); // smooth_l1_loss_backward(Tensor,Tensor,Tensor,int64_t,double)->Tensor 
Sep 29 17:34:43 Traceback (most recent call last): 
Sep 29 17:34:43   File "/var/lib/jenkins/workspace/xla/scripts/gen.py", line 1163, in <module> 
Sep 29 17:34:43     generate(args) 
Sep 29 17:34:43   File "/var/lib/jenkins/workspace/xla/scripts/gen.py", line 1133, in generate 
Sep 29 17:34:43     assert check_overrides(overrides, overridden) 
Sep 29 17:34:43 AssertionError 
Sep 29 17:34:43 Building torch_xla version: 1.6 
Sep 29 17:34:43 XLA Commit ID: db18ba57137e9e082aab9337e148120ce5725b22 
Sep 29 17:34:43 PyTorch Commit ID: 053d6e4f86e1fd5a95c52717088c32ec015615b2 
Sep 29 17:34:43 Failed to generate ATEN bindings: ['/var/lib/jenkins/workspace/xla/scripts/generate_code.sh'] 
Sep 29 17:34:43 =================== sccache compilation log =================== 
Sep 29 17:34:43 + cleanup 
Sep 29 17:34:43 + retcode=1 
Sep 29 17:34:43 + set +x 
Sep 29 17:34:43 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Sep 29 17:34:43 Compile requests              6010 
Sep 29 17:34:43 Compile requests executed     3560 
Sep 29 17:34:43 Cache hits                    3543 
Sep 29 17:34:43 Cache misses                     1 
Sep 29 17:34:43 Cache timeouts                   0 

❄️ 2 failures tentatively classified as flaky

but reruns have not yet been triggered to confirm:

See CircleCI build pytorch_ios_11_2_1_x86_64_build (1/2)

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

fatal: Could not read from remote repository.
Receiving objects:  98% (175/178) Receiving objects:  99% (177/178) Receiving objects: 100% (178/178) Receiving objects: 100% (178/178), 63.88 KiB | 9.13 MiB/s, done. 
Resolving deltas:  96% (89/92) Resolving deltas:  97% (90/92) Resolving deltas: 100% (92/92) Resolving deltas: 100% (92/92), completed with 85 local objects. 
From ssh://github.com/Homebrew/homebrew-cask-versions 
 + 15f6b44...92646be master     -> origin/master  (forced update) 
+ git reset --hard origin/master 
HEAD is now at 92646be Update dropbox-beta from 107.3.412 to 107.3.416 (#9683) 
+ for path in '$(find /usr/local/Homebrew -type d -name .git)' 
+ cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/.git/.. 
+ git fetch --depth=1 origin 
Connection to github.com closed by remote host.  
fatal: Could not read from remote repository. 
 
Please make sure you have the correct access rights 
and the repository exists. 

See CircleCI build pytorch_macos_10_13_py3_test (2/2)

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

fatal: Could not read from remote repository.
Receiving objects:  98% (175/178) Receiving objects:  99% (177/178) Receiving objects: 100% (178/178) Receiving objects: 100% (178/178), 63.90 KiB | 10.65 MiB/s, done. 
Resolving deltas:  96% (89/92) Resolving deltas:  97% (90/92) Resolving deltas: 100% (92/92) Resolving deltas: 100% (92/92), completed with 85 local objects. 
From ssh://github.com/Homebrew/homebrew-cask-versions 
 + 15f6b44...88b68bd master     -> origin/master  (forced update) 
+ git reset --hard origin/master 
HEAD is now at 88b68bd Update brave-browser-beta from 86.1.15.61,115.61 to 86.1.15.67,115.67 (#9685) 
+ for path in '$(find /usr/local/Homebrew -type d -name .git)' 
+ cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/.git/.. 
+ git fetch --depth=1 origin 
Connection to github.com closed by remote host.  
fatal: Could not read from remote repository. 
 
Please make sure you have the correct access rights 
and the repository exists. 

ci.pytorch.org: 1 failed


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 or post in the (internal) Dr. CI Users group.

See how this bot performed.

This comment has been revised 5 times.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in ce9df08.

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.

None yet

3 participants