Oct 12 21:18:23.694 INFO testing tiuuuuPJ/antbook against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 21:18:23.695 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 21:18:24.354 INFO blam! 1c1492496ee1d16dac0e1dce5bda820982b471ac2b262784008ff7ceff3616ce Oct 12 21:18:24.359 INFO running `"docker" "start" "-a" "1c1492496ee1d16dac0e1dce5bda820982b471ac2b262784008ff7ceff3616ce"` Oct 12 21:18:25.899 INFO kablam! usermod: no changes Oct 12 21:18:25.971 INFO kablam! Compiling antbook v0.1.0 (/source) Oct 12 21:18:27.551 INFO kablam! warning: function `DFS` should have a snake case name such as `dfs` Oct 12 21:18:27.551 INFO kablam! --> src/chapter-2/maze.rs:22:1 Oct 12 21:18:27.551 INFO kablam! | Oct 12 21:18:27.552 INFO kablam! 22 | / fn DFS(map: &mut Vec>, flag: &mut bool) -> bool { Oct 12 21:18:27.552 INFO kablam! 23 | | fn recursive(map: &mut Vec>, i: usize, j: usize, flag: &mut bool) { Oct 12 21:18:27.552 INFO kablam! 24 | | match map[i][j] { Oct 12 21:18:27.552 INFO kablam! 25 | | '.' => { Oct 12 21:18:27.552 INFO kablam! ... | Oct 12 21:18:27.552 INFO kablam! 51 | | return *flag; Oct 12 21:18:27.553 INFO kablam! 52 | | } Oct 12 21:18:27.553 INFO kablam! | |_^ Oct 12 21:18:27.583 INFO kablam! | Oct 12 21:18:27.583 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 21:18:27.584 INFO kablam! Oct 12 21:18:30.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.23s Oct 12 21:18:30.154 INFO kablam! su: No module specific data is present Oct 12 21:18:30.711 INFO running `"docker" "rm" "-f" "1c1492496ee1d16dac0e1dce5bda820982b471ac2b262784008ff7ceff3616ce"` Oct 12 21:18:31.083 INFO blam! 1c1492496ee1d16dac0e1dce5bda820982b471ac2b262784008ff7ceff3616ce Oct 12 21:18:31.087 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 21:18:31.763 INFO blam! 2b80e7d279b663529c54a53cb0b2966e5e21ee83cb8c21f30f389d313fd1a22d Oct 12 21:18:31.767 INFO running `"docker" "start" "-a" "2b80e7d279b663529c54a53cb0b2966e5e21ee83cb8c21f30f389d313fd1a22d"` Oct 12 21:18:33.175 INFO kablam! usermod: no changes Oct 12 21:18:33.259 INFO kablam! Compiling antbook v0.1.0 (/source) Oct 12 21:18:34.571 INFO kablam! warning: function `DFS` should have a snake case name such as `dfs` Oct 12 21:18:34.571 INFO kablam! --> src/chapter-2/maze.rs:22:1 Oct 12 21:18:34.571 INFO kablam! | Oct 12 21:18:34.571 INFO kablam! 22 | / fn DFS(map: &mut Vec>, flag: &mut bool) -> bool { Oct 12 21:18:34.571 INFO kablam! 23 | | fn recursive(map: &mut Vec>, i: usize, j: usize, flag: &mut bool) { Oct 12 21:18:34.571 INFO kablam! 24 | | match map[i][j] { Oct 12 21:18:34.571 INFO kablam! 25 | | '.' => { Oct 12 21:18:34.571 INFO kablam! ... | Oct 12 21:18:34.571 INFO kablam! 51 | | return *flag; Oct 12 21:18:34.571 INFO kablam! 52 | | } Oct 12 21:18:34.571 INFO kablam! | |_^ Oct 12 21:18:34.571 INFO kablam! | Oct 12 21:18:34.571 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 21:18:34.571 INFO kablam! Oct 12 21:18:38.212 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.01s Oct 12 21:18:38.214 INFO kablam! su: No module specific data is present Oct 12 21:18:39.275 INFO running `"docker" "rm" "-f" "2b80e7d279b663529c54a53cb0b2966e5e21ee83cb8c21f30f389d313fd1a22d"` Oct 12 21:18:39.587 INFO blam! 2b80e7d279b663529c54a53cb0b2966e5e21ee83cb8c21f30f389d313fd1a22d Oct 12 21:18:39.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 21:18:40.060 INFO blam! ac28a4b236564473b5e3b65c0892b667de6f23dcb7b3fec1e589b8f752f1d0e5 Oct 12 21:18:40.067 INFO running `"docker" "start" "-a" "ac28a4b236564473b5e3b65c0892b667de6f23dcb7b3fec1e589b8f752f1d0e5"` Oct 12 21:18:41.555 INFO kablam! usermod: no changes Oct 12 21:18:41.627 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 21:18:41.639 INFO kablam! Running /target/debug/deps/1_1-2ae568695a8f23e0 Oct 12 21:18:41.647 INFO blam! Oct 12 21:18:41.648 INFO blam! running 1 test Oct 12 21:18:41.648 INFO blam! test check_answer ... ok Oct 12 21:18:41.648 INFO blam! Oct 12 21:18:41.648 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:18:41.649 INFO blam! Oct 12 21:18:41.653 INFO blam! Oct 12 21:18:41.653 INFO kablam! Running /target/debug/deps/1_2-c3f295856e2c24c2 Oct 12 21:18:41.653 INFO blam! running 1 test Oct 12 21:18:41.659 INFO blam! test answer_check ... ok Oct 12 21:18:41.659 INFO kablam! Running /target/debug/deps/1_3-07a63da5055221e3 Oct 12 21:18:41.660 INFO blam! Oct 12 21:18:41.660 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:18:41.661 INFO blam! Oct 12 21:18:41.661 INFO kablam! Running /target/debug/deps/2_1-38f5ec54feded881 Oct 12 21:18:41.661 INFO blam! Oct 12 21:18:41.661 INFO blam! running 1 test Oct 12 21:18:41.662 INFO blam! test answer_check ... ok Oct 12 21:18:41.662 INFO blam! Oct 12 21:18:41.663 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:18:41.663 INFO kablam! Running /target/debug/deps/2_2-5af28f2218beb152 Oct 12 21:18:41.663 INFO blam! Oct 12 21:18:41.664 INFO blam! Oct 12 21:18:41.664 INFO blam! running 1 test Oct 12 21:18:41.664 INFO blam! test check_answer ... ok Oct 12 21:18:41.664 INFO blam! Oct 12 21:18:41.665 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:18:41.665 INFO blam! Oct 12 21:18:41.671 INFO kablam! Running /target/debug/deps/file_read_test-42f1a7c5fd5d82fa Oct 12 21:18:41.671 INFO blam! Oct 12 21:18:41.672 INFO kablam! Running /target/debug/deps/greedy-7d6769b129d24a18 Oct 12 21:18:41.672 INFO blam! running 0 tests Oct 12 21:18:41.672 INFO blam! Oct 12 21:18:41.673 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:18:41.673 INFO blam! Oct 12 21:18:41.673 INFO blam! Oct 12 21:18:41.673 INFO blam! running 0 tests Oct 12 21:18:41.674 INFO blam! Oct 12 21:18:41.674 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:18:41.674 INFO blam! Oct 12 21:18:41.679 INFO blam! Oct 12 21:18:41.679 INFO kablam! Running /target/debug/deps/maze-db2c7f468c30928f Oct 12 21:18:41.680 INFO blam! running 0 tests Oct 12 21:18:41.680 INFO blam! Oct 12 21:18:41.680 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:18:41.681 INFO kablam! su: No module specific data is present Oct 12 21:18:41.681 INFO blam! Oct 12 21:18:41.681 INFO blam! Oct 12 21:18:41.681 INFO blam! running 0 tests Oct 12 21:18:41.682 INFO blam! Oct 12 21:18:41.682 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:18:41.682 INFO blam! Oct 12 21:18:42.330 INFO running `"docker" "rm" "-f" "ac28a4b236564473b5e3b65c0892b667de6f23dcb7b3fec1e589b8f752f1d0e5"` Oct 12 21:18:42.659 INFO blam! ac28a4b236564473b5e3b65c0892b667de6f23dcb7b3fec1e589b8f752f1d0e5