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
Update protobuf to 3.13.1 #62571
Update protobuf to 3.13.1 #62571
Conversation
|
Job | Step | Action |
---|---|---|
Run tests |
1 job timed out:
pytorch_linux_xenial_py3_clang7_asan_test2
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 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. |
Thanks for this change! The title of the PR is wrong. Should be "3.13.1", not "4.13.1". |
5cf8da6
to
ac6f0e1
ac6f0e1
to
d843da5
@walterddr docker builds are broken due to #62738, but big question I have is whether clang update will fix false positive in asan testing |
d843da5
to
04a28b5
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
For some reason, after protobuf update it starts to crash on Windows for something as simple as:
|
Update bazel to 4.10.0 Fixes #62569
Suppress vptr ubsan violation in test_jit
04a28b5
to
cab464d
CI Flow Status
|
Workflows | Labels (bold enabled) | Status |
---|---|---|
Triggered Workflows | ||
linux-bionic-py3.8-gcc9-coverage | ciflow/default |
|
linux-xenial-py3.6-gcc5.4 | ciflow/default |
|
linux-xenial-py3.6-gcc7-bazel-test | ciflow/default |
|
win-vs2019-cpu-py3 | ciflow/default |
|
win-vs2019-cuda10.1-py3 | ciflow/default |
|
Skipped Workflows | ||
linux-xenial-cuda10.2-py3.6-gcc7 | ciflow/slow |
|
periodic-libtorch-linux-xenial-cuda11.3-py3.6-gcc7 | ciflow/scheduled |
|
periodic-linux-xenial-cuda11.3-py3.6-gcc7 | ciflow/scheduled |
|
periodic-win-vs2019-cuda11.3-py3 | ciflow/scheduled |
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.
db9b33c
to
b50efa1
b50efa1
to
111c308
111c308
to
4ea4746
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Update bazel to 4.10.0
Update ASAN_SYMBOLIZER_PATH to llvm-7
Suppress
vptr
ubsan violations intest_jit
Fix ProtoBuf patching for ONNX which caused Windows builds to crash while attempting to free
std::string
allocated on stackFixes #62569
The text was updated successfully, but these errors were encountered: