Skip to content

Run vmap tests in CI#44656

Closed
zou3519 wants to merge 3 commits intogh/zou3519/306/basefrom
gh/zou3519/306/head
Closed

Run vmap tests in CI#44656
zou3519 wants to merge 3 commits intogh/zou3519/306/basefrom
gh/zou3519/306/head

Conversation

@zou3519
Copy link
Copy Markdown
Contributor

@zou3519 zou3519 commented Sep 14, 2020

Stack from ghstack:

All this time, test_vmap wasn't running in the CI. Fortunately all the
tests pass locally for me. h/t to @anjali411 for pointing this out.

Test Plan:

  • Wait for CI

Differential Revision: D23689355

All this time, test_vmap wasn't running in the CI. Fortunately all the
tests pass locally for me. h/t to @anjali411 for pointing this out.

Test Plan:
- Wait for CI

[ghstack-poisoned]
@dr-ci
Copy link
Copy Markdown

dr-ci Bot commented Sep 14, 2020

💊 CI failures summary and remediations

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


None of the CI failures appear to be your fault 💚



❄️ 2 failures tentatively classified as flaky

but reruns have not yet been triggered to confirm:

See CircleCI build binary_windows_libtorch_3_7_cpu_release_build (1/2)

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

Writing SSH key for checkout to id_rsa
Creating .ssh directory
Adding the following entries to known_hosts:
github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==
bitbucket.org ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw==

Writing SSH key for checkout to id_rsa

See CircleCI build pytorch_ios_11_2_1_x86_64_build (2/2)

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

fatal: Could not read from remote repository.
Receiving objects:  98% (177/180) Receiving objects:  99% (179/180) Receiving objects: 100% (180/180) Receiving objects: 100% (180/180), 63.68 KiB | 10.61 MiB/s, done. 
Resolving deltas:  96% (90/93) Resolving deltas:  97% (91/93) Resolving deltas: 100% (93/93) Resolving deltas: 100% (93/93), completed with 87 local objects. 
From ssh://github.com/Homebrew/homebrew-cask-versions 
 + 15f6b44...c0350f2 master     -> origin/master  (forced update) 
+ git reset --hard origin/master 
HEAD is now at c0350f2 Update dropbox-beta from 105.3.638 to 106.3.349 (#9618) 
+ 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. 

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

All this time, test_vmap wasn't running in the CI. Fortunately all the
tests pass locally for me. h/t to @anjali411 for pointing this out.

Test Plan:
- Wait for CI

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

[ghstack-poisoned]
All this time, test_vmap wasn't running in the CI. Fortunately all the
tests pass locally for me. h/t to @anjali411 for pointing this out.

Test Plan:
- Wait for CI

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

[ghstack-poisoned]
@facebook-github-bot
Copy link
Copy Markdown
Contributor

@zou3519 merged this pull request in 07cba8b.

xuzhao9 pushed a commit that referenced this pull request Sep 18, 2020
Summary:
Pull Request resolved: #44656

All this time, test_vmap wasn't running in the CI. Fortunately all the
tests pass locally for me. h/t to anjali411 for pointing this out.

Test Plan: - Wait for CI

Reviewed By: anjali411

Differential Revision: D23689355

Pulled By: zou3519

fbshipit-source-id: 543c3e6aed0af77bfd6ea7a7549337f8230e3d32
@facebook-github-bot facebook-github-bot deleted the gh/zou3519/306/head branch September 19, 2020 14:23
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 24, 2026
Summary:
Pull Request resolved: pytorch#44656

All this time, test_vmap wasn't running in the CI. Fortunately all the
tests pass locally for me. h/t to anjali411 for pointing this out.

Test Plan: - Wait for CI

Reviewed By: anjali411

Differential Revision: D23689355

Pulled By: zou3519

fbshipit-source-id: 543c3e6aed0af77bfd6ea7a7549337f8230e3d32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants