[INFO] fetching crate fast_files 0.1.1...
[INFO] checking fast_files-0.1.1 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate fast_files 0.1.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate fast_files 0.1.1 on toolchain 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fast_files 0.1.1
[INFO] finished tweaking crates.io crate fast_files 0.1.1
[INFO] tweaked toml for crates.io crate fast_files 0.1.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate fast_files 0.1.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" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b39a888e2140e1d25e323022ae440e6b92a7cdc11e97d7150825431e3dffc3d6
[INFO] running `Command { std: "docker" "start" "-a" "b39a888e2140e1d25e323022ae440e6b92a7cdc11e97d7150825431e3dffc3d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b39a888e2140e1d25e323022ae440e6b92a7cdc11e97d7150825431e3dffc3d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b39a888e2140e1d25e323022ae440e6b92a7cdc11e97d7150825431e3dffc3d6", kill_on_drop: false }`
[INFO] [stdout] b39a888e2140e1d25e323022ae440e6b92a7cdc11e97d7150825431e3dffc3d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 780efa1b32df162a78675d91b65125345d501ec9adc1e3243a31d3f7be90432b
[INFO] running `Command { std: "docker" "start" "-a" "780efa1b32df162a78675d91b65125345d501ec9adc1e3243a31d3f7be90432b", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking fast_files v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: can't compare `Vec<String>` with `&str`
[INFO] [stdout]    --> src/lib.rs:561:9
[INFO] [stdout]     |
[INFO] [stdout] 561 |         assert_eq!(state.commands, "", "testing commands State creation");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `Vec<String> == &str`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq<&str>` is not implemented for `Vec<String>`
[INFO] [stdout]     = help: the following other types implement trait `PartialEq<Rhs>`:
[INFO] [stdout]               `Vec<T, A1>` implements `PartialEq<Vec<U, A2>>`
[INFO] [stdout]               `Vec<T, A>` implements `PartialEq<&[U; N]>`
[INFO] [stdout]               `Vec<T, A>` implements `PartialEq<&[U]>`
[INFO] [stdout]               `Vec<T, A>` implements `PartialEq<&mut [U]>`
[INFO] [stdout]               `Vec<T, A>` implements `PartialEq<[U; N]>`
[INFO] [stdout]               `Vec<T, A>` implements `PartialEq<[U]>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `Vec<String>` with `&str`
[INFO] [stdout]    --> src/lib.rs:584:9
[INFO] [stdout]     |
[INFO] [stdout] 584 | / ...   assert_eq!(state.commands,
[INFO] [stdout] 585 | | ...              "[l] - List saved directories\n[o] - Open file\n[n] - New Directory\n[r] - Refresh saved directories\n[d] - Default open...
[INFO] [stdout] 586 | | ...              "testing if commands are selected correctly")
[INFO] [stdout]     | |______________________________________________________________^ no implementation for `Vec<String> == &str`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq<&str>` is not implemented for `Vec<String>`
[INFO] [stdout]     = help: the following other types implement trait `PartialEq<Rhs>`:
[INFO] [stdout]               `Vec<T, A1>` implements `PartialEq<Vec<U, A2>>`
[INFO] [stdout]               `Vec<T, A>` implements `PartialEq<&[U; N]>`
[INFO] [stdout]               `Vec<T, A>` implements `PartialEq<&[U]>`
[INFO] [stdout]               `Vec<T, A>` implements `PartialEq<&mut [U]>`
[INFO] [stdout]               `Vec<T, A>` implements `PartialEq<[U; N]>`
[INFO] [stdout]               `Vec<T, A>` implements `PartialEq<[U]>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:554:13
[INFO] [stdout]     |
[INFO] [stdout] 554 |         let mut state = State::new();
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast_files` (lib test) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "780efa1b32df162a78675d91b65125345d501ec9adc1e3243a31d3f7be90432b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "780efa1b32df162a78675d91b65125345d501ec9adc1e3243a31d3f7be90432b", kill_on_drop: false }`
[INFO] [stdout] 780efa1b32df162a78675d91b65125345d501ec9adc1e3243a31d3f7be90432b
