This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renatolochetti@fedora ~/D/P/b/bipa (bisect) [1]> cargo bisect-rustc --start=2024-10-13 --end=2024-11-07 --timeout 1800 | |
checking the start range to find a passing nightly | |
installing nightly-2024-10-13 | |
rust-std-nightly-x86_64-unknown-linux-gnu: 28.49 MB / 28.49 MB [============================================================================================================================] 100.00 % 16.23 MB/s testing... | |
RESULT: nightly-2024-10-13, ===> Successfully compiled | |
uninstalling nightly-2024-10-13 | |
checking the end range to verify it does not pass | |
installing nightly-2024-11-07 | |
rust-std-nightly-x86_64-unknown-linux-gnu: 28.71 MB / 28.71 MB [============================================================================================================================] 100.00 % 16.25 MB/s testing... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renatolochetti@fedora ~/D/P/b/bipa (master)> cargo bisect-rustc --start=1.81.0 --end=1.84.0 --timeout 600 | |
translating --start=1.81.0 to 2024-07-20 | |
translating --end=1.84.0 to 2024-11-22 | |
checking the start range to find a passing nightly | |
installing nightly-2024-07-20 | |
rust-std-nightly-x86_64-unknown-linux-gnu: 27.13 MB / 27.13 MB [=============================================================================================================================] 100.00 % 5.26 MB/s testing... | |
RESULT: nightly-2024-07-20, ===> Successfully compiled | |
uninstalling nightly-2024-07-20 | |
checking the end range to verify it does not pass |