Oct 10 19:19:50.374 INFO testing lreynolds18/maze-solver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:19:50.374 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:19:50.374 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 10 19:19:50.780 INFO blam! bb7b0e5360ffb56ec1bae60a8f6e4a0ab247b0523566c7d3c6e613d407645c89 Oct 10 19:19:50.789 INFO running `"docker" "start" "-a" "bb7b0e5360ffb56ec1bae60a8f6e4a0ab247b0523566c7d3c6e613d407645c89"` Oct 10 19:19:51.784 INFO kablam! usermod: no changes Oct 10 19:19:52.140 INFO kablam! Compiling bitflags v1.0.0 Oct 10 19:19:52.152 INFO kablam! Compiling shared_library v0.1.7 Oct 10 19:19:52.152 INFO kablam! Compiling tempfile v2.2.0 Oct 10 19:19:52.152 INFO kablam! Compiling phf_generator v0.7.21 Oct 10 19:19:52.152 INFO kablam! Compiling rayon-core v1.2.1 Oct 10 19:19:52.152 INFO kablam! Compiling rusttype v0.2.3 Oct 10 19:19:52.152 INFO kablam! Compiling png v0.10.0 Oct 10 19:19:52.152 INFO kablam! Compiling x11-dl v2.16.0 Oct 10 19:19:53.020 INFO kablam! Compiling fs2 v0.2.5 Oct 10 19:19:54.948 INFO kablam! Compiling xml-rs v0.7.0 Oct 10 19:19:55.008 INFO kablam! Compiling memmap v0.4.0 Oct 10 19:19:56.653 INFO kablam! Compiling pistoncore-input v0.19.0 Oct 10 19:19:56.656 INFO kablam! Compiling phf_codegen v0.7.21 Oct 10 19:20:03.340 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 10 19:20:03.348 INFO kablam! Compiling target_build_utils v0.3.1 Oct 10 19:20:03.544 INFO kablam! Compiling rayon v0.8.2 Oct 10 19:20:03.612 INFO kablam! Compiling gl_generator v0.6.1 Oct 10 19:20:03.757 INFO kablam! Compiling piston2d-graphics v0.22.0 Oct 10 19:20:06.756 INFO kablam! Compiling pistoncore-window v0.29.0 Oct 10 19:20:12.960 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 10 19:20:14.494 INFO kablam! Compiling pistoncore-event_loop v0.34.0 Oct 10 19:20:14.582 INFO kablam! Compiling gl v0.6.5 Oct 10 19:20:17.308 INFO kablam! Compiling piston v0.34.0 Oct 10 19:20:17.544 INFO kablam! Compiling image v0.16.0 Oct 10 19:20:25.972 INFO kablam! Compiling libloading v0.3.4 Oct 10 19:20:33.812 INFO kablam! Compiling dlib v0.3.1 Oct 10 19:20:34.236 INFO kablam! Compiling piston2d-opengl_graphics v0.47.0 Oct 10 19:20:35.010 INFO kablam! Compiling wayland-sys v0.9.10 Oct 10 19:20:37.533 INFO kablam! Compiling wayland-client v0.9.10 Oct 10 19:20:41.000 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 10 19:20:41.000 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 10 19:20:44.006 INFO kablam! Compiling wayland-window v0.7.0 Oct 10 19:20:44.876 INFO kablam! Compiling winit v0.7.6 Oct 10 19:20:48.998 INFO kablam! Compiling glutin v0.9.2 Oct 10 19:20:51.573 INFO kablam! Compiling pistoncore-glutin_window v0.40.1 Oct 10 19:20:54.268 INFO kablam! Compiling maze_solver v0.1.0 (/source) Oct 10 19:20:57.862 INFO kablam! warning: struct is never constructed: `MazeSolver` Oct 10 19:20:57.862 INFO kablam! --> src/main.rs:32:1 Oct 10 19:20:57.862 INFO kablam! | Oct 10 19:20:57.862 INFO kablam! 32 | struct MazeSolver { Oct 10 19:20:57.862 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 19:20:57.862 INFO kablam! | Oct 10 19:20:57.862 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:20:57.863 INFO kablam! Oct 10 19:20:57.863 INFO kablam! warning: method is never used: `dfs` Oct 10 19:20:57.863 INFO kablam! --> src/main.rs:37:5 Oct 10 19:20:57.863 INFO kablam! | Oct 10 19:20:57.863 INFO kablam! 37 | fn dfs() {} Oct 10 19:20:57.863 INFO kablam! | ^^^^^^^^ Oct 10 19:20:57.863 INFO kablam! Oct 10 19:20:57.863 INFO kablam! warning: method is never used: `bfs` Oct 10 19:20:57.863 INFO kablam! --> src/main.rs:40:5 Oct 10 19:20:57.863 INFO kablam! | Oct 10 19:20:57.863 INFO kablam! 40 | fn bfs() {} Oct 10 19:20:57.863 INFO kablam! | ^^^^^^^^ Oct 10 19:20:57.863 INFO kablam! Oct 10 19:20:57.863 INFO kablam! warning: method is never used: `a_star` Oct 10 19:20:57.863 INFO kablam! --> src/main.rs:43:5 Oct 10 19:20:57.863 INFO kablam! | Oct 10 19:20:57.863 INFO kablam! 43 | fn a_star() {} Oct 10 19:20:57.863 INFO kablam! | ^^^^^^^^^^^ Oct 10 19:20:57.863 INFO kablam! Oct 10 19:20:57.863 INFO kablam! error: missing documentation for crate Oct 10 19:20:57.863 INFO kablam! --> src/main.rs:1:1 Oct 10 19:20:57.863 INFO kablam! | Oct 10 19:20:57.863 INFO kablam! 1 | / #![deny(missing_docs)] Oct 10 19:20:57.863 INFO kablam! 2 | | Oct 10 19:20:57.863 INFO kablam! 3 | | extern crate piston; Oct 10 19:20:57.863 INFO kablam! 4 | | extern crate graphics; Oct 10 19:20:57.863 INFO kablam! ... | Oct 10 19:20:57.863 INFO kablam! 155 | | screen.run(); Oct 10 19:20:57.863 INFO kablam! 156 | | } Oct 10 19:20:57.863 INFO kablam! | |_^ Oct 10 19:20:57.863 INFO kablam! | Oct 10 19:20:57.863 INFO kablam! note: lint level defined here Oct 10 19:20:57.863 INFO kablam! --> src/main.rs:1:9 Oct 10 19:20:57.863 INFO kablam! | Oct 10 19:20:57.863 INFO kablam! 1 | #![deny(missing_docs)] Oct 10 19:20:57.863 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:20:57.863 INFO kablam! Oct 10 19:20:57.871 INFO kablam! error: aborting due to previous error Oct 10 19:20:57.871 INFO kablam! Oct 10 19:20:57.891 INFO kablam! error: Could not compile `maze_solver`. Oct 10 19:20:57.891 INFO kablam! Oct 10 19:20:57.891 INFO kablam! To learn more, run the command again with --verbose. Oct 10 19:20:57.894 INFO kablam! su: No module specific data is present Oct 10 19:20:58.219 INFO running `"docker" "rm" "-f" "bb7b0e5360ffb56ec1bae60a8f6e4a0ab247b0523566c7d3c6e613d407645c89"` Oct 10 19:20:58.549 INFO blam! bb7b0e5360ffb56ec1bae60a8f6e4a0ab247b0523566c7d3c6e613d407645c89