Oct 14 18:39:20.222 INFO testing human9/rsif against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:39:20.222 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 18:39:20.629 INFO blam! 087f4cd1c8dcbd1dc85d740454b2085f65f5a72ed2d5bf19fa74a8e69f5faed0 Oct 14 18:39:20.633 INFO running `"docker" "start" "-a" "087f4cd1c8dcbd1dc85d740454b2085f65f5a72ed2d5bf19fa74a8e69f5faed0"` Oct 14 18:39:21.923 INFO kablam! usermod: no changes Oct 14 18:39:22.075 INFO kablam! Compiling ordermap v0.3.5 Oct 14 18:39:22.079 INFO kablam! Compiling serde v1.0.78 Oct 14 18:39:22.079 INFO kablam! Compiling num-traits v0.1.43 Oct 14 18:39:22.079 INFO kablam! Compiling syn v0.15.3 Oct 14 18:39:22.451 INFO kablam! Compiling cgmath v0.16.1 Oct 14 18:39:24.601 INFO kablam! Compiling petgraph v0.4.13 Oct 14 18:39:38.179 INFO kablam! Compiling serde_derive v1.0.78 Oct 14 18:39:46.207 INFO kablam! Compiling serde_json v1.0.27 Oct 14 18:39:59.131 INFO kablam! Compiling sifter v0.1.0 (/source) Oct 14 18:39:59.671 INFO kablam! warning: unused import: `serde::de::DeserializeOwned` Oct 14 18:39:59.671 INFO kablam! --> src/lib.rs:14:5 Oct 14 18:39:59.671 INFO kablam! | Oct 14 18:39:59.671 INFO kablam! 14 | use serde::de::DeserializeOwned; Oct 14 18:39:59.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:39:59.671 INFO kablam! | Oct 14 18:39:59.671 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:39:59.671 INFO kablam! Oct 14 18:39:59.973 INFO kablam! warning: variable does not need to be mutable Oct 14 18:39:59.973 INFO kablam! --> src/lib.rs:77:9 Oct 14 18:39:59.973 INFO kablam! | Oct 14 18:39:59.974 INFO kablam! 77 | let mut a_string = read_file(a)?; Oct 14 18:39:59.974 INFO kablam! | ----^^^^^^^^ Oct 14 18:39:59.974 INFO kablam! | | Oct 14 18:39:59.975 INFO kablam! | help: remove this `mut` Oct 14 18:39:59.975 INFO kablam! | Oct 14 18:39:59.975 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:39:59.976 INFO kablam! Oct 14 18:39:59.976 INFO kablam! warning: variable does not need to be mutable Oct 14 18:39:59.976 INFO kablam! --> src/lib.rs:78:9 Oct 14 18:39:59.977 INFO kablam! | Oct 14 18:39:59.977 INFO kablam! 78 | let mut a_graph = sif_to_petgraph(&a_string); Oct 14 18:39:59.977 INFO kablam! | ----^^^^^^^ Oct 14 18:39:59.977 INFO kablam! | | Oct 14 18:39:59.978 INFO kablam! | help: remove this `mut` Oct 14 18:39:59.978 INFO kablam! Oct 14 18:39:59.978 INFO kablam! warning: variable does not need to be mutable Oct 14 18:39:59.979 INFO kablam! --> src/lib.rs:79:9 Oct 14 18:39:59.979 INFO kablam! | Oct 14 18:39:59.979 INFO kablam! 79 | let mut b_string = read_file(b)?; Oct 14 18:39:59.980 INFO kablam! | ----^^^^^^^^ Oct 14 18:39:59.980 INFO kablam! | | Oct 14 18:39:59.980 INFO kablam! | help: remove this `mut` Oct 14 18:39:59.980 INFO kablam! Oct 14 18:39:59.981 INFO kablam! warning: variable does not need to be mutable Oct 14 18:39:59.981 INFO kablam! --> src/lib.rs:80:9 Oct 14 18:39:59.981 INFO kablam! | Oct 14 18:39:59.982 INFO kablam! 80 | let mut b_graph = sif_to_petgraph(&b_string); Oct 14 18:39:59.982 INFO kablam! | ----^^^^^^^ Oct 14 18:39:59.982 INFO kablam! | | Oct 14 18:39:59.983 INFO kablam! | help: remove this `mut` Oct 14 18:39:59.983 INFO kablam! Oct 14 18:40:03.987 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.03s Oct 14 18:40:03.992 INFO kablam! su: No module specific data is present Oct 14 18:40:05.314 INFO running `"docker" "rm" "-f" "087f4cd1c8dcbd1dc85d740454b2085f65f5a72ed2d5bf19fa74a8e69f5faed0"` Oct 14 18:40:05.707 INFO blam! 087f4cd1c8dcbd1dc85d740454b2085f65f5a72ed2d5bf19fa74a8e69f5faed0 Oct 14 18:40:05.713 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 18:40:06.277 INFO blam! 967c945c91bc9a81a3e3513e2f0ed40e834737abbdcad47c91cfad9366335b99 Oct 14 18:40:06.279 INFO running `"docker" "start" "-a" "967c945c91bc9a81a3e3513e2f0ed40e834737abbdcad47c91cfad9366335b99"` Oct 14 18:40:07.687 INFO kablam! usermod: no changes Oct 14 18:40:07.830 INFO kablam! Compiling sifter v0.1.0 (/source) Oct 14 18:40:08.483 INFO kablam! warning: unused import: `serde::de::DeserializeOwned` Oct 14 18:40:08.483 INFO kablam! --> src/lib.rs:14:5 Oct 14 18:40:08.483 INFO kablam! | Oct 14 18:40:08.483 INFO kablam! 14 | use serde::de::DeserializeOwned; Oct 14 18:40:08.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:40:08.483 INFO kablam! | Oct 14 18:40:08.483 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:40:08.483 INFO kablam! Oct 14 18:40:08.803 INFO kablam! warning: variable does not need to be mutable Oct 14 18:40:08.803 INFO kablam! --> src/lib.rs:77:9 Oct 14 18:40:08.803 INFO kablam! | Oct 14 18:40:08.803 INFO kablam! 77 | let mut a_string = read_file(a)?; Oct 14 18:40:08.803 INFO kablam! | ----^^^^^^^^ Oct 14 18:40:08.803 INFO kablam! | | Oct 14 18:40:08.803 INFO kablam! | help: remove this `mut` Oct 14 18:40:08.803 INFO kablam! | Oct 14 18:40:08.803 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:40:08.803 INFO kablam! Oct 14 18:40:08.803 INFO kablam! warning: variable does not need to be mutable Oct 14 18:40:08.803 INFO kablam! --> src/lib.rs:78:9 Oct 14 18:40:08.803 INFO kablam! | Oct 14 18:40:08.803 INFO kablam! 78 | let mut a_graph = sif_to_petgraph(&a_string); Oct 14 18:40:08.803 INFO kablam! | ----^^^^^^^ Oct 14 18:40:08.803 INFO kablam! | | Oct 14 18:40:08.803 INFO kablam! | help: remove this `mut` Oct 14 18:40:08.803 INFO kablam! Oct 14 18:40:08.803 INFO kablam! warning: variable does not need to be mutable Oct 14 18:40:08.803 INFO kablam! --> src/lib.rs:79:9 Oct 14 18:40:08.803 INFO kablam! | Oct 14 18:40:08.803 INFO kablam! 79 | let mut b_string = read_file(b)?; Oct 14 18:40:08.803 INFO kablam! | ----^^^^^^^^ Oct 14 18:40:08.803 INFO kablam! | | Oct 14 18:40:08.803 INFO kablam! | help: remove this `mut` Oct 14 18:40:08.803 INFO kablam! Oct 14 18:40:08.803 INFO kablam! warning: variable does not need to be mutable Oct 14 18:40:08.803 INFO kablam! --> src/lib.rs:80:9 Oct 14 18:40:08.803 INFO kablam! | Oct 14 18:40:08.803 INFO kablam! 80 | let mut b_graph = sif_to_petgraph(&b_string); Oct 14 18:40:08.803 INFO kablam! | ----^^^^^^^ Oct 14 18:40:08.803 INFO kablam! | | Oct 14 18:40:08.803 INFO kablam! | help: remove this `mut` Oct 14 18:40:08.803 INFO kablam! Oct 14 18:40:09.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.98s Oct 14 18:40:09.711 INFO kablam! su: No module specific data is present Oct 14 18:40:10.927 INFO running `"docker" "rm" "-f" "967c945c91bc9a81a3e3513e2f0ed40e834737abbdcad47c91cfad9366335b99"` Oct 14 18:40:11.231 INFO blam! 967c945c91bc9a81a3e3513e2f0ed40e834737abbdcad47c91cfad9366335b99 Oct 14 18:40:11.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 18:40:11.655 INFO blam! 4bd4b952b4bbbc21e1afb594b01996d3fdd8dd501c14c96c720f8df9a388c386 Oct 14 18:40:11.657 INFO running `"docker" "start" "-a" "4bd4b952b4bbbc21e1afb594b01996d3fdd8dd501c14c96c720f8df9a388c386"` Oct 14 18:40:13.922 INFO kablam! usermod: no changes Oct 14 18:40:14.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 18:40:14.031 INFO kablam! Running /target/debug/deps/sifter-b15ff4de0e6907f3 Oct 14 18:40:14.035 INFO blam! Oct 14 18:40:14.035 INFO kablam! Running /target/debug/deps/sifter-3c7cd2482d212f3c Oct 14 18:40:14.035 INFO blam! running 0 tests Oct 14 18:40:14.035 INFO blam! Oct 14 18:40:14.035 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:40:14.035 INFO blam! Oct 14 18:40:14.039 INFO blam! Oct 14 18:40:14.039 INFO blam! running 0 tests Oct 14 18:40:14.039 INFO blam! Oct 14 18:40:14.039 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:40:14.039 INFO blam! Oct 14 18:40:14.040 INFO kablam! Doc-tests sifter Oct 14 18:40:14.686 INFO blam! Oct 14 18:40:14.686 INFO blam! running 0 tests Oct 14 18:40:14.686 INFO blam! Oct 14 18:40:14.686 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:40:14.686 INFO blam! Oct 14 18:40:14.694 INFO kablam! su: No module specific data is present Oct 14 18:40:16.154 INFO running `"docker" "rm" "-f" "4bd4b952b4bbbc21e1afb594b01996d3fdd8dd501c14c96c720f8df9a388c386"` Oct 14 18:40:16.568 INFO blam! 4bd4b952b4bbbc21e1afb594b01996d3fdd8dd501c14c96c720f8df9a388c386