Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

ilyaaay
Copy link

@ilyaaay ilyaaay commented Jun 3, 2025

No description provided.

@rustbot
Copy link
Collaborator

rustbot commented Jun 3, 2025

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Jun 3, 2025
@rustbot
Copy link
Collaborator

rustbot commented Jun 3, 2025

Some changes occurred in src/tools/compiletest

cc @jieyouxu

@Mark-Simulacrum
Copy link
Member

Does GitHub have a bug in the rendering, or is there no diff in the current form of this PR?

@jieyouxu

This comment was marked as resolved.

@jieyouxu

This comment was marked as resolved.

@rustbot rustbot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 8, 2025
@rustbot

This comment was marked as resolved.

@ilyaaay
Copy link
Author

ilyaaay commented Jun 8, 2025

@jieyouxu please, sorry. I had seen that my PR don't have changes. I need to set draft status.

@ilyaaay
Copy link
Author

ilyaaay commented Jun 8, 2025

@rustbot ready

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jun 8, 2025
@rust-log-analyzer

This comment has been minimized.

@jieyouxu
Copy link
Member

@rustbot author

@rustbot rustbot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 10, 2025
@rust-log-analyzer
Copy link
Collaborator

The job aarch64-gnu-llvm-19-1 failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
stderr: none


---- [ui] tests/ui/async-await/async-closures/precise-captures.rs#call stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-closures/precise-captures.call/precise-captures.call.run.stdout`
diff of run.stdout:

- after call
- after await
- fixed
---
The actual run.stdout differed from the expected run.stdout

error in revision `call`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-closures/precise-captures.call" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-closures/precise-captures.call/a"
--- stdout -------------------------------
after call
after await
fixed
uncaptured
---
The actual run.stdout differed from the expected run.stdout

error in revision `call_once`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-closures/precise-captures.call_once" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-closures/precise-captures.call_once/a"
--- stdout -------------------------------
after call
after await
fixed
uncaptured
---
---- [ui] tests/ui/async-await/async-drop/async-drop-initial.rs stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-drop/async-drop-initial/async-drop-initial.run.stdout`
diff of run.stdout:

- AsyncInt::Dropper::poll: 0
- AsyncInt::Dropper::poll: 1
- AsyncInt::Dropper::poll: 2
- AsyncInt::Dropper::poll: 3
- AsyncInt::Dropper::poll: 4
- AsyncStruct::Dropper::poll: 6
- AsyncInt::Dropper::poll: 7
- AsyncInt::Dropper::poll: 8
- AsyncReference::Dropper::poll: 10
- AsyncInt::Dropper::poll: 11
- AsyncEnum(A)::Dropper::poll: 12
- SyncInt::drop: 12
- AsyncEnum(B)::Dropper::poll: 13
- AsyncInt::Dropper::poll: 13
- SyncInt::drop: 14
- SyncThenAsync::drop: 15
- AsyncInt::Dropper::poll: 16
- SyncInt::drop: 17
- AsyncInt::Dropper::poll: 18
- AsyncInt::Dropper::poll: 19
- AsyncInt::Dropper::poll: 20
- AsyncUnion::Dropper::poll: 21, 21
- 


The actual run.stdout differed from the expected run.stdout

error: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-drop/async-drop-initial" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-drop/async-drop-initial/a"
--- stdout -------------------------------
AsyncInt::Dropper::poll: 0
AsyncInt::Dropper::poll: 1
AsyncInt::Dropper::poll: 2
AsyncInt::Dropper::poll: 3
AsyncInt::Dropper::poll: 4
AsyncStruct::Dropper::poll: 6
AsyncInt::Dropper::poll: 7
AsyncInt::Dropper::poll: 8
AsyncReference::Dropper::poll: 10
AsyncInt::Dropper::poll: 11
AsyncEnum(A)::Dropper::poll: 12
SyncInt::drop: 12
AsyncEnum(B)::Dropper::poll: 13
AsyncInt::Dropper::poll: 13
SyncInt::drop: 14
SyncThenAsync::drop: 15
AsyncInt::Dropper::poll: 16
SyncInt::drop: 17
AsyncInt::Dropper::poll: 18
AsyncInt::Dropper::poll: 19
AsyncInt::Dropper::poll: 20
AsyncUnion::Dropper::poll: 21, 21
------------------------------------------
stderr: none


---- [ui] tests/ui/async-await/async-drop/async-drop-glue-generic.rs stdout ----
---
stderr: none


---- [ui] tests/ui/async-await/async-drop/dependency-dropped.rs#with_feature stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-drop/dependency-dropped.with_feature/dependency-dropped.with_feature.run.stdout`
diff of run.stdout:

- Async drop
- 


The actual run.stdout differed from the expected run.stdout

error in revision `with_feature`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-drop/dependency-dropped.with_feature" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-drop/dependency-dropped.with_feature/a"
--- stdout -------------------------------
Async drop
------------------------------------------
stderr: none

---
stderr: none


---- [ui] tests/ui/async-await/async-drop/dependency-dropped.rs#without_feature stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-drop/dependency-dropped.without_feature/dependency-dropped.without_feature.run.stdout`
diff of run.stdout:

- Sync drop
- 


The actual run.stdout differed from the expected run.stdout
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-drop/dependency-dropped.without_feature/dependency-dropped.without_feature.run.stderr`
normalized run.stderr:
warning: found async drop types in dependency `async_drop_dep`, but async_drop feature is disabled for `dependency_dropped`
##[warning]  --> $DIR/dependency-dropped.rs:7:1
   |
LL | #![cfg_attr(with_feature, feature(async_drop))]
   | ^
   |
   = help: if async drop type will be dropped in a crate without `feature(async_drop)`, sync Drop will be used

warning: 1 warning emitted




The actual run.stderr differed from the expected run.stderr

error in revision `without_feature`: 2 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-drop/dependency-dropped.without_feature" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/async-await/async-drop/dependency-dropped.without_feature/a"
--- stdout -------------------------------
Sync drop
------------------------------------------
stderr: none

---
diff of run.stderr:

- 
- thread '<unnamed>' panicked at $DIR/synchronized-panic-handler.rs:11:5:
- oops oh no woe is me
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- 
- thread '<unnamed>' panicked at $DIR/synchronized-panic-handler.rs:11:5:
- oops oh no woe is me
- 


The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/backtrace/synchronized-panic-handler" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/backtrace/synchronized-panic-handler/a"
stdout: none
--- stderr -------------------------------

thread '<unnamed>' panicked at /checkout/tests/ui/backtrace/synchronized-panic-handler.rs:11:5:
oops oh no woe is me
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread '<unnamed>' panicked at /checkout/tests/ui/backtrace/synchronized-panic-handler.rs:11:5:
oops oh no woe is me
------------------------------------------


---- [ui] tests/ui/binop/binop-fail-3.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/binop/binop-fail-3" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/binop/binop-fail-3/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/binop/binop-fail-3.rs:6:5:
quux
---
---- [ui] tests/ui/borrowck/issue-28934.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/borrowck/issue-28934" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/borrowck/issue-28934/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/borrowck/issue-28934.rs:14:9:
explicit panic
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
------------------------------------------


---- [ui] tests/ui/closures/2229_closure_analysis/preserve_field_drop_order2.rs#twenty_eighteen stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/closures/2229_closure_analysis/preserve_field_drop_order2.twenty_eighteen/preserve_field_drop_order2.twenty_eighteen.run.stdout`
diff of run.stdout:

- Dropable("y") Dropable("x")
- Dropable("b.d.y") Dropable("b.d.x") Dropable("b.c.y") Dropable("b.c.x")
- Dropable("r.d.y") Dropable("r.d.x") Dropable("r.c.y") Dropable("r.c.x")
- Dropping r.d.x
- Dropping r.d.y
- Dropping r.c.x
- Dropping r.c.y
- Dropping b.c.x
- Dropping b.c.y
- Dropping b.d.x
- Dropping b.d.y
- Dropping x
- Dropping y
- 


The actual run.stdout differed from the expected run.stdout

error in revision `twenty_eighteen`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/closures/2229_closure_analysis/preserve_field_drop_order2.twenty_eighteen" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/closures/2229_closure_analysis/preserve_field_drop_order2.twenty_eighteen/a"
--- stdout -------------------------------
Dropable("y") Dropable("x")
Dropable("b.d.y") Dropable("b.d.x") Dropable("b.c.y") Dropable("b.c.x")
Dropable("r.d.y") Dropable("r.d.x") Dropable("r.c.y") Dropable("r.c.x")
Dropping r.d.x
Dropping r.d.y
Dropping r.c.x
Dropping r.c.y
Dropping b.c.x
Dropping b.c.y
Dropping b.d.x
Dropping b.d.y
Dropping x
Dropping y
------------------------------------------
stderr: none


---- [ui] tests/ui/closures/2229_closure_analysis/preserve_field_drop_order2.rs#twenty_twentyone stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/closures/2229_closure_analysis/preserve_field_drop_order2.twenty_twentyone/preserve_field_drop_order2.twenty_twentyone.run.stdout`
diff of run.stdout:

- Dropable("y") Dropable("x")
- Dropable("b.d.y") Dropable("b.d.x") Dropable("b.c.y") Dropable("b.c.x")
- Dropable("r.d.y") Dropable("r.d.x") Dropable("r.c.y") Dropable("r.c.x")
- Dropping r.d.x
- Dropping r.d.y
- Dropping r.c.x
- Dropping r.c.y
- Dropping b.c.x
- Dropping b.c.y
- Dropping b.d.x
- Dropping b.d.y
- Dropping x
- Dropping y
- 


The actual run.stdout differed from the expected run.stdout

error in revision `twenty_twentyone`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/closures/2229_closure_analysis/preserve_field_drop_order2.twenty_twentyone" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/closures/2229_closure_analysis/preserve_field_drop_order2.twenty_twentyone/a"
--- stdout -------------------------------
Dropable("y") Dropable("x")
Dropable("b.d.y") Dropable("b.d.x") Dropable("b.c.y") Dropable("b.c.x")
Dropable("r.d.y") Dropable("r.d.x") Dropable("r.c.y") Dropable("r.c.x")
Dropping r.d.x
Dropping r.d.y
Dropping r.c.x
Dropping r.c.y
Dropping b.c.x
Dropping b.c.y
Dropping b.d.x
Dropping b.d.y
Dropping x
Dropping y
------------------------------------------
stderr: none

