Skip to content

Conversation

Dylan-DPC
Copy link
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

Noratrieb and others added 14 commits February 23, 2023 18:51
The extra query is unnecessary in the common case of not having fuel.
…kingjubilee

Add vectored positioned I/O on Unix

Add methods for vectored I/O with an offset on `File` for `unix` under `#![feature(unix_file_vectored_at)]`.

The new methods are wrappers around `preadv` and `pwritev`.

Tracking issue: rust-lang#89517
…tion-fuel, r=WaffleLapkin

Lazily compute crate name for consider_optimizing

The extra query is unnecessary in the common case of not having fuel.
…ackh726

Small cleanup to `one_bound_for_assoc_type`

Use fewer closures :)
…ler-errors

Remove the `capture_disjoint_fields` feature

As best I can tell, this was stabilized for Edition 2021 in rust-lang#88126 but the feature was never removed.
…=oli-obk

Descriptive error when users try to combine RPITIT/AFIT with specialization

Previously we failed with some esoteric error like:

```
error[E0053]: method `foo` has an incompatible type for trait
  --> $DIR/dont-project-to-specializable-projection.rs:14:35
   |
LL |     default async fn foo(_: T) -> &'static str {
   |                                   ^^^^^^^^^^^^ expected associated type, found future
   |
note: type in trait
  --> $DIR/dont-project-to-specializable-projection.rs:10:27
   |
LL |     async fn foo(_: T) -> &'static str;
   |                           ^^^^^^^^^^^^
   = note: expected signature `fn(_) -> impl Future<Output = &'static str>`
              found signature `fn(_) -> impl Future<Output = &'static str>`
```

Now we error like:

```
error: async associated function in trait cannot be specialized
  --> $DIR/dont-project-to-specializable-projection.rs:14:5
   |
