Oct 15 09:02:46.757 INFO testing LukeThoma5/rs-solitaire against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:02:46.759 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 09:02:47.347 INFO blam! ad61ecb89d53f965c92dcdffc3b721984b6842ea7f2e6ffac428b11571dcbb78 Oct 15 09:02:47.347 INFO running `"docker" "start" "-a" "ad61ecb89d53f965c92dcdffc3b721984b6842ea7f2e6ffac428b11571dcbb78"` Oct 15 09:02:48.882 INFO kablam! usermod: no changes Oct 15 09:02:48.955 INFO kablam! Compiling solataire v0.1.0 (/source) Oct 15 09:02:49.671 INFO kablam! warning: unused variable: `x` Oct 15 09:02:49.671 INFO kablam! --> src/main.rs:34:13 Oct 15 09:02:49.671 INFO kablam! | Oct 15 09:02:49.671 INFO kablam! 34 | fn from(x: std::option::NoneError) -> GameError { Oct 15 09:02:49.671 INFO kablam! | ^ help: consider using `_x` instead Oct 15 09:02:49.671 INFO kablam! | Oct 15 09:02:49.671 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:02:49.671 INFO kablam! Oct 15 09:02:49.671 INFO kablam! warning: unused variable: `x` Oct 15 09:02:49.671 INFO kablam! --> src/main.rs:40:13 Oct 15 09:02:49.671 INFO kablam! | Oct 15 09:02:49.671 INFO kablam! 40 | fn from(x: std::num::ParseIntError) -> GameError { Oct 15 09:02:49.671 INFO kablam! | ^ help: consider using `_x` instead Oct 15 09:02:49.671 INFO kablam! Oct 15 09:02:49.671 INFO kablam! warning: unused variable: `x` Oct 15 09:02:49.671 INFO kablam! --> src/main.rs:46:13 Oct 15 09:02:49.671 INFO kablam! | Oct 15 09:02:49.671 INFO kablam! 46 | fn from(x: std::io::Error) -> GameError { Oct 15 09:02:49.671 INFO kablam! | ^ help: consider using `_x` instead Oct 15 09:02:49.671 INFO kablam! Oct 15 09:02:49.687 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:49.687 INFO kablam! --> src/main.rs:166:31 Oct 15 09:02:49.687 INFO kablam! | Oct 15 09:02:49.687 INFO kablam! 166 | let (mut move_column, mut destination_column) = match (move_column, destination_column) { Oct 15 09:02:49.687 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 15 09:02:49.687 INFO kablam! | | Oct 15 09:02:49.687 INFO kablam! | help: remove this `mut` Oct 15 09:02:49.687 INFO kablam! | Oct 15 09:02:49.687 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:02:49.687 INFO kablam! Oct 15 09:02:49.687 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:49.687 INFO kablam! --> src/main.rs:166:14 Oct 15 09:02:49.687 INFO kablam! | Oct 15 09:02:49.687 INFO kablam! 166 | let (mut move_column, mut destination_column) = match (move_column, destination_column) { Oct 15 09:02:49.687 INFO kablam! | ----^^^^^^^^^^^ Oct 15 09:02:49.687 INFO kablam! | | Oct 15 09:02:49.687 INFO kablam! | help: remove this `mut` Oct 15 09:02:49.687 INFO kablam! Oct 15 09:02:49.711 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 15 09:02:49.711 INFO kablam! --> src/main.rs:2:12 Oct 15 09:02:49.711 INFO kablam! | Oct 15 09:02:49.711 INFO kablam! 2 | #![feature(proc_macro_path_invoc)] Oct 15 09:02:49.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:02:49.711 INFO kablam! | Oct 15 09:02:49.711 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 09:02:49.711 INFO kablam! Oct 15 09:02:49.711 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 15 09:02:49.711 INFO kablam! --> src/main.rs:3:12 Oct 15 09:02:49.711 INFO kablam! | Oct 15 09:02:49.711 INFO kablam! 3 | #![feature(use_extern_macros)] Oct 15 09:02:49.711 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 09:02:49.711 INFO kablam! Oct 15 09:02:51.202 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.30s Oct 15 09:02:51.206 INFO kablam! su: No module specific data is present Oct 15 09:02:52.343 INFO running `"docker" "rm" "-f" "ad61ecb89d53f965c92dcdffc3b721984b6842ea7f2e6ffac428b11571dcbb78"` Oct 15 09:02:52.639 INFO blam! ad61ecb89d53f965c92dcdffc3b721984b6842ea7f2e6ffac428b11571dcbb78 Oct 15 09:02:52.649 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 09:02:53.172 INFO blam! a76b6f27532227d9e201c891c73735152f4fe5b956cc11c2d2dc61f2f7aebfca Oct 15 09:02:53.174 INFO running `"docker" "start" "-a" "a76b6f27532227d9e201c891c73735152f4fe5b956cc11c2d2dc61f2f7aebfca"` Oct 15 09:02:54.345 INFO kablam! usermod: no changes Oct 15 09:02:54.422 INFO kablam! Compiling solataire v0.1.0 (/source) Oct 15 09:02:55.119 INFO kablam! warning: unused variable: `x` Oct 15 09:02:55.120 INFO kablam! --> src/main.rs:34:13 Oct 15 09:02:55.120 INFO kablam! | Oct 15 09:02:55.120 INFO kablam! 34 | fn from(x: std::option::NoneError) -> GameError { Oct 15 09:02:55.120 INFO kablam! | ^ help: consider using `_x` instead Oct 15 09:02:55.121 INFO kablam! | Oct 15 09:02:55.121 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:02:55.121 INFO kablam! Oct 15 09:02:55.121 INFO kablam! warning: unused variable: `x` Oct 15 09:02:55.122 INFO kablam! --> src/main.rs:40:13 Oct 15 09:02:55.122 INFO kablam! | Oct 15 09:02:55.122 INFO kablam! 40 | fn from(x: std::num::ParseIntError) -> GameError { Oct 15 09:02:55.123 INFO kablam! | ^ help: consider using `_x` instead Oct 15 09:02:55.123 INFO kablam! Oct 15 09:02:55.123 INFO kablam! warning: unused variable: `x` Oct 15 09:02:55.124 INFO kablam! --> src/main.rs:46:13 Oct 15 09:02:55.124 INFO kablam! | Oct 15 09:02:55.124 INFO kablam! 46 | fn from(x: std::io::Error) -> GameError { Oct 15 09:02:55.125 INFO kablam! | ^ help: consider using `_x` instead Oct 15 09:02:55.125 INFO kablam! Oct 15 09:02:55.139 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:55.139 INFO kablam! --> src/main.rs:166:31 Oct 15 09:02:55.140 INFO kablam! | Oct 15 09:02:55.140 INFO kablam! 166 | let (mut move_column, mut destination_column) = match (move_column, destination_column) { Oct 15 09:02:55.140 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 15 09:02:55.141 INFO kablam! | | Oct 15 09:02:55.141 INFO kablam! | help: remove this `mut` Oct 15 09:02:55.141 INFO kablam! | Oct 15 09:02:55.142 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:02:55.142 INFO kablam! Oct 15 09:02:55.142 INFO kablam! warning: variable does not need to be mutable Oct 15 09:02:55.143 INFO kablam! --> src/main.rs:166:14 Oct 15 09:02:55.143 INFO kablam! | Oct 15 09:02:55.143 INFO kablam! 166 | let (mut move_column, mut destination_column) = match (move_column, destination_column) { Oct 15 09:02:55.143 INFO kablam! | ----^^^^^^^^^^^ Oct 15 09:02:55.144 INFO kablam! | | Oct 15 09:02:55.144 INFO kablam! | help: remove this `mut` Oct 15 09:02:55.144 INFO kablam! Oct 15 09:02:55.159 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 15 09:02:55.159 INFO kablam! --> src/main.rs:2:12 Oct 15 09:02:55.159 INFO kablam! | Oct 15 09:02:55.159 INFO kablam! 2 | #![feature(proc_macro_path_invoc)] Oct 15 09:02:55.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:02:55.159 INFO kablam! | Oct 15 09:02:55.159 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 09:02:55.159 INFO kablam! Oct 15 09:02:55.159 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 15 09:02:55.159 INFO kablam! --> src/main.rs:3:12 Oct 15 09:02:55.159 INFO kablam! | Oct 15 09:02:55.159 INFO kablam! 3 | #![feature(use_extern_macros)] Oct 15 09:02:55.159 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 09:02:55.159 INFO kablam! Oct 15 09:02:55.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 15 09:02:55.675 INFO kablam! su: No module specific data is present Oct 15 09:02:56.320 INFO running `"docker" "rm" "-f" "a76b6f27532227d9e201c891c73735152f4fe5b956cc11c2d2dc61f2f7aebfca"` Oct 15 09:02:56.595 INFO blam! a76b6f27532227d9e201c891c73735152f4fe5b956cc11c2d2dc61f2f7aebfca Oct 15 09:02:56.605 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 09:02:57.065 INFO blam! de00c76c58518fce9a8430932ad1e3ce4b92d5f36e9425be38129127d270ed00 Oct 15 09:02:57.071 INFO running `"docker" "start" "-a" "de00c76c58518fce9a8430932ad1e3ce4b92d5f36e9425be38129127d270ed00"` Oct 15 09:02:58.214 INFO kablam! usermod: no changes Oct 15 09:02:58.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 09:02:58.359 INFO kablam! Running /target/debug/deps/solataire-97564c7a414cc444 Oct 15 09:02:58.363 INFO blam! Oct 15 09:02:58.363 INFO blam! running 0 tests Oct 15 09:02:58.363 INFO blam! Oct 15 09:02:58.363 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:02:58.363 INFO blam! Oct 15 09:02:58.375 INFO kablam! su: No module specific data is present Oct 15 09:02:59.091 INFO running `"docker" "rm" "-f" "de00c76c58518fce9a8430932ad1e3ce4b92d5f36e9425be38129127d270ed00"` Oct 15 09:02:59.351 INFO blam! de00c76c58518fce9a8430932ad1e3ce4b92d5f36e9425be38129127d270ed00