---
------------------------------------------


---- [ui] tests/ui/coherence/pr-review-132289-3.rs stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/coherence/pr-review-132289-3/pr-review-132289-3.run.stdout`
diff of run.stdout:

- hello!
- 


The actual run.stdout differed from the expected run.stdout

error: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/coherence/pr-review-132289-3" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/coherence/pr-review-132289-3/a"
--- stdout -------------------------------
hello!
------------------------------------------
stderr: none


---- [ui] tests/ui/compiletest-self-test/normalize-with-revision.rs#a stdout ----
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/compiletest-self-test/normalize-with-revision.a/normalize-with-revision.a.run.stderr`
diff of run.stderr:

- 1st emitted line
- second emitted line
- 


The actual run.stderr differed from the expected run.stderr

error in revision `a`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/compiletest-self-test/normalize-with-revision.a" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/compiletest-self-test/normalize-with-revision.a/a"
stdout: none
--- stderr -------------------------------
first output line
second output line
------------------------------------------


---- [ui] tests/ui/compiletest-self-test/normalize-with-revision.rs#b stdout ----
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/compiletest-self-test/normalize-with-revision.b/normalize-with-revision.b.run.stderr`
diff of run.stderr:

- first emitted line
- 2nd emitted line
- 


The actual run.stderr differed from the expected run.stderr

error in revision `b`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/compiletest-self-test/normalize-with-revision.b" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/compiletest-self-test/normalize-with-revision.b/a"
stdout: none
--- stderr -------------------------------
first output line
second output line
------------------------------------------


---- [ui] tests/ui/consts/issue-29798.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/consts/issue-29798" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/consts/issue-29798/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/consts/issue-29798.rs:6:5:
index out of bounds: the len is 5 but the index is 5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
------------------------------------------


---- [ui] tests/ui/contracts/contract-attributes-generics.rs#chk_const_fail stdout ----

error in revision `chk_const_fail`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-generics.chk_const_fail" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-generics.chk_const_fail/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed requires check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/contract-attributes-generics.rs#chk_fail_post stdout ----

error in revision `chk_fail_post`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-generics.chk_fail_post" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-generics.chk_fail_post/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed ensures check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/contract-attributes-generics.rs#chk_fail_pre stdout ----

error in revision `chk_fail_pre`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-generics.chk_fail_pre" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-generics.chk_fail_pre/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed requires check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/contract-attributes-nest.rs#chk_fail_post stdout ----

error in revision `chk_fail_post`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-nest.chk_fail_post" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-nest.chk_fail_post/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed ensures check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/contract-attributes-nest.rs#chk_fail_pre stdout ----

error in revision `chk_fail_pre`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-nest.chk_fail_pre" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-nest.chk_fail_pre/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed requires check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/contract-attributes-tail.rs#chk_fail_pre stdout ----

error in revision `chk_fail_pre`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-tail.chk_fail_pre" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-tail.chk_fail_pre/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed requires check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/contract-attributes-tail.rs#chk_fail_post stdout ----

error in revision `chk_fail_post`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-tail.chk_fail_post" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-attributes-tail.chk_fail_post/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed ensures check
---

---- [ui] tests/ui/contracts/contract-captures-via-closure-copy.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-captures-via-closure-copy" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-captures-via-closure-copy/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed ensures check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/contract-const-fn.rs#runtime_fail_post stdout ----

error in revision `runtime_fail_post`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-const-fn.runtime_fail_post" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-const-fn.runtime_fail_post/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed ensures check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/contract-const-fn.rs#runtime_fail_pre stdout ----

error in revision `runtime_fail_pre`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-const-fn.runtime_fail_pre" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contract-const-fn.runtime_fail_pre/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed requires check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/contracts-ensures-early-fn-exit.rs#chk_fail_ret stdout ----

error in revision `chk_fail_ret`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contracts-ensures-early-fn-exit.chk_fail_ret" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contracts-ensures-early-fn-exit.chk_fail_ret/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed ensures check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/contracts-ensures-early-fn-exit.rs#chk_fail_yeet stdout ----

error in revision `chk_fail_yeet`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contracts-ensures-early-fn-exit.chk_fail_yeet" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contracts-ensures-early-fn-exit.chk_fail_yeet/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed ensures check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/contracts-ensures-early-fn-exit.rs#chk_fail_try stdout ----

error in revision `chk_fail_try`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contracts-ensures-early-fn-exit.chk_fail_try" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/contracts-ensures-early-fn-exit.chk_fail_try/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed ensures check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/internal_machinery/contract-ast-extensions-nest.rs#chk_fail_post stdout ----

error in revision `chk_fail_post`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-ast-extensions-nest.chk_fail_post" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-ast-extensions-nest.chk_fail_post/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed ensures check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/internal_machinery/contract-ast-extensions-nest.rs#chk_fail_pre stdout ----

error in revision `chk_fail_pre`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-ast-extensions-nest.chk_fail_pre" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-ast-extensions-nest.chk_fail_pre/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed requires check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/internal_machinery/contract-ast-extensions-tail.rs#chk_fail_post stdout ----

error in revision `chk_fail_post`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-ast-extensions-tail.chk_fail_post" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-ast-extensions-tail.chk_fail_post/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed ensures check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/internal_machinery/contract-ast-extensions-tail.rs#chk_fail_pre stdout ----

error in revision `chk_fail_pre`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-ast-extensions-tail.chk_fail_pre" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-ast-extensions-tail.chk_fail_pre/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed requires check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/internal_machinery/contract-intrinsics.rs#chk_fail_ensures stdout ----

error in revision `chk_fail_ensures`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-intrinsics.chk_fail_ensures" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-intrinsics.chk_fail_ensures/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed ensures check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/internal_machinery/contract-intrinsics.rs#chk_fail_requires stdout ----

error in revision `chk_fail_requires`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-intrinsics.chk_fail_requires" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-intrinsics.chk_fail_requires/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed requires check
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/contracts/internal_machinery/contract-lang-items.rs#chk_fail_post stdout ----

error in revision `chk_fail_post`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-lang-items.chk_fail_post" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/contracts/internal_machinery/contract-lang-items.chk_fail_post/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
failed ensures check
---
normalized run.stderr:
warning: the feature `dyn_star` is incomplete and may not be safe to use and/or cause compiler crashes
##[warning]  --> $DIR/dont-unsize-coerce-dyn-star.rs:4:12
   |
LL | #![feature(dyn_star)]
   |            ^^^^^^^^
   |
   = note: see issue #102425 <https://github.com/rust-lang/rust/issues/102425> for more information
   = note: `#[warn(incomplete_features)]` on by default

---
normalized run.stderr:
warning: the feature `dyn_star` is incomplete and may not be safe to use and/or cause compiler crashes
##[warning]  --> $DIR/dispatch-on-pin-mut.rs:5:12
   |
LL | #![feature(dyn_star)]
   |            ^^^^^^^^
   |
   = note: see issue #102425 <https://github.com/rust-lang/rust/issues/102425> for more information
   = note: `#[warn(incomplete_features)]` on by default

---
The actual run.stderr differed from the expected run.stderr

error: 2 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/dyn-star/dispatch-on-pin-mut" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/dyn-star/dispatch-on-pin-mut/a"
--- stdout -------------------------------
value: 1
------------------------------------------
stderr: none


---- [ui] tests/ui/editions/never-type-fallback.rs#e2024 stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/editions/never-type-fallback.e2024/never-type-fallback.e2024.run.stdout`
diff of run.stdout:

- return type = !
- 


The actual run.stdout differed from the expected run.stdout

error in revision `e2024`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/editions/never-type-fallback.e2024" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/editions/never-type-fallback.e2024/a"
--- stdout -------------------------------
return type = !
------------------------------------------
stderr: none


---- [ui] tests/ui/editions/never-type-fallback.rs#e2021 stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/editions/never-type-fallback.e2021/never-type-fallback.e2021.run.stdout`
diff of run.stdout:

- return type = ()
- 


The actual run.stdout differed from the expected run.stdout

error in revision `e2021`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/editions/never-type-fallback.e2021" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/editions/never-type-fallback.e2021/a"
--- stdout -------------------------------
return type = ()
------------------------------------------
stderr: none


---- [ui] tests/ui/errors/remap-path-prefix-macro.rs#not-macro-in-deps stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.not-macro-in-deps/remap-path-prefix-macro.not-macro-in-deps.run.stdout`
diff of run.stdout:

- file::my_file!() = remapped/errors/remap-path-prefix-macro.rs
- file::file() = $DIR/auxiliary/file.rs
- file!() = remapped/errors/remap-path-prefix-macro.rs
- 


The actual run.stdout differed from the expected run.stdout

error in revision `not-macro-in-deps`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.not-macro-in-deps" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.not-macro-in-deps/a"
--- stdout -------------------------------
file::my_file!() = remapped/errors/remap-path-prefix-macro.rs
file::file() = /checkout/tests/ui/errors/auxiliary/file.rs
file!() = remapped/errors/remap-path-prefix-macro.rs
------------------------------------------
stderr: none


---- [ui] tests/ui/errors/remap-path-prefix-macro.rs#only-diag-in-deps stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.only-diag-in-deps/remap-path-prefix-macro.only-diag-in-deps.run.stdout`
diff of run.stdout:

- file::my_file!() = $DIR/remap-path-prefix-macro.rs
- file::file() = $DIR/auxiliary/file-diag.rs
- file!() = $DIR/remap-path-prefix-macro.rs
- 


The actual run.stdout differed from the expected run.stdout

error in revision `only-diag-in-deps`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.only-diag-in-deps" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.only-diag-in-deps/a"
--- stdout -------------------------------
file::my_file!() = /checkout/tests/ui/errors/remap-path-prefix-macro.rs
file::file() = /checkout/tests/ui/errors/auxiliary/file-diag.rs
file!() = /checkout/tests/ui/errors/remap-path-prefix-macro.rs
------------------------------------------
stderr: none


