[INFO] fetching crate libsugar 2.4.1... [INFO] testing libsugar-2.4.1 against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] extracting crate libsugar 2.4.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate libsugar 2.4.1 on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c3e2697640c030aa3134bc7cbb76e6ac9eadcc4cb5f3e992e84c2412f1a3ba2 [INFO] running `Command { std: "docker" "start" "-a" "9c3e2697640c030aa3134bc7cbb76e6ac9eadcc4cb5f3e992e84c2412f1a3ba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c3e2697640c030aa3134bc7cbb76e6ac9eadcc4cb5f3e992e84c2412f1a3ba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c3e2697640c030aa3134bc7cbb76e6ac9eadcc4cb5f3e992e84c2412f1a3ba2", kill_on_drop: false }` [INFO] [stdout] 9c3e2697640c030aa3134bc7cbb76e6ac9eadcc4cb5f3e992e84c2412f1a3ba2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d7739eee92b668d20cbc85a5e892de8873f45a664f90434eac5b30a01080c7f [INFO] running `Command { std: "docker" "start" "-a" "2d7739eee92b668d20cbc85a5e892de8873f45a664f90434eac5b30a01080c7f", kill_on_drop: false }` [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] = 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] 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.90s [INFO] running `Command { std: "docker" "inspect" "2d7739eee92b668d20cbc85a5e892de8873f45a664f90434eac5b30a01080c7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d7739eee92b668d20cbc85a5e892de8873f45a664f90434eac5b30a01080c7f", kill_on_drop: false }` [INFO] [stdout] 2d7739eee92b668d20cbc85a5e892de8873f45a664f90434eac5b30a01080c7f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd69c3220dca9bc14d7d5e42804c09c4ac82280b5eea3e1358b25c0197fe3803 [INFO] running `Command { std: "docker" "start" "-a" "dd69c3220dca9bc14d7d5e42804c09c4ac82280b5eea3e1358b25c0197fe3803", 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] = 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] 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_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] 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 0.92s [INFO] running `Command { std: "docker" "inspect" "dd69c3220dca9bc14d7d5e42804c09c4ac82280b5eea3e1358b25c0197fe3803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd69c3220dca9bc14d7d5e42804c09c4ac82280b5eea3e1358b25c0197fe3803", kill_on_drop: false }` [INFO] [stdout] dd69c3220dca9bc14d7d5e42804c09c4ac82280b5eea3e1358b25c0197fe3803 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d4ccbc26cfd68eb74044bbe5ef30ad3f3d87a5a207df0b450dd0889bbed37199 [INFO] running `Command { std: "docker" "start" "-a" "d4ccbc26cfd68eb74044bbe5ef30ad3f3d87a5a207df0b450dd0889bbed37199", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] running 13 tests [INFO] [stderr] --> src/chain_panic.rs:8:16 [INFO] [stdout] test once_get::test ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_batch ... ok [INFO] [stderr] 8 | panic!(self) [INFO] [stdout] test tests::test_in ... ok [INFO] [stderr] | ^^^^ [INFO] [stdout] test combin::tests::test_combin_tuple ... ok [INFO] [stderr] | [INFO] [stdout] test tests::it_works ... ok [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] test tests::test_let ... ok [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] test tests::test_macro_map_map_like ... ok [INFO] [stderr] = note: for more information, see [INFO] [stdout] test tests::test_match ... ok [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stdout] test tests::test_macro_set_set_like ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_using ... ok [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_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] 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/libsugar-0160174513fa1d6c) [INFO] [stdout] test chain_panic::tests::test_panic - should panic ... ok [INFO] [stderr] Doc-tests libsugar [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.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 65 tests [INFO] [stdout] test src/lib.rs - bop (line 277) ... ignored [INFO] [stdout] test src/lib.rs - bop (line 282) ... ignored [INFO] [stdout] test src/lib.rs - bop (line 130) - compile ... ok [INFO] [stdout] test src/lib.rs - bop (line 113) ... ok [INFO] [stdout] test src/lib.rs - bop (line 137) ... ok [INFO] [stdout] test src/lib.rs - bop (line 180) ... ok [INFO] [stdout] test src/lib.rs - bop (line 50) ... ok [INFO] [stdout] test src/lib.rs - bop (line 270) ... ok [INFO] [stdout] test src/lib.rs - bop (line 167) ... ok [INFO] [stdout] test src/lib.rs - bop (line 98) ... ok [INFO] [stdout] test src/lib.rs - bop (line 72) ... ok [INFO] [stdout] test src/lib.rs - bop (line 122) ... ok [INFO] [stdout] test src/lib.rs - bop (line 81) ... ok [INFO] [stdout] test src/lib.rs - bop (line 262) ... ok [INFO] [stdout] test src/lib.rs - bop (line 197) ... ok [INFO] [stdout] test src/macro_lit.rs - arr (line 32) ... ok [INFO] [stdout] test src/lib.rs - bop (line 255) ... ok [INFO] [stdout] test src/macro_lit.rs - deque (line 43) ... ok [INFO] [stdout] test src/lib.rs - bop (line 235) ... ok [INFO] [stdout] test src/lib.rs - bop (line 105) ... ok [INFO] [stdout] test src/lib.rs - bop (line 247) ... ok [INFO] [stdout] test src/lib.rs - bop (line 222) ... ok [INFO] [stdout] test src/lib.rs - bop (line 151) ... ok [INFO] [stdout] test src/macro_lit.rs - btmap (line 237) ... ok [INFO] [stdout] test src/lib.rs - bop (line 42) ... ok [INFO] [stdout] test src/macro_lit.rs - arr (line 25) ... ok [INFO] [stdout] test src/lib.rs - bop (line 210) ... ok [INFO] [stdout] test src/macro_lit.rs - btset (line 359) ... ok [INFO] [stdout] test src/lib.rs - bop (line 57) ... ok [INFO] [stdout] test src/combin.rs - combin (line 5) ... ok [INFO] [stdout] test src/macro_lit.rs - deque (line 51) ... ok [INFO] [stdout] test src/lib.rs - bop (line 65) ... ok [INFO] [stdout] test src/macro_lit.rs - btmap (line 226) ... ok [INFO] [stdout] test src/macro_lit.rs - list (line 76) ... ok [INFO] [stdout] test src/lib.rs - bop (line 90) ... ok [INFO] [stdout] test src/macro_lit.rs - heap (line 383) ... ok [INFO] [stdout] test src/macro_lit.rs - new (line 2) ... ok [INFO] [stdout] test src/macro_lit.rs - heap (line 391) ... ok [INFO] [stdout] test src/macro_lit.rs - list (line 116) ... ok [INFO] [stdout] test src/macro_lit.rs - btset (line 351) ... ok [INFO] [stdout] test src/macro_lit.rs - list (line 100) ... ok [INFO] [stdout] test src/side_effect.rs - using (line 19) - compile ... ok [INFO] [stdout] test src/named_into.rs - named_into (line 3) ... ok [INFO] [stdout] test src/macro_lit.rs - map (line 195) ... ok [INFO] [stdout] test src/macro_lit.rs - list (line 68) ... ok [INFO] [stdout] test src/once_get.rs - once_get (line 2) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::Also (line 62) ... ok [INFO] [stdout] test src/macro_lit.rs - map_append (line 261) ... ok [INFO] [stdout] test src/macro_lit.rs - map (line 160) ... ok [INFO] [stdout] test src/macro_lit.rs - map_append (line 273) ... ok [INFO] [stdout] test src/macro_lit.rs - list (line 92) ... 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 (line 86) ... ok [INFO] [stdout] test src/macro_lit.rs - map (line 171) ... 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 - list (line 124) ... ok [INFO] [stdout] test src/macro_lit.rs - set (line 299) ... ok [INFO] [stdout] test src/macro_lit.rs - new (line 9) ... ok [INFO] [stdout] test src/macro_lit.rs - set (line 291) ... ok [INFO] [stdout] test src/macro_lit.rs - set (line 312) ... ok [INFO] [stdout] test src/macro_lit.rs - set (line 320) ... ok [INFO] [stdout] test src/side_effect.rs - side_effect::AlsoMut::also_mut (line 97) ... ok [INFO] [stdout] test src/side_effect.rs - using (line 5) ... ok [INFO] [stdout] test src/macro_lit.rs - map (line 184) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 63 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 1.86s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d4ccbc26cfd68eb74044bbe5ef30ad3f3d87a5a207df0b450dd0889bbed37199", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4ccbc26cfd68eb74044bbe5ef30ad3f3d87a5a207df0b450dd0889bbed37199", kill_on_drop: false }` [INFO] [stdout] d4ccbc26cfd68eb74044bbe5ef30ad3f3d87a5a207df0b450dd0889bbed37199