Oct 10 15:16:18.763 INFO testing sdonnan/pathvis-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:16:18.763 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:16:18.763 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 15:16:18.939 INFO blam! e1d02f5c1347d8998e693a657dc1247e3208d96f913674dac2f0c21dd5244951 Oct 10 15:16:18.941 INFO running `"docker" "start" "-a" "e1d02f5c1347d8998e693a657dc1247e3208d96f913674dac2f0c21dd5244951"` Oct 10 15:16:19.325 INFO kablam! usermod: no changes Oct 10 15:16:19.553 INFO kablam! Compiling x11-dl v2.18.3 Oct 10 15:16:19.556 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 10 15:16:19.556 INFO kablam! Compiling shared_library v0.1.9 Oct 10 15:16:19.557 INFO kablam! Compiling serde_derive v1.0.70 Oct 10 15:16:19.559 INFO kablam! Compiling num-derive v0.2.2 Oct 10 15:16:19.568 INFO kablam! Compiling wayland-client v0.12.5 Oct 10 15:16:21.044 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 10 15:16:22.364 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 10 15:16:24.292 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 10 15:16:24.292 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 10 15:16:26.920 INFO kablam! Compiling rayon-core v1.4.1 Oct 10 15:16:33.299 INFO kablam! Compiling rayon v1.0.2 Oct 10 15:16:35.932 INFO kablam! Compiling wayland-window v0.13.3 Oct 10 15:16:38.976 INFO kablam! Compiling winit v0.12.0 Oct 10 15:16:43.164 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 10 15:16:49.812 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 10 15:16:50.104 INFO kablam! Compiling glutin v0.14.0 Oct 10 15:16:51.723 INFO kablam! Compiling image v0.19.0 Oct 10 15:16:57.844 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 10 15:17:00.528 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 10 15:17:00.528 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 10 15:17:02.576 INFO kablam! Compiling piston v0.37.0 Oct 10 15:17:07.837 INFO kablam! Compiling piston2d-opengl_graphics v0.53.0 Oct 10 15:17:13.857 INFO kablam! Compiling pathvis-rs v0.1.0 (/source) Oct 10 15:17:18.132 INFO kablam! warning: unused import: `Key` Oct 10 15:17:18.133 INFO kablam! --> src/world_controller.rs:75:37 Oct 10 15:17:18.133 INFO kablam! | Oct 10 15:17:18.133 INFO kablam! 75 | use piston::input::{Button, Key, MouseButton}; Oct 10 15:17:18.134 INFO kablam! | ^^^ Oct 10 15:17:18.134 INFO kablam! | Oct 10 15:17:18.134 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:17:18.135 INFO kablam! Oct 10 15:17:18.407 INFO kablam! warning: unused variable: `ind` Oct 10 15:17:18.407 INFO kablam! --> src/world_controller.rs:192:25 Oct 10 15:17:18.407 INFO kablam! | Oct 10 15:17:18.408 INFO kablam! 192 | if let Some(ind) = self.selected_cell { Oct 10 15:17:18.408 INFO kablam! | ^^^ help: consider using `_ind` instead Oct 10 15:17:18.408 INFO kablam! | Oct 10 15:17:18.409 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:17:18.409 INFO kablam! Oct 10 15:17:18.485 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:17:18.486 INFO kablam! --> src/world_view.rs:96:9 Oct 10 15:17:18.486 INFO kablam! | Oct 10 15:17:18.486 INFO kablam! 96 | / text_image.draw(text, Oct 10 15:17:18.487 INFO kablam! 97 | | glyphs, Oct 10 15:17:18.487 INFO kablam! 98 | | &c.draw_state, Oct 10 15:17:18.487 INFO kablam! 99 | | c.transform.trans(x + 10.0, y + 0.5 * (sy + self.settings.font_size as f64)), Oct 10 15:17:18.487 INFO kablam! 100 | | g); Oct 10 15:17:18.488 INFO kablam! | |___________________________^ Oct 10 15:17:18.488 INFO kablam! | Oct 10 15:17:18.488 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:17:18.489 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:17:18.489 INFO kablam! Oct 10 15:17:18.489 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:17:18.490 INFO kablam! --> src/world_view.rs:117:9 Oct 10 15:17:18.490 INFO kablam! | Oct 10 15:17:18.490 INFO kablam! 117 | / text_image.draw(text, Oct 10 15:17:18.490 INFO kablam! 118 | | glyphs, Oct 10 15:17:18.491 INFO kablam! 119 | | &c.draw_state, Oct 10 15:17:18.491 INFO kablam! 120 | | c.transform.trans(x, y), Oct 10 15:17:18.491 INFO kablam! 121 | | g); Oct 10 15:17:18.492 INFO kablam! | |___________________________^ Oct 10 15:17:18.492 INFO kablam! | Oct 10 15:17:18.492 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:17:18.493 INFO kablam! Oct 10 15:17:18.493 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:17:18.493 INFO kablam! --> src/world_view.rs:141:9 Oct 10 15:17:18.493 INFO kablam! | Oct 10 15:17:18.494 INFO kablam! 141 | / text_image.draw(text, Oct 10 15:17:18.494 INFO kablam! 142 | | glyphs, Oct 10 15:17:18.494 INFO kablam! 143 | | &c.draw_state, Oct 10 15:17:18.495 INFO kablam! 144 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 10 15:17:18.495 INFO kablam! 145 | | pos[1] + self.settings.position[1]), Oct 10 15:17:18.495 INFO kablam! 146 | | g); Oct 10 15:17:18.495 INFO kablam! | |___________________________^ Oct 10 15:17:18.496 INFO kablam! | Oct 10 15:17:18.496 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:17:18.496 INFO kablam! Oct 10 15:17:18.497 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:17:18.497 INFO kablam! --> src/world_view.rs:177:13 Oct 10 15:17:18.497 INFO kablam! | Oct 10 15:17:18.498 INFO kablam! 177 | / text_image.draw(&format!("{}",j), Oct 10 15:17:18.498 INFO kablam! 178 | | glyphs, Oct 10 15:17:18.498 INFO kablam! 179 | | &c.draw_state, Oct 10 15:17:18.498 INFO kablam! 180 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 10 15:17:18.499 INFO kablam! 181 | | pos[1] + self.settings.position[1]), Oct 10 15:17:18.499 INFO kablam! 182 | | g); Oct 10 15:17:18.499 INFO kablam! | |_______________________________^ Oct 10 15:17:18.500 INFO kablam! | Oct 10 15:17:18.500 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:17:18.500 INFO kablam! Oct 10 15:17:18.501 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:17:18.501 INFO kablam! --> src/world_view.rs:187:13 Oct 10 15:17:18.501 INFO kablam! | Oct 10 15:17:18.502 INFO kablam! 187 | / text_image.draw(&format!("{}",j), Oct 10 15:17:18.502 INFO kablam! 188 | | glyphs, Oct 10 15:17:18.502 INFO kablam! 189 | | &c.draw_state, Oct 10 15:17:18.502 INFO kablam! 190 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 10 15:17:18.503 INFO kablam! 191 | | pos[1] + self.settings.position[1]), Oct 10 15:17:18.503 INFO kablam! 192 | | g); Oct 10 15:17:18.503 INFO kablam! | |_______________________________^ Oct 10 15:17:18.504 INFO kablam! | Oct 10 15:17:18.508 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:17:18.508 INFO kablam! Oct 10 15:17:23.966 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 04s Oct 10 15:17:23.981 INFO kablam! su: No module specific data is present Oct 10 15:17:24.917 INFO running `"docker" "rm" "-f" "e1d02f5c1347d8998e693a657dc1247e3208d96f913674dac2f0c21dd5244951"` Oct 10 15:17:25.224 INFO blam! e1d02f5c1347d8998e693a657dc1247e3208d96f913674dac2f0c21dd5244951 Oct 10 15:17:25.240 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:17:25.240 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 15:17:25.666 INFO blam! a8fd895a09953afb1fbb3610635a322c07ac4ff2ea2a5484b29ee0de7325c462 Oct 10 15:17:25.668 INFO running `"docker" "start" "-a" "a8fd895a09953afb1fbb3610635a322c07ac4ff2ea2a5484b29ee0de7325c462"` Oct 10 15:17:26.928 INFO kablam! usermod: no changes Oct 10 15:17:27.320 INFO kablam! Compiling pathvis-rs v0.1.0 (/source) Oct 10 15:17:31.420 INFO kablam! warning: unused import: `Key` Oct 10 15:17:31.420 INFO kablam! --> src/world_controller.rs:75:37 Oct 10 15:17:31.420 INFO kablam! | Oct 10 15:17:31.420 INFO kablam! 75 | use piston::input::{Button, Key, MouseButton}; Oct 10 15:17:31.420 INFO kablam! | ^^^ Oct 10 15:17:31.420 INFO kablam! | Oct 10 15:17:31.420 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:17:31.420 INFO kablam! Oct 10 15:17:31.873 INFO kablam! warning: unused variable: `ind` Oct 10 15:17:31.873 INFO kablam! --> src/world_controller.rs:192:25 Oct 10 15:17:31.873 INFO kablam! | Oct 10 15:17:31.874 INFO kablam! 192 | if let Some(ind) = self.selected_cell { Oct 10 15:17:31.874 INFO kablam! | ^^^ help: consider using `_ind` instead Oct 10 15:17:31.874 INFO kablam! | Oct 10 15:17:31.875 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:17:31.875 INFO kablam! Oct 10 15:17:32.004 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:17:32.004 INFO kablam! --> src/world_view.rs:96:9 Oct 10 15:17:32.004 INFO kablam! | Oct 10 15:17:32.004 INFO kablam! 96 | / text_image.draw(text, Oct 10 15:17:32.004 INFO kablam! 97 | | glyphs, Oct 10 15:17:32.004 INFO kablam! 98 | | &c.draw_state, Oct 10 15:17:32.004 INFO kablam! 99 | | c.transform.trans(x + 10.0, y + 0.5 * (sy + self.settings.font_size as f64)), Oct 10 15:17:32.004 INFO kablam! 100 | | g); Oct 10 15:17:32.004 INFO kablam! | |___________________________^ Oct 10 15:17:32.004 INFO kablam! | Oct 10 15:17:32.004 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:17:32.004 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:17:32.004 INFO kablam! Oct 10 15:17:32.004 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:17:32.005 INFO kablam! --> src/world_view.rs:117:9 Oct 10 15:17:32.005 INFO kablam! | Oct 10 15:17:32.005 INFO kablam! 117 | / text_image.draw(text, Oct 10 15:17:32.005 INFO kablam! 118 | | glyphs, Oct 10 15:17:32.005 INFO kablam! 119 | | &c.draw_state, Oct 10 15:17:32.005 INFO kablam! 120 | | c.transform.trans(x, y), Oct 10 15:17:32.005 INFO kablam! 121 | | g); Oct 10 15:17:32.005 INFO kablam! | |___________________________^ Oct 10 15:17:32.005 INFO kablam! | Oct 10 15:17:32.012 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:17:32.012 INFO kablam! Oct 10 15:17:32.012 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:17:32.012 INFO kablam! --> src/world_view.rs:141:9 Oct 10 15:17:32.012 INFO kablam! | Oct 10 15:17:32.012 INFO kablam! 141 | / text_image.draw(text, Oct 10 15:17:32.012 INFO kablam! 142 | | glyphs, Oct 10 15:17:32.012 INFO kablam! 143 | | &c.draw_state, Oct 10 15:17:32.012 INFO kablam! 144 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 10 15:17:32.012 INFO kablam! 145 | | pos[1] + self.settings.position[1]), Oct 10 15:17:32.012 INFO kablam! 146 | | g); Oct 10 15:17:32.012 INFO kablam! | |___________________________^ Oct 10 15:17:32.013 INFO kablam! | Oct 10 15:17:32.013 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:17:32.013 INFO kablam! Oct 10 15:17:32.013 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:17:32.013 INFO kablam! --> src/world_view.rs:177:13 Oct 10 15:17:32.013 INFO kablam! | Oct 10 15:17:32.013 INFO kablam! 177 | / text_image.draw(&format!("{}",j), Oct 10 15:17:32.013 INFO kablam! 178 | | glyphs, Oct 10 15:17:32.013 INFO kablam! 179 | | &c.draw_state, Oct 10 15:17:32.013 INFO kablam! 180 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 10 15:17:32.013 INFO kablam! 181 | | pos[1] + self.settings.position[1]), Oct 10 15:17:32.013 INFO kablam! 182 | | g); Oct 10 15:17:32.013 INFO kablam! | |_______________________________^ Oct 10 15:17:32.013 INFO kablam! | Oct 10 15:17:32.013 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:17:32.013 INFO kablam! Oct 10 15:17:32.013 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:17:32.013 INFO kablam! --> src/world_view.rs:187:13 Oct 10 15:17:32.013 INFO kablam! | Oct 10 15:17:32.013 INFO kablam! 187 | / text_image.draw(&format!("{}",j), Oct 10 15:17:32.013 INFO kablam! 188 | | glyphs, Oct 10 15:17:32.013 INFO kablam! 189 | | &c.draw_state, Oct 10 15:17:32.013 INFO kablam! 190 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 10 15:17:32.013 INFO kablam! 191 | | pos[1] + self.settings.position[1]), Oct 10 15:17:32.013 INFO kablam! 192 | | g); Oct 10 15:17:32.013 INFO kablam! | |_______________________________^ Oct 10 15:17:32.013 INFO kablam! | Oct 10 15:17:32.013 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:17:32.013 INFO kablam! Oct 10 15:17:34.324 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.34s Oct 10 15:17:34.336 INFO kablam! su: No module specific data is present Oct 10 15:17:35.055 INFO running `"docker" "rm" "-f" "a8fd895a09953afb1fbb3610635a322c07ac4ff2ea2a5484b29ee0de7325c462"` Oct 10 15:17:35.296 INFO blam! a8fd895a09953afb1fbb3610635a322c07ac4ff2ea2a5484b29ee0de7325c462 Oct 10 15:17:35.296 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:17:35.298 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 15:17:35.652 INFO blam! 885e943a6727f1237222c7485bbecdfd58e6181faab8c7c3bc784ca64a9dad8a Oct 10 15:17:35.661 INFO running `"docker" "start" "-a" "885e943a6727f1237222c7485bbecdfd58e6181faab8c7c3bc784ca64a9dad8a"` Oct 10 15:17:37.053 INFO kablam! usermod: no changes Oct 10 15:17:37.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 10 15:17:37.288 INFO kablam! Running /target/debug/deps/pathvis_rs-ac150e12bed9636b Oct 10 15:17:37.288 INFO blam! Oct 10 15:17:37.288 INFO blam! running 6 tests Oct 10 15:17:37.289 INFO blam! test planning::world::tests::neighbor_iter_card ... ok Oct 10 15:17:37.290 INFO blam! test planning::world::tests::cell_at ... ok Oct 10 15:17:37.290 INFO blam! test planning::astar::tests::test_simple_pathing ... ok Oct 10 15:17:37.292 INFO blam! test planning::astar::tests::test_dist_funcs ... ok Oct 10 15:17:37.292 INFO blam! test planning::world::tests::id_at ... ok Oct 10 15:17:37.300 INFO blam! test planning::world::tests::neighbor_iter_all ... ok Oct 10 15:17:37.300 INFO kablam! su: No module specific data is present Oct 10 15:17:37.300 INFO blam! Oct 10 15:17:37.300 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:17:37.300 INFO blam! Oct 10 15:17:37.785 INFO running `"docker" "rm" "-f" "885e943a6727f1237222c7485bbecdfd58e6181faab8c7c3bc784ca64a9dad8a"` Oct 10 15:17:38.083 INFO blam! 885e943a6727f1237222c7485bbecdfd58e6181faab8c7c3bc784ca64a9dad8a