---- [ui] tests/ui/errors/remap-path-prefix-macro.rs#only-debuginfo-in-deps stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.only-debuginfo-in-deps/remap-path-prefix-macro.only-debuginfo-in-deps.run.stdout`
diff of run.stdout:

- file::my_file!() = $DIR/remap-path-prefix-macro.rs
- file::file() = $DIR/auxiliary/file-debuginfo.rs
- file!() = $DIR/remap-path-prefix-macro.rs
- 


The actual run.stdout differed from the expected run.stdout

error in revision `only-debuginfo-in-deps`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.only-debuginfo-in-deps" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.only-debuginfo-in-deps/a"
--- stdout -------------------------------
file::my_file!() = /checkout/tests/ui/errors/remap-path-prefix-macro.rs
file::file() = /checkout/tests/ui/errors/auxiliary/file-debuginfo.rs
file!() = /checkout/tests/ui/errors/remap-path-prefix-macro.rs
------------------------------------------
stderr: none


---- [ui] tests/ui/errors/remap-path-prefix-macro.rs#only-macro-in-deps stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.only-macro-in-deps/remap-path-prefix-macro.only-macro-in-deps.run.stdout`
diff of run.stdout:

- file::my_file!() = $DIR/remap-path-prefix-macro.rs
- file::file() = remapped/errors/auxiliary/file-macro.rs
- file!() = $DIR/remap-path-prefix-macro.rs
- 


The actual run.stdout differed from the expected run.stdout

error in revision `only-macro-in-deps`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.only-macro-in-deps" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.only-macro-in-deps/a"
--- stdout -------------------------------
file::my_file!() = /checkout/tests/ui/errors/remap-path-prefix-macro.rs
file::file() = remapped/errors/auxiliary/file-macro.rs
file!() = /checkout/tests/ui/errors/remap-path-prefix-macro.rs
------------------------------------------
stderr: none


---- [ui] tests/ui/errors/remap-path-prefix-macro.rs#with-debuginfo-in-deps stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.with-debuginfo-in-deps/remap-path-prefix-macro.with-debuginfo-in-deps.run.stdout`
diff of run.stdout:

- file::my_file!() = $DIR/remap-path-prefix-macro.rs
- file::file() = $DIR/auxiliary/file-debuginfo.rs
- file!() = $DIR/remap-path-prefix-macro.rs
- 


The actual run.stdout differed from the expected run.stdout

error in revision `with-debuginfo-in-deps`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.with-debuginfo-in-deps" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.with-debuginfo-in-deps/a"
--- stdout -------------------------------
file::my_file!() = /checkout/tests/ui/errors/remap-path-prefix-macro.rs
file::file() = /checkout/tests/ui/errors/auxiliary/file-debuginfo.rs
file!() = /checkout/tests/ui/errors/remap-path-prefix-macro.rs
------------------------------------------
stderr: none


---- [ui] tests/ui/errors/remap-path-prefix-macro.rs#with-macro-in-deps stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.with-macro-in-deps/remap-path-prefix-macro.with-macro-in-deps.run.stdout`
diff of run.stdout:

- file::my_file!() = remapped/errors/remap-path-prefix-macro.rs
- file::file() = remapped/errors/auxiliary/file-macro.rs
- file!() = remapped/errors/remap-path-prefix-macro.rs
- 


The actual run.stdout differed from the expected run.stdout

error in revision `with-macro-in-deps`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.with-macro-in-deps" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.with-macro-in-deps/a"
--- stdout -------------------------------
file::my_file!() = remapped/errors/remap-path-prefix-macro.rs
file::file() = remapped/errors/auxiliary/file-macro.rs
file!() = remapped/errors/remap-path-prefix-macro.rs
------------------------------------------
stderr: none


---- [ui] tests/ui/errors/remap-path-prefix-macro.rs#with-diag-in-deps stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.with-diag-in-deps/remap-path-prefix-macro.with-diag-in-deps.run.stdout`
diff of run.stdout:

- file::my_file!() = $DIR/remap-path-prefix-macro.rs
- file::file() = $DIR/auxiliary/file-diag.rs
- file!() = $DIR/remap-path-prefix-macro.rs
- 


The actual run.stdout differed from the expected run.stdout

error in revision `with-diag-in-deps`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.with-diag-in-deps" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/errors/remap-path-prefix-macro.with-diag-in-deps/a"
--- stdout -------------------------------
file::my_file!() = /checkout/tests/ui/errors/remap-path-prefix-macro.rs
file::file() = /checkout/tests/ui/errors/auxiliary/file-diag.rs
file!() = /checkout/tests/ui/errors/remap-path-prefix-macro.rs
------------------------------------------
stderr: none


---- [ui] tests/ui/expr/if/expr-if-panic-fn.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/expr/if/expr-if-panic-fn" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/expr/if/expr-if-panic-fn/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/expr/if/expr-if-panic-fn.rs:6:5:
explicit panic
---
---- [ui] tests/ui/expr/if/if-cond-bot.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/expr/if/if-cond-bot" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/expr/if/if-cond-bot/a"
--- stdout -------------------------------
bye
------------------------------------------
--- stderr -------------------------------

---
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/extern/extern-types-field-offset/extern-types-field-offset.run.stderr`
diff of run.stderr:

- 
- thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
- attempted to compute the size or alignment of extern type `Opaque`
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- thread caused non-unwinding panic. aborting.
- 


The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/extern/extern-types-field-offset" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/extern/extern-types-field-offset/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
attempted to compute the size or alignment of extern type `Opaque`
---
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/extern/extern-types-size_of_val.align/extern-types-size_of_val.align.run.stderr`
diff of run.stderr:

- 
- thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
- attempted to compute the size or alignment of extern type `A`
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- thread caused non-unwinding panic. aborting.
- 


The actual run.stderr differed from the expected run.stderr

error in revision `align`: 1 errors occurred comparing run output.
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/extern/extern-types-size_of_val.align" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/extern/extern-types-size_of_val.align/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
attempted to compute the size or alignment of extern type `A`
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/extern/extern-types-size_of_val.rs#size stdout ----
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/extern/extern-types-size_of_val.size/extern-types-size_of_val.size.run.stderr`
diff of run.stderr:

- 
- thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
- attempted to compute the size or alignment of extern type `A`
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- thread caused non-unwinding panic. aborting.
- 


The actual run.stderr differed from the expected run.stderr

error in revision `size`: 1 errors occurred comparing run output.
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/extern/extern-types-size_of_val.size" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/extern/extern-types-size_of_val.size/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/core/src/panicking.rs:225:5:
attempted to compute the size or alignment of extern type `A`
---
---- [ui] tests/ui/extern/issue-18576.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/extern/issue-18576" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/extern/issue-18576/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/extern/issue-18576.rs:11:5:
stop
---
---- [ui] tests/ui/issues/issue-12920.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-12920" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-12920/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/issues/issue-12920.rs:6:5:
explicit panic
---
---- [ui] tests/ui/issues/issue-13202.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-13202" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-13202/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/issues/issue-13202.rs:6:27:
bad input
---
---- [ui] tests/ui/issues/issue-20971.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-20971" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-20971/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/issues/issue-20971.rs:18:5:
Hello, world!
---
---- [ui] tests/ui/issues/issue-23354-2.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-23354-2" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-23354-2/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/issues/issue-23354-2.rs:8:14:
panic evaluated
---
---- [ui] tests/ui/issues/issue-23354.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-23354" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-23354/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/issues/issue-23354.rs:7:14:
panic evaluated
---
error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-2470-bounds-check-overflow" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-2470-bounds-check-overflow/a"
--- stdout -------------------------------
ov1 base = 0xab3bede0fce0
ov1 idx = 0x15677dbc1f9c
ov1 sizeof::<usize>() = 0x8
ov1 idx * sizeof::<usize>() = 0xab3bede0fce0
------------------------------------------
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/issues/issue-2470-bounds-check-overflow.rs:26:29:
index out of bounds: the len is 3 but the index is 23534235295644
---
---- [ui] tests/ui/issues/issue-2761.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-2761" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-2761/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/issues/issue-2761.rs:6:5:
custom message
---
---- [ui] tests/ui/issues/issue-3029.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-3029" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-3029/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/issues/issue-3029.rs:10:5:
so long
---
---- [ui] tests/ui/issues/issue-30380.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-30380" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-30380/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/issues/issue-30380.rs:17:13:
panicking destructors ftw!
---
The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-87707" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/issues/issue-87707/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/issues/issue-87707.rs:14:24:
Here Once instance is poisoned.
---
diff of run.stdout:

-  --- matching cases ---
- 
- | construct    | let _     | let else _ |
- | ------------ | --------- | ---------- |
- | vanilla      | drop,body | drop,body  |
- | &            | body,drop | body,drop  |
- | &mut         | body,drop | body,drop  |
- | move         | drop,body | drop,body  |
- | fn(this)     | drop,body | drop,body  |
- | tuple        | n/a,n/a   | drop,body  |
- | array        | n/a,n/a   | drop,body  |
- | ref &        | body,drop | body,drop  |
- | ref mut &mut | body,drop | body,drop  |
- 
- | construct    | let _v    | let else _v |
- | ------------ | --------- | ----------- |
- | vanilla      | drop,body | drop,body   |
- | &            | body,drop | body,drop   |
- | &mut         | body,drop | body,drop   |
- | move         | drop,body | drop,body   |
- | fn(this)     | drop,body | drop,body   |
- | tuple        | n/a,n/a   | drop,body   |
- | array        | n/a,n/a   | drop,body   |
- | ref &        | body,drop | body,drop   |
- | ref mut &mut | body,drop | body,drop   |
- 
-  --- mismatching cases ---
- 
- | construct    | let else _ mismatch | let else _v mismatch |
- | ------------ | ------------------- | -------------------- |
- | vanilla      | drop,else           | drop,else            |
- | &            | drop,else           | drop,else            |
- | &mut         | drop,else           | drop,else            |
- | move         | drop,else           | drop,else            |
- | fn(this)     | drop,else           | drop,else            |
- | tuple        | drop,else           | drop,else            |
- | array        | drop,else           | drop,else            |
- | ref &        | drop,else           | drop,else            |
- | ref mut &mut | drop,else           | drop,else            |
- 
- | construct    | let else 0 mismatch | let else 0 mismatch |
- | ------------ | ------------------- | ------------------- |
- | vanilla      | drop,else           | drop,else           |
- | &            | drop,else           | drop,else           |
- | &mut         | drop,else           | drop,else           |
- | move         | drop,else           | drop,else           |
- | fn(this)     | drop,else           | drop,else           |
- | tuple        | drop,else           | drop,else           |
- | array        | drop,else           | drop,else           |
- | ref &        | drop,else           | drop,else           |
- | ref mut &mut | drop,else           | drop,else           |
- 


The actual run.stdout differed from the expected run.stdout

error: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/let-else/let-else-drop-order" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/let-else/let-else-drop-order/a"
--- stdout -------------------------------
 --- matching cases ---

| construct    | let _     | let else _ |
| ------------ | --------- | ---------- |
| vanilla      | drop,body | drop,body  |
| &            | body,drop | body,drop  |
| &mut         | body,drop | body,drop  |
| move         | drop,body | drop,body  |
| fn(this)     | drop,body | drop,body  |
| tuple        | n/a,n/a   | drop,body  |
| array        | n/a,n/a   | drop,body  |
| ref &        | body,drop | body,drop  |
| ref mut &mut | body,drop | body,drop  |

| construct    | let _v    | let else _v |
| ------------ | --------- | ----------- |
| vanilla      | drop,body | drop,body   |
| &            | body,drop | body,drop   |
| &mut         | body,drop | body,drop   |
| move         | drop,body | drop,body   |
| fn(this)     | drop,body | drop,body   |
| tuple        | n/a,n/a   | drop,body   |
| array        | n/a,n/a   | drop,body   |
| ref &        | body,drop | body,drop   |
| ref mut &mut | body,drop | body,drop   |

 --- mismatching cases ---

| construct    | let else _ mismatch | let else _v mismatch |
| ------------ | ------------------- | -------------------- |
| vanilla      | drop,else           | drop,else            |
| &            | drop,else           | drop,else            |
| &mut         | drop,else           | drop,else            |
| move         | drop,else           | drop,else            |
| fn(this)     | drop,else           | drop,else            |
| tuple        | drop,else           | drop,else            |
| array        | drop,else           | drop,else            |
| ref &        | drop,else           | drop,else            |
| ref mut &mut | drop,else           | drop,else            |

| construct    | let else 0 mismatch | let else 0 mismatch |
| ------------ | ------------------- | ------------------- |
| vanilla      | drop,else           | drop,else           |
| &            | drop,else           | drop,else           |
| &mut         | drop,else           | drop,else           |
| move         | drop,else           | drop,else           |
| fn(this)     | drop,else           | drop,else           |
| tuple        | drop,else           | drop,else           |
| array        | drop,else           | drop,else           |
| ref &        | drop,else           | drop,else           |
| ref mut &mut | drop,else           | drop,else           |
------------------------------------------
stderr: none


---- [ui] tests/ui/lifetimes/temporary-lifetime-extension.rs#edition2024 stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/lifetimes/temporary-lifetime-extension.edition2024/temporary-lifetime-extension.edition2024.run.stdout`
diff of run.stdout:

