-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Fix cang-tidy regressions caused by #65954 #66040
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
Conversation
CI Flow Status⚛️ CI FlowRuleset - Version:
You can add a comment to the PR and tag @pytorchbot with the following commands: # ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun
# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slow For more information, please take a look at the CI Flow Wiki. |
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit b57bd27 (more details on the Dr. CI page):
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
Job | Step | Action |
---|---|---|
Build | 🔁 rerun |
❄️ 1 failure tentatively classified as flaky
but reruns have not yet been triggered to confirm:
periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 / build (1/1)
Step: "Build" (full log | diagnosis details | 🔁 rerun) ❄️
2021-10-02T02:46:36.1830376Z E: Failed to fetch...: /etc/ssl/certs/ca-certificates.crt CRLfile: none
2021-10-02T02:46:33.2784562Z ++ [[ periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 == *centos* ]]
2021-10-02T02:46:33.2785980Z ++ [[ periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 == *linux-bionic* ]]
2021-10-02T02:46:33.2787434Z + [[ periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 == *-clang7-asan* ]]
2021-10-02T02:46:33.2788871Z + [[ periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 == *-mobile-*build* ]]
2021-10-02T02:46:33.2790382Z + [[ periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 == *-mobile-code-analysis* ]]
2021-10-02T02:46:33.2791948Z + [[ periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 == *linux-xenial-cuda11.1* ]]
2021-10-02T02:46:33.2792849Z + export USE_DEPLOY=ON
2021-10-02T02:46:33.2793169Z + USE_DEPLOY=ON
2021-10-02T02:46:33.2793582Z + sudo apt-get -qq update
2021-10-02T02:46:36.1828565Z W: The repository 'https://deb.nodesource.com/node_12.x xenial Release' does not have a Release file.
2021-10-02T02:46:36.1830376Z E: Failed to fetch https://deb.nodesource.com/node_12.x/dists/xenial/main/source/Sources server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
2021-10-02T02:46:36.1831499Z E: Some index files failed to download. They have been ignored, or old ones used instead.
2021-10-02T02:46:36.1837656Z + cleanup
2021-10-02T02:46:36.1838125Z + retcode=100
2021-10-02T02:46:36.1838655Z + set +x
2021-10-02T02:46:36.1839019Z =================== sccache compilation log ===================
2021-10-02T02:46:36.2061507Z =========== If your build fails, please take a look at the log above for possible reasons ===========
2021-10-02T02:46:36.2081420Z Compile requests 0
2021-10-02T02:46:36.2082055Z Compile requests executed 0
2021-10-02T02:46:36.2082437Z Cache hits 0
2021-10-02T02:46:36.2082767Z Cache misses 0
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 to the (internal) Dr. CI Users group.
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
b1319da
to
0604cc3
Compare
0604cc3
to
9da7b63
Compare
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Also, build `libtorch` with `-Wno-unused-variable` (as it includes JNI library, that violates that rules)
9da7b63
to
b57bd27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@pytorchbot ciflow rerun -l ciflow/libtorch |
This pull request has been reverted by 5ef350d. To re-land this change, follow these steps. |
No description provided.