Oct 27 03:46:28.426 INFO checking human9/rsif against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:46:28.428 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 03:46:28.702 INFO blam! 38fb46c2c9a429419a1eadad5a4541df16823052538c28d7292a646c1da0ae64 Oct 27 03:46:28.705 INFO running `"docker" "start" "-a" "38fb46c2c9a429419a1eadad5a4541df16823052538c28d7292a646c1da0ae64"` Oct 27 03:46:29.812 INFO kablam! usermod: no changes Oct 27 03:46:29.971 INFO kablam! Compiling syn v0.15.3 Oct 27 03:46:29.971 INFO kablam! Checking cgmath v0.16.1 Oct 27 03:46:43.447 INFO kablam! Compiling serde_derive v1.0.78 Oct 27 03:47:01.339 INFO kablam! Checking sifter v0.1.0 (/source) Oct 27 03:47:02.411 INFO kablam! warning: unused import: `serde::de::DeserializeOwned` Oct 27 03:47:02.411 INFO kablam! --> src/lib.rs:14:5 Oct 27 03:47:02.412 INFO kablam! | Oct 27 03:47:02.412 INFO kablam! 14 | use serde::de::DeserializeOwned; Oct 27 03:47:02.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:47:02.412 INFO kablam! | Oct 27 03:47:02.413 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:47:02.413 INFO kablam! Oct 27 03:47:02.499 INFO kablam! warning: unused import: `serde::de::DeserializeOwned` Oct 27 03:47:02.500 INFO kablam! --> src/lib.rs:14:5 Oct 27 03:47:02.500 INFO kablam! | Oct 27 03:47:02.500 INFO kablam! 14 | use serde::de::DeserializeOwned; Oct 27 03:47:02.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:47:02.501 INFO kablam! | Oct 27 03:47:02.502 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:47:02.502 INFO kablam! Oct 27 03:47:02.795 INFO kablam! warning: variable does not need to be mutable Oct 27 03:47:02.795 INFO kablam! --> src/lib.rs:77:9 Oct 27 03:47:02.796 INFO kablam! | Oct 27 03:47:02.796 INFO kablam! 77 | let mut a_string = read_file(a)?; Oct 27 03:47:02.796 INFO kablam! | ----^^^^^^^^ Oct 27 03:47:02.797 INFO kablam! | | Oct 27 03:47:02.797 INFO kablam! | help: remove this `mut` Oct 27 03:47:02.797 INFO kablam! | Oct 27 03:47:02.798 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 03:47:02.798 INFO kablam! Oct 27 03:47:02.798 INFO kablam! warning: variable does not need to be mutable Oct 27 03:47:02.799 INFO kablam! --> src/lib.rs:78:9 Oct 27 03:47:02.799 INFO kablam! | Oct 27 03:47:02.799 INFO kablam! 78 | let mut a_graph = sif_to_petgraph(&a_string); Oct 27 03:47:02.799 INFO kablam! | ----^^^^^^^ Oct 27 03:47:02.800 INFO kablam! | | Oct 27 03:47:02.800 INFO kablam! | help: remove this `mut` Oct 27 03:47:02.800 INFO kablam! Oct 27 03:47:02.801 INFO kablam! warning: variable does not need to be mutable Oct 27 03:47:02.801 INFO kablam! --> src/lib.rs:79:9 Oct 27 03:47:02.801 INFO kablam! | Oct 27 03:47:02.802 INFO kablam! 79 | let mut b_string = read_file(b)?; Oct 27 03:47:02.802 INFO kablam! | ----^^^^^^^^ Oct 27 03:47:02.802 INFO kablam! | | Oct 27 03:47:02.803 INFO kablam! | help: remove this `mut` Oct 27 03:47:02.803 INFO kablam! Oct 27 03:47:02.803 INFO kablam! warning: variable does not need to be mutable Oct 27 03:47:02.804 INFO kablam! --> src/lib.rs:80:9 Oct 27 03:47:02.804 INFO kablam! | Oct 27 03:47:02.804 INFO kablam! 80 | let mut b_graph = sif_to_petgraph(&b_string); Oct 27 03:47:02.804 INFO kablam! | ----^^^^^^^ Oct 27 03:47:02.805 INFO kablam! | | Oct 27 03:47:02.805 INFO kablam! | help: remove this `mut` Oct 27 03:47:02.805 INFO kablam! Oct 27 03:47:02.899 INFO kablam! warning: variable does not need to be mutable Oct 27 03:47:02.899 INFO kablam! --> src/lib.rs:77:9 Oct 27 03:47:02.900 INFO kablam! | Oct 27 03:47:02.900 INFO kablam! 77 | let mut a_string = read_file(a)?; Oct 27 03:47:02.900 INFO kablam! | ----^^^^^^^^ Oct 27 03:47:02.900 INFO kablam! | | Oct 27 03:47:02.901 INFO kablam! | help: remove this `mut` Oct 27 03:47:02.901 INFO kablam! | Oct 27 03:47:02.901 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 03:47:02.902 INFO kablam! Oct 27 03:47:02.902 INFO kablam! warning: variable does not need to be mutable Oct 27 03:47:02.902 INFO kablam! --> src/lib.rs:78:9 Oct 27 03:47:02.902 INFO kablam! | Oct 27 03:47:02.903 INFO kablam! 78 | let mut a_graph = sif_to_petgraph(&a_string); Oct 27 03:47:02.903 INFO kablam! | ----^^^^^^^ Oct 27 03:47:02.903 INFO kablam! | | Oct 27 03:47:02.903 INFO kablam! | help: remove this `mut` Oct 27 03:47:02.904 INFO kablam! Oct 27 03:47:02.904 INFO kablam! warning: variable does not need to be mutable Oct 27 03:47:02.904 INFO kablam! --> src/lib.rs:79:9 Oct 27 03:47:02.904 INFO kablam! | Oct 27 03:47:02.905 INFO kablam! 79 | let mut b_string = read_file(b)?; Oct 27 03:47:02.905 INFO kablam! | ----^^^^^^^^ Oct 27 03:47:02.905 INFO kablam! | | Oct 27 03:47:02.906 INFO kablam! | help: remove this `mut` Oct 27 03:47:02.906 INFO kablam! Oct 27 03:47:02.906 INFO kablam! warning: variable does not need to be mutable Oct 27 03:47:02.906 INFO kablam! --> src/lib.rs:80:9 Oct 27 03:47:02.907 INFO kablam! | Oct 27 03:47:02.907 INFO kablam! 80 | let mut b_graph = sif_to_petgraph(&b_string); Oct 27 03:47:02.907 INFO kablam! | ----^^^^^^^ Oct 27 03:47:02.907 INFO kablam! | | Oct 27 03:47:02.908 INFO kablam! | help: remove this `mut` Oct 27 03:47:02.908 INFO kablam! Oct 27 03:47:05.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.86s Oct 27 03:47:05.736 INFO kablam! su: No module specific data is present Oct 27 03:47:06.338 INFO running `"docker" "rm" "-f" "38fb46c2c9a429419a1eadad5a4541df16823052538c28d7292a646c1da0ae64"` Oct 27 03:47:06.643 INFO blam! 38fb46c2c9a429419a1eadad5a4541df16823052538c28d7292a646c1da0ae64