- ("Hello", 1) [(("Hello", 1),)] "Hello" "Hello" "Hello" ("Hello", 1) ("Hello", 1) ("Hello", 1)
- 


The actual run.stdout differed from the expected run.stdout

error in revision `edition2024`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/lifetimes/temporary-lifetime-extension.edition2024" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/lifetimes/temporary-lifetime-extension.edition2024/a"
--- stdout -------------------------------
("Hello", 1) [(("Hello", 1),)] "Hello" "Hello" "Hello" ("Hello", 1) ("Hello", 1) ("Hello", 1)
------------------------------------------
stderr: none


---- [ui] tests/ui/lifetimes/temporary-lifetime-extension.rs#edition2021 stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/lifetimes/temporary-lifetime-extension.edition2021/temporary-lifetime-extension.edition2021.run.stdout`
diff of run.stdout:

- ("Hello", 1) [(("Hello", 1),)] "Hello" "Hello" "Hello" ("Hello", 1) ("Hello", 1) ("Hello", 1)
- 


The actual run.stdout differed from the expected run.stdout

error in revision `edition2021`: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/lifetimes/temporary-lifetime-extension.edition2021" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/lifetimes/temporary-lifetime-extension.edition2021/a"
--- stdout -------------------------------
("Hello", 1) [(("Hello", 1),)] "Hello" "Hello" "Hello" ("Hello", 1) ("Hello", 1) ("Hello", 1)
------------------------------------------
stderr: none


---- [ui] tests/ui/loops/for-each-loop-panic.rs stdout ----
---
The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/lto/issue-105637" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/lto/issue-105637/a"
stdout: none
--- stderr -------------------------------
LTOed auxiliary crate panic hook
------------------------------------------

---
---- [ui] tests/ui/macros/assert-eq-macro-msg.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/assert-eq-macro-msg" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/assert-eq-macro-msg/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/macros/assert-eq-macro-msg.rs:8:5:
assertion `left == right` failed: 1 + 1 definitely should be 3
---
---- [ui] tests/ui/macros/assert-matches-macro-msg.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/assert-matches-macro-msg" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/assert-matches-macro-msg/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/macros/assert-matches-macro-msg.rs:12:5:
assertion `left matches right` failed: 1 + 1 definitely should be 3
  left: 2
 right: 3
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
------------------------------------------


---- [ui] tests/ui/macros/assert-ne-macro-msg.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/assert-ne-macro-msg" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/assert-ne-macro-msg/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/macros/assert-ne-macro-msg.rs:8:5:
assertion `left != right` failed: 1 + 1 definitely should not be 2
  left: 2
 right: 2
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
------------------------------------------

---
---- [ui] tests/ui/macros/die-macro-2.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/die-macro-2" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/die-macro-2/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/macros/die-macro-2.rs:6:5:
test
---
---- [ui] tests/ui/macros/unreachable-arg.rs#edition_2015 stdout ----

error in revision `edition_2015`: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/unreachable-arg.edition_2015" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/unreachable-arg.edition_2015/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/macros/unreachable-arg.rs:14:5:
internal error: entered unreachable code: hello
---
---- [ui] tests/ui/macros/unreachable-fmt-msg.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/unreachable-fmt-msg" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/unreachable-fmt-msg/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/macros/unreachable-fmt-msg.rs:6:5:
internal error: entered unreachable code: 6 is not prime
---
---- [ui] tests/ui/macros/unreachable-format-arg.rs#edition_2015 stdout ----

error in revision `edition_2015`: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/unreachable-format-arg.edition_2015" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/unreachable-format-arg.edition_2015/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/macros/unreachable-format-arg.rs:14:5:
internal error: entered unreachable code: x is {x}
---
---- [ui] tests/ui/macros/unreachable-format-arg.rs#edition_2021 stdout ----

error in revision `edition_2021`: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/unreachable-format-arg.edition_2021" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/unreachable-format-arg.edition_2021/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/macros/unreachable-format-arg.rs:14:5:
internal error: entered unreachable code: x is 5
---
---- [ui] tests/ui/macros/unreachable-format-args.rs#edition_2021 stdout ----

error in revision `edition_2021`: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/unreachable-format-args.edition_2021" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/unreachable-format-args.edition_2021/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/macros/unreachable-format-args.rs:12:5:
internal error: entered unreachable code: x is 5 and y is 0
---
---- [ui] tests/ui/macros/unreachable-static-msg.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/unreachable-static-msg" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/macros/unreachable-static-msg/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/macros/unreachable-static-msg.rs:6:5:
internal error: entered unreachable code: uhoh
---
---- [ui] tests/ui/match/expr-match-panic-fn.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/match/expr-match-panic-fn" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/match/expr-match-panic-fn/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/match/expr-match-panic-fn.rs:6:5:
explicit panic
---
---- [ui] tests/ui/match/match-disc-bot.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/match/match-disc-bot" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/match/match-disc-bot/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/match/match-disc-bot.rs:6:5:
quux
---
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/match/match-wildcards.rs:8:13:
squirrelcupcake
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
------------------------------------------


---- [ui] tests/ui/meta/revision-ok.rs#bar stdout ----

error in revision `bar`: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/meta/revision-ok.bar" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/meta/revision-ok.bar/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/meta/revision-ok.rs:16:5:
bar
---
---- [ui] tests/ui/meta/revision-ok.rs#foo stdout ----

error in revision `foo`: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/meta/revision-ok.foo" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/meta/revision-ok.foo/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/meta/revision-ok.rs:12:5:
foo
---
stderr: none


---- [ui] tests/ui/methods/supertrait-shadowing/common-ancestor-2.rs stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/methods/supertrait-shadowing/common-ancestor-2/common-ancestor-2.run.stdout`
diff of run.stdout:

- C
- 


The actual run.stdout differed from the expected run.stdout
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/methods/supertrait-shadowing/common-ancestor-2/common-ancestor-2.run.stderr`
normalized run.stderr:
warning: trait item `hello` from `C` shadows identically named item from supertrait
##[warning]  --> $DIR/common-ancestor-2.rs:24:5
   |
