[INFO] fetching crate batch_oper 2.3.1...
[INFO] testing batch_oper-2.3.1 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate batch_oper 2.3.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate batch_oper 2.3.1 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tuples v1.15.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 72255d37fc40be38f4007b1316c98a0ecf028f77c7df9c7676b7c298de3298ba
[INFO] running `Command { std: "docker" "start" "-a" "72255d37fc40be38f4007b1316c98a0ecf028f77c7df9c7676b7c298de3298ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "72255d37fc40be38f4007b1316c98a0ecf028f77c7df9c7676b7c298de3298ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72255d37fc40be38f4007b1316c98a0ecf028f77c7df9c7676b7c298de3298ba", kill_on_drop: false }`
[INFO] [stdout] 72255d37fc40be38f4007b1316c98a0ecf028f77c7df9c7676b7c298de3298ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e91bfe68a8af55ebbfe131aa1d33885ca7796546a4ceac4848afb77b003f382
[INFO] running `Command { std: "docker" "start" "-a" "9e91bfe68a8af55ebbfe131aa1d33885ca7796546a4ceac4848afb77b003f382", kill_on_drop: false }`
[INFO] [stderr]    Compiling tuples v1.15.0
[INFO] [stderr]    Compiling batch_oper v2.3.1 (/opt/rustwide/workdir)
[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)]` 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]   |         help: use std::panic::panic_any instead: `std::panic::panic_any`
[INFO] [stdout]   |
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]   = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.19s
[INFO] running `Command { std: "docker" "inspect" "9e91bfe68a8af55ebbfe131aa1d33885ca7796546a4ceac4848afb77b003f382", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e91bfe68a8af55ebbfe131aa1d33885ca7796546a4ceac4848afb77b003f382", kill_on_drop: false }`
[INFO] [stdout] 9e91bfe68a8af55ebbfe131aa1d33885ca7796546a4ceac4848afb77b003f382
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 20ea07227c0463a784768be80241ccf84a5a3986f0fa1a3fcad1ab8f5b5aa4ee
[INFO] running `Command { std: "docker" "start" "-a" "20ea07227c0463a784768be80241ccf84a5a3986f0fa1a3fcad1ab8f5b5aa4ee", 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)]` 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]   |         help: use std::panic::panic_any instead: `std::panic::panic_any`
[INFO] [stdout]   |
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]   = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[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] 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] 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] 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] 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)]` 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]   |         help: use std::panic::panic_any instead: `std::panic::panic_any`
[INFO] [stdout]   |
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]   = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] running `Command { std: "docker" "inspect" "20ea07227c0463a784768be80241ccf84a5a3986f0fa1a3fcad1ab8f5b5aa4ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20ea07227c0463a784768be80241ccf84a5a3986f0fa1a3fcad1ab8f5b5aa4ee", kill_on_drop: false }`
[INFO] [stdout] 20ea07227c0463a784768be80241ccf84a5a3986f0fa1a3fcad1ab8f5b5aa4ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8a4b0030e402e4b6328b9264810e717f3a346d4759e8761400636bed3f93baf4
[INFO] running `Command { std: "docker" "start" "-a" "8a4b0030e402e4b6328b9264810e717f3a346d4759e8761400636bed3f93baf4", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `macro_lit::*`
[INFO] [stderr]    --> src/lib.rs:568:9
[INFO] [stderr]     |
[INFO] [stderr] 568 | pub use macro_lit::*;
[INFO] [stderr]     |         ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[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: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]   = note: `#[warn(non_fmt_panics)]` on by default
[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] 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] 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] 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] 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.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/batch_oper-b3532e1b2899dced)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test once_get::test ... ok
[INFO] [stdout] test tests::test_batch ... ok
[INFO] [stdout] test combin::tests::test_combin_tuple ... ok
[INFO] [stdout] test tests::test_in ... ok
[INFO] [stdout] test tests::it_works ... 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_msg - should panic ... ok
[INFO] [stdout] test chain_todo::tests::test_todo - 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 batch_oper
[INFO] [stdout] 
[INFO] [stdout] running 93 tests
[INFO] [stdout] test src/lib.rs - (line 232) ... ignored
[INFO] [stdout] test src/lib.rs - (line 236) ... ignored
[INFO] [stdout] test src/lib.rs - (line 254) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 195) ... ok
[INFO] [stdout] test src/lib.rs - (line 117) ... ok
[INFO] [stdout] test src/lib.rs - (line 144) ... ok
[INFO] [stdout] test src/lib.rs - (line 240) ... ok
[INFO] [stdout] test src/combin.rs - combin (line 5) ... ok
[INFO] [stdout] test src/lib.rs - (line 160) ... 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 183) ... ok
[INFO] [stdout] test src/lib.rs - (line 226) ... ok
[INFO] [stdout] test src/lib.rs - (line 219) ... ok
[INFO] [stdout] test src/lib.rs - (line 172) ... 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 28) ... ok
[INFO] [stdout] test src/lib.rs - (line 132) ... ok
[INFO] [stdout] test src/lib.rs - (line 98) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 41) ... ok
[INFO] [stdout] test src/lib.rs - (line 34) ... ok
[INFO] [stdout] test src/lib.rs - (line 55) ... 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 47) ... ok
[INFO] [stdout] test src/lib.rs - (line 70) ... ok
[INFO] [stdout] test src/lib.rs - (line 76) ... 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 - (line 91) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 314) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 288) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 343) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 322) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 295) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 337) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 350) ... ok
[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 301) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 330) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 399) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 358) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 384) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 371) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 427) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 439) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 411) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 450) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 473) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 462) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::arr (line 32) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 493) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 480) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 486) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::arr (line 25) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::btmap (line 237) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::btset (line 351) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::deque (line 51) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::btmap (line 226) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::btset (line 359) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::heap (line 391) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::deque (line 43) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 100) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 68) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 124) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 76) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 92) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 116) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::heap (line 383) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 171) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 160) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::map_append (line 261) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::map_append (line 273) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::new (line 9) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::new (line 2) ... ok
[INFO] [stdout] test src/named_into.rs - named_into (line 3) ... ok
[INFO] [stdout] test src/once_get.rs - once_get (line 1) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 299) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 184) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::using (line 19) - compile ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 195) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::Also (line 62) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::Also::also (line 70) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::AlsoMut::also_mut (line 97) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::using (line 5) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::Used (line 39) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::Used::used (line 47) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 312) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::AlsoMut (line 86) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 291) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 320) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 89 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 2.37s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8a4b0030e402e4b6328b9264810e717f3a346d4759e8761400636bed3f93baf4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a4b0030e402e4b6328b9264810e717f3a346d4759e8761400636bed3f93baf4", kill_on_drop: false }`
[INFO] [stdout] 8a4b0030e402e4b6328b9264810e717f3a346d4759e8761400636bed3f93baf4
[INFO] testing batch_oper-2.3.1 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate batch_oper 2.3.1 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate batch_oper 2.3.1 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e6106db233104420fba0cf056b4264c80d171ef4a3ad6376f98a8060e1ea5f08
[INFO] running `Command { std: "docker" "start" "-a" "e6106db233104420fba0cf056b4264c80d171ef4a3ad6376f98a8060e1ea5f08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6106db233104420fba0cf056b4264c80d171ef4a3ad6376f98a8060e1ea5f08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6106db233104420fba0cf056b4264c80d171ef4a3ad6376f98a8060e1ea5f08", kill_on_drop: false }`
[INFO] [stdout] e6106db233104420fba0cf056b4264c80d171ef4a3ad6376f98a8060e1ea5f08
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc5ae0a1c95bb67d309830916cef0247ba48d36549f34dee3435a677cf25d069
[INFO] running `Command { std: "docker" "start" "-a" "bc5ae0a1c95bb67d309830916cef0247ba48d36549f34dee3435a677cf25d069", kill_on_drop: false }`
[INFO] [stderr]    Compiling tuples v1.15.0
[INFO] [stderr]    Compiling batch_oper v2.3.1 (/opt/rustwide/workdir)
[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)]` 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]   |         help: use std::panic::panic_any instead: `std::panic::panic_any`
[INFO] [stdout]   |
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]   = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.68s
[INFO] running `Command { std: "docker" "inspect" "bc5ae0a1c95bb67d309830916cef0247ba48d36549f34dee3435a677cf25d069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc5ae0a1c95bb67d309830916cef0247ba48d36549f34dee3435a677cf25d069", kill_on_drop: false }`
[INFO] [stdout] bc5ae0a1c95bb67d309830916cef0247ba48d36549f34dee3435a677cf25d069
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7fd246066e588cc595a5f32e4578f07107d91890b0a771ac077d300d0707dd1e
[INFO] running `Command { std: "docker" "start" "-a" "7fd246066e588cc595a5f32e4578f07107d91890b0a771ac077d300d0707dd1e", kill_on_drop: false }`
[INFO] [stderr]    Compiling batch_oper v2.3.1 (/opt/rustwide/workdir)
[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)]` 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]   |         help: use std::panic::panic_any instead: `std::panic::panic_any`
[INFO] [stdout]   |
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]   = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings 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: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] 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] 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] 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] 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)]` 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]   |         help: use std::panic::panic_any instead: `std::panic::panic_any`
[INFO] [stdout]   |
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]   = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "7fd246066e588cc595a5f32e4578f07107d91890b0a771ac077d300d0707dd1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fd246066e588cc595a5f32e4578f07107d91890b0a771ac077d300d0707dd1e", kill_on_drop: false }`
[INFO] [stdout] 7fd246066e588cc595a5f32e4578f07107d91890b0a771ac077d300d0707dd1e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c5288e46111c779ac189f7d02dafb6764e0d4f91a3119821ee3ea033f51258d3
[INFO] running `Command { std: "docker" "start" "-a" "c5288e46111c779ac189f7d02dafb6764e0d4f91a3119821ee3ea033f51258d3", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `macro_lit::*`
[INFO] [stderr]    --> src/lib.rs:568:9
[INFO] [stderr]     |
[INFO] [stderr] 568 | pub use macro_lit::*;
[INFO] [stderr]     |         ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[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: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]   = note: `#[warn(non_fmt_panics)]` on by default
[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] 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] 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] 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] 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.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/batch_oper-b3532e1b2899dced)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test combin::tests::test_combin_tuple ... ok
[INFO] [stdout] test tests::test_in ... ok
[INFO] [stdout] test tests::test_batch ... ok
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] test once_get::test ... 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_msg - should panic ... ok
[INFO] [stdout] test chain_todo::tests::test_todo - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests batch_oper
[INFO] [stdout] 
[INFO] [stdout] running 93 tests
[INFO] [stdout] test src/lib.rs - (line 232) ... ignored
[INFO] [stdout] test src/lib.rs - (line 236) ... ignored
[INFO] [stdout] test src/lib.rs - (line 254) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 132) ... ok
[INFO] [stdout] test src/lib.rs - (line 213) ... ok
[INFO] [stdout] test src/lib.rs - (line 226) ... ok
[INFO] [stdout] test src/lib.rs - (line 172) ... ok
[INFO] [stdout] test src/lib.rs - (line 104) ... ok
[INFO] [stdout] test src/lib.rs - (line 219) ... ok
[INFO] [stdout] test src/lib.rs - (line 195) ... ok
[INFO] [stdout] test src/lib.rs - (line 183) ... ok
[INFO] [stdout] test src/lib.rs - (line 21) ... ok
[INFO] [stdout] test src/lib.rs - (line 117) ... ok
[INFO] [stdout] test src/combin.rs - combin (line 5) ... ok
[INFO] [stdout] test src/lib.rs - (line 160) ... ok
[INFO] [stdout] test src/lib.rs - (line 240) ... ok
[INFO] [stdout] test src/lib.rs - (line 144) ... ok
[INFO] [stdout] test src/lib.rs - (line 206) ... ok
[INFO] [stdout] test src/lib.rs - (line 98) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 28) ... ok
[INFO] [stdout] test src/lib.rs - (line 41) ... ok
[INFO] [stdout] test src/lib.rs - (line 47) ... ok
[INFO] [stdout] test src/lib.rs - (line 55) ... ok
[INFO] [stdout] test src/lib.rs - (line 63) ... ok
[INFO] [stdout] test src/lib.rs - (line 70) ... 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 288) ... ok
[INFO] [stdout] test src/lib.rs - (line 83) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 308) ... ok
[INFO] [stdout] test src/lib.rs - (line 91) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 295) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 365) - compile ... ok
[INFO] [stdout] test src/lib.rs - bop (line 301) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 322) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 314) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 330) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 350) ... ok
[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 337) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 343) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 384) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 358) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 371) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 411) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 399) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 450) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 427) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 462) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 439) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 473) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 480) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 493) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::arr (line 25) ... ok
[INFO] [stdout] test src/lib.rs - bop (line 486) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::arr (line 32) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::btmap (line 226) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::deque (line 51) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::deque (line 43) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::heap (line 391) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 100) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 116) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::btset (line 351) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::btmap (line 237) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 124) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::heap (line 383) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::btset (line 359) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 76) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 68) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::list (line 92) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::new (line 2) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 171) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 291) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 160) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::new (line 9) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::Also (line 62) ... ok
[INFO] [stdout] test src/named_into.rs - named_into (line 3) ... ok
[INFO] [stdout] test src/once_get.rs - once_get (line 1) ... 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 320) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 195) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::Also::also (line 70) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::map_append (line 261) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::map (line 184) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 299) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::map_append (line 273) ... ok
[INFO] [stdout] test src/macro_lit.rs - macro_lit::set (line 312) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::Used (line 39) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::Used::used (line 47) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::AlsoMut (line 86) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::using (line 5) ... ok
[INFO] [stdout] test src/side_effect.rs - side_effect::AlsoMut::also_mut (line 97) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 89 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 1.83s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c5288e46111c779ac189f7d02dafb6764e0d4f91a3119821ee3ea033f51258d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5288e46111c779ac189f7d02dafb6764e0d4f91a3119821ee3ea033f51258d3", kill_on_drop: false }`
[INFO] [stdout] c5288e46111c779ac189f7d02dafb6764e0d4f91a3119821ee3ea033f51258d3
