[INFO] fetching crate batch_oper 2.3.1... [INFO] testing batch_oper-2.3.1 against 1.95.0 for beta-1.96-1 [INFO] extracting crate batch_oper 2.3.1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate batch_oper 2.3.1 [INFO] finished tweaking crates.io crate batch_oper 2.3.1 [INFO] tweaked toml for crates.io crate batch_oper 2.3.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate batch_oper 2.3.1 on toolchain 1.95.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tuples v1.20.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9dd317a48d6b20e777bf2d2af283d4b2be2ebaa2996fc621e22868b46153623 [INFO] running `Command { std: "docker" "start" "-a" "c9dd317a48d6b20e777bf2d2af283d4b2be2ebaa2996fc621e22868b46153623", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9dd317a48d6b20e777bf2d2af283d4b2be2ebaa2996fc621e22868b46153623", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9dd317a48d6b20e777bf2d2af283d4b2be2ebaa2996fc621e22868b46153623", kill_on_drop: false }` [INFO] [stdout] c9dd317a48d6b20e777bf2d2af283d4b2be2ebaa2996fc621e22868b46153623 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 51561e56fbc24c19b2e5390f5ccf7b2907bac59cf4badaed4adee85d6c5a7780 [INFO] running `Command { std: "docker" "start" "-a" "51561e56fbc24c19b2e5390f5ccf7b2907bac59cf4badaed4adee85d6c5a7780", kill_on_drop: false }` [INFO] [stderr] Compiling tuples v1.20.1 [INFO] [stderr] Compiling batch_oper v2.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.86s [INFO] [stdout] warning: unused import: `macro_lit::*` [INFO] [stdout] --> src/lib.rs:568:9 [INFO] [stdout] | [INFO] [stdout] 568 | pub use macro_lit::*; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/chain_panic.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | panic!(self) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 8 - panic!(self) [INFO] [stdout] 8 + std::panic::panic_any(self) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "51561e56fbc24c19b2e5390f5ccf7b2907bac59cf4badaed4adee85d6c5a7780", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51561e56fbc24c19b2e5390f5ccf7b2907bac59cf4badaed4adee85d6c5a7780", kill_on_drop: false }` [INFO] [stdout] 51561e56fbc24c19b2e5390f5ccf7b2907bac59cf4badaed4adee85d6c5a7780 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e7e10ccc69ba53955ead01c76ff537aea99d1d84f0452144fe66f7aacc644f4 [INFO] running `Command { std: "docker" "start" "-a" "5e7e10ccc69ba53955ead01c76ff537aea99d1d84f0452144fe66f7aacc644f4", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `macro_lit::*` [INFO] [stdout] --> src/lib.rs:568:9 [INFO] [stdout] | [INFO] [stdout] 568 | pub use macro_lit::*; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/chain_panic.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | panic!(self) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 8 - panic!(self) [INFO] [stdout] 8 + std::panic::panic_any(self) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling batch_oper v2.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: this labeled break expression is easy to confuse with an unlabeled break with a labeled value expression [INFO] [stdout] --> src/lib.rs:515:84 [INFO] [stdout] | [INFO] [stdout] 515 | $($l :)? loop { _matchand!( $( $p = $e ; { } )* ; { break $($l)? $b ; }) ; break $($l)? $el; } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | let _: i32 = bop!('a: match && Some(va) = a, Some(vb) = b => { [INFO] [stdout] | __________________- [INFO] [stdout] 33 | | #[cfg(feature = "std")] { [INFO] [stdout] 34 | | println!("some {} {}", va, vb); [INFO] [stdout] ... | [INFO] [stdout] 38 | | 2 [INFO] [stdout] 39 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(break_with_label_and_loop)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap this expression in parentheses [INFO] [stdout] | [INFO] [stdout] 515 | $($l :)? loop { _matchand!( $( $p = $e ; { } )* ; { break $($l)? $b ; }) ; break $($l)? ($el); } [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this labeled break expression is easy to confuse with an unlabeled break with a labeled value expression [INFO] [stdout] --> src/lib.rs:515:61 [INFO] [stdout] | [INFO] [stdout] 515 | $($l :)? loop { _matchand!( $( $p = $e ; { } )* ; { break $($l)? $b ; }) ; break $($l)? $el; } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | let _: i32 = bop!('a: match && Some(va) = a, Some(vb) = b => { [INFO] [stdout] | __________________- [INFO] [stdout] 33 | | #[cfg(feature = "std")] { [INFO] [stdout] 34 | | println!("some {} {}", va, vb); [INFO] [stdout] ... | [INFO] [stdout] 38 | | 2 [INFO] [stdout] 39 | | }); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap this expression in parentheses [INFO] [stdout] | [INFO] [stdout] 515 | $($l :)? loop { _matchand!( $( $p = $e ; { } )* ; { break $($l)? ($b) ; }) ; break $($l)? $el; } [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `macro_lit::*` [INFO] [stdout] --> src/lib.rs:568:9 [INFO] [stdout] | [INFO] [stdout] 568 | pub use macro_lit::*; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/chain_panic.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | panic!(self) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 8 - panic!(self) [INFO] [stdout] 8 + std::panic::panic_any(self) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `Command { std: "docker" "inspect" "5e7e10ccc69ba53955ead01c76ff537aea99d1d84f0452144fe66f7aacc644f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e7e10ccc69ba53955ead01c76ff537aea99d1d84f0452144fe66f7aacc644f4", kill_on_drop: false }` [INFO] [stdout] 5e7e10ccc69ba53955ead01c76ff537aea99d1d84f0452144fe66f7aacc644f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a381db46f1a7fe9a47550650b6ce10696a8c6506ad20822fbeac7753d6b8e28f [INFO] running `Command { std: "docker" "start" "-a" "a381db46f1a7fe9a47550650b6ce10696a8c6506ad20822fbeac7753d6b8e28f", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `macro_lit::*` [INFO] [stderr] --> src/lib.rs:568:9 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 13 tests [INFO] [stderr] 568 | pub use macro_lit::*; [INFO] [stdout] test tests::test_batch ... ok [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stdout] test tests::test_in ... ok [INFO] [stderr] | [INFO] [stdout] test combin::tests::test_combin_tuple ... ok [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] test once_get::test ... ok [INFO] [stderr] [INFO] [stdout] test tests::it_works ... ok [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] test tests::test_let ... ok [INFO] [stderr] --> src/chain_panic.rs:8:16 [INFO] [stdout] test tests::test_macro_map_map_like ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_macro_set_set_like ... ok [INFO] [stderr] 8 | panic!(self) [INFO] [stdout] test tests::test_match ... ok [INFO] [stderr] | ^^^^ [INFO] [stdout] test tests::test_using ... ok [INFO] [stderr] | [INFO] [stdout] test chain_panic::tests::test_panic - should panic ... ok [INFO] [stderr] = note: for more information, see [INFO] [stdout] test chain_todo::tests::test_todo - should panic ... ok [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] test chain_todo::tests::test_todo_msg - should panic ... ok [INFO] [stderr] = note: for more information, see [INFO] [stdout] [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stderr] help: use std::panic::panic_any instead [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] 8 - panic!(self) [INFO] [stderr] 8 + std::panic::panic_any(self) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `batch_oper` (lib) generated 2 warnings (run `cargo fix --lib -p batch_oper` to apply 2 suggestions) [INFO] [stderr] warning: this labeled break expression is easy to confuse with an unlabeled break with a labeled value expression [INFO] [stderr] --> src/lib.rs:515:84 [INFO] [stderr] | [INFO] [stderr] 515 | $($l :)? loop { _matchand!( $( $p = $e ; { } )* ; { break $($l)? $b ; }) ; break $($l)? $el; } [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests.rs:32:18 [INFO] [stderr] | [INFO] [stderr] 32 | let _: i32 = bop!('a: match && Some(va) = a, Some(vb) = b => { [INFO] [stderr] | __________________- [INFO] [stderr] 33 | | #[cfg(feature = "std")] { [INFO] [stderr] 34 | | println!("some {} {}", va, vb); [INFO] [stderr] ... | [INFO] [stderr] 38 | | 2 [INFO] [stderr] 39 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(break_with_label_and_loop)]` on by default [INFO] [stderr] = note: this warning originates in the macro `bop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap this expression in parentheses [INFO] [stderr] | [INFO] [stderr] 515 | $($l :)? loop { _matchand!( $( $p = $e ; { } )* ; { break $($l)? $b ; }) ; break $($l)? ($el); } [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this labeled break expression is easy to confuse with an unlabeled break with a labeled value expression [INFO] [stderr] --> src/lib.rs:515:61 [INFO] [stderr] | [INFO] [stderr] 515 | $($l :)? loop { _matchand!( $( $p = $e ; { } )* ; { break $($l)? $b ; }) ; break $($l)? $el; } [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests.rs:32:18 [INFO] [stderr] | [INFO] [stderr] 32 | let _: i32 = bop!('a: match && Some(va) = a, Some(vb) = b => { [INFO] [stderr] | __________________- [INFO] [stderr] 33 | | #[cfg(feature = "std")] { [INFO] [stderr] 34 | | println!("some {} {}", va, vb); [INFO] [stderr] ... | [INFO] [stderr] 38 | | 2 [INFO] [stderr] 39 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `bop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap this expression in parentheses [INFO] [stderr] | [INFO] [stderr] 515 | $($l :)? loop { _matchand!( $( $p = $e ; { } )* ; { break $($l)? ($b) ; }) ; break $($l)? $el; } [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `batch_oper` (lib test) generated 4 warnings (2 duplicates) (run `cargo fix --lib -p batch_oper --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/batch_oper-db7a9bb1e3eab777) [INFO] [stderr] Doc-tests batch_oper [INFO] [stdout] [INFO] [stdout] running 93 tests [INFO] [stdout] test src/lib.rs - (line 132) ... ok [INFO] [stdout] test src/lib.rs - (line 183) ... ok [INFO] [stdout] test src/lib.rs - (line 144) ... ok [INFO] [stdout] test src/lib.rs - (line 172) ... ok [INFO] [stdout] test src/lib.rs - (line 117) ... ok [INFO] [stdout] test src/lib.rs - (line 160) ... ok [INFO] [stdout] test src/lib.rs - (line 195) ... ok [INFO] [stdout] test src/lib.rs - (line 232) ... ignored [INFO] [stdout] test src/lib.rs - (line 236) ... ignored [INFO] [stdout] test src/combin.rs - combin (line 5) ... ok [INFO] [stdout] test src/lib.rs - (line 254) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 104) ... ok [INFO] [stdout] test src/lib.rs - (line 21) ... ok [INFO] [stdout] test src/lib.rs - (line 213) ... ok [INFO] [stdout] test src/lib.rs - (line 206) ... ok [INFO] [stdout] test src/lib.rs - (line 47) ... ok [INFO] [stdout] test src/lib.rs - (line 28) ... ok [INFO] [stdout] test src/lib.rs - (line 219) ... ok [INFO] [stdout] test src/lib.rs - (line 226) ... ok [INFO] [stdout] test src/lib.rs - (line 55) ... ok [INFO] [stdout] test src/lib.rs - (line 41) ... ok [INFO] [stdout] test src/lib.rs - (line 240) ... ok [INFO] [stdout] test src/lib.rs - (line 63) ... ok [INFO] [stdout] test src/lib.rs - (line 83) ... ok [INFO] [stdout] test src/lib.rs - (line 70) ... ok [INFO] [stdout] test src/lib.rs - (line 98) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 34) ... ok [INFO] [stdout] test src/lib.rs - (line 76) ... ok [INFO] [stdout] test src/lib.rs - bop (line 295) ... ok [INFO] [stdout] test src/lib.rs - bop (line 288) ... ok [INFO] [stdout] test src/lib.rs - (line 91) ... ok [INFO] [stdout] test src/lib.rs - bop (line 337) ... ok [INFO] [stdout] test src/lib.rs - bop (line 308) ... ok [INFO] [stdout] test src/lib.rs - bop (line 365) - compile ... ok [INFO] [stdout] test src/lib.rs - bop (line 350) ... ok [INFO] [stdout] test src/lib.rs - bop (line 301) ... ok [INFO] [stdout] test src/lib.rs - bop (line 358) ... ok [INFO] [stdout] test src/lib.rs - bop (line 343) ... ok [INFO] [stdout] test src/lib.rs - bop (line 314) ... ok [INFO] [stdout] test src/lib.rs - bop (line 384) ... ok [INFO] [stdout] test src/lib.rs - bop (line 330) ... ok [INFO] [stdout] test src/lib.rs - bop (line 427) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 371) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 439) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 399) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 480) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 499) ... ignored [INFO] [stdout] test src/lib.rs - bop (line 503) ... ignored [INFO] [stdout] test src/lib.rs - bop (line 486) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::arr (line 32) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 493) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::arr (line 25) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 473) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::btset (line 351) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 411) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::deque (line 43) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::btmap (line 237) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 462) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 450) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::btmap (line 226) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::heap (line 391) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::deque (line 51) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::heap (line 383) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 100) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 92) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 116) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 160) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 76) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 124) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::map_append (line 273) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::new (line 2) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 68) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 195) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::btset (line 359) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 184) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 291) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::map_append (line 261) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::new (line 9) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 171) ... FAILED [INFO] [stdout] test src/side_effect.rs - side_effect::Also (line 62) ... FAILED [INFO] [stdout] test src/once_get.rs - once_get (line 1) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 299) ... FAILED [INFO] [stdout] test src/side_effect.rs - side_effect::AlsoMut::also_mut (line 97) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 312) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 320) ... FAILED [INFO] [stdout] test src/side_effect.rs - side_effect::Used::used (line 47) ... FAILED [INFO] [stdout] test src/side_effect.rs - side_effect::Also::also (line 70) ... FAILED [INFO] [stdout] test src/side_effect.rs - side_effect::using (line 19) - compile ... FAILED [INFO] [stdout] test src/named_into.rs - named_into (line 3) ... FAILED [INFO] [stdout] test src/side_effect.rs - side_effect::Used (line 39) ... FAILED [INFO] [stdout] test src/side_effect.rs - side_effect::using (line 5) ... FAILED [INFO] [stdout] test src/side_effect.rs - side_effect::AlsoMut (line 86) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 322) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - bop (line 427) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctest8mbQ1L/rustc0WyIHE" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - bop (line 371) stdout ---- [INFO] [stdout] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - bop (line 439) stdout ---- [INFO] [stdout] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - bop (line 399) stdout ---- [INFO] [stdout] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - bop (line 480) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestkkgl97/rmetapP9pNE" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - bop (line 486) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestRLhFrX/rmetaLIsZs0" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::arr (line 32) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestCAGvUv/rmetaHQr6ec" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - bop (line 493) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestrjArUe/rmeta15ijhx" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::arr (line 25) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctest7QGevR/rmetauIiNpk" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - bop (line 473) stdout ---- [INFO] [stdout] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::btset (line 351) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestnRRIxT/rmetau6PBxx" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - bop (line 411) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustdoctestTHUtPQ/rustcxdRYnj/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestTHUtPQ/rustcxdRYnj/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestTHUtPQ/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. [INFO] [stdout] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0s0ngq.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o /tmp/rustdoctestTHUtPQ/rust_out /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/tmp/rustdoctestTHUtPQ/rustcxdRYnj/raw-dylibs -L/opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. /tmp/rustdoctestTHUtPQ/rustcxdRYnj/symbols.o /tmp/rustdoctestTHUtPQ/rust_out.rust_out.9c63b68f62c51ce9-cgu.0.rcgu.o /tmp/rustdoctestTHUtPQ/rust_out.2b2mu2pf9hn3psikv3xk0mcgw.rcgu.o --as-needed -Bstatic /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d1237ef7159db0a2.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4be5972b22d3a6da.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-2a81194c9d07bbf6.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-ea71fa85f6699d6b.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a79a8816d9fd6004.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-46dc78dc6a8cb06a.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-0ce073fff809ec38.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-146c3f1190dee2e2.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-e305c7135f50bfab.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-1448c95121de53aa.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5bc57914b232292d.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5ad929a15a8e6727.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-1f570ee5c6635aae.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-545faafa3c69262e.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-5b1ad6df1855186c.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-75c1307561ed9634.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6e6df4ffe0af4d15.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-120cbae4e86ec454.rlib /opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-27cfc16bdf3bb694.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::deque (line 43) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctesteLAIqK/rmetaopSBQr" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::btmap (line 237) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctest1h1ZxU/rmetaLBkYfq" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - bop (line 462) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctest5E8waE/rmeta8gcZfA" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - bop (line 450) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestdNTrtR/rmeta52p9k6" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::btmap (line 226) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestmX6JJ9/rmetaBDOTY5" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::heap (line 391) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestt5qdxC/rmetaRW4WHd" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::deque (line 51) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestc5z5sb/rmetaSHVOOO" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::heap (line 383) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestoUeZGe/rmetaBd92f1" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::list (line 100) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctesttespd6/rmetapx2Bvn" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::list (line 92) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctest1YYEBk/rmeta00Ei8J" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::list (line 116) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestLJezX6/rmetauNHzfP" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::map (line 160) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestbrYRWT/rmeta9doefX" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::list (line 76) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestcvOpuQ/rmetayXjxVQ" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::list (line 124) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestw4Qjhp/rmetaCiQFHR" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::map_append (line 273) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestjjVSma/rmetabaS7vz" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::new (line 2) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestYuVHef/rmetaejJppF" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::list (line 68) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctest9jYP1T/rmetaT0WxCH" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::map (line 195) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestMVnNJP/rmetaQyTmaH" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::btset (line 359) stdout ---- [INFO] [stdout] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::map (line 184) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctest6VvKk1/rmeta05JBTd" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::set (line 291) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctesteEHMGj/rmetaV1e8at" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::map_append (line 261) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestCzLpBr/rmetaC97YgN" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::new (line 9) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctest3nZbPB/rmeta26S5Mv" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::map (line 171) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestVcW2hD/rmetae8KWMf" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/side_effect.rs - side_effect::Also (line 62) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestCtq2Gv/rmetaWCVyvn" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/once_get.rs - once_get (line 1) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestFwAXoW/rmetaWTxS0C" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::set (line 299) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestijMwoT/rmetajsXpGu" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/side_effect.rs - side_effect::AlsoMut::also_mut (line 97) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestuKd4Ml/rmetaXn1vsH" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::set (line 312) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestU4cpyJ/rmetaFdVcpN" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::set (line 320) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestacR2aO/rmetauBeGhg" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/side_effect.rs - side_effect::Used::used (line 47) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestfmcWSJ/rmetajoZh38" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/side_effect.rs - side_effect::Also::also (line 70) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestxGRpGu/rmetaW8j3md" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/side_effect.rs - side_effect::using (line 19) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestv1xqWv/rmetaG2nTui" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/named_into.rs - named_into (line 3) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestpXk7pD/rmetaS7GOVL" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/side_effect.rs - side_effect::Used (line 39) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestwpfrSR/rmeta0YJeuX" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/side_effect.rs - side_effect::using (line 5) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctest3OhxDH/rmetaI9xzv7" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/side_effect.rs - side_effect::AlsoMut (line 86) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctestVySYQt/rmetaInUnln" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - bop (line 322) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustdoctestJDF6RI/rustcz70U64/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestJDF6RI/rustcz70U64/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestJDF6RI/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. [INFO] [stdout] Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it): [INFO] [stdout] 0 libLLVM.so.22.1-rust-1.95.0-stable 0x00007fa319558e47 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 39 [INFO] [stdout] 1 libLLVM.so.22.1-rust-1.95.0-stable 0x00007fa31955973d [INFO] [stdout] 2 libc.so.6 0x00007fa313433330 [INFO] [stdout] 3 libc.so.6 0x00007fa313576b08 [INFO] [stdout] 4 libLLVM.so.22.1-rust-1.95.0-stable 0x00007fa31ca68bb7 [INFO] [stdout] 5 libLLVM.so.22.1-rust-1.95.0-stable 0x00007fa3195014e1 [INFO] [stdout] 6 libLLVM.so.22.1-rust-1.95.0-stable 0x00007fa3195000e0 llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref) + 192 [INFO] [stdout] 7 rust-lld 0x00005bf7a7c240bd [INFO] [stdout] 8 rust-lld 0x00005bf7a7bad81a [INFO] [stdout] 9 libLLVM.so.22.1-rust-1.95.0-stable 0x00007fa3195013b2 [INFO] [stdout] 10 libLLVM.so.22.1-rust-1.95.0-stable 0x00007fa319500b6a [INFO] [stdout] 11 libLLVM.so.22.1-rust-1.95.0-stable 0x00007fa3194662f0 [INFO] [stdout] 12 libc.so.6 0x00007fa31348aaa4 [INFO] [stdout] 13 libc.so.6 0x00007fa313517a64 __clone + 68 [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - bop (line 322) [INFO] [stdout] src/lib.rs - bop (line 371) [INFO] [stdout] src/lib.rs - bop (line 399) [INFO] [stdout] src/lib.rs - bop (line 411) [INFO] [stdout] src/lib.rs - bop (line 427) [INFO] [stdout] src/lib.rs - bop (line 439) [INFO] [stdout] src/lib.rs - bop (line 450) [INFO] [stdout] src/lib.rs - bop (line 462) [INFO] [stdout] src/lib.rs - bop (line 473) [INFO] [stdout] src/lib.rs - bop (line 480) [INFO] [stdout] src/lib.rs - bop (line 486) [INFO] [stdout] src/lib.rs - bop (line 493) [INFO] [stdout] src/macro_lit.rs - macro_lit::arr (line 25) [INFO] [stdout] src/macro_lit.rs - macro_lit::arr (line 32) [INFO] [stdout] src/macro_lit.rs - macro_lit::btmap (line 226) [INFO] [stdout] src/macro_lit.rs - macro_lit::btmap (line 237) [INFO] [stdout] src/macro_lit.rs - macro_lit::btset (line 351) [INFO] [stdout] src/macro_lit.rs - macro_lit::btset (line 359) [INFO] [stdout] src/macro_lit.rs - macro_lit::deque (line 43) [INFO] [stdout] src/macro_lit.rs - macro_lit::deque (line 51) [INFO] [stdout] src/macro_lit.rs - macro_lit::heap (line 383) [INFO] [stdout] src/macro_lit.rs - macro_lit::heap (line 391) [INFO] [stdout] src/macro_lit.rs - macro_lit::list (line 100) [INFO] [stdout] src/macro_lit.rs - macro_lit::list (line 116) [INFO] [stdout] src/macro_lit.rs - macro_lit::list (line 124) [INFO] [stdout] src/macro_lit.rs - macro_lit::list (line 68) [INFO] [stdout] src/macro_lit.rs - macro_lit::list (line 76) [INFO] [stdout] src/macro_lit.rs - macro_lit::list (line 92) [INFO] [stdout] src/macro_lit.rs - macro_lit::map (line 160) [INFO] [stdout] src/macro_lit.rs - macro_lit::map (line 171) [INFO] [stdout] src/macro_lit.rs - macro_lit::map (line 184) [INFO] [stdout] src/macro_lit.rs - macro_lit::map (line 195) [INFO] [stdout] src/macro_lit.rs - macro_lit::map_append (line 261) [INFO] [stdout] src/macro_lit.rs - macro_lit::map_append (line 273) [INFO] [stdout] src/macro_lit.rs - macro_lit::new (line 2) [INFO] [stdout] src/macro_lit.rs - macro_lit::new (line 9) [INFO] [stdout] src/macro_lit.rs - macro_lit::set (line 291) [INFO] [stdout] src/macro_lit.rs - macro_lit::set (line 299) [INFO] [stdout] src/macro_lit.rs - macro_lit::set (line 312) [INFO] [stdout] src/macro_lit.rs - macro_lit::set (line 320) [INFO] [stdout] src/named_into.rs - named_into (line 3) [INFO] [stdout] src/once_get.rs - once_get (line 1) [INFO] [stdout] src/side_effect.rs - side_effect::Also (line 62) [INFO] [stdout] src/side_effect.rs - side_effect::Also::also (line 70) [INFO] [stdout] src/side_effect.rs - side_effect::AlsoMut (line 86) [INFO] [stdout] src/side_effect.rs - side_effect::AlsoMut::also_mut (line 97) [INFO] [stdout] src/side_effect.rs - side_effect::Used (line 39) [INFO] [stdout] src/side_effect.rs - side_effect::Used::used (line 47) [INFO] [stdout] src/side_effect.rs - side_effect::using (line 19) [INFO] [stdout] src/side_effect.rs - side_effect::using (line 5) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 39 passed; 50 failed; 4 ignored; 0 measured; 0 filtered out; finished in 5.70s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a381db46f1a7fe9a47550650b6ce10696a8c6506ad20822fbeac7753d6b8e28f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a381db46f1a7fe9a47550650b6ce10696a8c6506ad20822fbeac7753d6b8e28f", kill_on_drop: false }` [INFO] [stdout] a381db46f1a7fe9a47550650b6ce10696a8c6506ad20822fbeac7753d6b8e28f