LL |     fn hello(&self) {
   |     ^^^^^^^^^^^^^^^
   |
---
   |
LL | #![warn(supertrait_item_shadowing_definition)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: trait item `hello` from `C` shadows identically named item from supertrait
##[warning]  --> $DIR/common-ancestor-2.rs:32:8
   |
LL |     ().hello();
   |        ^^^^^
   |
note: item from `C` shadows a supertrait item
  --> $DIR/common-ancestor-2.rs:24:5
   |
---
The actual run.stderr differed from the expected run.stderr

error: 2 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/methods/supertrait-shadowing/common-ancestor-2" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/methods/supertrait-shadowing/common-ancestor-2/a"
--- stdout -------------------------------
C
------------------------------------------
stderr: none


---- [ui] tests/ui/methods/supertrait-shadowing/common-ancestor-3.rs stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/methods/supertrait-shadowing/common-ancestor-3/common-ancestor-3.run.stdout`
diff of run.stdout:

- D
- 


The actual run.stdout differed from the expected run.stdout
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/methods/supertrait-shadowing/common-ancestor-3/common-ancestor-3.run.stderr`
normalized run.stderr:
warning: trait item `hello` from `C` shadows identically named item from supertrait
##[warning]  --> $DIR/common-ancestor-3.rs:24:5
   |
LL |     fn hello(&self) {
   |     ^^^^^^^^^^^^^^^
   |
---
   |
LL | #![warn(supertrait_item_shadowing_definition)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: trait item `hello` from `D` shadows identically named item from supertrait
##[warning]  --> $DIR/common-ancestor-3.rs:34:5
   |
LL |     fn hello(&self) {
   |     ^^^^^^^^^^^^^^^
   |
note: items from several supertraits are shadowed: `C`, `B`, and `A`
  --> $DIR/common-ancestor-3.rs:10:5
   |
LL |     fn hello(&self) {
   |     ^^^^^^^^^^^^^^^
...
LL |     fn hello(&self) {
   |     ^^^^^^^^^^^^^^^
...
LL |     fn hello(&self) {
   |     ^^^^^^^^^^^^^^^

warning: trait item `hello` from `D` shadows identically named item from supertrait
##[warning]  --> $DIR/common-ancestor-3.rs:42:8
   |
LL |     ().hello();
   |        ^^^^^
   |
note: item from `D` shadows a supertrait item
  --> $DIR/common-ancestor-3.rs:34:5
   |
LL |     fn hello(&self) {
   |     ^^^^^^^^^^^^^^^
note: items from several supertraits are shadowed: `A`, `B`, and `C`
  --> $DIR/common-ancestor-3.rs:10:5
   |
LL |     fn hello(&self) {
   |     ^^^^^^^^^^^^^^^
...
---
The actual run.stderr differed from the expected run.stderr

error: 2 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/methods/supertrait-shadowing/common-ancestor-3" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/methods/supertrait-shadowing/common-ancestor-3/a"
--- stdout -------------------------------
D
------------------------------------------
stderr: none

---

The actual run.stdout differed from the expected run.stdout
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/methods/supertrait-shadowing/common-ancestor/common-ancestor.run.stderr`
normalized run.stderr:
warning: trait item `hello` from `B` shadows identically named item from supertrait
##[warning]  --> $DIR/common-ancestor.rs:17:5
   |
LL |     fn hello(&self) {
   |     ^^^^^^^^^^^^^^^
   |
---
   |
LL | #![warn(supertrait_item_shadowing_definition)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: trait item `hello` from `B` shadows identically named item from supertrait
##[warning]  --> $DIR/common-ancestor.rs:25:8
   |
LL |     ().hello();
   |        ^^^^^
   |
note: item from `B` shadows a supertrait item
  --> $DIR/common-ancestor.rs:17:5
   |
---

---- [ui] tests/ui/mir/alignment/borrow_misaligned_field_projection.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/alignment/borrow_misaligned_field_projection" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/alignment/borrow_misaligned_field_projection/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/alignment/borrow_misaligned_field_projection.rs:14:35:
misaligned pointer dereference: address must be a multiple of 0x4 but is 0xffffdd3f7d59
---

---- [ui] tests/ui/mir/alignment/misaligned_mut_borrow.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/alignment/misaligned_mut_borrow" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/alignment/misaligned_mut_borrow/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/alignment/misaligned_mut_borrow.rs:10:20:
misaligned pointer dereference: address must be a multiple of 0x4 but is 0xfffff12bb2f9
---

---- [ui] tests/ui/mir/alignment/misaligned_borrow.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/alignment/misaligned_borrow" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/alignment/misaligned_borrow/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/alignment/misaligned_borrow.rs:10:20:
misaligned pointer dereference: address must be a multiple of 0x4 but is 0xfffffe3ed589
---

---- [ui] tests/ui/mir/alignment/misaligned_lhs.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/alignment/misaligned_lhs" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/alignment/misaligned_lhs/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/alignment/misaligned_lhs.rs:10:9:
misaligned pointer dereference: address must be a multiple of 0x4 but is 0xfffffdfb8d09
---

---- [ui] tests/ui/mir/alignment/misaligned_rhs.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/alignment/misaligned_rhs" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/alignment/misaligned_rhs/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/alignment/misaligned_rhs.rs:10:18:
misaligned pointer dereference: address must be a multiple of 0x4 but is 0xffffd50b4c69
---

---- [ui] tests/ui/mir/alignment/two_pointers.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/alignment/two_pointers" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/alignment/two_pointers/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/alignment/two_pointers.rs:12:21:
misaligned pointer dereference: address must be a multiple of 0x4 but is 0xffffc3a46dd1
---
---- [ui] tests/ui/mir/mir_codegen_calls_converging_drops_2.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_codegen_calls_converging_drops_2" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_codegen_calls_converging_drops_2/a"
stdout: none
--- stderr -------------------------------
complex called
dropped

---
---- [ui] tests/ui/mir/mir_dynamic_drops_1.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_dynamic_drops_1" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_dynamic_drops_1/a"
stdout: none
--- stderr -------------------------------
drop 1
drop 2

---
---- [ui] tests/ui/mir/mir_dynamic_drops_2.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_dynamic_drops_2" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_dynamic_drops_2/a"
stdout: none
--- stderr -------------------------------
drop 1

thread 'main' panicked at /checkout/tests/ui/mir/mir_dynamic_drops_2.rs:28:5:
---
---- [ui] tests/ui/mir/mir_dynamic_drops_3.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_dynamic_drops_3" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_dynamic_drops_3/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/mir_dynamic_drops_3.rs:23:5:
unwind happens
---
---- [ui] tests/ui/mir/mir_indexing_oob_1.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_indexing_oob_1" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_indexing_oob_1/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/mir_indexing_oob_1.rs:9:5:
index out of bounds: the len is 5 but the index is 10
---
---- [ui] tests/ui/mir/mir_indexing_oob_2.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_indexing_oob_2" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_indexing_oob_2/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/mir_indexing_oob_2.rs:9:5:
index out of bounds: the len is 5 but the index is 10
---
---- [ui] tests/ui/mir/mir_indexing_oob_3.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_indexing_oob_3" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/mir_indexing_oob_3/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/mir_indexing_oob_3.rs:9:5:
index out of bounds: the len is 5 but the index is 10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
------------------------------------------


---- [ui] tests/ui/mir/null/borrowed_mut_null.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/null/borrowed_mut_null" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/null/borrowed_mut_null/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/null/borrowed_mut_null.rs:7:35:
null pointer dereference occurred
---

---- [ui] tests/ui/mir/null/borrowed_null.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/null/borrowed_null" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/null/borrowed_null/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/null/borrowed_null.rs:7:31:
null pointer dereference occurred
---

---- [ui] tests/ui/mir/null/borrowed_null_zst.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/null/borrowed_null_zst" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/null/borrowed_null_zst/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/null/borrowed_null_zst.rs:7:30:
null pointer dereference occurred
---

---- [ui] tests/ui/mir/null/null_lhs.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/null/null_lhs" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/null/null_lhs/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/null/null_lhs.rs:8:9:
null pointer dereference occurred
---

---- [ui] tests/ui/mir/null/null_rhs.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/null/null_rhs" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/null/null_rhs/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/null/null_rhs.rs:8:18:
null pointer dereference occurred
---

---- [ui] tests/ui/mir/null/two_pointers.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/null/two_pointers" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/mir/null/two_pointers/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/mir/null/two_pointers.rs:10:21:
null pointer dereference occurred
---
---- [ui] tests/ui/nll/issue-51345-2.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/nll/issue-51345-2" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/nll/issue-51345-2/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/nll/issue-51345-2.rs:8:26:
explicit panic
---
---- [ui] tests/ui/numbers-arithmetic/overflowing-sub.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/numbers-arithmetic/overflowing-sub" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/numbers-arithmetic/overflowing-sub/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/numbers-arithmetic/overflowing-sub.rs:10:14:
attempt to subtract with overflow
---
---- [ui] tests/ui/panic-runtime/unwind-rec.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panic-runtime/unwind-rec" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panic-runtime/unwind-rec/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/panic-runtime/unwind-rec.rs:6:5:
explicit panic
---
---- [ui] tests/ui/panic-runtime/unwind-rec2.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panic-runtime/unwind-rec2" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panic-runtime/unwind-rec2/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/panic-runtime/unwind-rec2.rs:10:5:
explicit panic
---
---- [ui] tests/ui/panics/explicit-panic-msg.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/explicit-panic-msg" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/explicit-panic-msg/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/panics/explicit-panic-msg.rs:14:5:
wooooo
---
The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/location-detail-panic-no-column" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/location-detail-panic-no-column/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/panics/location-detail-panic-no-column.rs:7:0:
column-redacted
---
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/location-detail-panic-no-file/location-detail-panic-no-file.run.stderr`
diff of run.stderr:

- 
- thread 'main' panicked at <redacted>:7:5:
- file-redacted
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- 


The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/location-detail-panic-no-file" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/location-detail-panic-no-file/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at <redacted>:7:5:
file-redacted
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
------------------------------------------


---- [ui] tests/ui/panics/location-detail-panic-no-location-info.rs stdout ----
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/location-detail-panic-no-location-info/location-detail-panic-no-location-info.run.stderr`
diff of run.stderr:

- 
- thread 'main' panicked at <redacted>:0:0:
- no location info
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- 


---
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/location-detail-panic-no-location-info" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/location-detail-panic-no-location-info/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at <redacted>:0:0:
no location info
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
------------------------------------------


---
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/location-detail-unwrap-no-file/location-detail-unwrap-no-file.run.stderr`
diff of run.stderr:

- 
- thread 'main' panicked at <redacted>:8:9:
- called `Option::unwrap()` on a `None` value
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- 


The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/location-detail-unwrap-no-file" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/location-detail-unwrap-no-file/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at <redacted>:8:9:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
------------------------------------------


---- [ui] tests/ui/panics/main-panic.rs stdout ----
---
---- [ui] tests/ui/panics/panic-arg.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/panic-arg" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/panic-arg/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/panics/panic-arg.rs:10:7:
woe
---
- thread 'main' panicked at $DIR/panic-in-cleanup.rs:16:9:
- BOOM
- stack backtrace:
- 
- thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
- panic in a destructor during cleanup
- thread caused non-unwinding panic. aborting.
- 


The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/panic-in-cleanup" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/panic-in-cleanup/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/panics/panic-in-cleanup.rs:22:5:
explicit panic
---
   5:     0xffe76ba80864 - std::panicking::default_hook::h4edd87db0289c273
   6:     0xffe76ba815d4 - std::panicking::rust_panic_with_hook::hff7073a2c0d83594
   7:     0xffe76ba813c0 - std::panicking::begin_panic::{{closure}}::hfc5fcdc1526d4d9f
   8:     0xffe76ba7d424 - std::sys::backtrace::__rust_end_short_backtrace::h1847f70a89bc1023
   9:     0xffe76ba25ec4 - std::panicking::begin_panic::h5931b65f1302b375
  10:     0xab4afcb70c2c - <panic_in_cleanup::Bomb as core::ops::drop::Drop>::drop::h744153f29cf1a181
  11:     0xab4afcb70bf8 - core::ptr::drop_in_place<panic_in_cleanup::Bomb>::h4c914cbf65ca4e3c
  12:     0xab4afcb70c60 - panic_in_cleanup::main::h912dd26ba7846c32
  13:     0xab4afcb70b94 - core::ops::function::FnOnce::call_once::h97d60f89b048dc3d
  14:     0xab4afcb70b5c - std::sys::backtrace::__rust_begin_short_backtrace::hbd502b5b118d2137
  15:     0xab4afcb70b40 - std::rt::lang_start::{{closure}}::ha869ddc6d6af7b45
  16:     0xffe76ba5c8b4 - std::rt::lang_start_internal::h3cfbee28a36f8d7f
  17:     0xab4afcb70b24 - std::rt::lang_start::h0f9b3b3ae3bfa76a
---
- Test
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- Noisy Drop
- 
- thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
- panic in a function that cannot unwind
- stack backtrace:
- thread caused non-unwinding panic. aborting.
- 


The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/panic-in-ffi" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/panic-in-ffi/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/panics/panic-in-ffi.rs:21:5:
Test
---
   5:     0xff48d4a60864 - std::panicking::default_hook::h4edd87db0289c273
   6:     0xff48d4a615d4 - std::panicking::rust_panic_with_hook::hff7073a2c0d83594
   7:     0xff48d4a6121c - std::panicking::begin_panic_handler::{{closure}}::h955c10d59f9af445
   8:     0xff48d4a5d430 - std::sys::backtrace::__rust_end_short_backtrace::h863220d94cd86564
   9:     0xff48d4a60e78 - __rustc[2f409ad63f77088e]::rust_begin_unwind
  10:     0xff48d4a08314 - core::panicking::panic_nounwind_fmt::ha97d619bfcb3bf49
  11:     0xff48d4a0838c - core::panicking::panic_nounwind::hac82002a89c6aeae
  12:     0xff48d4a08510 - core::panicking::panic_cannot_unwind::h76e7be023330a253
  13:     0xab3b11600dc8 - panic_in_ffi::panic_in_ffi::habab9cbfe285a0c2
  14:     0xab3b11600dd4 - panic_in_ffi::main::h60fd900f08d2616a
  15:     0xab3b11600d18 - core::ops::function::FnOnce::call_once::he57721192b79e263
  16:     0xab3b11600c5c - std::sys::backtrace::__rust_begin_short_backtrace::h76aea89e7934ce4f
---


The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/panic-in-message-fmt" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/panic-in-message-fmt/a"
stdout: none
--- stderr -------------------------------
panicked at /checkout/tests/ui/panics/panic-in-message-fmt.rs:18:9:
not yet implemented
thread panicked while processing panic. aborting.
---
---- [ui] tests/ui/panics/panic-macro-any.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/panic-macro-any" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/panic-macro-any/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/panics/panic-macro-any.rs:9:5:
Box<dyn Any>
---
------------------------------------------


---- [ui] tests/ui/panics/short-ice-remove-middle-frames-2.rs stdout ----
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/short-ice-remove-middle-frames-2/short-ice-remove-middle-frames-2.run.stderr`
diff of run.stderr:

- 
- thread 'main' panicked at $DIR/short-ice-remove-middle-frames-2.rs:62:5:
- debug!!!
- stack backtrace:
-    0: std::panicking::begin_panic
-    1: short_ice_remove_middle_frames_2::eight
-    2: short_ice_remove_middle_frames_2::seven::{{closure}}
-       [... omitted 3 frames ...]
-    3: short_ice_remove_middle_frames_2::fifth
-    4: short_ice_remove_middle_frames_2::fourth::{{closure}}
-       [... omitted 4 frames ...]
-    5: short_ice_remove_middle_frames_2::first
-    6: short_ice_remove_middle_frames_2::main
-    7: core::ops::function::FnOnce::call_once
- note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
- 


The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/short-ice-remove-middle-frames-2" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="1" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/panics/short-ice-remove-middle-frames-2/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/panics/short-ice-remove-middle-frames-2.rs:62:5:
debug!!!
stack backtrace:
   0: std::panicking::begin_panic
   1: short_ice_remove_middle_frames_2::eight
   2: short_ice_remove_middle_frames_2::seven::{{closure}}
      [... omitted 3 frames ...]
   3: short_ice_remove_middle_frames_2::fifth
   4: short_ice_remove_middle_frames_2::fourth::{{closure}}
      [... omitted 4 frames ...]
   5: short_ice_remove_middle_frames_2::first
   6: short_ice_remove_middle_frames_2::main
   7: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
------------------------------------------


---
- thread 'main' panicked at $DIR/short-ice-remove-middle-frames.rs:58:5:
- debug!!!
- stack backtrace:
-    0: std::panicking::begin_panic
-    1: short_ice_remove_middle_frames::seven
-    2: short_ice_remove_middle_frames::sixth
-    3: short_ice_remove_middle_frames::fifth::{{closure}}
-       [... omitted 4 frames ...]
-    4: short_ice_remove_middle_frames::second
-    5: short_ice_remove_middle_frames::first::{{closure}}
-    6: short_ice_remove_middle_frames::first
-    7: short_ice_remove_middle_frames::main
-    8: core::ops::function::FnOnce::call_once
- note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
- 


---
thread 'main' panicked at /checkout/tests/ui/panics/short-ice-remove-middle-frames.rs:58:5:
debug!!!
stack backtrace:
   0: std::panicking::begin_panic
   1: short_ice_remove_middle_frames::seven
   2: short_ice_remove_middle_frames::sixth
   3: short_ice_remove_middle_frames::fifth::{{closure}}
      [... omitted 4 frames ...]
   4: short_ice_remove_middle_frames::second
   5: short_ice_remove_middle_frames::first::{{closure}}
   6: short_ice_remove_middle_frames::first
   7: short_ice_remove_middle_frames::main
   8: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
------------------------------------------


---

---- [ui] tests/ui/precondition-checks/alignment.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/alignment" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/alignment/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/alignment.rs:9:9:
unsafe precondition(s) violated: Alignment::new_unchecked requires a power of two

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/assert_unchecked.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/assert_unchecked" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/assert_unchecked/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/assert_unchecked.rs:7:9:
unsafe precondition(s) violated: hint::assert_unchecked must never be called when the condition is false

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/ascii-char-digit_unchecked.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/ascii-char-digit_unchecked" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/ascii-char-digit_unchecked/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/ascii-char-digit_unchecked.rs:9:9:
unsafe precondition(s) violated: `ascii::Char::digit_unchecked` input cannot exceed 9.

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/char-from_u32_unchecked.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/char-from_u32_unchecked" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/char-from_u32_unchecked/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /rustc/FAKE_PREFIX/library/core/src/char/methods.rs:239:18:
unsafe precondition(s) violated: invalid value for `char`

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/copy-nonoverlapping.rs#misaligned_dst stdout ----

error in revision `misaligned_dst`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/copy-nonoverlapping.misaligned_dst" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/copy-nonoverlapping.misaligned_dst/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /rustc/FAKE_PREFIX/library/core/src/ptr/mod.rs:522:5:
unsafe precondition(s) violated: ptr::copy_nonoverlapping requires that both pointer arguments are aligned and non-null and the specified memory ranges do not overlap

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/copy-nonoverlapping.rs#null_dst stdout ----

error in revision `null_dst`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/copy-nonoverlapping.null_dst" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/copy-nonoverlapping.null_dst/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /rustc/FAKE_PREFIX/library/core/src/ptr/mod.rs:522:5:
unsafe precondition(s) violated: ptr::copy_nonoverlapping requires that both pointer arguments are aligned and non-null and the specified memory ranges do not overlap

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/copy-nonoverlapping.rs#overlapping stdout ----

error in revision `overlapping`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/copy-nonoverlapping.overlapping" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/copy-nonoverlapping.overlapping/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /rustc/FAKE_PREFIX/library/core/src/ptr/mod.rs:522:5:
unsafe precondition(s) violated: ptr::copy_nonoverlapping requires that both pointer arguments are aligned and non-null and the specified memory ranges do not overlap

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/copy.rs#misaligned_dst stdout ----

error in revision `misaligned_dst`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/copy.misaligned_dst" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/copy.misaligned_dst/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /rustc/FAKE_PREFIX/library/core/src/ptr/mod.rs:621:9:
unsafe precondition(s) violated: ptr::copy requires that both pointer arguments are aligned and non-null

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/copy.rs#null_dst stdout ----

error in revision `null_dst`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/copy.null_dst" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/copy.null_dst/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /rustc/FAKE_PREFIX/library/core/src/ptr/mod.rs:621:9:
unsafe precondition(s) violated: ptr::copy requires that both pointer arguments are aligned and non-null

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/layout.rs#badalign stdout ----

error in revision `badalign`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/layout.badalign" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/layout.badalign/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/layout.rs:11:9:
unsafe precondition(s) violated: Layout::from_size_align_unchecked requires that align is a power of 2 and the rounded-up allocation size does not exceed isize::MAX

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/layout.rs#toolarge stdout ----

error in revision `toolarge`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/layout.toolarge" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/layout.toolarge/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/layout.rs:9:9:
unsafe precondition(s) violated: Layout::from_size_align_unchecked requires that align is a power of 2 and the rounded-up allocation size does not exceed isize::MAX

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/nonnull.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/nonnull" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/nonnull/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/nonnull.rs:7:9:
unsafe precondition(s) violated: NonNull::new_unchecked requires that the pointer is non-null

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/nonzero-from_mut_unchecked.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/nonzero-from_mut_unchecked" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/nonzero-from_mut_unchecked/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/nonzero-from_mut_unchecked.rs:10:9:
unsafe precondition(s) violated: NonZero::from_mut_unchecked requires the argument to dereference as non-zero

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/nonzero-new_unchecked.rs stdout ----

error: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/nonzero-new_unchecked" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/nonzero-new_unchecked/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/nonzero-new_unchecked.rs:7:9:
unsafe precondition(s) violated: NonZero::new_unchecked requires the argument to be non-zero

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/read_volatile.rs#misaligned stdout ----

error in revision `misaligned`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/read_volatile.misaligned" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/read_volatile.misaligned/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/read_volatile.rs:17:9:
unsafe precondition(s) violated: ptr::read_volatile requires that the pointer argument is aligned and non-null

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/read_volatile.rs#null stdout ----

error in revision `null`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/read_volatile.null" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/read_volatile.null/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/read_volatile.rs:15:9:
unsafe precondition(s) violated: ptr::read_volatile requires that the pointer argument is aligned and non-null

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/replace.rs#null stdout ----

error in revision `null`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/replace.null" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/replace.null/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/replace.rs:15:9:
unsafe precondition(s) violated: ptr::replace requires that the pointer argument is aligned and non-null

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/replace.rs#misaligned stdout ----

error in revision `misaligned`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/replace.misaligned" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/replace.misaligned/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/replace.rs:17:9:
unsafe precondition(s) violated: ptr::replace requires that the pointer argument is aligned and non-null

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/slice-from-raw-parts-mut.rs#null stdout ----

error in revision `null`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-from-raw-parts-mut.null" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-from-raw-parts-mut.null/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/slice-from-raw-parts-mut.rs:11:29:
unsafe precondition(s) violated: slice::from_raw_parts_mut requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX`

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/slice-from-raw-parts-mut.rs#misaligned stdout ----

error in revision `misaligned`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-from-raw-parts-mut.misaligned" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-from-raw-parts-mut.misaligned/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/slice-from-raw-parts-mut.rs:13:30:
unsafe precondition(s) violated: slice::from_raw_parts_mut requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX`

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/slice-from-raw-parts-mut.rs#toolarge stdout ----

error in revision `toolarge`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-from-raw-parts-mut.toolarge" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-from-raw-parts-mut.toolarge/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/slice-from-raw-parts-mut.rs:16:13:
unsafe precondition(s) violated: slice::from_raw_parts_mut requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX`

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/slice-from-raw-parts.rs#misaligned stdout ----

error in revision `misaligned`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-from-raw-parts.misaligned" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-from-raw-parts.misaligned/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/slice-from-raw-parts.rs:13:26:
unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX`

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/slice-from-raw-parts.rs#toolarge stdout ----

error in revision `toolarge`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-from-raw-parts.toolarge" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-from-raw-parts.toolarge/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/slice-from-raw-parts.rs:15:26:
unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX`

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/slice-from-raw-parts.rs#null stdout ----

error in revision `null`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-from-raw-parts.null" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-from-raw-parts.null/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/slice-from-raw-parts.rs:11:25:
unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX`

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/slice-get_unchecked.rs#backwards_range stdout ----

error in revision `backwards_range`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-get_unchecked.backwards_range" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-get_unchecked.backwards_range/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/slice-get_unchecked.rs:18:11:
unsafe precondition(s) violated: slice::get_unchecked requires that the range is within the slice

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/slice-get_unchecked.rs#range stdout ----

error in revision `range`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-get_unchecked.range" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-get_unchecked.range/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/slice-get_unchecked.rs:12:11:
unsafe precondition(s) violated: slice::get_unchecked requires that the range is within the slice

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/slice-get_unchecked.rs#range_from stdout ----

error in revision `range_from`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-get_unchecked.range_from" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-get_unchecked.range_from/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /rustc/FAKE_PREFIX/library/core/src/slice/index.rs:548:44:
unsafe precondition(s) violated: slice::get_unchecked requires that the range is within the slice

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/slice-get_unchecked.rs#usize stdout ----

error in revision `usize`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-get_unchecked.usize" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-get_unchecked.usize/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/precondition-checks/slice-get_unchecked.rs:10:11:
unsafe precondition(s) violated: slice::get_unchecked requires that the index is within the slice

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/slice-get_unchecked.rs#range_to stdout ----

error in revision `range_to`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-get_unchecked.range_to" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-get_unchecked.range_to/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /rustc/FAKE_PREFIX/library/core/src/slice/index.rs:510:32:
unsafe precondition(s) violated: slice::get_unchecked requires that the range is within the slice

This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
------------------------------------------


---- [ui] tests/ui/precondition-checks/slice-get_unchecked_mut.rs#backwards_range stdout ----

error in revision `backwards_range`: test run succeeded!
status: signal: 6 (SIGABRT) (core dumped)
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-get_unchecked_mut.backwards_range" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/precondition-checks/slice-get_unchecked_mut.backwards_range/a"
stdout: none
---
---- [ui] tests/ui/process/tls-exit-status.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/process/tls-exit-status" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_NEWRT="1" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/process/tls-exit-status/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/process/tls-exit-status.rs:10:5:
please have a nonzero exit status
---
---- [ui] tests/ui/reachable/issue-948.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/reachable/issue-948" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/reachable/issue-948/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at /checkout/tests/ui/reachable/issue-948.rs:14:32:
beep boop
---
---- [ui] tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-box-dyn-error-err.rs stdout ----

error: test run succeeded!
status: exit status: 1
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-box-dyn-error-err" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-box-dyn-error-err/a"
stdout: none
--- stderr -------------------------------
Error: Custom { kind: Other, error: "returned Box<dyn Error> from main()" }
------------------------------------------


---- [ui] tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-never.rs stdout ----

---
status: exit status: 1
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-result-box-error_err" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-result-box-error_err/a"
stdout: none
--- stderr -------------------------------
Error: Custom { kind: Other, error: "returned Box<Error> from main()" }
------------------------------------------


---- [ui] tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-str-err.rs stdout ----

error: test run succeeded!
status: exit status: 1
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-str-err" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/rfcs/rfc-1937-termination-trait/termination-trait-for-str-err/a"
stdout: none
--- stderr -------------------------------
Error: "An error message for you"
------------------------------------------

---
---- [ui] tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs stdout ----
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior/dbg-macro-expected-behavior.run.stderr`
diff of run.stderr:

- [$DIR/dbg-macro-expected-behavior.rs:22:19] Unit = Unit
- [$DIR/dbg-macro-expected-behavior.rs:23:19] a = Unit
- [$DIR/dbg-macro-expected-behavior.rs:29:24] Point { x: 42, y: 24 } = Point {
-     x: 42,
-     y: 24,
- }
- [$DIR/dbg-macro-expected-behavior.rs:30:24] b = Point {
-     x: 42,
-     y: 24,
- }
- [$DIR/dbg-macro-expected-behavior.rs:38:17]
- [$DIR/dbg-macro-expected-behavior.rs:42:27] &a = NoCopy(
-     1337,
- )
- [$DIR/dbg-macro-expected-behavior.rs:42:22] dbg!(&a) = NoCopy(
-     1337,
- )
- [$DIR/dbg-macro-expected-behavior.rs:47:18] f(&42) = 42
- before
- [$DIR/dbg-macro-expected-behavior.rs:52:22] { foo += 1; eprintln!("before"); 7331 } = 7331
- [$DIR/dbg-macro-expected-behavior.rs:60:27] ("Yeah",) = (
-     "Yeah",
- )
- [$DIR/dbg-macro-expected-behavior.rs:63:29] 1 = 1
- [$DIR/dbg-macro-expected-behavior.rs:63:29] 2 = 2
- [$DIR/dbg-macro-expected-behavior.rs:67:37] 1u8 = 1
- [$DIR/dbg-macro-expected-behavior.rs:67:37] 2u32 = 2
- [$DIR/dbg-macro-expected-behavior.rs:67:37] "Yeah" = "Yeah"
- 


The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior/a"
stdout: none
--- stderr -------------------------------
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:22:19] Unit = Unit
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:23:19] a = Unit
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:29:24] Point { x: 42, y: 24 } = Point {
    x: 42,
    y: 24,
}
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:30:24] b = Point {
    x: 42,
    y: 24,
}
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:38:17]
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:42:27] &a = NoCopy(
    1337,
)
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:42:22] dbg!(&a) = NoCopy(
    1337,
)
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:47:18] f(&42) = 42
before
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:52:22] { foo += 1; eprintln!("before"); 7331 } = 7331
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:60:27] ("Yeah",) = (
    "Yeah",
)
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:63:29] 1 = 1
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:63:29] 2 = 2
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:67:37] 1u8 = 1
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:67:37] 2u32 = 2
[/checkout/tests/ui/rfcs/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs:67:37] "Yeah" = "Yeah"
------------------------------------------


