[INFO] fetching crate batch_oper 2.3.1... [INFO] testing batch_oper-2.3.1 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate batch_oper 2.3.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate batch_oper 2.3.1 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 186a438612b79817b78ea32b8767f2882ce4594bef1fdd02e7d85cb8f925b21a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "186a438612b79817b78ea32b8767f2882ce4594bef1fdd02e7d85cb8f925b21a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "186a438612b79817b78ea32b8767f2882ce4594bef1fdd02e7d85cb8f925b21a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "186a438612b79817b78ea32b8767f2882ce4594bef1fdd02e7d85cb8f925b21a", kill_on_drop: false }` [INFO] [stdout] 186a438612b79817b78ea32b8767f2882ce4594bef1fdd02e7d85cb8f925b21a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e40b6239455d658538fe33a7dd94b4afe202368f32d9bd1b95fbd4306eef1f32 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e40b6239455d658538fe33a7dd94b4afe202368f32d9bd1b95fbd4306eef1f32", kill_on_drop: false }` [INFO] [stderr] Compiling tuples v1.4.1 [INFO] [stderr] Compiling batch_oper v2.3.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] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 8 | panic!("{}", self) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 8 | std::panic::panic_any(self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.91s [INFO] running `Command { std: "docker" "inspect" "e40b6239455d658538fe33a7dd94b4afe202368f32d9bd1b95fbd4306eef1f32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e40b6239455d658538fe33a7dd94b4afe202368f32d9bd1b95fbd4306eef1f32", kill_on_drop: false }` [INFO] [stdout] e40b6239455d658538fe33a7dd94b4afe202368f32d9bd1b95fbd4306eef1f32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 08369c145aac7ebd44230c8f808240f7307c7a09b843ac8e3ef57fbe7001f397 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "08369c145aac7ebd44230c8f808240f7307c7a09b843ac8e3ef57fbe7001f397", kill_on_drop: false }` [INFO] [stderr] Compiling batch_oper v2.3.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] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 8 | panic!("{}", self) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 8 | std::panic::panic_any(self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [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: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 8 | panic!("{}", self) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 8 | std::panic::panic_any(self) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "08369c145aac7ebd44230c8f808240f7307c7a09b843ac8e3ef57fbe7001f397", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08369c145aac7ebd44230c8f808240f7307c7a09b843ac8e3ef57fbe7001f397", kill_on_drop: false }` [INFO] [stdout] 08369c145aac7ebd44230c8f808240f7307c7a09b843ac8e3ef57fbe7001f397 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 72525347a51dbc8269d79828c4ac7a11dc0a7de3aa5687e57be0751b739742d3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "72525347a51dbc8269d79828c4ac7a11dc0a7de3aa5687e57be0751b739742d3", 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] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 8 | panic!("{}", self) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 8 | std::panic::panic_any(self) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [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] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 8 | panic!("{}", self) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 8 | std::panic::panic_any(self) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/batch_oper-3395903588e9e2bb) [INFO] [stdout] [INFO] [stdout] running 13 tests [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 once_get::test ... ok [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] test tests::test_macro_map_map_like ... ok [INFO] [stdout] test tests::test_let ... ok [INFO] [stdout] test tests::test_macro_set_set_like ... ok [INFO] [stdout] test tests::test_match ... ok [INFO] [stdout] test chain_todo::tests::test_todo_msg ... ok [INFO] [stdout] test tests::test_using ... ok [INFO] [stdout] test chain_panic::tests::test_panic ... ok [INFO] [stdout] test chain_todo::tests::test_todo ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Doc-tests batch_oper [INFO] [stdout] [INFO] [stdout] running 93 tests [INFO] [stdout] test src/lib.rs - (line 257) ... ignored [INFO] [stdout] test src/lib.rs - (line 262) ... ignored [INFO] [stdout] test src/lib.rs - (line 110) ... ok [INFO] [stdout] test src/lib.rs - (line 282) ... ok [INFO] [stdout] test src/lib.rs - (line 78) ... ok [INFO] [stdout] test src/lib.rs - (line 147) ... ok [INFO] [stdout] test src/lib.rs - (line 37) ... ok [INFO] [stdout] test src/lib.rs - (line 227) ... ok [INFO] [stdout] test src/lib.rs - (line 267) ... ok [INFO] [stdout] test src/lib.rs - (line 102) ... ok [INFO] [stdout] test src/lib.rs - (line 215) ... ok [INFO] [stdout] test src/lib.rs - (line 61) ... ok [INFO] [stdout] test src/lib.rs - (line 30) ... ok [INFO] [stdout] test src/lib.rs - (line 202) ... ok [INFO] [stdout] test src/lib.rs - (line 177) ... ok [INFO] [stdout] test src/lib.rs - (line 117) ... ok [INFO] [stdout] test src/lib.rs - (line 70) ... ok [INFO] [stdout] test src/lib.rs - (line 52) ... ok [INFO] [stdout] test src/lib.rs - (line 45) ... ok [INFO] [stdout] test src/lib.rs - bop (line 297) ... ok [INFO] [stdout] test src/lib.rs - bop (line 289) ... ok [INFO] [stdout] test src/lib.rs - (line 190) ... ok [INFO] [stdout] test src/lib.rs - (line 131) ... ok [INFO] [stdout] test src/lib.rs - bop (line 524) ... ignored [INFO] [stdout] test src/lib.rs - bop (line 529) ... ignored [INFO] [stdout] test src/lib.rs - (line 22) ... ok [INFO] [stdout] test src/lib.rs - bop (line 377) ... ok [INFO] [stdout] test src/lib.rs - bop (line 312) ... ok [INFO] [stdout] test src/lib.rs - (line 242) ... ok [INFO] [stdout] test src/lib.rs - (line 160) ... ok [INFO] [stdout] test src/lib.rs - (line 235) ... ok [INFO] [stdout] test src/lib.rs - bop (line 319) ... ok [INFO] [stdout] test src/lib.rs - bop (line 337) ... ok [INFO] [stdout] test src/lib.rs - (line 250) ... ok [INFO] [stdout] test src/lib.rs - bop (line 369) ... ok [INFO] [stdout] test src/lib.rs - bop (line 304) ... ok [INFO] [stdout] test src/combin.rs - combin (line 5) ... ok [INFO] [stdout] test src/lib.rs - (line 85) ... ok [INFO] [stdout] test src/lib.rs - (line 93) ... ok [INFO] [stdout] test src/lib.rs - bop (line 352) ... ok [INFO] [stdout] test src/lib.rs - bop (line 345) ... ok [INFO] [stdout] test src/lib.rs - bop (line 482) ... ok [INFO] [stdout] test src/lib.rs - bop (line 328) ... ok [INFO] [stdout] test src/lib.rs - bop (line 360) ... ok [INFO] [stdout] test src/lib.rs - bop (line 384) ... ok [INFO] [stdout] test src/lib.rs - bop (line 444) ... ok [INFO] [stdout] test src/lib.rs - bop (line 427) ... ok [INFO] [stdout] test src/macro_lit.rs - list (line 100) ... ok [INFO] [stdout] test src/lib.rs - bop (line 509) ... ok [INFO] [stdout] test src/lib.rs - bop (line 517) ... ok [INFO] [stdout] test src/lib.rs - bop (line 398) ... ok [INFO] [stdout] test src/lib.rs - bop (line 414) ... ok [INFO] [stdout] test src/lib.rs - bop (line 502) ... ok [INFO] [stdout] test src/macro_lit.rs - arr (line 25) ... ok [INFO] [stdout] test src/macro_lit.rs - list (line 76) ... ok [INFO] [stdout] test src/lib.rs - bop (line 494) ... ok [INFO] [stdout] test src/macro_lit.rs - arr (line 32) ... ok [INFO] [stdout] test src/macro_lit.rs - list (line 124) ... ok [INFO] [stdout] test src/macro_lit.rs - heap (line 383) ... ok [INFO] [stdout] test src/macro_lit.rs - list (line 116) ... ok [INFO] [stdout] test src/lib.rs - bop (line 457) ... ok [INFO] [stdout] test src/lib.rs - bop (line 469) ... ok [INFO] [stdout] test src/macro_lit.rs - list (line 68) ... ok [INFO] [stdout] test src/macro_lit.rs - btmap (line 237) ... ok [INFO] [stdout] test src/macro_lit.rs - list (line 92) ... ok [INFO] [stdout] test src/macro_lit.rs - btmap (line 226) ... ok [INFO] [stdout] test src/macro_lit.rs - heap (line 391) ... ok [INFO] [stdout] test src/macro_lit.rs - deque (line 43) ... ok [INFO] [stdout] test src/macro_lit.rs - btset (line 351) ... ok [INFO] [stdout] test src/macro_lit.rs - deque (line 51) ... ok [INFO] [stdout] test src/side_effect.rs - using (line 19) ... ok [INFO] [stdout] test src/macro_lit.rs - map (line 160) ... ok [INFO] [stdout] test src/macro_lit.rs - new (line 2) ... ok [INFO] [stdout] test src/once_get.rs - once_get (line 1) ... ok [INFO] [stdout] test src/macro_lit.rs - new (line 9) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::AlsoMut (line 86) ... ok [INFO] [stdout] test src/side_effect.rs - using (line 5) ... ok [INFO] [stdout] test src/macro_lit.rs - btset (line 359) ... ok [INFO] [stdout] test src/named_into.rs - named_into (line 3) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::Used::used (line 47) ... ok [INFO] [stdout] test src/macro_lit.rs - map (line 171) ... ok [INFO] [stdout] test src/macro_lit.rs - set (line 312) ... 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::Used (line 39) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::Also::also (line 70) ... ok [INFO] [stdout] test src/macro_lit.rs - set (line 299) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::Also (line 62) ... ok [INFO] [stdout] test src/macro_lit.rs - map (line 195) ... ok [INFO] [stdout] test src/macro_lit.rs - map_append (line 261) ... ok [INFO] [stdout] test src/macro_lit.rs - map_append (line 273) ... ok [INFO] [stdout] test src/macro_lit.rs - map (line 184) ... ok [INFO] [stdout] test src/macro_lit.rs - set (line 320) ... ok [INFO] [stdout] test src/macro_lit.rs - set (line 291) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 89 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 4.39s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "72525347a51dbc8269d79828c4ac7a11dc0a7de3aa5687e57be0751b739742d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72525347a51dbc8269d79828c4ac7a11dc0a7de3aa5687e57be0751b739742d3", kill_on_drop: false }` [INFO] [stdout] 72525347a51dbc8269d79828c4ac7a11dc0a7de3aa5687e57be0751b739742d3