[INFO] fetching crate hc 0.1.2... [INFO] testing hc-0.1.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate hc 0.1.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate hc 0.1.2 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 hc 0.1.2 [INFO] finished tweaking crates.io crate hc 0.1.2 [INFO] tweaked toml for crates.io crate hc 0.1.2 written to /workspace/builds/worker-7/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] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] fd1b906cd033fa0bb661d44aa8b07b5b2d00fefe0ac3eb5c7a43f01a81fec7f5 [INFO] running `Command { std: "docker" "start" "-a" "fd1b906cd033fa0bb661d44aa8b07b5b2d00fefe0ac3eb5c7a43f01a81fec7f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd1b906cd033fa0bb661d44aa8b07b5b2d00fefe0ac3eb5c7a43f01a81fec7f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd1b906cd033fa0bb661d44aa8b07b5b2d00fefe0ac3eb5c7a43f01a81fec7f5", kill_on_drop: false }` [INFO] [stdout] fd1b906cd033fa0bb661d44aa8b07b5b2d00fefe0ac3eb5c7a43f01a81fec7f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 7097a42f24156e8e69faf47286de8454bd161f19620daca9d981a8d4b49f6b24 [INFO] running `Command { std: "docker" "start" "-a" "7097a42f24156e8e69faf47286de8454bd161f19620daca9d981a8d4b49f6b24", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling encode_unicode v0.1.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling rustyline v1.0.0 [INFO] [stderr] Compiling hc v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:135:17 [INFO] [stdout] | [INFO] [stdout] 135 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:169:17 [INFO] [stdout] | [INFO] [stdout] 169 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:170:17 [INFO] [stdout] | [INFO] [stdout] 170 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:180:17 [INFO] [stdout] | [INFO] [stdout] 180 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:189:17 [INFO] [stdout] | [INFO] [stdout] 189 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:200:17 [INFO] [stdout] | [INFO] [stdout] 200 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:210:17 [INFO] [stdout] | [INFO] [stdout] 210 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:219:17 [INFO] [stdout] | [INFO] [stdout] 219 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:220:17 [INFO] [stdout] | [INFO] [stdout] 220 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:40:24 [INFO] [stdout] | [INFO] [stdout] 40 | Err(f) => { panic!(f.to_string()) } [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] 40 | Err(f) => { panic!("{}", f.to_string()) } [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.84s [INFO] running `Command { std: "docker" "inspect" "7097a42f24156e8e69faf47286de8454bd161f19620daca9d981a8d4b49f6b24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7097a42f24156e8e69faf47286de8454bd161f19620daca9d981a8d4b49f6b24", kill_on_drop: false }` [INFO] [stdout] 7097a42f24156e8e69faf47286de8454bd161f19620daca9d981a8d4b49f6b24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 1b26b2945024b6cc2a03600ad44c9fb1b522a4606eb5f2253473e62f415fb757 [INFO] running `Command { std: "docker" "start" "-a" "1b26b2945024b6cc2a03600ad44c9fb1b522a4606eb5f2253473e62f415fb757", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling hc v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:135:17 [INFO] [stdout] | [INFO] [stdout] 135 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:169:17 [INFO] [stdout] | [INFO] [stdout] 169 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:170:17 [INFO] [stdout] | [INFO] [stdout] 170 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:180:17 [INFO] [stdout] | [INFO] [stdout] 180 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:189:17 [INFO] [stdout] | [INFO] [stdout] 189 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:200:17 [INFO] [stdout] | [INFO] [stdout] 200 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:210:17 [INFO] [stdout] | [INFO] [stdout] 210 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:219:17 [INFO] [stdout] | [INFO] [stdout] 219 | let lhs = try!(execute(ctx, &*l)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:220:17 [INFO] [stdout] | [INFO] [stdout] 220 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/executor.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | let rhs = try!(execute(ctx, &*r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:40:24 [INFO] [stdout] | [INFO] [stdout] 40 | Err(f) => { panic!(f.to_string()) } [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] 40 | Err(f) => { panic!("{}", f.to_string()) } [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/hc-7af3f264cf2fa23b) [INFO] running `Command { std: "docker" "inspect" "1b26b2945024b6cc2a03600ad44c9fb1b522a4606eb5f2253473e62f415fb757", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b26b2945024b6cc2a03600ad44c9fb1b522a4606eb5f2253473e62f415fb757", kill_on_drop: false }` [INFO] [stdout] 1b26b2945024b6cc2a03600ad44c9fb1b522a4606eb5f2253473e62f415fb757 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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", kill_on_drop: false }` [INFO] [stdout] 3d1bc6960e242dc09660cf9a5c8932f0b4d94446e6931ea07b413cda1d52c166 [INFO] running `Command { std: "docker" "start" "-a" "3d1bc6960e242dc09660cf9a5c8932f0b4d94446e6931ea07b413cda1d52c166", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:115:17 [INFO] [stderr] | [INFO] [stderr] 115 | let lhs = try!(execute(ctx, &*l)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:116:17 [INFO] [stderr] | [INFO] [stderr] 116 | let rhs = try!(execute(ctx, &*r)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:125:17 [INFO] [stderr] | [INFO] [stderr] 125 | let lhs = try!(execute(ctx, &*l)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:126:17 [INFO] [stderr] | [INFO] [stderr] 126 | let rhs = try!(execute(ctx, &*r)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:135:17 [INFO] [stderr] | [INFO] [stderr] 135 | let lhs = try!(execute(ctx, &*l)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:136:17 [INFO] [stderr] | [INFO] [stderr] 136 | let rhs = try!(execute(ctx, &*r)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:145:17 [INFO] [stderr] | [INFO] [stderr] 145 | let lhs = try!(execute(ctx, &*l)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:146:17 [INFO] [stderr] | [INFO] [stderr] 146 | let rhs = try!(execute(ctx, &*r)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:159:17 [INFO] [stderr] | [INFO] [stderr] 159 | let lhs = try!(execute(ctx, &*l)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:160:17 [INFO] [stderr] | [INFO] [stderr] 160 | let rhs = try!(execute(ctx, &*r)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:169:17 [INFO] [stderr] | [INFO] [stderr] 169 | let lhs = try!(execute(ctx, &*l)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:170:17 [INFO] [stderr] | [INFO] [stderr] 170 | let rhs = try!(execute(ctx, &*r)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:179:17 [INFO] [stderr] | [INFO] [stderr] 179 | let lhs = try!(execute(ctx, &*l)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:180:17 [INFO] [stderr] | [INFO] [stderr] 180 | let rhs = try!(execute(ctx, &*r)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:189:17 [INFO] [stderr] | [INFO] [stderr] 189 | let lhs = try!(execute(ctx, &*l)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:190:17 [INFO] [stderr] | [INFO] [stderr] 190 | let rhs = try!(execute(ctx, &*r)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:199:17 [INFO] [stderr] | [INFO] [stderr] 199 | let lhs = try!(execute(ctx, &*l)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:200:17 [INFO] [stderr] | [INFO] [stderr] 200 | let rhs = try!(execute(ctx, &*r)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:209:17 [INFO] [stderr] | [INFO] [stderr] 209 | let lhs = try!(execute(ctx, &*l)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:210:17 [INFO] [stderr] | [INFO] [stderr] 210 | let rhs = try!(execute(ctx, &*r)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:219:17 [INFO] [stderr] | [INFO] [stderr] 219 | let lhs = try!(execute(ctx, &*l)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:220:17 [INFO] [stderr] | [INFO] [stderr] 220 | let rhs = try!(execute(ctx, &*r)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/executor.rs:229:17 [INFO] [stderr] | [INFO] [stderr] 229 | let rhs = try!(execute(ctx, &*r)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/main.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | Err(f) => { panic!(f.to_string()) } [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] 40 | Err(f) => { panic!("{}", f.to_string()) } [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `hc` (bin "hc" test) generated 24 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hc-7af3f264cf2fa23b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3d1bc6960e242dc09660cf9a5c8932f0b4d94446e6931ea07b413cda1d52c166", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d1bc6960e242dc09660cf9a5c8932f0b4d94446e6931ea07b413cda1d52c166", kill_on_drop: false }` [INFO] [stdout] 3d1bc6960e242dc09660cf9a5c8932f0b4d94446e6931ea07b413cda1d52c166