---- [ui] tests/ui/runtime/stdout-before-main.rs stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/runtime/stdout-before-main/stdout-before-main.run.stdout`
---
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- 
- ---- foo stdout ----
- 
- thread 'foo' panicked at $DIR/terse.rs:17:5:
- explicit panic
- 
- ---- foo2 stdout ----
- 
- thread 'foo2' panicked at $DIR/terse.rs:22:5:
- explicit panic
- 
- 
- failures:
-     abc
---
The actual run.stdout differed from the expected run.stdout

error: 1 errors occurred comparing run output.
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/terse" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/terse/a" "--test-threads=1" "--quiet"
--- stdout -------------------------------

running 103 tests
abc --- FAILED
....................................................................................... 88/103
---
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- foo stdout ----

thread 'foo' panicked at /checkout/tests/ui/test-attrs/terse.rs:17:5:
explicit panic

---- foo2 stdout ----

thread 'foo2' panicked at /checkout/tests/ui/test-attrs/terse.rs:22:5:
explicit panic


failures:
    abc
---
The actual run.stderr differed from the expected run.stderr

error: 2 errors occurred comparing run output.
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/test-panic-abort-nocapture" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/test-panic-abort-nocapture/a" "--test-threads=1" "--nocapture"
--- stdout -------------------------------

running 4 tests
test it_fails ... about to fail
FAILED
---
The actual run.stdout differed from the expected run.stdout

error: 1 errors occurred comparing run output.
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/test-panic-abort" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/test-panic-abort/a" "--test-threads=1"
--- stdout -------------------------------

running 6 tests
test benchmark ... ok
test it_exits ... FAILED
---
- note: test did not panic as expected at $DIR/test-should-panic-failed-show-span.rs:25:4
- ---- should_panic_with_message_does_not_panic stdout ----
- note: test did not panic as expected at $DIR/test-should-panic-failed-show-span.rs:31:4
- ---- should_panic_with_substring_panics_with_incorrect_string stdout ----
- note: panic did not contain expected string
-       panic message: "ZOMGWTFBBQ"
-  expected substring: "message"
- ---- should_panic_with_substring_panics_with_non_string_value stdout ----
- note: expected panic with string value,
-  found non-string value: `TypeId($HEX)`
-      expected substring: "message"
- 
- failures:
-     should_panic_with_any_message_does_not_panic
-     should_panic_with_message_does_not_panic
-     should_panic_with_substring_panics_with_incorrect_string
---
- 
- thread 'should_panic_with_message' panicked at $DIR/test-should-panic-failed-show-span.rs:20:5:
- message
- 
- thread 'should_panic_with_substring_panics_with_incorrect_string' panicked at $DIR/test-should-panic-failed-show-span.rs:38:5:
- ZOMGWTFBBQ
- 
- thread 'should_panic_with_substring_panics_with_non_string_value' panicked at $DIR/test-should-panic-failed-show-span.rs:45:5:
- Box<dyn Any>
- 


The actual run.stderr differed from the expected run.stderr

error: 2 errors occurred comparing run output.
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/test-should-panic-failed-show-span" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/test-should-panic-failed-show-span/a" "--test-threads=1" "--nocapture"
--- stdout -------------------------------

running 6 tests
test should_panic_with_any_message - should panic ... ok
test should_panic_with_any_message_does_not_panic - should panic ... FAILED
---
note: test did not panic as expected at /checkout/tests/ui/test-attrs/test-should-panic-failed-show-span.rs:25:4
---- should_panic_with_message_does_not_panic stdout ----
note: test did not panic as expected at /checkout/tests/ui/test-attrs/test-should-panic-failed-show-span.rs:31:4
---- should_panic_with_substring_panics_with_incorrect_string stdout ----
note: panic did not contain expected string
      panic message: "ZOMGWTFBBQ"
 expected substring: "message"
---- should_panic_with_substring_panics_with_non_string_value stdout ----
note: expected panic with string value,
 found non-string value: `TypeId(0x56ced5e4a15bd89050bb9674fa2df013)`
     expected substring: "message"

failures:
    should_panic_with_any_message_does_not_panic
    should_panic_with_message_does_not_panic
    should_panic_with_substring_panics_with_incorrect_string
---
The actual run.stderr differed from the expected run.stderr

error: 2 errors occurred comparing run output.
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/test-thread-nocapture" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_BACKTRACE="0" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/test-thread-nocapture/a" "--test-threads=1" "--nocapture"
--- stdout -------------------------------

running 2 tests
test thready_fail ... fee
fie
---
---- [ui] tests/ui/test-attrs/tests-listing-format-json-without-unstableopts.rs stdout ----
Saved the actual run.stderr to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/tests-listing-format-json-without-unstableopts/tests-listing-format-json-without-unstableopts.run.stderr`
diff of run.stderr:

