[INFO] fetching crate libsugar 2.4.1... [INFO] testing libsugar-2.4.1 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate libsugar 2.4.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate libsugar 2.4.1 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libsugar 2.4.1 [INFO] finished tweaking crates.io crate libsugar 2.4.1 [INFO] tweaked toml for crates.io crate libsugar 2.4.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tuples v1.4.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 59e921e55750e194ba41e6029582d259e13c564f297efe3c2dbf084bf3c890d9 [INFO] running `Command { std: "docker" "start" "-a" "59e921e55750e194ba41e6029582d259e13c564f297efe3c2dbf084bf3c890d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59e921e55750e194ba41e6029582d259e13c564f297efe3c2dbf084bf3c890d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59e921e55750e194ba41e6029582d259e13c564f297efe3c2dbf084bf3c890d9", kill_on_drop: false }` [INFO] [stdout] 59e921e55750e194ba41e6029582d259e13c564f297efe3c2dbf084bf3c890d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcc891e9e835d0779260a55671bed2a7813e49f76f3fb2b620b7ba9baa262d45 [INFO] running `Command { std: "docker" "start" "-a" "dcc891e9e835d0779260a55671bed2a7813e49f76f3fb2b620b7ba9baa262d45", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling tuples v1.4.1 [INFO] [stderr] Compiling libsugar v2.4.1 (/opt/rustwide/workdir) [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] | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.80s [INFO] running `Command { std: "docker" "inspect" "dcc891e9e835d0779260a55671bed2a7813e49f76f3fb2b620b7ba9baa262d45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcc891e9e835d0779260a55671bed2a7813e49f76f3fb2b620b7ba9baa262d45", kill_on_drop: false }` [INFO] [stdout] dcc891e9e835d0779260a55671bed2a7813e49f76f3fb2b620b7ba9baa262d45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 558b6a68a9150cba023a3d8a4bbdd27bea851af5357967b9af01363622674160 [INFO] running `Command { std: "docker" "start" "-a" "558b6a68a9150cba023a3d8a4bbdd27bea851af5357967b9af01363622674160", kill_on_drop: false }` [INFO] [stderr] Compiling libsugar v2.4.1 (/opt/rustwide/workdir) [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] | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [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:268:84 [INFO] [stdout] | [INFO] [stdout] 268 | $($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] 35 | | } [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] 268 | $($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:268:61 [INFO] [stdout] | [INFO] [stdout] 268 | $($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] 35 | | } [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] 268 | $($l :)? loop { _matchand!( $( $p = $e ; { } )* ; { break $($l)? ($b) ; }) ; break $($l)? $el; } [INFO] [stdout] | + + [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] | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.37s [INFO] running `Command { std: "docker" "inspect" "558b6a68a9150cba023a3d8a4bbdd27bea851af5357967b9af01363622674160", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "558b6a68a9150cba023a3d8a4bbdd27bea851af5357967b9af01363622674160", kill_on_drop: false }` [INFO] [stdout] 558b6a68a9150cba023a3d8a4bbdd27bea851af5357967b9af01363622674160 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5db67c2b1b6108272e70196782b1c514231a84320c221ee637c24716c6ca706f [INFO] running `Command { std: "docker" "start" "-a" "5db67c2b1b6108272e70196782b1c514231a84320c221ee637c24716c6ca706f", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/chain_panic.rs:8:16 [INFO] [stderr] | [INFO] [stderr] 8 | panic!(self) [INFO] [stderr] | ------ ^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `libsugar` (lib) generated 1 warning [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:268:84 [INFO] [stderr] | [INFO] [stderr] 268 | $($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] 35 | | } [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] 268 | $($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:268:61 [INFO] [stderr] | [INFO] [stderr] 268 | $($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] 35 | | } [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] 268 | $($l :)? loop { _matchand!( $( $p = $e ; { } )* ; { break $($l)? ($b) ; }) ; break $($l)? $el; } [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `libsugar` (lib test) generated 3 warnings (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libsugar-27705bc69d2507a4) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test combin::tests::test_combin_tuple ... ok [INFO] [stdout] test once_get::test ... ok [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] test tests::test_batch ... ok [INFO] [stdout] test tests::test_in ... ok [INFO] [stdout] test tests::test_let ... ok [INFO] [stdout] test tests::test_macro_map_map_like ... ok [INFO] [stdout] test tests::test_macro_set_set_like ... ok [INFO] [stdout] test tests::test_match ... ok [INFO] [stdout] test tests::test_using ... ok [INFO] [stdout] test chain_panic::tests::test_panic - should panic ... ok [INFO] [stdout] test chain_todo::tests::test_todo - should panic ... ok [INFO] [stdout] test chain_todo::tests::test_todo_msg - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests libsugar [INFO] [stdout] [INFO] [stdout] running 65 tests [INFO] [stdout] test src/lib.rs - bop (line 252) ... ignored [INFO] [stdout] test src/lib.rs - bop (line 256) ... ignored [INFO] [stdout] test src/lib.rs - bop (line 118) - compile ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::using (line 19) - compile ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 291) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 152) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 184) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::btset (line 351) ... FAILED [INFO] [stdout] test src/combin.rs - combin (line 5) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::map_append (line 261) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::btset (line 359) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 299) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 164) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 160) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 203) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 171) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 312) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::btmap (line 226) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 195) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::btmap (line 237) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 320) ... FAILED [INFO] [stdout] test src/macro_lit.rs - macro_lit::deque (line 43) ... FAILED [INFO] [stdout] test src/lib.rs - bop (line 246) ... ok [INFO] [stdout] test src/lib.rs - bop (line 180) ... ok [INFO] [stdout] test src/lib.rs - bop (line 61) ... ok [INFO] [stdout] test src/lib.rs - bop (line 239) ... ok [INFO] [stdout] test src/lib.rs - bop (line 48) ... ok [INFO] [stdout] test src/lib.rs - bop (line 90) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 124) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::using (line 5) ... ok [INFO] [stdout] test src/named_into.rs - named_into (line 3) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::new (line 2) ... ok [INFO] [stdout] test src/lib.rs - bop (line 192) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 92) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::deque (line 51) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 76) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::Used::used (line 47) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 68) ... ok [INFO] [stdout] test src/lib.rs - bop (line 226) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::AlsoMut (line 86) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::new (line 9) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::Also::also (line 70) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::heap (line 383) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::AlsoMut::also_mut (line 97) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 116) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 100) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::arr (line 25) ... ok [INFO] [stdout] test src/once_get.rs - once_get (line 2) ... ok [INFO] [stdout] test src/lib.rs - bop (line 233) ... ok [INFO] [stdout] test src/lib.rs - bop (line 83) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::map_append (line 273) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::Also (line 62) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::heap (line 391) ... ok [INFO] [stdout] test src/lib.rs - bop (line 75) ... ok [INFO] [stdout] test src/lib.rs - bop (line 96) ... ok [INFO] [stdout] test src/lib.rs - bop (line 124) ... ok [INFO] [stdout] test src/lib.rs - bop (line 137) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::Used (line 39) ... ok [INFO] [stdout] test src/lib.rs - bop (line 41) ... ok [INFO] [stdout] test src/lib.rs - bop (line 111) ... ok [INFO] [stdout] test src/lib.rs - bop (line 67) ... ok [INFO] [stdout] test src/macro_lit.rs - macro_lit::arr (line 32) ... ok [INFO] [stdout] test src/lib.rs - bop (line 215) ... ok [INFO] [stdout] test src/lib.rs - bop (line 54) ... ok [INFO] [stdout] test src/lib.rs - bop (line 103) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::set (line 291) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::map (line 184) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::btset (line 351) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::map_append (line 261) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::btset (line 359) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::set (line 299) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::map (line 160) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::map (line 171) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::set (line 312) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::btmap (line 226) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::map (line 195) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::btmap (line 237) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::set (line 320) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macro_lit.rs - macro_lit::deque (line 43) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [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::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::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] [INFO] [stdout] test result: FAILED. 49 passed; 14 failed; 2 ignored; 0 measured; 0 filtered out; finished in 12.32s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "5db67c2b1b6108272e70196782b1c514231a84320c221ee637c24716c6ca706f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5db67c2b1b6108272e70196782b1c514231a84320c221ee637c24716c6ca706f", kill_on_drop: false }` [INFO] [stdout] 5db67c2b1b6108272e70196782b1c514231a84320c221ee637c24716c6ca706f