Oct 11 05:42:56.530 INFO testing LukeThoma5/rs-solitaire against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:42:56.530 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:42:56.530 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:42:56.972 INFO blam! 1d3f6be473876d993e7b6ba85f58843c54dc9db1fc67f5a3de6c31944c8c4675 Oct 11 05:42:56.976 INFO running `"docker" "start" "-a" "1d3f6be473876d993e7b6ba85f58843c54dc9db1fc67f5a3de6c31944c8c4675"` Oct 11 05:42:58.089 INFO kablam! usermod: no changes Oct 11 05:42:58.164 INFO kablam! Compiling solataire v0.1.0 (/source) Oct 11 05:42:59.304 INFO kablam! warning: unused variable: `x` Oct 11 05:42:59.305 INFO kablam! --> src/main.rs:34:13 Oct 11 05:42:59.305 INFO kablam! | Oct 11 05:42:59.305 INFO kablam! 34 | fn from(x: std::option::NoneError) -> GameError { Oct 11 05:42:59.305 INFO kablam! | ^ help: consider using `_x` instead Oct 11 05:42:59.305 INFO kablam! | Oct 11 05:42:59.305 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:42:59.305 INFO kablam! Oct 11 05:42:59.305 INFO kablam! warning: unused variable: `x` Oct 11 05:42:59.305 INFO kablam! --> src/main.rs:40:13 Oct 11 05:42:59.305 INFO kablam! | Oct 11 05:42:59.305 INFO kablam! 40 | fn from(x: std::num::ParseIntError) -> GameError { Oct 11 05:42:59.305 INFO kablam! | ^ help: consider using `_x` instead Oct 11 05:42:59.305 INFO kablam! Oct 11 05:42:59.305 INFO kablam! warning: unused variable: `x` Oct 11 05:42:59.305 INFO kablam! --> src/main.rs:46:13 Oct 11 05:42:59.305 INFO kablam! | Oct 11 05:42:59.305 INFO kablam! 46 | fn from(x: std::io::Error) -> GameError { Oct 11 05:42:59.305 INFO kablam! | ^ help: consider using `_x` instead Oct 11 05:42:59.305 INFO kablam! Oct 11 05:42:59.328 INFO kablam! warning: variable does not need to be mutable Oct 11 05:42:59.328 INFO kablam! --> src/main.rs:166:31 Oct 11 05:42:59.328 INFO kablam! | Oct 11 05:42:59.328 INFO kablam! 166 | let (mut move_column, mut destination_column) = match (move_column, destination_column) { Oct 11 05:42:59.328 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 11 05:42:59.328 INFO kablam! | | Oct 11 05:42:59.328 INFO kablam! | help: remove this `mut` Oct 11 05:42:59.328 INFO kablam! | Oct 11 05:42:59.328 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:42:59.328 INFO kablam! Oct 11 05:42:59.328 INFO kablam! warning: variable does not need to be mutable Oct 11 05:42:59.329 INFO kablam! --> src/main.rs:166:14 Oct 11 05:42:59.329 INFO kablam! | Oct 11 05:42:59.329 INFO kablam! 166 | let (mut move_column, mut destination_column) = match (move_column, destination_column) { Oct 11 05:42:59.329 INFO kablam! | ----^^^^^^^^^^^ Oct 11 05:42:59.329 INFO kablam! | | Oct 11 05:42:59.329 INFO kablam! | help: remove this `mut` Oct 11 05:42:59.329 INFO kablam! Oct 11 05:42:59.348 INFO kablam! warning: the feature `proc_macro_path_invoc` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 05:42:59.348 INFO kablam! --> src/main.rs:2:12 Oct 11 05:42:59.348 INFO kablam! | Oct 11 05:42:59.348 INFO kablam! 2 | #![feature(proc_macro_path_invoc)] Oct 11 05:42:59.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:42:59.348 INFO kablam! | Oct 11 05:42:59.349 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 05:42:59.349 INFO kablam! Oct 11 05:42:59.349 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 05:42:59.349 INFO kablam! --> src/main.rs:3:12 Oct 11 05:42:59.349 INFO kablam! | Oct 11 05:42:59.349 INFO kablam! 3 | #![feature(use_extern_macros)] Oct 11 05:42:59.349 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 05:42:59.349 INFO kablam! Oct 11 05:43:00.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.59s Oct 11 05:43:00.708 INFO kablam! su: No module specific data is present Oct 11 05:43:01.317 INFO running `"docker" "rm" "-f" "1d3f6be473876d993e7b6ba85f58843c54dc9db1fc67f5a3de6c31944c8c4675"` Oct 11 05:43:01.682 INFO blam! 1d3f6be473876d993e7b6ba85f58843c54dc9db1fc67f5a3de6c31944c8c4675 Oct 11 05:43:01.693 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:43:01.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:43:02.224 INFO blam! 13cffc857f858b4a238a2b61adcb8692d437c583d313342bf2b35f6b11e002ff Oct 11 05:43:02.228 INFO running `"docker" "start" "-a" "13cffc857f858b4a238a2b61adcb8692d437c583d313342bf2b35f6b11e002ff"` Oct 11 05:43:03.429 INFO kablam! usermod: no changes Oct 11 05:43:03.536 INFO kablam! Compiling solataire v0.1.0 (/source) Oct 11 05:43:04.845 INFO kablam! warning: unused variable: `x` Oct 11 05:43:04.845 INFO kablam! --> src/main.rs:34:13 Oct 11 05:43:04.845 INFO kablam! | Oct 11 05:43:04.845 INFO kablam! 34 | fn from(x: std::option::NoneError) -> GameError { Oct 11 05:43:04.845 INFO kablam! | ^ help: consider using `_x` instead Oct 11 05:43:04.845 INFO kablam! | Oct 11 05:43:04.845 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:43:04.845 INFO kablam! Oct 11 05:43:04.845 INFO kablam! warning: unused variable: `x` Oct 11 05:43:04.845 INFO kablam! --> src/main.rs:40:13 Oct 11 05:43:04.845 INFO kablam! | Oct 11 05:43:04.845 INFO kablam! 40 | fn from(x: std::num::ParseIntError) -> GameError { Oct 11 05:43:04.845 INFO kablam! | ^ help: consider using `_x` instead Oct 11 05:43:04.845 INFO kablam! Oct 11 05:43:04.845 INFO kablam! warning: unused variable: `x` Oct 11 05:43:04.845 INFO kablam! --> src/main.rs:46:13 Oct 11 05:43:04.845 INFO kablam! | Oct 11 05:43:04.845 INFO kablam! 46 | fn from(x: std::io::Error) -> GameError { Oct 11 05:43:04.845 INFO kablam! | ^ help: consider using `_x` instead Oct 11 05:43:04.846 INFO kablam! Oct 11 05:43:04.864 INFO kablam! warning: variable does not need to be mutable Oct 11 05:43:04.865 INFO kablam! --> src/main.rs:166:31 Oct 11 05:43:04.865 INFO kablam! | Oct 11 05:43:04.866 INFO kablam! 166 | let (mut move_column, mut destination_column) = match (move_column, destination_column) { Oct 11 05:43:04.866 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 11 05:43:04.866 INFO kablam! | | Oct 11 05:43:04.866 INFO kablam! | help: remove this `mut` Oct 11 05:43:04.866 INFO kablam! | Oct 11 05:43:04.866 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:43:04.866 INFO kablam! Oct 11 05:43:04.867 INFO kablam! warning: variable does not need to be mutable Oct 11 05:43:04.867 INFO kablam! --> src/main.rs:166:14 Oct 11 05:43:04.867 INFO kablam! | Oct 11 05:43:04.867 INFO kablam! 166 | let (mut move_column, mut destination_column) = match (move_column, destination_column) { Oct 11 05:43:04.867 INFO kablam! | ----^^^^^^^^^^^ Oct 11 05:43:04.867 INFO kablam! | | Oct 11 05:43:04.867 INFO kablam! | help: remove this `mut` Oct 11 05:43:04.867 INFO kablam! Oct 11 05:43:04.894 INFO kablam! warning: the feature `proc_macro_path_invoc` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 05:43:04.895 INFO kablam! --> src/main.rs:2:12 Oct 11 05:43:04.895 INFO kablam! | Oct 11 05:43:04.895 INFO kablam! 2 | #![feature(proc_macro_path_invoc)] Oct 11 05:43:04.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:43:04.895 INFO kablam! | Oct 11 05:43:04.895 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 05:43:04.895 INFO kablam! Oct 11 05:43:04.896 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 05:43:04.896 INFO kablam! --> src/main.rs:3:12 Oct 11 05:43:04.896 INFO kablam! | Oct 11 05:43:04.896 INFO kablam! 3 | #![feature(use_extern_macros)] Oct 11 05:43:04.897 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 05:43:04.897 INFO kablam! Oct 11 05:43:05.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.98s Oct 11 05:43:05.436 INFO kablam! su: No module specific data is present Oct 11 05:43:06.053 INFO running `"docker" "rm" "-f" "13cffc857f858b4a238a2b61adcb8692d437c583d313342bf2b35f6b11e002ff"` Oct 11 05:43:06.288 INFO blam! 13cffc857f858b4a238a2b61adcb8692d437c583d313342bf2b35f6b11e002ff Oct 11 05:43:06.290 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:43:06.290 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:43:06.736 INFO blam! 0ef8b6b09492231c070b8a9f5e41a8e2be69f539f16e9ca90051ed6d35fab143 Oct 11 05:43:06.740 INFO running `"docker" "start" "-a" "0ef8b6b09492231c070b8a9f5e41a8e2be69f539f16e9ca90051ed6d35fab143"` Oct 11 05:43:07.821 INFO kablam! usermod: no changes Oct 11 05:43:07.912 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 05:43:07.912 INFO kablam! Running /target/debug/deps/solataire-97564c7a414cc444 Oct 11 05:43:07.920 INFO kablam! su: No module specific data is present Oct 11 05:43:07.920 INFO blam! Oct 11 05:43:07.920 INFO blam! running 0 tests Oct 11 05:43:07.920 INFO blam! Oct 11 05:43:07.920 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:43:07.920 INFO blam! Oct 11 05:43:08.745 INFO running `"docker" "rm" "-f" "0ef8b6b09492231c070b8a9f5e41a8e2be69f539f16e9ca90051ed6d35fab143"` Oct 11 05:43:09.044 INFO blam! 0ef8b6b09492231c070b8a9f5e41a8e2be69f539f16e9ca90051ed6d35fab143