- error: The "json" format is only accepted on the nightly compiler with -Z unstable-options
- 


The actual run.stderr differed from the expected run.stderr

error: 1 errors occurred comparing run output.
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/tests-listing-format-json-without-unstableopts" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/tests-listing-format-json-without-unstableopts/a" "--list" "--format" "json"
stdout: none
--- stderr -------------------------------
error: The "json" format is only accepted on the nightly compiler with -Z unstable-options
------------------------------------------


---- [ui] tests/ui/test-attrs/tests-listing-format-json.rs stdout ----
Saved the actual run.stdout to `/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/tests-listing-format-json/tests-listing-format-json.run.stdout`
diff of run.stdout:

- { "type": "suite", "event": "discovery" }
- { "type": "test", "event": "discovered", "name": "a_test", "ignore": false, "ignore_message": "", "source_path": "$DIR/tests-listing-format-json.rs", "start_line": 21, "start_col": 4, "end_line": 21, "end_col": 10 }
- { "type": "test", "event": "discovered", "name": "m_test", "ignore": false, "ignore_message": "", "source_path": "$DIR/tests-listing-format-json.rs", "start_line": 14, "start_col": 4, "end_line": 14, "end_col": 10 }
- { "type": "test", "event": "discovered", "name": "z_test", "ignore": true, "ignore_message": "not yet implemented", "source_path": "$DIR/tests-listing-format-json.rs", "start_line": 18, "start_col": 4, "end_line": 18, "end_col": 10 }
- { "type": "suite", "event": "completed", "tests": 3, "benchmarks": 0, "total": 3, "ignored": 1 }
- 


