Oct 14 18:38:33.554 INFO testing hungnd1475/renjurs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:38:33.559 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 14 18:38:33.907 INFO blam! 15e541b21ebe3d7f3bfd74eff78bcab807951891dd97a4ff9aa4247e46c742c7 Oct 14 18:38:33.911 INFO running `"docker" "start" "-a" "15e541b21ebe3d7f3bfd74eff78bcab807951891dd97a4ff9aa4247e46c742c7"` Oct 14 18:38:35.364 INFO kablam! usermod: no changes Oct 14 18:38:35.447 INFO kablam! Compiling renju v0.1.0 (/source) Oct 14 18:38:35.847 INFO kablam! warning: unused variable: `name` Oct 14 18:38:35.847 INFO kablam! --> src/lib.rs:7:13 Oct 14 18:38:35.847 INFO kablam! | Oct 14 18:38:35.847 INFO kablam! 7 | pub fn play(name: &str, eng: &Engine) { Oct 14 18:38:35.847 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 14 18:38:35.847 INFO kablam! | Oct 14 18:38:35.847 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:38:35.847 INFO kablam! Oct 14 18:38:35.847 INFO kablam! warning: unused variable: `eng` Oct 14 18:38:35.847 INFO kablam! --> src/lib.rs:7:25 Oct 14 18:38:35.847 INFO kablam! | Oct 14 18:38:35.847 INFO kablam! 7 | pub fn play(name: &str, eng: &Engine) { Oct 14 18:38:35.847 INFO kablam! | ^^^ help: consider using `_eng` instead Oct 14 18:38:35.847 INFO kablam! Oct 14 18:38:35.847 INFO kablam! warning: unused variable: `e` Oct 14 18:38:35.847 INFO kablam! --> src/engine/net.rs:37:54 Oct 14 18:38:35.847 INFO kablam! | Oct 14 18:38:35.847 INFO kablam! 37 | let size = usize::from_str(segs[1]).map_err(|e| "Error reading board size"); Oct 14 18:38:35.847 INFO kablam! | ^ help: consider using `_e` instead Oct 14 18:38:35.847 INFO kablam! Oct 14 18:38:35.847 INFO kablam! warning: unused variable: `e` Oct 14 18:38:35.847 INFO kablam! --> src/engine/net.rs:38:52 Oct 14 18:38:35.847 INFO kablam! | Oct 14 18:38:35.847 INFO kablam! 38 | let time = f32::from_str(segs[2]).map_err(|e| "Error reading timeout"); Oct 14 18:38:35.847 INFO kablam! | ^ help: consider using `_e` instead Oct 14 18:38:35.847 INFO kablam! Oct 14 18:38:35.847 INFO kablam! warning: unused variable: `e` Oct 14 18:38:35.847 INFO kablam! --> src/engine/net.rs:64:71 Oct 14 18:38:35.847 INFO kablam! | Oct 14 18:38:35.847 INFO kablam! 64 | let rx = usize::from_str(segs[1]).map(|x| x - 1).map_err(|e| Ending::Lose); Oct 14 18:38:35.847 INFO kablam! | ^ help: consider using `_e` instead Oct 14 18:38:35.847 INFO kablam! Oct 14 18:38:35.847 INFO kablam! warning: unused variable: `e` Oct 14 18:38:35.847 INFO kablam! --> src/engine/net.rs:65:71 Oct 14 18:38:35.847 INFO kablam! | Oct 14 18:38:35.847 INFO kablam! 65 | let ry = usize::from_str(segs[2]).map(|y| y - 1).map_err(|e| Ending::Lose); Oct 14 18:38:35.847 INFO kablam! | ^ help: consider using `_e` instead Oct 14 18:38:35.847 INFO kablam! Oct 14 18:38:35.883 INFO kablam! warning: struct is never constructed: `NetEngine` Oct 14 18:38:35.883 INFO kablam! --> src/engine/net.rs:7:1 Oct 14 18:38:35.883 INFO kablam! | Oct 14 18:38:35.883 INFO kablam! 7 | struct NetEngine { Oct 14 18:38:35.883 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 18:38:35.883 INFO kablam! | Oct 14 18:38:35.883 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:38:35.883 INFO kablam! Oct 14 18:38:35.883 INFO kablam! warning: method is never used: `connect` Oct 14 18:38:35.883 INFO kablam! --> src/engine/net.rs:12:5 Oct 14 18:38:35.883 INFO kablam! | Oct 14 18:38:35.883 INFO kablam! 12 | pub fn connect(ip: &str, port: u16) -> Self { Oct 14 18:38:35.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:38:35.883 INFO kablam! Oct 14 18:38:35.891 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 18:38:35.891 INFO kablam! --> src/engine/net.rs:23:9 Oct 14 18:38:35.891 INFO kablam! | Oct 14 18:38:35.891 INFO kablam! 23 | writer.flush(); Oct 14 18:38:35.891 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 18:38:35.891 INFO kablam! | Oct 14 18:38:35.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 18:38:35.891 INFO kablam! Oct 14 18:38:35.899 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 18:38:35.899 INFO kablam! --> src/engine/net.rs:52:17 Oct 14 18:38:35.899 INFO kablam! | Oct 14 18:38:35.899 INFO kablam! 52 | writer.flush(); Oct 14 18:38:35.899 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 18:38:35.899 INFO kablam! | Oct 14 18:38:35.899 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 18:38:35.899 INFO kablam! Oct 14 18:38:37.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 14 18:38:37.429 INFO kablam! su: No module specific data is present Oct 14 18:38:38.197 INFO running `"docker" "rm" "-f" "15e541b21ebe3d7f3bfd74eff78bcab807951891dd97a4ff9aa4247e46c742c7"` Oct 14 18:38:38.473 INFO blam! 15e541b21ebe3d7f3bfd74eff78bcab807951891dd97a4ff9aa4247e46c742c7 Oct 14 18:38:38.479 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 14 18:38:38.923 INFO blam! d1d3400664b4a1c57a49d9bb4724e5e984e1797495b065d2efac188b9212805d Oct 14 18:38:38.943 INFO running `"docker" "start" "-a" "d1d3400664b4a1c57a49d9bb4724e5e984e1797495b065d2efac188b9212805d"` Oct 14 18:38:41.118 INFO kablam! usermod: no changes Oct 14 18:38:41.183 INFO kablam! Compiling renju v0.1.0 (/source) Oct 14 18:38:41.999 INFO kablam! warning: unused variable: `name` Oct 14 18:38:41.999 INFO kablam! --> src/lib.rs:7:13 Oct 14 18:38:41.999 INFO kablam! | Oct 14 18:38:41.999 INFO kablam! 7 | pub fn play(name: &str, eng: &Engine) { Oct 14 18:38:41.999 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 14 18:38:41.999 INFO kablam! | Oct 14 18:38:41.999 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:38:41.999 INFO kablam! Oct 14 18:38:41.999 INFO kablam! warning: unused variable: `eng` Oct 14 18:38:41.999 INFO kablam! --> src/lib.rs:7:25 Oct 14 18:38:41.999 INFO kablam! | Oct 14 18:38:41.999 INFO kablam! 7 | pub fn play(name: &str, eng: &Engine) { Oct 14 18:38:41.999 INFO kablam! | ^^^ help: consider using `_eng` instead Oct 14 18:38:41.999 INFO kablam! Oct 14 18:38:41.999 INFO kablam! warning: unused variable: `e` Oct 14 18:38:41.999 INFO kablam! --> src/engine/net.rs:37:54 Oct 14 18:38:41.999 INFO kablam! | Oct 14 18:38:41.999 INFO kablam! 37 | let size = usize::from_str(segs[1]).map_err(|e| "Error reading board size"); Oct 14 18:38:41.999 INFO kablam! | ^ help: consider using `_e` instead Oct 14 18:38:41.999 INFO kablam! Oct 14 18:38:41.999 INFO kablam! warning: unused variable: `e` Oct 14 18:38:41.999 INFO kablam! --> src/engine/net.rs:38:52 Oct 14 18:38:41.999 INFO kablam! | Oct 14 18:38:41.999 INFO kablam! 38 | let time = f32::from_str(segs[2]).map_err(|e| "Error reading timeout"); Oct 14 18:38:41.999 INFO kablam! | ^ help: consider using `_e` instead Oct 14 18:38:41.999 INFO kablam! Oct 14 18:38:41.999 INFO kablam! warning: unused variable: `e` Oct 14 18:38:41.999 INFO kablam! --> src/engine/net.rs:64:71 Oct 14 18:38:41.999 INFO kablam! | Oct 14 18:38:41.999 INFO kablam! 64 | let rx = usize::from_str(segs[1]).map(|x| x - 1).map_err(|e| Ending::Lose); Oct 14 18:38:42.000 INFO kablam! | ^ help: consider using `_e` instead Oct 14 18:38:42.000 INFO kablam! Oct 14 18:38:42.000 INFO kablam! warning: unused variable: `e` Oct 14 18:38:42.000 INFO kablam! --> src/engine/net.rs:65:71 Oct 14 18:38:42.000 INFO kablam! | Oct 14 18:38:42.000 INFO kablam! 65 | let ry = usize::from_str(segs[2]).map(|y| y - 1).map_err(|e| Ending::Lose); Oct 14 18:38:42.000 INFO kablam! | ^ help: consider using `_e` instead Oct 14 18:38:42.000 INFO kablam! Oct 14 18:38:42.063 INFO kablam! warning: struct is never constructed: `NetEngine` Oct 14 18:38:42.063 INFO kablam! --> src/engine/net.rs:7:1 Oct 14 18:38:42.063 INFO kablam! | Oct 14 18:38:42.063 INFO kablam! 7 | struct NetEngine { Oct 14 18:38:42.063 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 18:38:42.063 INFO kablam! | Oct 14 18:38:42.063 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:38:42.063 INFO kablam! Oct 14 18:38:42.063 INFO kablam! warning: method is never used: `connect` Oct 14 18:38:42.063 INFO kablam! --> src/engine/net.rs:12:5 Oct 14 18:38:42.063 INFO kablam! | Oct 14 18:38:42.063 INFO kablam! 12 | pub fn connect(ip: &str, port: u16) -> Self { Oct 14 18:38:42.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:38:42.063 INFO kablam! Oct 14 18:38:42.115 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 18:38:42.115 INFO kablam! --> src/engine/net.rs:23:9 Oct 14 18:38:42.115 INFO kablam! | Oct 14 18:38:42.115 INFO kablam! 23 | writer.flush(); Oct 14 18:38:42.115 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 18:38:42.115 INFO kablam! | Oct 14 18:38:42.115 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 18:38:42.115 INFO kablam! Oct 14 18:38:42.115 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 18:38:42.115 INFO kablam! --> src/engine/net.rs:52:17 Oct 14 18:38:42.115 INFO kablam! | Oct 14 18:38:42.115 INFO kablam! 52 | writer.flush(); Oct 14 18:38:42.115 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 18:38:42.115 INFO kablam! | Oct 14 18:38:42.115 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 18:38:42.115 INFO kablam! Oct 14 18:38:43.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.79s Oct 14 18:38:43.928 INFO kablam! su: No module specific data is present Oct 14 18:38:44.588 INFO running `"docker" "rm" "-f" "d1d3400664b4a1c57a49d9bb4724e5e984e1797495b065d2efac188b9212805d"` Oct 14 18:38:44.958 INFO blam! d1d3400664b4a1c57a49d9bb4724e5e984e1797495b065d2efac188b9212805d Oct 14 18:38:44.973 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 14 18:38:45.447 INFO blam! b0c72f9543184b0ca020b3ef979b1f39e437f87284c58d482cc85a5b70ee2592 Oct 14 18:38:45.449 INFO running `"docker" "start" "-a" "b0c72f9543184b0ca020b3ef979b1f39e437f87284c58d482cc85a5b70ee2592"` Oct 14 18:38:46.919 INFO kablam! usermod: no changes Oct 14 18:38:46.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 18:38:46.987 INFO kablam! Running /target/debug/deps/renju-6694b8602919d5c3 Oct 14 18:38:47.003 INFO blam! Oct 14 18:38:47.003 INFO blam! running 0 tests Oct 14 18:38:47.003 INFO blam! Oct 14 18:38:47.003 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:38:47.003 INFO blam! Oct 14 18:38:47.007 INFO blam! Oct 14 18:38:47.007 INFO kablam! Running /target/debug/deps/renju-1c59774557bade41 Oct 14 18:38:47.007 INFO blam! running 0 tests Oct 14 18:38:47.007 INFO blam! Oct 14 18:38:47.007 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:38:47.007 INFO blam! Oct 14 18:38:47.008 INFO kablam! Running /target/debug/deps/board_test-09ffa196b0fe3928 Oct 14 18:38:47.015 INFO blam! Oct 14 18:38:47.015 INFO blam! running 5 tests Oct 14 18:38:47.015 INFO blam! test board_trans ... ok Oct 14 18:38:47.015 INFO blam! test board_inline ... ok Oct 14 18:38:47.015 INFO blam! test board_init ... ok Oct 14 18:38:47.023 INFO blam! test board_trans_oob ... ok Oct 14 18:38:47.023 INFO blam! test board_index ... ok Oct 14 18:38:47.023 INFO blam! Oct 14 18:38:47.023 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:38:47.023 INFO blam! Oct 14 18:38:47.023 INFO blam! Oct 14 18:38:47.023 INFO blam! running 3 tests Oct 14 18:38:47.023 INFO blam! test coord_init ... ok Oct 14 18:38:47.025 INFO kablam! Running /target/debug/deps/coord_test-5e79d6745afe6632 Oct 14 18:38:47.031 INFO blam! test coord_neq ... ok Oct 14 18:38:47.031 INFO blam! test coord_eq ... ok Oct 14 18:38:47.031 INFO blam! Oct 14 18:38:47.031 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:38:47.031 INFO blam! Oct 14 18:38:47.031 INFO kablam! Doc-tests renju Oct 14 18:38:47.467 INFO kablam! su: No module specific data is present Oct 14 18:38:47.467 INFO blam! Oct 14 18:38:47.467 INFO blam! running 0 tests Oct 14 18:38:47.467 INFO blam! Oct 14 18:38:47.467 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:38:47.467 INFO blam! Oct 14 18:38:48.433 INFO running `"docker" "rm" "-f" "b0c72f9543184b0ca020b3ef979b1f39e437f87284c58d482cc85a5b70ee2592"` Oct 14 18:38:48.671 INFO blam! b0c72f9543184b0ca020b3ef979b1f39e437f87284c58d482cc85a5b70ee2592