Oct 15 17:34:33.036 INFO testing stpsyr-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 17:34:33.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 17:34:33.241 INFO blam! 96ed697454184598c5a564fe80b51aa7c0591199e9d1e0ae3a23bda6a6ef7f0e Oct 15 17:34:33.243 INFO running `"docker" "start" "-a" "96ed697454184598c5a564fe80b51aa7c0591199e9d1e0ae3a23bda6a6ef7f0e"` Oct 15 17:34:33.669 INFO kablam! usermod: no changes Oct 15 17:34:33.702 INFO kablam! Compiling csv v0.14.7 Oct 15 17:34:35.013 INFO kablam! Compiling stpsyr v0.1.0 (/source) Oct 15 17:34:35.887 INFO kablam! warning: variable does not need to be mutable Oct 15 17:34:35.887 INFO kablam! --> src/stpsyr/svg.rs:17:13 Oct 15 17:34:35.887 INFO kablam! | Oct 15 17:34:35.887 INFO kablam! 17 | let mut in_file = BufReader::new(File::open("data/standard.svg")?); Oct 15 17:34:35.887 INFO kablam! | ----^^^^^^^ Oct 15 17:34:35.887 INFO kablam! | | Oct 15 17:34:35.887 INFO kablam! | help: remove this `mut` Oct 15 17:34:35.887 INFO kablam! | Oct 15 17:34:35.887 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 17:34:35.887 INFO kablam! Oct 15 17:34:39.588 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.90s Oct 15 17:34:39.591 INFO kablam! su: No module specific data is present Oct 15 17:34:40.667 INFO running `"docker" "rm" "-f" "96ed697454184598c5a564fe80b51aa7c0591199e9d1e0ae3a23bda6a6ef7f0e"` Oct 15 17:34:40.917 INFO blam! 96ed697454184598c5a564fe80b51aa7c0591199e9d1e0ae3a23bda6a6ef7f0e Oct 15 17:34:40.936 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 17:34:41.291 INFO blam! 53702e84edce640bcf578936ef6eb822838271654271cac90f60e1dd4385aa8e Oct 15 17:34:41.302 INFO running `"docker" "start" "-a" "53702e84edce640bcf578936ef6eb822838271654271cac90f60e1dd4385aa8e"` Oct 15 17:34:42.147 INFO kablam! usermod: no changes Oct 15 17:34:42.174 INFO kablam! Compiling stpsyr v0.1.0 (/source) Oct 15 17:34:43.663 INFO kablam! warning: unused macro definition Oct 15 17:34:43.663 INFO kablam! --> tests/lib.rs:31:1 Oct 15 17:34:43.663 INFO kablam! | Oct 15 17:34:43.663 INFO kablam! 31 | / macro_rules! support_hold_order { Oct 15 17:34:43.663 INFO kablam! 32 | | ($s:ident, $power:expr, $from:expr, $to:expr) => ( Oct 15 17:34:43.663 INFO kablam! 33 | | $s.add_order(Power::from($power), Province::from($from), Action::SupportHold { to: Province::from($to) }); Oct 15 17:34:43.663 INFO kablam! 34 | | ) Oct 15 17:34:43.663 INFO kablam! 35 | | } Oct 15 17:34:43.663 INFO kablam! | |_^ Oct 15 17:34:43.664 INFO kablam! | Oct 15 17:34:43.664 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 17:34:43.664 INFO kablam! Oct 15 17:34:43.664 INFO kablam! warning: unused macro definition Oct 15 17:34:43.664 INFO kablam! --> tests/lib.rs:49:1 Oct 15 17:34:43.664 INFO kablam! | Oct 15 17:34:43.664 INFO kablam! 49 | / macro_rules! order { Oct 15 17:34:43.664 INFO kablam! 50 | | ($s:ident, $orders:expr) => ( Oct 15 17:34:43.664 INFO kablam! 51 | | $s.parse(String::from($orders)); Oct 15 17:34:43.664 INFO kablam! 52 | | ) Oct 15 17:34:43.664 INFO kablam! 53 | | } Oct 15 17:34:43.664 INFO kablam! | |_^ Oct 15 17:34:43.664 INFO kablam! Oct 15 17:34:43.664 INFO kablam! warning: unused macro definition Oct 15 17:34:43.664 INFO kablam! --> tests/lib.rs:55:1 Oct 15 17:34:43.664 INFO kablam! | Oct 15 17:34:43.664 INFO kablam! 55 | / macro_rules! assert_empty { Oct 15 17:34:43.664 INFO kablam! 56 | | ($s:ident, $x:expr) => ( Oct 15 17:34:43.664 INFO kablam! 57 | | assert!($s.get_unit(&Province::from($x)).is_none()); Oct 15 17:34:43.664 INFO kablam! 58 | | ) Oct 15 17:34:43.664 INFO kablam! 59 | | } Oct 15 17:34:43.664 INFO kablam! | |_^ Oct 15 17:34:43.665 INFO kablam! Oct 15 17:34:43.665 INFO kablam! warning: unused macro definition Oct 15 17:34:43.665 INFO kablam! --> tests/lib.rs:67:1 Oct 15 17:34:43.665 INFO kablam! | Oct 15 17:34:43.665 INFO kablam! 67 | / macro_rules! assert_unit { Oct 15 17:34:43.665 INFO kablam! 68 | | ($s:ident, $province:expr, $unit:expr) => ( Oct 15 17:34:43.665 INFO kablam! 69 | | assert_eq!(format!("{:?}", $s.get_unit(&Province::from($province)).unwrap()), $unit); Oct 15 17:34:43.665 INFO kablam! 70 | | ) Oct 15 17:34:43.665 INFO kablam! 71 | | } Oct 15 17:34:43.665 INFO kablam! | |_^ Oct 15 17:34:43.665 INFO kablam! Oct 15 17:34:44.244 INFO kablam! warning: variable does not need to be mutable Oct 15 17:34:44.244 INFO kablam! --> src/stpsyr/svg.rs:17:13 Oct 15 17:34:44.244 INFO kablam! | Oct 15 17:34:44.244 INFO kablam! 17 | let mut in_file = BufReader::new(File::open("data/standard.svg")?); Oct 15 17:34:44.245 INFO kablam! | ----^^^^^^^ Oct 15 17:34:44.245 INFO kablam! | | Oct 15 17:34:44.245 INFO kablam! | help: remove this `mut` Oct 15 17:34:44.245 INFO kablam! | Oct 15 17:34:44.245 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 17:34:44.245 INFO kablam! Oct 15 17:34:45.090 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.93s Oct 15 17:34:45.094 INFO kablam! su: No module specific data is present Oct 15 17:34:46.051 INFO running `"docker" "rm" "-f" "53702e84edce640bcf578936ef6eb822838271654271cac90f60e1dd4385aa8e"` Oct 15 17:34:46.270 INFO blam! 53702e84edce640bcf578936ef6eb822838271654271cac90f60e1dd4385aa8e Oct 15 17:34:46.283 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 17:34:46.645 INFO blam! 49ccc13285cedf8be83bcc0011709941889c352b4ef748f7d57792afd325cf40 Oct 15 17:34:46.655 INFO running `"docker" "start" "-a" "49ccc13285cedf8be83bcc0011709941889c352b4ef748f7d57792afd325cf40"` Oct 15 17:34:47.363 INFO kablam! usermod: no changes Oct 15 17:34:47.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 17:34:47.425 INFO kablam! Running /target/debug/deps/stpsyr-c7d18ef91bcd45c5 Oct 15 17:34:47.437 INFO blam! Oct 15 17:34:47.437 INFO blam! running 0 tests Oct 15 17:34:47.437 INFO blam! Oct 15 17:34:47.437 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:34:47.437 INFO blam! Oct 15 17:34:47.443 INFO kablam! Running /target/debug/deps/stpsyr-5038a53bf747103c Oct 15 17:34:47.444 INFO blam! Oct 15 17:34:47.444 INFO blam! running 0 tests Oct 15 17:34:47.444 INFO blam! Oct 15 17:34:47.444 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:34:47.444 INFO blam! Oct 15 17:34:47.445 INFO kablam! Running /target/debug/deps/lib-13e71eed7cfc54af Oct 15 17:34:47.455 INFO blam! Oct 15 17:34:47.455 INFO blam! running 7 tests Oct 15 17:34:47.478 INFO blam! test test_coast ... ok Oct 15 17:34:47.478 INFO blam! test test_convoy ... ok Oct 15 17:34:47.507 INFO blam! test test_datc_6e ... ok Oct 15 17:34:47.583 INFO blam! test test_datc_6b ... ok Oct 15 17:34:47.587 INFO blam! test test_datc_6c ... ok Oct 15 17:34:47.639 INFO blam! test test_datc_6a ... ok Oct 15 17:34:47.730 INFO blam! test test_datc_6d ... ok Oct 15 17:34:47.730 INFO blam! Oct 15 17:34:47.730 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:34:47.730 INFO blam! Oct 15 17:34:47.731 INFO kablam! Doc-tests stpsyr Oct 15 17:34:48.658 INFO blam! Oct 15 17:34:48.658 INFO blam! running 0 tests Oct 15 17:34:48.658 INFO blam! Oct 15 17:34:48.658 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:34:48.658 INFO blam! Oct 15 17:34:48.666 INFO kablam! su: No module specific data is present Oct 15 17:34:49.216 INFO running `"docker" "rm" "-f" "49ccc13285cedf8be83bcc0011709941889c352b4ef748f7d57792afd325cf40"` Oct 15 17:34:49.447 INFO blam! 49ccc13285cedf8be83bcc0011709941889c352b4ef748f7d57792afd325cf40