Oct 10 21:56:44.965 INFO testing hungnd1475/renjurs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:56:44.965 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:56:44.966 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10 21:56:45.394 INFO blam! c144427d518554a06ab2dbb8f550ad21feb4eb3be4724305df49d74f1c605526 Oct 10 21:56:45.396 INFO running `"docker" "start" "-a" "c144427d518554a06ab2dbb8f550ad21feb4eb3be4724305df49d74f1c605526"` Oct 10 21:56:46.389 INFO kablam! usermod: no changes Oct 10 21:56:46.441 INFO kablam! Compiling renju v0.1.0 (/source) Oct 10 21:56:47.148 INFO kablam! warning: unused variable: `name` Oct 10 21:56:47.148 INFO kablam! --> src/lib.rs:7:13 Oct 10 21:56:47.148 INFO kablam! | Oct 10 21:56:47.148 INFO kablam! 7 | pub fn play(name: &str, eng: &Engine) { Oct 10 21:56:47.148 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 21:56:47.148 INFO kablam! | Oct 10 21:56:47.148 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:56:47.148 INFO kablam! Oct 10 21:56:47.148 INFO kablam! warning: unused variable: `eng` Oct 10 21:56:47.148 INFO kablam! --> src/lib.rs:7:25 Oct 10 21:56:47.148 INFO kablam! | Oct 10 21:56:47.149 INFO kablam! 7 | pub fn play(name: &str, eng: &Engine) { Oct 10 21:56:47.149 INFO kablam! | ^^^ help: consider using `_eng` instead Oct 10 21:56:47.149 INFO kablam! Oct 10 21:56:47.149 INFO kablam! warning: unused variable: `e` Oct 10 21:56:47.149 INFO kablam! --> src/engine/net.rs:37:54 Oct 10 21:56:47.149 INFO kablam! | Oct 10 21:56:47.149 INFO kablam! 37 | let size = usize::from_str(segs[1]).map_err(|e| "Error reading board size"); Oct 10 21:56:47.149 INFO kablam! | ^ help: consider using `_e` instead Oct 10 21:56:47.149 INFO kablam! Oct 10 21:56:47.149 INFO kablam! warning: unused variable: `e` Oct 10 21:56:47.149 INFO kablam! --> src/engine/net.rs:38:52 Oct 10 21:56:47.149 INFO kablam! | Oct 10 21:56:47.149 INFO kablam! 38 | let time = f32::from_str(segs[2]).map_err(|e| "Error reading timeout"); Oct 10 21:56:47.149 INFO kablam! | ^ help: consider using `_e` instead Oct 10 21:56:47.149 INFO kablam! Oct 10 21:56:47.149 INFO kablam! warning: unused variable: `e` Oct 10 21:56:47.149 INFO kablam! --> src/engine/net.rs:64:71 Oct 10 21:56:47.149 INFO kablam! | Oct 10 21:56:47.149 INFO kablam! 64 | let rx = usize::from_str(segs[1]).map(|x| x - 1).map_err(|e| Ending::Lose); Oct 10 21:56:47.149 INFO kablam! | ^ help: consider using `_e` instead Oct 10 21:56:47.149 INFO kablam! Oct 10 21:56:47.149 INFO kablam! warning: unused variable: `e` Oct 10 21:56:47.149 INFO kablam! --> src/engine/net.rs:65:71 Oct 10 21:56:47.149 INFO kablam! | Oct 10 21:56:47.149 INFO kablam! 65 | let ry = usize::from_str(segs[2]).map(|y| y - 1).map_err(|e| Ending::Lose); Oct 10 21:56:47.149 INFO kablam! | ^ help: consider using `_e` instead Oct 10 21:56:47.149 INFO kablam! Oct 10 21:56:47.164 INFO kablam! warning: struct is never constructed: `NetEngine` Oct 10 21:56:47.164 INFO kablam! --> src/engine/net.rs:7:1 Oct 10 21:56:47.164 INFO kablam! | Oct 10 21:56:47.164 INFO kablam! 7 | struct NetEngine { Oct 10 21:56:47.164 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 21:56:47.164 INFO kablam! | Oct 10 21:56:47.164 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:56:47.164 INFO kablam! Oct 10 21:56:47.164 INFO kablam! warning: method is never used: `connect` Oct 10 21:56:47.164 INFO kablam! --> src/engine/net.rs:12:5 Oct 10 21:56:47.164 INFO kablam! | Oct 10 21:56:47.164 INFO kablam! 12 | pub fn connect(ip: &str, port: u16) -> Self { Oct 10 21:56:47.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:56:47.164 INFO kablam! Oct 10 21:56:47.178 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:56:47.178 INFO kablam! --> src/engine/net.rs:23:9 Oct 10 21:56:47.178 INFO kablam! | Oct 10 21:56:47.178 INFO kablam! 23 | writer.flush(); Oct 10 21:56:47.178 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 21:56:47.178 INFO kablam! | Oct 10 21:56:47.178 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:56:47.178 INFO kablam! Oct 10 21:56:47.178 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:56:47.178 INFO kablam! --> src/engine/net.rs:52:17 Oct 10 21:56:47.178 INFO kablam! | Oct 10 21:56:47.178 INFO kablam! 52 | writer.flush(); Oct 10 21:56:47.178 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 21:56:47.178 INFO kablam! | Oct 10 21:56:47.178 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:56:47.178 INFO kablam! Oct 10 21:56:48.269 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 10 21:56:48.279 INFO kablam! su: No module specific data is present Oct 10 21:56:48.643 INFO running `"docker" "rm" "-f" "c144427d518554a06ab2dbb8f550ad21feb4eb3be4724305df49d74f1c605526"` Oct 10 21:56:48.766 INFO blam! c144427d518554a06ab2dbb8f550ad21feb4eb3be4724305df49d74f1c605526 Oct 10 21:56:48.768 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:56:48.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10 21:56:48.975 INFO blam! 0dbd16b9503c82b4be03612318ca8bf6ff63c73ab72c8bf8d16b8565d3f96cba Oct 10 21:56:48.975 INFO running `"docker" "start" "-a" "0dbd16b9503c82b4be03612318ca8bf6ff63c73ab72c8bf8d16b8565d3f96cba"` Oct 10 21:56:49.432 INFO kablam! usermod: no changes Oct 10 21:56:49.468 INFO kablam! Compiling renju v0.1.0 (/source) Oct 10 21:56:50.394 INFO kablam! warning: unused variable: `name` Oct 10 21:56:50.394 INFO kablam! --> src/lib.rs:7:13 Oct 10 21:56:50.394 INFO kablam! | Oct 10 21:56:50.394 INFO kablam! 7 | pub fn play(name: &str, eng: &Engine) { Oct 10 21:56:50.394 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 21:56:50.394 INFO kablam! | Oct 10 21:56:50.394 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:56:50.394 INFO kablam! Oct 10 21:56:50.394 INFO kablam! warning: unused variable: `eng` Oct 10 21:56:50.394 INFO kablam! --> src/lib.rs:7:25 Oct 10 21:56:50.394 INFO kablam! | Oct 10 21:56:50.394 INFO kablam! 7 | pub fn play(name: &str, eng: &Engine) { Oct 10 21:56:50.394 INFO kablam! | ^^^ help: consider using `_eng` instead Oct 10 21:56:50.394 INFO kablam! Oct 10 21:56:50.394 INFO kablam! warning: unused variable: `e` Oct 10 21:56:50.394 INFO kablam! --> src/engine/net.rs:37:54 Oct 10 21:56:50.394 INFO kablam! | Oct 10 21:56:50.394 INFO kablam! 37 | let size = usize::from_str(segs[1]).map_err(|e| "Error reading board size"); Oct 10 21:56:50.394 INFO kablam! | ^ help: consider using `_e` instead Oct 10 21:56:50.394 INFO kablam! Oct 10 21:56:50.394 INFO kablam! warning: unused variable: `e` Oct 10 21:56:50.394 INFO kablam! --> src/engine/net.rs:38:52 Oct 10 21:56:50.394 INFO kablam! | Oct 10 21:56:50.394 INFO kablam! 38 | let time = f32::from_str(segs[2]).map_err(|e| "Error reading timeout"); Oct 10 21:56:50.394 INFO kablam! | ^ help: consider using `_e` instead Oct 10 21:56:50.405 INFO kablam! Oct 10 21:56:50.405 INFO kablam! warning: unused variable: `e` Oct 10 21:56:50.406 INFO kablam! --> src/engine/net.rs:64:71 Oct 10 21:56:50.406 INFO kablam! | Oct 10 21:56:50.406 INFO kablam! 64 | let rx = usize::from_str(segs[1]).map(|x| x - 1).map_err(|e| Ending::Lose); Oct 10 21:56:50.406 INFO kablam! | ^ help: consider using `_e` instead Oct 10 21:56:50.407 INFO kablam! Oct 10 21:56:50.407 INFO kablam! warning: unused variable: `e` Oct 10 21:56:50.407 INFO kablam! --> src/engine/net.rs:65:71 Oct 10 21:56:50.408 INFO kablam! | Oct 10 21:56:50.408 INFO kablam! 65 | let ry = usize::from_str(segs[2]).map(|y| y - 1).map_err(|e| Ending::Lose); Oct 10 21:56:50.408 INFO kablam! | ^ help: consider using `_e` instead Oct 10 21:56:50.409 INFO kablam! Oct 10 21:56:50.473 INFO kablam! warning: struct is never constructed: `NetEngine` Oct 10 21:56:50.473 INFO kablam! --> src/engine/net.rs:7:1 Oct 10 21:56:50.474 INFO kablam! | Oct 10 21:56:50.474 INFO kablam! 7 | struct NetEngine { Oct 10 21:56:50.474 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 21:56:50.501 INFO kablam! | Oct 10 21:56:50.501 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:56:50.501 INFO kablam! Oct 10 21:56:50.502 INFO kablam! warning: method is never used: `connect` Oct 10 21:56:50.502 INFO kablam! --> src/engine/net.rs:12:5 Oct 10 21:56:50.502 INFO kablam! | Oct 10 21:56:50.503 INFO kablam! 12 | pub fn connect(ip: &str, port: u16) -> Self { Oct 10 21:56:50.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:56:50.503 INFO kablam! Oct 10 21:56:50.543 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:56:50.543 INFO kablam! --> src/engine/net.rs:23:9 Oct 10 21:56:50.543 INFO kablam! | Oct 10 21:56:50.543 INFO kablam! 23 | writer.flush(); Oct 10 21:56:50.543 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 21:56:50.553 INFO kablam! | Oct 10 21:56:50.553 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:56:50.553 INFO kablam! Oct 10 21:56:50.558 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:56:50.558 INFO kablam! --> src/engine/net.rs:52:17 Oct 10 21:56:50.558 INFO kablam! | Oct 10 21:56:50.558 INFO kablam! 52 | writer.flush(); Oct 10 21:56:50.558 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 21:56:50.558 INFO kablam! | Oct 10 21:56:50.558 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:56:50.558 INFO kablam! Oct 10 21:56:51.616 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.16s Oct 10 21:56:51.619 INFO kablam! su: No module specific data is present Oct 10 21:56:52.205 INFO running `"docker" "rm" "-f" "0dbd16b9503c82b4be03612318ca8bf6ff63c73ab72c8bf8d16b8565d3f96cba"` Oct 10 21:56:52.464 INFO blam! 0dbd16b9503c82b4be03612318ca8bf6ff63c73ab72c8bf8d16b8565d3f96cba Oct 10 21:56:52.472 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:56:52.472 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10 21:56:52.863 INFO blam! 46bef3c207d231424bac40ae68833ee0555a832ce5e295654ec2d89ac929f0f2 Oct 10 21:56:52.866 INFO running `"docker" "start" "-a" "46bef3c207d231424bac40ae68833ee0555a832ce5e295654ec2d89ac929f0f2"` Oct 10 21:56:53.640 INFO kablam! usermod: no changes Oct 10 21:56:53.692 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 21:56:53.692 INFO kablam! Running /target/debug/deps/renju-6694b8602919d5c3 Oct 10 21:56:53.700 INFO blam! Oct 10 21:56:53.700 INFO blam! running 0 tests Oct 10 21:56:53.700 INFO blam! Oct 10 21:56:53.700 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:56:53.700 INFO blam! Oct 10 21:56:53.712 INFO kablam! Running /target/debug/deps/renju-1c59774557bade41 Oct 10 21:56:53.716 INFO blam! Oct 10 21:56:53.716 INFO blam! running 0 tests Oct 10 21:56:53.716 INFO blam! Oct 10 21:56:53.716 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:56:53.716 INFO blam! Oct 10 21:56:53.716 INFO blam! Oct 10 21:56:53.716 INFO blam! running 5 tests Oct 10 21:56:53.716 INFO blam! test board_index ... ok Oct 10 21:56:53.716 INFO blam! test board_init ... ok Oct 10 21:56:53.716 INFO blam! test board_inline ... ok Oct 10 21:56:53.716 INFO blam! test board_trans ... ok Oct 10 21:56:53.717 INFO kablam! Running /target/debug/deps/board_test-09ffa196b0fe3928 Oct 10 21:56:53.717 INFO blam! test board_trans_oob ... ok Oct 10 21:56:53.717 INFO blam! Oct 10 21:56:53.717 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:56:53.717 INFO blam! Oct 10 21:56:53.718 INFO kablam! Running /target/debug/deps/coord_test-5e79d6745afe6632 Oct 10 21:56:53.728 INFO blam! Oct 10 21:56:53.728 INFO blam! running 3 tests Oct 10 21:56:53.736 INFO kablam! Doc-tests renju Oct 10 21:56:53.736 INFO blam! test coord_init ... ok Oct 10 21:56:53.736 INFO blam! test coord_neq ... ok Oct 10 21:56:53.736 INFO blam! test coord_eq ... ok Oct 10 21:56:53.736 INFO blam! Oct 10 21:56:53.737 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:56:53.737 INFO blam! Oct 10 21:56:54.746 INFO blam! Oct 10 21:56:54.746 INFO blam! running 0 tests Oct 10 21:56:54.746 INFO blam! Oct 10 21:56:54.746 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:56:54.746 INFO blam! Oct 10 21:56:54.757 INFO kablam! su: No module specific data is present Oct 10 21:56:55.289 INFO running `"docker" "rm" "-f" "46bef3c207d231424bac40ae68833ee0555a832ce5e295654ec2d89ac929f0f2"` Oct 10 21:56:55.552 INFO blam! 46bef3c207d231424bac40ae68833ee0555a832ce5e295654ec2d89ac929f0f2