Oct 15 13:05:53.932 INFO testing 02alexander/maze-solver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 13:05:53.932 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13:05:54.559 INFO blam! 3fd0b411d78869516cc08e28fa8817964b2835bc12f5960f4fd3aaa5a5414b41 Oct 15 13:05:54.561 INFO running `"docker" "start" "-a" "3fd0b411d78869516cc08e28fa8817964b2835bc12f5960f4fd3aaa5a5414b41"` Oct 15 13:05:55.685 INFO kablam! usermod: no changes Oct 15 13:05:55.725 INFO kablam! Compiling miniz-sys v0.1.10 Oct 15 13:05:56.211 INFO kablam! Compiling flate2 v0.2.20 Oct 15 13:05:57.979 INFO kablam! Compiling imagefmt v4.0.0 Oct 15 13:05:59.965 INFO kablam! Compiling maze-solver v0.1.0 (/source) Oct 15 13:06:00.363 INFO kablam! warning: unused imports: `read`, `write` Oct 15 13:06:00.363 INFO kablam! --> src/main.rs:3:16 Oct 15 13:06:00.363 INFO kablam! | Oct 15 13:06:00.363 INFO kablam! 3 | use imagefmt::{read, write, ColFmt, ColType}; Oct 15 13:06:00.364 INFO kablam! | ^^^^ ^^^^^ Oct 15 13:06:00.364 INFO kablam! | Oct 15 13:06:00.364 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:06:00.364 INFO kablam! Oct 15 13:06:00.364 INFO kablam! warning: unused import: `std::mem::drop` Oct 15 13:06:00.364 INFO kablam! --> src/tree.rs:2:5 Oct 15 13:06:00.364 INFO kablam! | Oct 15 13:06:00.364 INFO kablam! 2 | use std::mem::drop; Oct 15 13:06:00.364 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 13:06:00.364 INFO kablam! Oct 15 13:06:00.364 INFO kablam! warning: unused import: `Node` Oct 15 13:06:00.364 INFO kablam! --> src/path_to_end.rs:3:35 Oct 15 13:06:00.364 INFO kablam! | Oct 15 13:06:00.364 INFO kablam! 3 | use super::tree::{QuaternaryTree, Node, Link}; Oct 15 13:06:00.364 INFO kablam! | ^^^^ Oct 15 13:06:00.364 INFO kablam! Oct 15 13:06:00.499 INFO kablam! warning: variable does not need to be mutable Oct 15 13:06:00.499 INFO kablam! --> src/tree.rs:41:8 Oct 15 13:06:00.499 INFO kablam! | Oct 15 13:06:00.499 INFO kablam! 41 | let mut cur = &mut *next.take().unwrap(); Oct 15 13:06:00.499 INFO kablam! | ----^^^ Oct 15 13:06:00.499 INFO kablam! | | Oct 15 13:06:00.499 INFO kablam! | help: remove this `mut` Oct 15 13:06:00.499 INFO kablam! | Oct 15 13:06:00.499 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 13:06:00.499 INFO kablam! Oct 15 13:06:00.523 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 13:06:00.523 INFO kablam! --> src/main.rs:20:2 Oct 15 13:06:00.523 INFO kablam! | Oct 15 13:06:00.524 INFO kablam! 20 | imagefmt::write("out.bmp", maze.width, maze.height, ColFmt::RGB, &pixels, ColType::Auto); Oct 15 13:06:00.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:06:00.524 INFO kablam! | Oct 15 13:06:00.524 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 13:06:00.525 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 13:06:00.525 INFO kablam! Oct 15 13:06:02.017 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.31s Oct 15 13:06:02.017 INFO kablam! su: No module specific data is present Oct 15 13:06:02.256 INFO running `"docker" "rm" "-f" "3fd0b411d78869516cc08e28fa8817964b2835bc12f5960f4fd3aaa5a5414b41"` Oct 15 13:06:02.353 INFO blam! 3fd0b411d78869516cc08e28fa8817964b2835bc12f5960f4fd3aaa5a5414b41 Oct 15 13:06:02.356 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13:06:02.547 INFO blam! 25464b9aad9e3913a1fec92e682dd07b2ae7b6c86fdf25117c5c53f3a527590a Oct 15 13:06:02.551 INFO running `"docker" "start" "-a" "25464b9aad9e3913a1fec92e682dd07b2ae7b6c86fdf25117c5c53f3a527590a"` Oct 15 13:06:03.113 INFO kablam! usermod: no changes Oct 15 13:06:03.153 INFO kablam! Compiling maze-solver v0.1.0 (/source) Oct 15 13:06:03.624 INFO kablam! warning: unused imports: `read`, `write` Oct 15 13:06:03.624 INFO kablam! --> src/main.rs:3:16 Oct 15 13:06:03.624 INFO kablam! | Oct 15 13:06:03.624 INFO kablam! 3 | use imagefmt::{read, write, ColFmt, ColType}; Oct 15 13:06:03.624 INFO kablam! | ^^^^ ^^^^^ Oct 15 13:06:03.624 INFO kablam! | Oct 15 13:06:03.624 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:06:03.624 INFO kablam! Oct 15 13:06:03.624 INFO kablam! warning: unused import: `std::mem::drop` Oct 15 13:06:03.624 INFO kablam! --> src/tree.rs:2:5 Oct 15 13:06:03.624 INFO kablam! | Oct 15 13:06:03.624 INFO kablam! 2 | use std::mem::drop; Oct 15 13:06:03.624 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 13:06:03.624 INFO kablam! Oct 15 13:06:03.859 INFO kablam! warning: variable does not need to be mutable Oct 15 13:06:03.859 INFO kablam! --> src/tree.rs:41:8 Oct 15 13:06:03.859 INFO kablam! | Oct 15 13:06:03.859 INFO kablam! 41 | let mut cur = &mut *next.take().unwrap(); Oct 15 13:06:03.859 INFO kablam! | ----^^^ Oct 15 13:06:03.859 INFO kablam! | | Oct 15 13:06:03.859 INFO kablam! | help: remove this `mut` Oct 15 13:06:03.859 INFO kablam! | Oct 15 13:06:03.859 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 13:06:03.859 INFO kablam! Oct 15 13:06:03.913 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 13:06:03.913 INFO kablam! --> src/main.rs:20:2 Oct 15 13:06:03.913 INFO kablam! | Oct 15 13:06:03.913 INFO kablam! 20 | imagefmt::write("out.bmp", maze.width, maze.height, ColFmt::RGB, &pixels, ColType::Auto); Oct 15 13:06:03.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:06:03.913 INFO kablam! | Oct 15 13:06:03.913 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 13:06:03.913 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 13:06:03.913 INFO kablam! Oct 15 13:06:04.601 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.46s Oct 15 13:06:04.603 INFO kablam! su: No module specific data is present Oct 15 13:06:04.868 INFO running `"docker" "rm" "-f" "25464b9aad9e3913a1fec92e682dd07b2ae7b6c86fdf25117c5c53f3a527590a"` Oct 15 13:06:04.958 INFO blam! 25464b9aad9e3913a1fec92e682dd07b2ae7b6c86fdf25117c5c53f3a527590a Oct 15 13:06:04.963 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13:06:05.217 INFO blam! 95e9f43b34673f1d7204be967929a3197d10135a35b74b7354952f96832aff9c Oct 15 13:06:05.219 INFO running `"docker" "start" "-a" "95e9f43b34673f1d7204be967929a3197d10135a35b74b7354952f96832aff9c"` Oct 15 13:06:05.605 INFO kablam! usermod: no changes Oct 15 13:06:05.628 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 13:06:05.628 INFO kablam! Running /target/debug/deps/maze_solver-bdb60b5490a5ac95 Oct 15 13:06:05.631 INFO blam! Oct 15 13:06:05.631 INFO blam! running 6 tests Oct 15 13:06:05.631 INFO blam! test maze::test::from ... ok Oct 15 13:06:05.631 INFO blam! test maze::test::test_find_end ... ok Oct 15 13:06:05.632 INFO blam! test maze_to_tree::test::t_get_tile ... ok Oct 15 13:06:05.632 INFO blam! test path_to_end::test::t_path_to_end ... ok Oct 15 13:06:05.632 INFO blam! test maze::test::test_find_start ... ok Oct 15 13:06:05.632 INFO blam! test maze_to_tree::test::t_maze_to_tree ... ok Oct 15 13:06:05.632 INFO blam! Oct 15 13:06:05.632 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:06:05.632 INFO blam! Oct 15 13:06:05.634 INFO kablam! su: No module specific data is present Oct 15 13:06:05.903 INFO running `"docker" "rm" "-f" "95e9f43b34673f1d7204be967929a3197d10135a35b74b7354952f96832aff9c"` Oct 15 13:06:06.059 INFO blam! 95e9f43b34673f1d7204be967929a3197d10135a35b74b7354952f96832aff9c