LL |     default async fn foo(_: T) -> &'static str {
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: specialization behaves in inconsistent and surprising ways with `#![feature(async_fn_in_trait)]`, and for now is disallowed
```
…default, r=oli-obk

Only look for param in item's generics if it actually comes from generics

Record whether a `hir::GenericParam` comes from an item's generics, or from a `for<...>` binder. Then, only look for the param in `object_lifetime_default` if it actually comes from the item's generics.

Fixes rust-lang#108177
add missing feature in core/tests

rust-lang#104265 introduced the `ip_in_core` feature. For some reason core tests seem to still build without that feature -- no idea how that is possible. Might be related to rust-lang#15702? I was under the impression that `pub use` with different stability doesn't actually work. That's why `intrinsics::transmute` is stable, for example.

Either way, core tests fail to build in miri-test-libstd, and adding the feature fixes that.

r? `@thomcc`
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Feb 28, 2023
@Dylan-DPC
Copy link
Member Author

@bors r+ rollup=never p=5

@bors
Copy link
Collaborator

bors commented Feb 28, 2023

📌 Commit bb5d3bb has been approved by Dylan-DPC

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 28, 2023
@bors
Copy link
Collaborator

bors commented Feb 28, 2023

⌛ Testing commit bb5d3bb with merge 73d5a9aee36e25a0856bd698cf6e8bfac6fb6e06...

@bors
Copy link
Collaborator

bors commented Feb 28, 2023

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Feb 28, 2023
@Dylan-DPC
Copy link
Member Author

@bors retry

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 28, 2023
@rust-log-analyzer
Copy link
Collaborator

The job arm-android failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
---- [ui] tests/ui/abi/anon-extern-mod.rs stdout ----

error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/anon-extern-mod/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/anon-extern-mod/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test1/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/cabi-int-widening.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/cabi-int-widening/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/cabi-int-widening/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test2/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/c-stack-as-value.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/c-stack-as-value/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/c-stack-as-value/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test0/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-pass-TwoU64s.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-TwoU64s/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-TwoU64s/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-call-direct.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-call-direct/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-call-direct/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test5/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-pass-TwoU32s.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-TwoU32s/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-TwoU32s/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test6/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-call-deep.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-call-deep/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-call-deep/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test8/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-pass-TwoU16s.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-TwoU16s/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-TwoU16s/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test7/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-call-indirect.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-call-indirect/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-call-indirect/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test4/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/c-stack-returning-int64.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/c-stack-returning-int64/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/c-stack-returning-int64/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test10/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-crosscrate.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "1" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-crosscrate/a" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-crosscrate/auxiliary/libexterncallback.so"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-crosscrate/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libexterncallback.so" needed by "/data/local/tmp/work/test13/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libexterncallback.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/cross-crate/anon-extern-mod-cross-crate-2.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "1" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/cross-crate/anon-extern-mod-cross-crate-2/a" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/cross-crate/anon-extern-mod-cross-crate-2/auxiliary/libanonexternmod.so"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/cross-crate/anon-extern-mod-cross-crate-2/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libanonexternmod.so" needed by "/data/local/tmp/work/test9/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libanonexternmod.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-pass-char.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-char/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-char/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test15/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-call-scrub.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-call-scrub/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-call-scrub/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test17/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/cross-crate/duplicated-external-mods.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "1" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/cross-crate/duplicated-external-mods/a" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/cross-crate/duplicated-external-mods/auxiliary/libanonexternmod.so"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/cross-crate/duplicated-external-mods/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test12/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-pass-double.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-double/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-double/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test14/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-pass-empty.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-empty/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-empty/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test16/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-pass-TwoU8s.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-TwoU8s/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-TwoU8s/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test11/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-pass-u64.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-u64/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-u64/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test20/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/foreign/foreign-no-abi.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/foreign/foreign-no-abi/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/foreign/foreign-no-abi/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test25/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-call-deep2.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-call-deep2/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-call-deep2/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test18/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-return-TwoU64s.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-return-TwoU64s/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-return-TwoU64s/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test22/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-return-TwoU32s.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-return-TwoU32s/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-return-TwoU32s/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test23/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-return-TwoU8s.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-return-TwoU8s/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-return-TwoU8s/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test24/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/foreign/foreign-fn-with-byval.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/foreign/foreign-fn-with-byval/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/foreign/foreign-fn-with-byval/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test26/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-pass-u32.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-u32/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-pass-u32/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test19/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/extern/extern-return-TwoU16s.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-return-TwoU16s/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/extern/extern-return-TwoU16s/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test21/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/issue-28676.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/issue-28676/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/issue-28676/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test27/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/issues/issue-62350-sysv-neg-reg-counts.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/issues/issue-62350-sysv-neg-reg-counts/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/issues/issue-62350-sysv-neg-reg-counts/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test28/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/foreign/foreign-dupe.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "1" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/foreign/foreign-dupe/a" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/foreign/foreign-dupe/auxiliary/libforeign_lib.so"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/foreign/foreign-dupe/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libforeign_lib.so" needed by "/data/local/tmp/work/test30/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libforeign_lib.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/foreign/foreign-call-no-runtime.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/foreign/foreign-call-no-runtime/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/foreign/foreign-call-no-runtime/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test35/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/foreign/invoke-external-foreign.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "1" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/foreign/invoke-external-foreign/a" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/foreign/invoke-external-foreign/auxiliary/libforeign_lib.so"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/foreign/invoke-external-foreign/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libforeign_lib.so" needed by "/data/local/tmp/work/test31/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libforeign_lib.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/union/union-c-interop.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/union/union-c-interop/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/union/union-c-interop/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test36/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/lib-defaults.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/lib-defaults/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/lib-defaults/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test29/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/nullable-pointer-ffi-compat.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/nullable-pointer-ffi-compat/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/nullable-pointer-ffi-compat/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test34/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/mir/mir_codegen_calls_variadic.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/mir/mir_codegen_calls_variadic/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/mir/mir_codegen_calls_variadic/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test33/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/issues/issue-97463-broken-abi-leaked-uninit-data.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/issues/issue-97463-broken-abi-leaked-uninit-data/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/issues/issue-97463-broken-abi-leaked-uninit-data/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test32/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/abi/statics/static-mut-foreign.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/statics/static-mut-foreign/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/abi/statics/static-mut-foreign/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test37/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/alias-uninit-value.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/alias-uninit-value/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/alias-uninit-value/a", waiting for result
---
- 
- 


The actual run.stdout differed from the expected run.stdout.
Actual run.stdout saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-filter-multiple/test-filter-multiple.run.stdout
normalized run.stderr:
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3250/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


The actual run.stderr differed from the expected run.stderr.
The actual run.stderr differed from the expected run.stderr.
Actual run.stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-filter-multiple/test-filter-multiple.run.stderr
error: 2 errors occurred comparing run output.
status: exit status: 1
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-filter-multiple/a" "--test-threads=1" "test1" "test2"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-filter-multiple/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3250/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/issue-16597.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/issue-16597/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/issue-16597/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3249/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/issue-36768.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/issue-36768/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/issue-36768/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3248/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/issue-20823.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/issue-20823/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/issue-20823/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3254/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-fn-signature-verification-for-explicit-return-type/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3252/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/test-runner-hides-buried-main.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-runner-hides-buried-main/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-runner-hides-buried-main/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3256/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/test-runner-hides-main.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-runner-hides-main/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-runner-hides-main/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3257/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/issue-52557.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/issue-52557/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/issue-52557/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3255/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/test-main-not-dead.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-main-not-dead/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-main-not-dead/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3253/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/test-runner-hides-start.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-runner-hides-start/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-runner-hides-start/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3258/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/test-panic-while-printing.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-panic-while-printing/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-panic-while-printing/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3259/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/test-should-fail-good-message.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-should-fail-good-message/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-should-fail-good-message/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3262/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/test-vs-cfg-test.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-vs-cfg-test/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-vs-cfg-test/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3261/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/test-type.rs stdout ----
diff of run.stdout:
---
- 
- 


The actual run.stdout differed from the expected run.stdout.
Actual run.stdout saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-type/test-type.run.stdout
normalized run.stderr:
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3264/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


The actual run.stderr differed from the expected run.stderr.
The actual run.stderr differed from the expected run.stderr.
Actual run.stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-type/test-type.run.stderr
error: 2 errors occurred comparing run output.
status: exit status: 1
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-type/a" "--test-threads=1"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-type/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3264/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/test-thread-nocapture.rs stdout ----
diff of run.stdout:
---
- 
- 


The actual run.stdout differed from the expected run.stdout.
Actual run.stdout saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-thread-nocapture/test-thread-nocapture.run.stdout
diff of run.stderr:
- thread 'thready_fail' panicked at 'explicit panic', $DIR/test-thread-nocapture.rs:32:5
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
+ CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3266/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


The actual run.stderr differed from the expected run.stderr.
The actual run.stderr differed from the expected run.stderr.
Actual run.stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-thread-nocapture/test-thread-nocapture.run.stderr
error: 2 errors occurred comparing run output.
status: exit status: 1
status: exit status: 1
command: RUST_BACKTRACE="0" RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-thread-nocapture/a" "--test-threads=1" "--nocapture"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-thread-nocapture/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3266/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/thread-local/tls.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/thread-local/tls/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/thread-local/tls/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3268/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/clone-with-exterior.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/clone-with-exterior/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/clone-with-exterior/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3270/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/child-outlives-parent.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/child-outlives-parent/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/child-outlives-parent/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3269/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/issue-29488.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/issue-29488/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/issue-29488/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3271/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/test-attrs/test-thread-capture.rs stdout ----
diff of run.stdout:
---
- 
- 


The actual run.stdout differed from the expected run.stdout.
Actual run.stdout saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-thread-capture/test-thread-capture.run.stdout
normalized run.stderr:
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3267/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


The actual run.stderr differed from the expected run.stderr.
The actual run.stderr differed from the expected run.stderr.
Actual run.stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-thread-capture/test-thread-capture.run.stderr
error: 2 errors occurred comparing run output.
status: exit status: 1
status: exit status: 1
command: RUST_BACKTRACE="0" RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-thread-capture/a" "--test-threads=1"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/test-attrs/test-thread-capture/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libtest-4ff4d35b091c04f4.so" needed by "/data/local/tmp/work/test3267/a"; caused by could not load library "libstd-ef8e480f4327ce79.so" needed by "libtest-4ff4d35b091c04f4.so"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/send-type-inference.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/send-type-inference/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/send-type-inference/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3272/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/send-is-not-static-par-for.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/send-is-not-static-par-for/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/send-is-not-static-par-for/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3273/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/eprint-on-tls-drop.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/eprint-on-tls-drop/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/eprint-on-tls-drop/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3274/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/sendfn-is-a-block.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sendfn-is-a-block/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sendfn-is-a-block/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3276/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/issue-24313.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/issue-24313/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/issue-24313/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3275/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/send_str_hashmap.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/send_str_hashmap/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/send_str_hashmap/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3277/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/sendable-class.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sendable-class/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sendable-class/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3278/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/comm.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/comm/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/comm/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3281/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/sendfn-spawn-with-fn-arg.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sendfn-spawn-with-fn-arg/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sendfn-spawn-with-fn-arg/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3279/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/issue-9396.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/issue-9396/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/issue-9396/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3280/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/std-sync-right-kind-impls.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/std-sync-right-kind-impls/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/std-sync-right-kind-impls/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3282/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/spawn2.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/spawn2/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/spawn2/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3285/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/spawn-fn.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/spawn-fn/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/spawn-fn/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3283/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/spawn.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/spawn/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/spawn/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3284/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/sync-send-atomics.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sync-send-atomics/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sync-send-atomics/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3287/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/spawning-with-debug.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_LOG="debug" RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/spawning-with-debug/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/spawning-with-debug/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3289/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/issue-4446.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/issue-4446/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/issue-4446/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3286/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/sync-send-in-std.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sync-send-in-std/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sync-send-in-std/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3290/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/sync-send-iterators-in-libcore.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sync-send-iterators-in-libcore/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sync-send-iterators-in-libcore/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3291/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/issue-4448.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/issue-4448/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/issue-4448/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3288/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/spawn-types.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/spawn-types/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/spawn-types/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3292/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/send_str_treemap.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/send_str_treemap/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/send_str_treemap/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3293/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/task-comm-1.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-1/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-1/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3294/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/task-comm-12.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-12/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-12/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3295/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/issue-8827.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/issue-8827/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/issue-8827/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3296/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/task-comm-17.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-17/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-17/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3297/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/send-resource.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/send-resource/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/send-resource/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3298/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/task-comm-13.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-13/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-13/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3299/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/task-comm-0.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-0/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-0/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3300/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/task-comm-4.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-4/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-4/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3301/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/task-comm-14.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-14/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-14/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3302/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/sync-send-iterators-in-libcollections.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sync-send-iterators-in-libcollections/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/sync-send-iterators-in-libcollections/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3303/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/task-spawn-barefn.rs stdout ----


error: error pattern 'Ensure that the child thread runs by panicking' not found!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-spawn-barefn/a"
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-spawn-barefn/a", waiting for result
------------------------------------------
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3304/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/task-comm-5.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-5/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-5/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3307/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/task-comm-15.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-15/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-15/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3308/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/task-comm-11.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-11/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-11/a", waiting for result
--- stderr -------------------------------
--- stderr -------------------------------
CANNOT LINK EXECUTABLE: could not load library "libstd-ef8e480f4327ce79.so" needed by "/data/local/tmp/work/test3305/a"; caused by cannot locate symbol "preadv" referenced by "libstd-ef8e480f4327ce79.so"...


---- [ui] tests/ui/threads-sendsync/task-comm-6.rs stdout ----


error: test run failed!
status: exit status: 1
command: RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/remote-test-client" "run" "0" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-6/a"
--- stdout -------------------------------
uploaded "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/threads-sendsync/task-comm-6/a", waiting for result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants