[INFO] fetching crate treeflection 0.1.35... [INFO] building treeflection-0.1.35 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate treeflection 0.1.35 into /workspace/builds/worker-88/source [INFO] validating manifest of crates.io crate treeflection 0.1.35 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate treeflection 0.1.35 [INFO] finished tweaking crates.io crate treeflection 0.1.35 [INFO] tweaked toml for crates.io crate treeflection 0.1.35 written to /workspace/builds/worker-88/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "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-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 53b33bd9fc679b44a161f9e16e04b402deb6901d78cd8a95f688024c99ff1d1e [INFO] running `Command { std: "docker" "start" "-a" "53b33bd9fc679b44a161f9e16e04b402deb6901d78cd8a95f688024c99ff1d1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "53b33bd9fc679b44a161f9e16e04b402deb6901d78cd8a95f688024c99ff1d1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53b33bd9fc679b44a161f9e16e04b402deb6901d78cd8a95f688024c99ff1d1e", kill_on_drop: false }` [INFO] [stdout] 53b33bd9fc679b44a161f9e16e04b402deb6901d78cd8a95f688024c99ff1d1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2321b8aeca6f25af302582d662e6bb030e72b34f95bda22016a52336c3815ec2 [INFO] running `Command { std: "docker" "start" "-a" "2321b8aeca6f25af302582d662e6bb030e72b34f95bda22016a52336c3815ec2", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling treeflection v0.1.35 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context_vec.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | panic!(format!("Attempted to set context {} on a ContextVec of length {}", value, length)); [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 105 - panic!(format!("Attempted to set context {} on a ContextVec of length {}", value, length)); [INFO] [stdout] 105 + panic!("Attempted to set context {} on a ContextVec of length {}", value, length); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context_vec.rs:117:24 [INFO] [stdout] | [INFO] [stdout] 117 | panic!(format!("Attempted to set context {} on a ContextVec of length {}", value, length)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 117 - panic!(format!("Attempted to set context {} on a ContextVec of length {}", value, length)); [INFO] [stdout] 117 + panic!("Attempted to set context {} on a ContextVec of length {}", value, length); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/keyed_context_vec.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 125 | panic!(format!("Attempted to set context {} on a KeyedContextVec of length {}", value, length)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 125 - panic!(format!("Attempted to set context {} on a KeyedContextVec of length {}", value, length)); [INFO] [stdout] 125 + panic!("Attempted to set context {} on a KeyedContextVec of length {}", value, length); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/keyed_context_vec.rs:137:24 [INFO] [stdout] | [INFO] [stdout] 137 | panic!(format!("Attempted to set context {} on a KeyedContextVec of length {}", value, length)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 137 - panic!(format!("Attempted to set context {} on a KeyedContextVec of length {}", value, length)); [INFO] [stdout] 137 + panic!("Attempted to set context {} on a KeyedContextVec of length {}", value, length); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.53s [INFO] running `Command { std: "docker" "inspect" "2321b8aeca6f25af302582d662e6bb030e72b34f95bda22016a52336c3815ec2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2321b8aeca6f25af302582d662e6bb030e72b34f95bda22016a52336c3815ec2", kill_on_drop: false }` [INFO] [stdout] 2321b8aeca6f25af302582d662e6bb030e72b34f95bda22016a52336c3815ec2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5843831017da10c89bc9ed783de50f8dac79b57003501dd4776b3b741745f589 [INFO] running `Command { std: "docker" "start" "-a" "5843831017da10c89bc9ed783de50f8dac79b57003501dd4776b3b741745f589", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context_vec.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | panic!(format!("Attempted to set context {} on a ContextVec of length {}", value, length)); [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 105 - panic!(format!("Attempted to set context {} on a ContextVec of length {}", value, length)); [INFO] [stdout] 105 + panic!("Attempted to set context {} on a ContextVec of length {}", value, length); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context_vec.rs:117:24 [INFO] [stdout] | [INFO] [stdout] 117 | panic!(format!("Attempted to set context {} on a ContextVec of length {}", value, length)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 117 - panic!(format!("Attempted to set context {} on a ContextVec of length {}", value, length)); [INFO] [stdout] 117 + panic!("Attempted to set context {} on a ContextVec of length {}", value, length); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/keyed_context_vec.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 125 | panic!(format!("Attempted to set context {} on a KeyedContextVec of length {}", value, length)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 125 - panic!(format!("Attempted to set context {} on a KeyedContextVec of length {}", value, length)); [INFO] [stdout] 125 + panic!("Attempted to set context {} on a KeyedContextVec of length {}", value, length); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/keyed_context_vec.rs:137:24 [INFO] [stdout] | [INFO] [stdout] 137 | panic!(format!("Attempted to set context {} on a KeyedContextVec of length {}", value, length)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 137 - panic!(format!("Attempted to set context {} on a KeyedContextVec of length {}", value, length)); [INFO] [stdout] 137 + panic!("Attempted to set context {} on a KeyedContextVec of length {}", value, length); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling treeflection v0.1.35 (/opt/rustwide/workdir) [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context_vec.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | panic!(format!("Attempted to set context {} on a ContextVec of length {}", value, length)); [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 105 - panic!(format!("Attempted to set context {} on a ContextVec of length {}", value, length)); [INFO] [stdout] 105 + panic!("Attempted to set context {} on a ContextVec of length {}", value, length); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context_vec.rs:117:24 [INFO] [stdout] | [INFO] [stdout] 117 | panic!(format!("Attempted to set context {} on a ContextVec of length {}", value, length)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 117 - panic!(format!("Attempted to set context {} on a ContextVec of length {}", value, length)); [INFO] [stdout] 117 + panic!("Attempted to set context {} on a ContextVec of length {}", value, length); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/keyed_context_vec.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 125 | panic!(format!("Attempted to set context {} on a KeyedContextVec of length {}", value, length)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 125 - panic!(format!("Attempted to set context {} on a KeyedContextVec of length {}", value, length)); [INFO] [stdout] 125 + panic!("Attempted to set context {} on a KeyedContextVec of length {}", value, length); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/keyed_context_vec.rs:137:24 [INFO] [stdout] | [INFO] [stdout] 137 | panic!(format!("Attempted to set context {} on a KeyedContextVec of length {}", value, length)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 137 - panic!(format!("Attempted to set context {} on a KeyedContextVec of length {}", value, length)); [INFO] [stdout] 137 + panic!("Attempted to set context {} on a KeyedContextVec of length {}", value, length); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.38s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/treeflection-0b5e7cf0d47fb75c) [INFO] [stderr] Executable tests/unittest_array.rs (/opt/rustwide/target/debug/deps/unittest_array-fa484c5af82cba87) [INFO] [stderr] Executable tests/unittest_collections.rs (/opt/rustwide/target/debug/deps/unittest_collections-a42200cd221f3120) [INFO] [stderr] Executable tests/unittest_command.rs (/opt/rustwide/target/debug/deps/unittest_command-eeed5e76aee2661a) [INFO] [stderr] Executable tests/unittest_context_vec.rs (/opt/rustwide/target/debug/deps/unittest_context_vec-682f34605ef97279) [INFO] [stderr] Executable tests/unittest_keyed_context_vec.rs (/opt/rustwide/target/debug/deps/unittest_keyed_context_vec-b2a43a56ffd93e2d) [INFO] [stderr] Executable tests/unittest_map.rs (/opt/rustwide/target/debug/deps/unittest_map-6a6089b585a18eaf) [INFO] [stderr] Executable tests/unittest_numeric.rs (/opt/rustwide/target/debug/deps/unittest_numeric-1d45529be4be3894) [INFO] [stderr] Executable tests/unittest_primitive.rs (/opt/rustwide/target/debug/deps/unittest_primitive-cc5e3f539957bf28) [INFO] running `Command { std: "docker" "inspect" "5843831017da10c89bc9ed783de50f8dac79b57003501dd4776b3b741745f589", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5843831017da10c89bc9ed783de50f8dac79b57003501dd4776b3b741745f589", kill_on_drop: false }` [INFO] [stdout] 5843831017da10c89bc9ed783de50f8dac79b57003501dd4776b3b741745f589