Skip to content

Handle post-merge comments of AVX2 PR #3521

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

Merged
merged 3 commits into from
Apr 28, 2024
Merged

Handle post-merge comments of AVX2 PR #3521

merged 3 commits into from
Apr 28, 2024

Conversation

eduardosm
Copy link
Contributor

No description provided.

@RalfJung
Copy link
Member

RalfJung commented Apr 27, 2024

Thanks!

Do you plan to look into this comment as well?

@eduardosm
Copy link
Contributor Author

I am getting a test failure, but I don't see how it is related.

error: pass test got exit status: 101, but expected 0

error: actual output differed from expected
Execute `./miri test --bless` to update `tests/pass-dep/shims/libc-misc.stderr` to the actual output
--- tests/pass-dep/shims/libc-misc.stderr
+++ <stderr output>
+thread 'main' panicked at $DIR/libc-misc.rs:LL:CC:
+assertion `left == right` failed
+  left: 9
+ right: 7
+stack backtrace:
+   0: std::panicking::begin_panic_handler
+ at RUSTLIB/std/src/panicking.rs:LL:CC
+   1: core::panicking::panic_fmt
+ at RUSTLIB/core/src/panicking.rs:LL:CC
+   2: core::panicking::assert_failed_inner
+ at RUSTLIB/core/src/panicking.rs:LL:CC
+   3: core::panicking::assert_failed
+ at RUSTLIB/core/src/panicking.rs:LL:CC
+   4: test_localtime_r
+ at $DIR/libc-misc.rs:LL:CC
+   5: main
+ at $DIR/libc-misc.rs:LL:CC
+   6: <fn() as std::ops::FnOnce<()>>::call_once - shim(fn())
+ at RUSTLIB/core/src/ops/function.rs:LL:CC
+note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.


full stderr:
thread 'main' panicked at tests/pass-dep/shims/libc-misc.rs:243:5:
assertion `left == right` failed
  left: 9
 right: 7
stack backtrace:
   0: std::panicking::begin_panic_handler
             at /home/eduardosm/.rustup/toolchains/miri/lib/rustlib/src/rust/library/std/src/panicking.rs:652:5
   1: core::panicking::panic_fmt
             at /home/eduardosm/.rustup/toolchains/miri/lib/rustlib/src/rust/library/core/src/panicking.rs:72:14
   2: core::panicking::assert_failed_inner
             at /home/eduardosm/.rustup/toolchains/miri/lib/rustlib/src/rust/library/core/src/panicking.rs:409:17
   3: core::panicking::assert_failed::<i32, i32>
             at /home/eduardosm/.rustup/toolchains/miri/lib/rustlib/src/rust/library/core/src/panicking.rs:364:5
   4: test_localtime_r
             at tests/pass-dep/shims/libc-misc.rs:243:5
   5: main
             at tests/pass-dep/shims/libc-misc.rs:412:5
   6: <fn() as std::ops::FnOnce<()>>::call_once - shim(fn())
             at /home/eduardosm/.rustup/toolchains/miri/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

full stdout:

@saethlin
Copy link
Member

saethlin commented Apr 27, 2024

The test suite also fails for me (on master) and it fails differently. I suspect this is just a bug in the localtime_r shim.

@RalfJung
Copy link
Member

Thanks!
@bors r+

@bors
Copy link
Contributor

bors commented Apr 28, 2024

📌 Commit fc11813 has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Apr 28, 2024

⌛ Testing commit fc11813 with merge 9a4894d...

@bors
Copy link
Contributor

bors commented Apr 28, 2024

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing 9a4894d to master...

@bors bors merged commit 9a4894d into rust-lang:master Apr 28, 2024
8 checks passed
@eduardosm eduardosm deleted the avx2-2 branch April 28, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants