Oct 21 17:22:17.854 INFO checking human9/rsif against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:22:17.856 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 17:22:18.127 INFO blam! 174ec4f4c1cf5435561b0c3a657bc1ec78e22b57915500c2ac162f39124bcbcb Oct 21 17:22:18.136 INFO running `"docker" "start" "-a" "174ec4f4c1cf5435561b0c3a657bc1ec78e22b57915500c2ac162f39124bcbcb"` Oct 21 17:22:19.038 INFO kablam! usermod: no changes Oct 21 17:22:19.152 INFO kablam! Checking petgraph v0.4.13 Oct 21 17:22:19.156 INFO kablam! Checking cgmath v0.16.1 Oct 21 17:22:25.750 INFO kablam! Checking sifter v0.1.0 (/source) Oct 21 17:22:26.668 INFO kablam! warning: unused import: `serde::de::DeserializeOwned` Oct 21 17:22:26.668 INFO kablam! --> src/lib.rs:14:5 Oct 21 17:22:26.668 INFO kablam! | Oct 21 17:22:26.668 INFO kablam! 14 | use serde::de::DeserializeOwned; Oct 21 17:22:26.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:22:26.668 INFO kablam! | Oct 21 17:22:26.668 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:22:26.668 INFO kablam! Oct 21 17:22:26.788 INFO kablam! warning: unused import: `serde::de::DeserializeOwned` Oct 21 17:22:26.788 INFO kablam! --> src/lib.rs:14:5 Oct 21 17:22:26.788 INFO kablam! | Oct 21 17:22:26.788 INFO kablam! 14 | use serde::de::DeserializeOwned; Oct 21 17:22:26.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:22:26.788 INFO kablam! | Oct 21 17:22:26.788 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:22:26.788 INFO kablam! Oct 21 17:22:27.256 INFO kablam! warning: variable does not need to be mutable Oct 21 17:22:27.256 INFO kablam! --> src/lib.rs:77:9 Oct 21 17:22:27.256 INFO kablam! | Oct 21 17:22:27.256 INFO kablam! 77 | let mut a_string = read_file(a)?; Oct 21 17:22:27.256 INFO kablam! | ----^^^^^^^^ Oct 21 17:22:27.256 INFO kablam! | | Oct 21 17:22:27.256 INFO kablam! | help: remove this `mut` Oct 21 17:22:27.256 INFO kablam! | Oct 21 17:22:27.256 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 17:22:27.256 INFO kablam! Oct 21 17:22:27.256 INFO kablam! warning: variable does not need to be mutable Oct 21 17:22:27.256 INFO kablam! --> src/lib.rs:78:9 Oct 21 17:22:27.256 INFO kablam! | Oct 21 17:22:27.256 INFO kablam! 78 | let mut a_graph = sif_to_petgraph(&a_string); Oct 21 17:22:27.256 INFO kablam! | ----^^^^^^^ Oct 21 17:22:27.256 INFO kablam! | | Oct 21 17:22:27.256 INFO kablam! | help: remove this `mut` Oct 21 17:22:27.256 INFO kablam! Oct 21 17:22:27.256 INFO kablam! warning: variable does not need to be mutable Oct 21 17:22:27.256 INFO kablam! --> src/lib.rs:79:9 Oct 21 17:22:27.256 INFO kablam! | Oct 21 17:22:27.256 INFO kablam! 79 | let mut b_string = read_file(b)?; Oct 21 17:22:27.256 INFO kablam! | ----^^^^^^^^ Oct 21 17:22:27.256 INFO kablam! | | Oct 21 17:22:27.256 INFO kablam! | help: remove this `mut` Oct 21 17:22:27.256 INFO kablam! Oct 21 17:22:27.256 INFO kablam! warning: variable does not need to be mutable Oct 21 17:22:27.256 INFO kablam! --> src/lib.rs:80:9 Oct 21 17:22:27.256 INFO kablam! | Oct 21 17:22:27.256 INFO kablam! 80 | let mut b_graph = sif_to_petgraph(&b_string); Oct 21 17:22:27.256 INFO kablam! | ----^^^^^^^ Oct 21 17:22:27.256 INFO kablam! | | Oct 21 17:22:27.256 INFO kablam! | help: remove this `mut` Oct 21 17:22:27.256 INFO kablam! Oct 21 17:22:27.300 INFO kablam! warning: variable does not need to be mutable Oct 21 17:22:27.300 INFO kablam! --> src/lib.rs:77:9 Oct 21 17:22:27.300 INFO kablam! | Oct 21 17:22:27.300 INFO kablam! 77 | let mut a_string = read_file(a)?; Oct 21 17:22:27.300 INFO kablam! | ----^^^^^^^^ Oct 21 17:22:27.300 INFO kablam! | | Oct 21 17:22:27.300 INFO kablam! | help: remove this `mut` Oct 21 17:22:27.300 INFO kablam! | Oct 21 17:22:27.300 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 17:22:27.300 INFO kablam! Oct 21 17:22:27.300 INFO kablam! warning: variable does not need to be mutable Oct 21 17:22:27.300 INFO kablam! --> src/lib.rs:78:9 Oct 21 17:22:27.300 INFO kablam! | Oct 21 17:22:27.300 INFO kablam! 78 | let mut a_graph = sif_to_petgraph(&a_string); Oct 21 17:22:27.300 INFO kablam! | ----^^^^^^^ Oct 21 17:22:27.300 INFO kablam! | | Oct 21 17:22:27.300 INFO kablam! | help: remove this `mut` Oct 21 17:22:27.300 INFO kablam! Oct 21 17:22:27.300 INFO kablam! warning: variable does not need to be mutable Oct 21 17:22:27.300 INFO kablam! --> src/lib.rs:79:9 Oct 21 17:22:27.300 INFO kablam! | Oct 21 17:22:27.300 INFO kablam! 79 | let mut b_string = read_file(b)?; Oct 21 17:22:27.300 INFO kablam! | ----^^^^^^^^ Oct 21 17:22:27.300 INFO kablam! | | Oct 21 17:22:27.300 INFO kablam! | help: remove this `mut` Oct 21 17:22:27.300 INFO kablam! Oct 21 17:22:27.301 INFO kablam! warning: variable does not need to be mutable Oct 21 17:22:27.301 INFO kablam! --> src/lib.rs:80:9 Oct 21 17:22:27.301 INFO kablam! | Oct 21 17:22:27.301 INFO kablam! 80 | let mut b_graph = sif_to_petgraph(&b_string); Oct 21 17:22:27.301 INFO kablam! | ----^^^^^^^ Oct 21 17:22:27.301 INFO kablam! | | Oct 21 17:22:27.301 INFO kablam! | help: remove this `mut` Oct 21 17:22:27.301 INFO kablam! Oct 21 17:22:29.209 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.15s Oct 21 17:22:29.225 INFO kablam! su: No module specific data is present Oct 21 17:22:30.345 INFO running `"docker" "rm" "-f" "174ec4f4c1cf5435561b0c3a657bc1ec78e22b57915500c2ac162f39124bcbcb"` Oct 21 17:22:30.616 INFO blam! 174ec4f4c1cf5435561b0c3a657bc1ec78e22b57915500c2ac162f39124bcbcb