-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Revert "Port #[allow_internal_unsafe]
to the new attribute system"
#145086
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
Revert "Port #[allow_internal_unsafe]
to the new attribute system"
#145086
Conversation
This reverts commit 4f7a6ac.
Thanks! @bors r+ rollup=never p=1 |
Context of the revert is a significant perf regression: #144857 (comment) |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry |
@Kobzol question for my personal culture: what eldritch horror caused this test to fail? It seems completely unrelated 😱 |
It was failing on all PRs today (https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/.E2.9C.94.20spurious.20.60f32.3A.3Atest_gamma.60.20failure.20on.20.60x86_64-gnu-aux.60.3F/with/533500698), so indeed completely unrelated to this PR. |
Oh, thanks for the link! |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing ffb9d94 (parent) -> 4c7749e (this PR) Test differencesShow 62 test diffsStage 1
Additionally, 60 doctest diffs were found. These are ignored, as they are noisy. Job group index Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 4c7749e8c8e50ad146da599eea3a250160c1bc2b --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (4c7749e): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowOur benchmarks found a performance regression caused by this PR. Next Steps:
@rustbot label: +perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -2.2%, secondary -1.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 465.236s -> 463.02s (-0.48%) |
…szelmann Port `#[allow_internal_unsafe]` to the new attribute system (attempt 2) This is a slightly modified version of ae1487a, which caused a performance regression (reverted in rust-lang#145086 (comment)). The diff between this PR and the previous one can be seen in 027a1de. r? `@jdonszelmann` 💖
…szelmann Port `#[allow_internal_unsafe]` to the new attribute system (attempt 2) This is a slightly modified version of ae1487a, which caused a performance regression (reverted in rust-lang#145086 (comment)). The diff between this PR and the previous one can be seen in 027a1de. r? ``@jdonszelmann`` 💖
This reverts commit 4f7a6ac (PR: #144857)
r? @Kobzol
cc: @scrabsha
clean revert it seems :3