[INFO] updating cached repository mopemope/firestarter [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mopemope/firestarter [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mopemope/firestarter" "work/ex/pr-60174/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/mopemope/firestarter"` [INFO] [stderr] Cloning into 'work/ex/pr-60174/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/mopemope/firestarter'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mopemope/firestarter" "work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/gh/mopemope/firestarter"` [INFO] [stderr] Cloning into 'work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/gh/mopemope/firestarter'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5c250a7f169bc4c1002c755e9c23201fbedf55dd [INFO] sha for GitHub repo mopemope/firestarter: 5c250a7f169bc4c1002c755e9c23201fbedf55dd [INFO] validating manifest of mopemope/firestarter on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mopemope/firestarter on toolchain try#74092351c05ae61047b2be02024415546595e974 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+74092351c05ae61047b2be02024415546595e974-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mopemope/firestarter [INFO] finished frobbing mopemope/firestarter [INFO] frobbed toml for mopemope/firestarter written to work/ex/pr-60174/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/mopemope/firestarter/Cargo.toml [INFO] started frobbing mopemope/firestarter [INFO] finished frobbing mopemope/firestarter [INFO] frobbed toml for mopemope/firestarter written to work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/gh/mopemope/firestarter/Cargo.toml [INFO] crate mopemope/firestarter already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+74092351c05ae61047b2be02024415546595e974-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking mopemope/firestarter against try#74092351c05ae61047b2be02024415546595e974 for pr-60174 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60174/worker-0/try#74092351c05ae61047b2be02024415546595e974:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60174/sources/try#74092351c05ae61047b2be02024415546595e974/gh/mopemope/firestarter:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+74092351c05ae61047b2be02024415546595e974-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fa4342547d433154ef331d45a177d6eadad2b9f633f8e447bb4e323345ba1c48 [INFO] running `"docker" "start" "-a" "fa4342547d433154ef331d45a177d6eadad2b9f633f8e447bb4e323345ba1c48"` [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking clicolors-control v1.0.0 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking nix v0.13.0 [INFO] [stderr] Checking backtrace-sys v0.1.28 [INFO] [stderr] Checking nom v4.2.0 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Compiling serde_derive v1.0.88 [INFO] [stderr] Checking env_logger v0.6.0 [INFO] [stderr] Checking backtrace v0.3.14 [INFO] [stderr] Checking console v0.7.5 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking firestarter v0.3.2 (/opt/crater/workdir) [INFO] [stderr] warning: the item `io` is imported redundantly [INFO] [stderr] --> src/utils.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 2 | use std::{env, io, time}; [INFO] [stderr] | -- the item `io` is already imported here [INFO] [stderr] ... [INFO] [stderr] 25 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `io` is imported redundantly [INFO] [stderr] --> src/utils.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 2 | use std::{env, io, time}; [INFO] [stderr] | -- the item `io` is already imported here [INFO] [stderr] ... [INFO] [stderr] 25 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.97s [INFO] running `"docker" "inspect" "fa4342547d433154ef331d45a177d6eadad2b9f633f8e447bb4e323345ba1c48"` [INFO] running `"docker" "rm" "-f" "fa4342547d433154ef331d45a177d6eadad2b9f633f8e447bb4e323345ba1c48"` [INFO] [stdout] fa4342547d433154ef331d45a177d6eadad2b9f633f8e447bb4e323345ba1c48