[INFO] cloning repository https://github.com/mooreryan/filter_454
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mooreryan/filter_454" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmooreryan%2Ffilter_454", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmooreryan%2Ffilter_454'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5785d6750b027b7aa6b4046ca771cfc505f43c27
[INFO] checking mooreryan/filter_454 against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmooreryan%2Ffilter_454" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mooreryan/filter_454
[INFO] finished tweaking git repo https://github.com/mooreryan/filter_454
[INFO] tweaked toml for git repo https://github.com/mooreryan/filter_454 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mooreryan/filter_454 on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mooreryan/filter_454 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded multimap v0.4.0
[INFO] [stderr]   Downloaded num-complex v0.2.1
[INFO] [stderr]   Downloaded rand v0.3.23
[INFO] [stderr]   Downloaded bytecount v0.3.2
[INFO] [stderr]   Downloaded serde v1.0.90
[INFO] [stderr]   Downloaded bio-types v0.4.0
[INFO] [stderr]   Downloaded bv v0.10.0
[INFO] [stderr]   Downloaded serde_derive v1.0.90
[INFO] [stderr]   Downloaded csv-core v0.1.5
[INFO] [stderr]   Downloaded statrs v0.10.0
[INFO] [stderr]   Downloaded statrs v0.9.0
[INFO] [stderr]   Downloaded ndarray v0.12.1
[INFO] [stderr]   Downloaded bio v0.25.0
[INFO] [stderr]   Downloaded csv v1.0.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 24e4ae18031d8719192386447b206de443ecb45e00daf34f7fabfe04c5bdaf7d
[INFO] running `Command { std: "docker" "start" "-a" "24e4ae18031d8719192386447b206de443ecb45e00daf34f7fabfe04c5bdaf7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24e4ae18031d8719192386447b206de443ecb45e00daf34f7fabfe04c5bdaf7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24e4ae18031d8719192386447b206de443ecb45e00daf34f7fabfe04c5bdaf7d", kill_on_drop: false }`
[INFO] [stdout] 24e4ae18031d8719192386447b206de443ecb45e00daf34f7fabfe04c5bdaf7d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e08695a5288bfeac8b3805e55de68302f2557a6c1291661c14b07713216e672e
[INFO] running `Command { std: "docker" "start" "-a" "e08695a5288bfeac8b3805e55de68302f2557a6c1291661c14b07713216e672e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.51
[INFO] [stderr]    Compiling proc-macro2 v0.4.27
[INFO] [stderr]    Compiling syn v0.15.30
[INFO] [stderr]    Compiling serde v1.0.90
[INFO] [stderr]    Compiling memchr v2.2.0
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling regex v1.1.5
[INFO] [stderr]    Compiling byteorder v1.3.1
[INFO] [stderr]    Compiling num-complex v0.2.1
[INFO] [stderr]    Compiling matrixmultiply v0.1.15
[INFO] [stderr]    Compiling bv v0.10.0
[INFO] [stderr]     Checking either v1.5.2
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling unicode-segmentation v1.2.1
[INFO] [stderr]     Checking rawpointer v0.1.0
[INFO] [stderr]    Compiling ndarray v0.12.1
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking bit-vec v0.5.1
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]     Checking itertools v0.7.11
[INFO] [stderr]    Compiling bio v0.25.0
[INFO] [stderr]     Checking bit-set v0.5.1
[INFO] [stderr]     Checking ordered-float v1.0.2
[INFO] [stderr]     Checking itertools-num v0.1.3
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking bytecount v0.3.2
[INFO] [stderr]     Checking custom_derive v0.1.7
[INFO] [stderr]    Compiling newtype_derive v0.1.6
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking atty v0.2.11
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]     Checking aho-corasick v0.7.3
[INFO] [stderr]     Checking csv-core v0.1.5
[INFO] [stderr]     Checking rand v0.3.23
[INFO] [stderr]     Checking statrs v0.9.0
[INFO] [stderr]     Checking statrs v0.10.0
[INFO] [stderr]    Compiling serde_derive v1.0.90
[INFO] [stderr]    Compiling structopt-derive v0.2.15
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking csv v1.0.6
[INFO] [stderr]     Checking bio-types v0.4.0
[INFO] [stderr]     Checking multimap v0.4.0
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking structopt v0.2.15
[INFO] [stderr]     Checking filter_454 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `mean` and `sd` are never read
[INFO] [stdout]   --> src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct ReadLengthStats {
[INFO] [stdout]    |        --------------- fields in this struct
[INFO] [stdout] 17 |     mean: f64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 18 |     sd: f64,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReadLengthStats` 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: fields `mean` and `sd` are never read
[INFO] [stdout]   --> src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct ReadLengthStats {
[INFO] [stdout]    |        --------------- fields in this struct
[INFO] [stdout] 17 |     mean: f64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 18 |     sd: f64,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReadLengthStats` 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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.53s
[INFO] running `Command { std: "docker" "inspect" "e08695a5288bfeac8b3805e55de68302f2557a6c1291661c14b07713216e672e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e08695a5288bfeac8b3805e55de68302f2557a6c1291661c14b07713216e672e", kill_on_drop: false }`
[INFO] [stdout] e08695a5288bfeac8b3805e55de68302f2557a6c1291661c14b07713216e672e
