Oct 11 10:46:36.997 INFO testing stpsyr-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:46:36.998 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:46:36.999 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10:46:37.371 INFO blam! 3a8730b3f6c2ae2a0185816b7399ea61737541fe708271370b78f322e4b9087b Oct 11 10:46:37.373 INFO running `"docker" "start" "-a" "3a8730b3f6c2ae2a0185816b7399ea61737541fe708271370b78f322e4b9087b"` Oct 11 10:46:37.904 INFO kablam! usermod: no changes Oct 11 10:46:37.946 INFO kablam! Compiling stpsyr v0.1.0 (/source) Oct 11 10:46:39.256 INFO kablam! warning: variable does not need to be mutable Oct 11 10:46:39.256 INFO kablam! --> src/stpsyr/svg.rs:17:13 Oct 11 10:46:39.256 INFO kablam! | Oct 11 10:46:39.256 INFO kablam! 17 | let mut in_file = BufReader::new(File::open("data/standard.svg")?); Oct 11 10:46:39.256 INFO kablam! | ----^^^^^^^ Oct 11 10:46:39.256 INFO kablam! | | Oct 11 10:46:39.256 INFO kablam! | help: remove this `mut` Oct 11 10:46:39.256 INFO kablam! | Oct 11 10:46:39.256 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:46:39.256 INFO kablam! Oct 11 10:46:43.235 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.30s Oct 11 10:46:43.239 INFO kablam! su: No module specific data is present Oct 11 10:46:43.788 INFO running `"docker" "rm" "-f" "3a8730b3f6c2ae2a0185816b7399ea61737541fe708271370b78f322e4b9087b"` Oct 11 10:46:44.001 INFO blam! 3a8730b3f6c2ae2a0185816b7399ea61737541fe708271370b78f322e4b9087b Oct 11 10:46:44.002 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:46:44.003 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10:46:44.344 INFO blam! af6e92964853756a1ae10ef2d2d8d4abf6be297b9f9850562327430935be1dda Oct 11 10:46:44.346 INFO running `"docker" "start" "-a" "af6e92964853756a1ae10ef2d2d8d4abf6be297b9f9850562327430935be1dda"` Oct 11 10:46:44.978 INFO kablam! usermod: no changes Oct 11 10:46:45.039 INFO kablam! Compiling stpsyr v0.1.0 (/source) Oct 11 10:46:46.816 INFO kablam! warning: unused macro definition Oct 11 10:46:46.816 INFO kablam! --> tests/lib.rs:31:1 Oct 11 10:46:46.816 INFO kablam! | Oct 11 10:46:46.816 INFO kablam! 31 | / macro_rules! support_hold_order { Oct 11 10:46:46.816 INFO kablam! 32 | | ($s:ident, $power:expr, $from:expr, $to:expr) => ( Oct 11 10:46:46.816 INFO kablam! 33 | | $s.add_order(Power::from($power), Province::from($from), Action::SupportHold { to: Province::from($to) }); Oct 11 10:46:46.816 INFO kablam! 34 | | ) Oct 11 10:46:46.816 INFO kablam! 35 | | } Oct 11 10:46:46.816 INFO kablam! | |_^ Oct 11 10:46:46.816 INFO kablam! | Oct 11 10:46:46.816 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 10:46:46.816 INFO kablam! Oct 11 10:46:46.816 INFO kablam! warning: unused macro definition Oct 11 10:46:46.816 INFO kablam! --> tests/lib.rs:49:1 Oct 11 10:46:46.817 INFO kablam! | Oct 11 10:46:46.817 INFO kablam! 49 | / macro_rules! order { Oct 11 10:46:46.817 INFO kablam! 50 | | ($s:ident, $orders:expr) => ( Oct 11 10:46:46.817 INFO kablam! 51 | | $s.parse(String::from($orders)); Oct 11 10:46:46.817 INFO kablam! 52 | | ) Oct 11 10:46:46.817 INFO kablam! 53 | | } Oct 11 10:46:46.817 INFO kablam! | |_^ Oct 11 10:46:46.817 INFO kablam! Oct 11 10:46:46.817 INFO kablam! warning: unused macro definition Oct 11 10:46:46.817 INFO kablam! --> tests/lib.rs:55:1 Oct 11 10:46:46.817 INFO kablam! | Oct 11 10:46:46.817 INFO kablam! 55 | / macro_rules! assert_empty { Oct 11 10:46:46.817 INFO kablam! 56 | | ($s:ident, $x:expr) => ( Oct 11 10:46:46.817 INFO kablam! 57 | | assert!($s.get_unit(&Province::from($x)).is_none()); Oct 11 10:46:46.817 INFO kablam! 58 | | ) Oct 11 10:46:46.817 INFO kablam! 59 | | } Oct 11 10:46:46.817 INFO kablam! | |_^ Oct 11 10:46:46.817 INFO kablam! Oct 11 10:46:46.817 INFO kablam! warning: unused macro definition Oct 11 10:46:46.817 INFO kablam! --> tests/lib.rs:67:1 Oct 11 10:46:46.817 INFO kablam! | Oct 11 10:46:46.817 INFO kablam! 67 | / macro_rules! assert_unit { Oct 11 10:46:46.817 INFO kablam! 68 | | ($s:ident, $province:expr, $unit:expr) => ( Oct 11 10:46:46.817 INFO kablam! 69 | | assert_eq!(format!("{:?}", $s.get_unit(&Province::from($province)).unwrap()), $unit); Oct 11 10:46:46.817 INFO kablam! 70 | | ) Oct 11 10:46:46.817 INFO kablam! 71 | | } Oct 11 10:46:46.817 INFO kablam! | |_^ Oct 11 10:46:46.817 INFO kablam! Oct 11 10:46:47.689 INFO kablam! warning: variable does not need to be mutable Oct 11 10:46:47.689 INFO kablam! --> src/stpsyr/svg.rs:17:13 Oct 11 10:46:47.689 INFO kablam! | Oct 11 10:46:47.690 INFO kablam! 17 | let mut in_file = BufReader::new(File::open("data/standard.svg")?); Oct 11 10:46:47.690 INFO kablam! | ----^^^^^^^ Oct 11 10:46:47.690 INFO kablam! | | Oct 11 10:46:47.691 INFO kablam! | help: remove this `mut` Oct 11 10:46:47.691 INFO kablam! | Oct 11 10:46:47.691 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:46:47.691 INFO kablam! Oct 11 10:46:48.249 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.25s Oct 11 10:46:48.249 INFO kablam! su: No module specific data is present Oct 11 10:46:48.708 INFO running `"docker" "rm" "-f" "af6e92964853756a1ae10ef2d2d8d4abf6be297b9f9850562327430935be1dda"` Oct 11 10:46:48.912 INFO blam! af6e92964853756a1ae10ef2d2d8d4abf6be297b9f9850562327430935be1dda Oct 11 10:46:48.916 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:46:48.916 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10:46:49.238 INFO blam! 680a6c1aa84201e52b70d87576b15fcf68de28e5eb6347c06933252c53e7861a Oct 11 10:46:49.240 INFO running `"docker" "start" "-a" "680a6c1aa84201e52b70d87576b15fcf68de28e5eb6347c06933252c53e7861a"` Oct 11 10:46:50.319 INFO kablam! usermod: no changes Oct 11 10:46:50.352 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 10:46:50.354 INFO kablam! Running /target/debug/deps/stpsyr-c7d18ef91bcd45c5 Oct 11 10:46:50.355 INFO blam! Oct 11 10:46:50.355 INFO blam! running 0 tests Oct 11 10:46:50.355 INFO blam! Oct 11 10:46:50.355 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:46:50.355 INFO blam! Oct 11 10:46:50.357 INFO kablam! Running /target/debug/deps/stpsyr-5038a53bf747103c Oct 11 10:46:50.358 INFO blam! Oct 11 10:46:50.358 INFO blam! running 0 tests Oct 11 10:46:50.358 INFO blam! Oct 11 10:46:50.358 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:46:50.358 INFO blam! Oct 11 10:46:50.358 INFO kablam! Running /target/debug/deps/lib-13e71eed7cfc54af Oct 11 10:46:50.360 INFO blam! Oct 11 10:46:50.360 INFO blam! running 7 tests Oct 11 10:46:50.392 INFO blam! test test_convoy ... ok Oct 11 10:46:50.404 INFO blam! test test_coast ... ok Oct 11 10:46:50.420 INFO blam! test test_datc_6e ... ok Oct 11 10:46:50.424 INFO blam! test test_datc_6c ... ok Oct 11 10:46:50.444 INFO blam! test test_datc_6b ... ok Oct 11 10:46:50.452 INFO blam! test test_datc_6a ... ok Oct 11 10:46:50.532 INFO blam! test test_datc_6d ... ok Oct 11 10:46:50.532 INFO kablam! Doc-tests stpsyr Oct 11 10:46:50.532 INFO blam! Oct 11 10:46:50.532 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:46:50.532 INFO blam! Oct 11 10:46:52.276 INFO blam! Oct 11 10:46:52.276 INFO blam! running 0 tests Oct 11 10:46:52.276 INFO blam! Oct 11 10:46:52.276 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:46:52.276 INFO blam! Oct 11 10:46:52.285 INFO kablam! su: No module specific data is present Oct 11 10:46:52.664 INFO running `"docker" "rm" "-f" "680a6c1aa84201e52b70d87576b15fcf68de28e5eb6347c06933252c53e7861a"` Oct 11 10:46:52.836 INFO blam! 680a6c1aa84201e52b70d87576b15fcf68de28e5eb6347c06933252c53e7861a