[INFO] fetching crate rem-rs 0.0.1...
[INFO] building rem-rs-0.0.1 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate rem-rs 0.0.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate rem-rs 0.0.1
[INFO] finished tweaking crates.io crate rem-rs 0.0.1
[INFO] tweaked toml for crates.io crate rem-rs 0.0.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rem-rs 0.0.1 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rem-rs 0.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 781ae7bc1d75200b4f34aa68435b41a24d657396b7d08f7a363f26c43fc40c06
[INFO] running `Command { std: "docker" "start" "-a" "781ae7bc1d75200b4f34aa68435b41a24d657396b7d08f7a363f26c43fc40c06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "781ae7bc1d75200b4f34aa68435b41a24d657396b7d08f7a363f26c43fc40c06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "781ae7bc1d75200b4f34aa68435b41a24d657396b7d08f7a363f26c43fc40c06", kill_on_drop: false }`
[INFO] [stdout] 781ae7bc1d75200b4f34aa68435b41a24d657396b7d08f7a363f26c43fc40c06
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c53dda7ac5ffb86419b1a9bf2c2b9a6e7d00d97660ab6114f96f1329debfc249
[INFO] running `Command { std: "docker" "start" "-a" "c53dda7ac5ffb86419b1a9bf2c2b9a6e7d00d97660ab6114f96f1329debfc249", kill_on_drop: false }`
[INFO] [stderr]    Compiling rem-rs v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Entries`, `Entry`, and `Select`
[INFO] [stdout]  --> src/command.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::select::{self, Entries, Entry, Select};
[INFO] [stdout]   |                           ^^^^^^^  ^^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::BTreeSet`
[INFO] [stdout]  --> src/command.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::BTreeSet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/command.rs:277:9
[INFO] [stdout]     |
[INFO] [stdout] 277 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/config.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/config.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entries`
[INFO] [stdout]   --> src/select.rs:61:22
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entries`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `selection`
[INFO] [stdout]   --> src/select.rs:61:41
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entries`
[INFO] [stdout]   --> src/select.rs:66:22
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entries`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `selection`
[INFO] [stdout]   --> src/select.rs:66:41
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entries`
[INFO] [stdout]   --> src/select.rs:71:22
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entries`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `selection`
[INFO] [stdout]   --> src/select.rs:71:41
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entries`
[INFO] [stdout]   --> src/select.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entries`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `selection`
[INFO] [stdout]   --> src/select.rs:76:41
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `action`, `sandbox`, `overwrite`, and `critical` are never read
[INFO] [stdout]  --> src/command.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Command {
[INFO] [stdout]   |            ------- fields in this struct
[INFO] [stdout] 6 |     action: Action,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 7 |     sandbox: bool,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 8 |     overwrite: bool,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 9 |     critical: bool,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Command` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Entry` is never constructed
[INFO] [stdout]  --> src/select.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Entry {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Entries` is never constructed
[INFO] [stdout]   --> src/select.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Entries {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Select` is never used
[INFO] [stdout]   --> src/select.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub trait Select {
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Index` is never constructed
[INFO] [stdout]   --> src/select.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Index {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/select.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl Index {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 28 |     pub fn new(start: usize, end: usize) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Time` is never constructed
[INFO] [stdout]   --> src/select.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Time {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Pattern` is never constructed
[INFO] [stdout]   --> src/select.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct Pattern(String);
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Fzf` is never constructed
[INFO] [stdout]   --> src/select.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct Fzf {}
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Selector` is never constructed
[INFO] [stdout]   --> src/select.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct Selector<'s>(Vec<Box<dyn Select + 's>>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `push` are never used
[INFO] [stdout]   --> src/select.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl<'s> Selector<'s> {
[INFO] [stdout]    | --------------------- associated items in this implementation
[INFO] [stdout] 49 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn push<S>(&mut self, sel: S)
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `root` is never read
[INFO] [stdout]  --> src/config.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Config {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 6 |     root: PathBuf,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Config` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into` is never used
[INFO] [stdout]   --> src/command.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Pattern {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 29 |     pub fn into(self) -> Result<select::Pattern, Error> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into` is never used
[INFO] [stdout]   --> src/command.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl Index {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 37 |     pub fn into(self) -> Result<select::Index, Error> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into` is never used
[INFO] [stdout]   --> src/command.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl Time {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 66 |     pub fn into(self) -> Result<select::Time, Error> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/command.rs:98:21
[INFO] [stdout]    |
[INFO] [stdout] 98 |     NonExclusiveCmd(&'static str, &'static str),
[INFO] [stdout]    |     --------------- ^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 98 -     NonExclusiveCmd(&'static str, &'static str),
[INFO] [stdout] 98 +     NonExclusiveCmd((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/command.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |     TooManyArgs(&'static str),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 99 -     TooManyArgs(&'static str),
[INFO] [stdout] 99 +     TooManyArgs(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/command.rs:100:23
[INFO] [stdout]     |
[INFO] [stdout] 100 |     EmptySelectorList(&'static str),
[INFO] [stdout]     |     ----------------- ^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 100 -     EmptySelectorList(&'static str),
[INFO] [stdout] 100 +     EmptySelectorList(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/command.rs:103:16
[INFO] [stdout]     |
[INFO] [stdout] 103 |     UnknownArg(String),
[INFO] [stdout]     |     ---------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 103 -     UnknownArg(String),
[INFO] [stdout] 103 +     UnknownArg(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ThreePartRange` and `InvalidIndex` are never constructed
[INFO] [stdout]    --> src/command.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout]  97 | pub enum Error {
[INFO] [stdout]     |          ----- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 101 |     ThreePartRange(String),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 102 |     InvalidIndex(String),
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `into` are never used
[INFO] [stdout]    --> src/command.rs:211:12
[INFO] [stdout]     |
[INFO] [stdout] 210 | impl Selector {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout] 211 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |     pub fn into(self) -> Result<select::Selector<'static>, Error> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] running `Command { std: "docker" "inspect" "c53dda7ac5ffb86419b1a9bf2c2b9a6e7d00d97660ab6114f96f1329debfc249", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c53dda7ac5ffb86419b1a9bf2c2b9a6e7d00d97660ab6114f96f1329debfc249", kill_on_drop: false }`
[INFO] [stdout] c53dda7ac5ffb86419b1a9bf2c2b9a6e7d00d97660ab6114f96f1329debfc249
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9afe6f818d27388619d43e31cb3fb8de66feeb03e60ac3cf8c8b2cf13ae77596
[INFO] running `Command { std: "docker" "start" "-a" "9afe6f818d27388619d43e31cb3fb8de66feeb03e60ac3cf8c8b2cf13ae77596", kill_on_drop: false }`
[INFO] [stderr]    Compiling rem-rs v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Entries`, `Entry`, and `Select`
[INFO] [stdout]  --> src/command.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::select::{self, Entries, Entry, Select};
[INFO] [stdout]   |                           ^^^^^^^  ^^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::BTreeSet`
[INFO] [stdout]  --> src/command.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::BTreeSet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/config.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/config.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entries`
[INFO] [stdout]   --> src/select.rs:61:22
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entries`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `selection`
[INFO] [stdout]   --> src/select.rs:61:41
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entries`
[INFO] [stdout]   --> src/select.rs:66:22
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entries`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `selection`
[INFO] [stdout]   --> src/select.rs:66:41
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entries`
[INFO] [stdout]   --> src/select.rs:71:22
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entries`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `selection`
[INFO] [stdout]   --> src/select.rs:71:41
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entries`
[INFO] [stdout]   --> src/select.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entries`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `selection`
[INFO] [stdout]   --> src/select.rs:76:41
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn select(&self, entries: &Entries, selection: &mut BTreeSet<&Entry>) {
[INFO] [stdout]    |                                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Entry` is never constructed
[INFO] [stdout]  --> src/select.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Entry {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Entries` is never constructed
[INFO] [stdout]   --> src/select.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Entries {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Select` is never used
[INFO] [stdout]   --> src/select.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub trait Select {
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Index` is never constructed
[INFO] [stdout]   --> src/select.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Index {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/select.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl Index {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 28 |     pub fn new(start: usize, end: usize) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Time` is never constructed
[INFO] [stdout]   --> src/select.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Time {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Pattern` is never constructed
[INFO] [stdout]   --> src/select.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct Pattern(String);
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Fzf` is never constructed
[INFO] [stdout]   --> src/select.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct Fzf {}
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `root` is never read
[INFO] [stdout]  --> src/config.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Config {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 6 |     root: PathBuf,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Config` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `critical` is never read
[INFO] [stdout]  --> src/command.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Command {
[INFO] [stdout]   |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 9 |     critical: bool,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Command` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Selector` is never constructed
[INFO] [stdout]   --> src/select.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct Selector<'s>(Vec<Box<dyn Select + 's>>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `push` are never used
[INFO] [stdout]   --> src/select.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl<'s> Selector<'s> {
[INFO] [stdout]    | --------------------- associated items in this implementation
[INFO] [stdout] 49 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn push<S>(&mut self, sel: S)
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into` is never used
[INFO] [stdout]   --> src/command.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Pattern {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 29 |     pub fn into(self) -> Result<select::Pattern, Error> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into` is never used
[INFO] [stdout]   --> src/command.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl Index {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 37 |     pub fn into(self) -> Result<select::Index, Error> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into` is never used
[INFO] [stdout]   --> src/command.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl Time {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 66 |     pub fn into(self) -> Result<select::Time, Error> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/command.rs:98:21
[INFO] [stdout]    |
[INFO] [stdout] 98 |     NonExclusiveCmd(&'static str, &'static str),
[INFO] [stdout]    |     --------------- ^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 98 -     NonExclusiveCmd(&'static str, &'static str),
[INFO] [stdout] 98 +     NonExclusiveCmd((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/command.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |     TooManyArgs(&'static str),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 99 -     TooManyArgs(&'static str),
[INFO] [stdout] 99 +     TooManyArgs(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/command.rs:100:23
[INFO] [stdout]     |
[INFO] [stdout] 100 |     EmptySelectorList(&'static str),
[INFO] [stdout]     |     ----------------- ^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 100 -     EmptySelectorList(&'static str),
[INFO] [stdout] 100 +     EmptySelectorList(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/command.rs:103:16
[INFO] [stdout]     |
[INFO] [stdout] 103 |     UnknownArg(String),
[INFO] [stdout]     |     ---------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 103 -     UnknownArg(String),
[INFO] [stdout] 103 +     UnknownArg(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ThreePartRange` and `InvalidIndex` are never constructed
[INFO] [stdout]    --> src/command.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout]  97 | pub enum Error {
[INFO] [stdout]     |          ----- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 101 |     ThreePartRange(String),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 102 |     InvalidIndex(String),
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `into` are never used
[INFO] [stdout]    --> src/command.rs:211:12
[INFO] [stdout]     |
[INFO] [stdout] 210 | impl Selector {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout] 211 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |     pub fn into(self) -> Result<select::Selector<'static>, Error> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "9afe6f818d27388619d43e31cb3fb8de66feeb03e60ac3cf8c8b2cf13ae77596", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9afe6f818d27388619d43e31cb3fb8de66feeb03e60ac3cf8c8b2cf13ae77596", kill_on_drop: false }`
[INFO] [stdout] 9afe6f818d27388619d43e31cb3fb8de66feeb03e60ac3cf8c8b2cf13ae77596
