Oct 15 11:32:08.084 INFO testing DennoDin/cc5-polyglottal-rust-graph against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:32:08.084 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 11:32:08.627 INFO blam! 7a74ac6fd6185643514704288e451a391d92cc6c483ca030105079dbfde2ebab Oct 15 11:32:08.631 INFO running `"docker" "start" "-a" "7a74ac6fd6185643514704288e451a391d92cc6c483ca030105079dbfde2ebab"` Oct 15 11:32:09.697 INFO kablam! usermod: no changes Oct 15 11:32:09.743 INFO kablam! Compiling graph-path v0.1.0 (/source) Oct 15 11:32:10.205 INFO kablam! warning: unused variable: `steps` Oct 15 11:32:10.205 INFO kablam! --> src/main.rs:98:13 Oct 15 11:32:10.205 INFO kablam! | Oct 15 11:32:10.205 INFO kablam! 98 | let mut steps: i8 = 0; Oct 15 11:32:10.205 INFO kablam! | ^^^^^ help: consider using `_steps` instead Oct 15 11:32:10.205 INFO kablam! | Oct 15 11:32:10.205 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:32:10.205 INFO kablam! Oct 15 11:32:10.211 INFO kablam! warning: variable does not need to be mutable Oct 15 11:32:10.212 INFO kablam! --> src/main.rs:97:9 Oct 15 11:32:10.212 INFO kablam! | Oct 15 11:32:10.212 INFO kablam! 97 | let mut result: i8 = 32; Oct 15 11:32:10.213 INFO kablam! | ----^^^^^^ Oct 15 11:32:10.213 INFO kablam! | | Oct 15 11:32:10.213 INFO kablam! | help: remove this `mut` Oct 15 11:32:10.214 INFO kablam! | Oct 15 11:32:10.214 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:32:10.214 INFO kablam! Oct 15 11:32:10.215 INFO kablam! warning: variable does not need to be mutable Oct 15 11:32:10.215 INFO kablam! --> src/main.rs:98:9 Oct 15 11:32:10.216 INFO kablam! | Oct 15 11:32:10.216 INFO kablam! 98 | let mut steps: i8 = 0; Oct 15 11:32:10.216 INFO kablam! | ----^^^^^ Oct 15 11:32:10.217 INFO kablam! | | Oct 15 11:32:10.217 INFO kablam! | help: remove this `mut` Oct 15 11:32:10.217 INFO kablam! Oct 15 11:32:10.627 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 15 11:32:10.628 INFO kablam! su: No module specific data is present Oct 15 11:32:11.073 INFO running `"docker" "rm" "-f" "7a74ac6fd6185643514704288e451a391d92cc6c483ca030105079dbfde2ebab"` Oct 15 11:32:11.238 INFO blam! 7a74ac6fd6185643514704288e451a391d92cc6c483ca030105079dbfde2ebab Oct 15 11:32:11.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 11:32:11.519 INFO blam! 4dd48b663ef70649983e0be014f1666a771ccf2223f46bb31a8de44a6f104764 Oct 15 11:32:11.531 INFO running `"docker" "start" "-a" "4dd48b663ef70649983e0be014f1666a771ccf2223f46bb31a8de44a6f104764"` Oct 15 11:32:12.606 INFO kablam! usermod: no changes Oct 15 11:32:12.655 INFO kablam! Compiling graph-path v0.1.0 (/source) Oct 15 11:32:13.195 INFO kablam! warning: unused variable: `steps` Oct 15 11:32:13.195 INFO kablam! --> src/main.rs:98:13 Oct 15 11:32:13.195 INFO kablam! | Oct 15 11:32:13.195 INFO kablam! 98 | let mut steps: i8 = 0; Oct 15 11:32:13.195 INFO kablam! | ^^^^^ help: consider using `_steps` instead Oct 15 11:32:13.195 INFO kablam! | Oct 15 11:32:13.195 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:32:13.195 INFO kablam! Oct 15 11:32:13.199 INFO kablam! warning: variable does not need to be mutable Oct 15 11:32:13.199 INFO kablam! --> src/main.rs:97:9 Oct 15 11:32:13.199 INFO kablam! | Oct 15 11:32:13.199 INFO kablam! 97 | let mut result: i8 = 32; Oct 15 11:32:13.199 INFO kablam! | ----^^^^^^ Oct 15 11:32:13.199 INFO kablam! | | Oct 15 11:32:13.199 INFO kablam! | help: remove this `mut` Oct 15 11:32:13.199 INFO kablam! | Oct 15 11:32:13.199 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:32:13.199 INFO kablam! Oct 15 11:32:13.199 INFO kablam! warning: variable does not need to be mutable Oct 15 11:32:13.199 INFO kablam! --> src/main.rs:98:9 Oct 15 11:32:13.199 INFO kablam! | Oct 15 11:32:13.199 INFO kablam! 98 | let mut steps: i8 = 0; Oct 15 11:32:13.199 INFO kablam! | ----^^^^^ Oct 15 11:32:13.199 INFO kablam! | | Oct 15 11:32:13.199 INFO kablam! | help: remove this `mut` Oct 15 11:32:13.199 INFO kablam! Oct 15 11:32:13.697 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 15 11:32:13.699 INFO kablam! su: No module specific data is present Oct 15 11:32:14.299 INFO running `"docker" "rm" "-f" "4dd48b663ef70649983e0be014f1666a771ccf2223f46bb31a8de44a6f104764"` Oct 15 11:32:14.599 INFO blam! 4dd48b663ef70649983e0be014f1666a771ccf2223f46bb31a8de44a6f104764 Oct 15 11:32:14.608 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 11:32:15.027 INFO blam! 5bf5ba9b12b0e5678c10c86a83c3c49392246ab3de57b9f75fdf0c399a269c7d Oct 15 11:32:15.029 INFO running `"docker" "start" "-a" "5bf5ba9b12b0e5678c10c86a83c3c49392246ab3de57b9f75fdf0c399a269c7d"` Oct 15 11:32:16.482 INFO kablam! usermod: no changes Oct 15 11:32:16.527 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 11:32:16.527 INFO kablam! Running /target/debug/deps/graph_path-a1ea438af00dbc33 Oct 15 11:32:16.535 INFO kablam! su: No module specific data is present Oct 15 11:32:16.535 INFO blam! Oct 15 11:32:16.535 INFO blam! running 0 tests Oct 15 11:32:16.535 INFO blam! Oct 15 11:32:16.535 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:32:16.535 INFO blam! Oct 15 11:32:17.291 INFO running `"docker" "rm" "-f" "5bf5ba9b12b0e5678c10c86a83c3c49392246ab3de57b9f75fdf0c399a269c7d"` Oct 15 11:32:17.590 INFO blam! 5bf5ba9b12b0e5678c10c86a83c3c49392246ab3de57b9f75fdf0c399a269c7d