The actual run.stdout differed from the expected run.stdout

error: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/tests-listing-format-json" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/tests-listing-format-json/a" "--list" "--format" "json" "-Zunstable-options"
--- stdout -------------------------------
{ "type": "suite", "event": "discovery" }
{ "type": "test", "event": "discovered", "name": "a_test", "ignore": false, "ignore_message": "", "source_path": "/checkout/tests/ui/test-attrs/tests-listing-format-json.rs", "start_line": 21, "start_col": 4, "end_line": 21, "end_col": 10 }
{ "type": "test", "event": "discovered", "name": "m_test", "ignore": false, "ignore_message": "", "source_path": "/checkout/tests/ui/test-attrs/tests-listing-format-json.rs", "start_line": 14, "start_col": 4, "end_line": 14, "end_col": 10 }
{ "type": "test", "event": "discovered", "name": "z_test", "ignore": true, "ignore_message": "not yet implemented", "source_path": "/checkout/tests/ui/test-attrs/tests-listing-format-json.rs", "start_line": 18, "start_col": 4, "end_line": 18, "end_col": 10 }
{ "type": "suite", "event": "completed", "tests": 3, "benchmarks": 0, "total": 3, "ignored": 1 }
------------------------------------------
stderr: none


---- [ui] tests/ui/test-attrs/tests-listing-format-terse.rs stdout ----
---
The actual run.stdout differed from the expected run.stdout

error: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/tests-listing-format-terse" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="4" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/test-attrs/tests-listing-format-terse/a" "--list" "--format" "terse"
--- stdout -------------------------------
a_test: test
m_test: test
z_test: test
------------------------------------------
---
stdout: none
--- stderr -------------------------------

thread '<unnamed>' panicked at /checkout/tests/ui/threads-sendsync/task-spawn-barefn.rs:17:5:
assertion failed: "Ensure that the child thread runs by panicking".is_empty()
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'main' panicked at /checkout/tests/ui/threads-sendsync/task-spawn-barefn.rs:12:9:
explicit panic
------------------------------------------


---- [ui] tests/ui/threads-sendsync/test-tasks-invalid-value.rs stdout ----

error: test run succeeded!
status: exit status: 101
command: cd "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/threads-sendsync/test-tasks-invalid-value" && RUSTC="/checkout/obj/build/aarch64-unknown-linux-gnu/stage2/bin/rustc" RUST_TEST_THREADS="foo" "/checkout/obj/build/aarch64-unknown-linux-gnu/test/ui/threads-sendsync/test-tasks-invalid-value/a"
stdout: none
--- stderr -------------------------------

thread 'main' panicked at library/test/src/helpers/concurrency.rs:11:18:
RUST_TEST_THREADS is `foo`, should be a positive integer.

@ilyaaay
Copy link
Author

ilyaaay commented Jun 15, 2025

@rustbot ready

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jun 15, 2025
self.props.error_patterns
);

self.check_expected_errors(&proc_res);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why should this be using the other proc_res?

@Mark-Simulacrum Mark-Simulacrum added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 28, 2025
@bors
Copy link
Collaborator

bors commented Jul 20, 2025

☔ The latest upstream changes (presumably #143002) made this pull request unmergeable. Please resolve the merge conflicts.

AMS21 added a commit to AMS21/rust that referenced this pull request Aug 15, 2025
When a UI test runs a compiled binary and an error/forbid pattern
check fails, the failure message previously only showed compiler output,
hiding the executed programs stdout/stderr. This makes it harder to
see near-miss or unexpected runtime lines.

Fixed rust-lang#141531
Supersedes rust-lang#141977
Kobzol added a commit to Kobzol/rust that referenced this pull request Aug 15, 2025
Enhance UI test output handling for runtime errors

When a UI test runs a compiled binary and an error/forbid pattern check fails, the failure message previously only showed compiler output, hiding the executed programs stdout/stderr. This makes it harder to see near-miss or unexpected runtime lines.

Fixed rust-lang#141531
Supersedes rust-lang#141977
rust-timer added a commit that referenced this pull request Aug 15, 2025
Rollup merge of #145431 - AMS21:fix_141531, r=jieyouxu

Enhance UI test output handling for runtime errors

When a UI test runs a compiled binary and an error/forbid pattern check fails, the failure message previously only showed compiler output, hiding the executed programs stdout/stderr. This makes it harder to see near-miss or unexpected runtime lines.

Fixed #141531
Supersedes #141977
@Dylan-DPC
Copy link
Member

@ilyaaay any updates on this? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants