Oct 13 01:07:00.231 INFO testing sdonnan/pathvis-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:07:00.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 01:07:00.573 INFO blam! bc38a45504feb5552d2a1a6fc4ba1234aba2e0fed7c8f91ac44992d708a7a03e Oct 13 01:07:00.574 INFO running `"docker" "start" "-a" "bc38a45504feb5552d2a1a6fc4ba1234aba2e0fed7c8f91ac44992d708a7a03e"` Oct 13 01:07:01.871 INFO kablam! usermod: no changes Oct 13 01:07:02.175 INFO kablam! Compiling rand v0.5.4 Oct 13 01:07:02.175 INFO kablam! Compiling x11-dl v2.18.3 Oct 13 01:07:02.179 INFO kablam! Compiling shared_library v0.1.9 Oct 13 01:07:02.179 INFO kablam! Compiling serde_derive v1.0.70 Oct 13 01:07:02.179 INFO kablam! Compiling wayland-client v0.12.5 Oct 13 01:07:02.179 INFO kablam! Compiling rayon-core v1.4.1 Oct 13 01:07:04.159 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 13 01:07:08.731 INFO kablam! Compiling rayon v1.0.2 Oct 13 01:07:12.827 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 13 01:07:12.827 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 13 01:07:15.895 INFO kablam! Compiling tempfile v3.0.3 Oct 13 01:07:21.363 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 13 01:07:25.503 INFO kablam! Compiling wayland-window v0.13.3 Oct 13 01:07:28.427 INFO kablam! Compiling winit v0.12.0 Oct 13 01:07:28.535 INFO kablam! Compiling image v0.19.0 Oct 13 01:07:39.213 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 13 01:07:44.965 INFO kablam! Compiling glutin v0.14.0 Oct 13 01:07:52.511 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 13 01:07:56.515 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 13 01:07:56.515 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 13 01:08:00.507 INFO kablam! Compiling piston v0.37.0 Oct 13 01:08:04.105 INFO kablam! Compiling piston2d-opengl_graphics v0.53.0 Oct 13 01:08:08.207 INFO kablam! Compiling pathvis-rs v0.1.0 (/source) Oct 13 01:08:09.703 INFO kablam! warning: unused import: `Key` Oct 13 01:08:09.703 INFO kablam! --> src/world_controller.rs:75:37 Oct 13 01:08:09.703 INFO kablam! | Oct 13 01:08:09.703 INFO kablam! 75 | use piston::input::{Button, Key, MouseButton}; Oct 13 01:08:09.703 INFO kablam! | ^^^ Oct 13 01:08:09.703 INFO kablam! | Oct 13 01:08:09.703 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:08:09.703 INFO kablam! Oct 13 01:08:09.959 INFO kablam! warning: unused variable: `ind` Oct 13 01:08:09.959 INFO kablam! --> src/world_controller.rs:192:25 Oct 13 01:08:09.959 INFO kablam! | Oct 13 01:08:09.959 INFO kablam! 192 | if let Some(ind) = self.selected_cell { Oct 13 01:08:09.959 INFO kablam! | ^^^ help: consider using `_ind` instead Oct 13 01:08:09.959 INFO kablam! | Oct 13 01:08:09.959 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:08:09.959 INFO kablam! Oct 13 01:08:10.023 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:10.023 INFO kablam! --> src/world_view.rs:96:9 Oct 13 01:08:10.023 INFO kablam! | Oct 13 01:08:10.023 INFO kablam! 96 | / text_image.draw(text, Oct 13 01:08:10.023 INFO kablam! 97 | | glyphs, Oct 13 01:08:10.023 INFO kablam! 98 | | &c.draw_state, Oct 13 01:08:10.023 INFO kablam! 99 | | c.transform.trans(x + 10.0, y + 0.5 * (sy + self.settings.font_size as f64)), Oct 13 01:08:10.023 INFO kablam! 100 | | g); Oct 13 01:08:10.023 INFO kablam! | |___________________________^ Oct 13 01:08:10.023 INFO kablam! | Oct 13 01:08:10.023 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:08:10.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:10.023 INFO kablam! Oct 13 01:08:10.023 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:10.023 INFO kablam! --> src/world_view.rs:117:9 Oct 13 01:08:10.023 INFO kablam! | Oct 13 01:08:10.023 INFO kablam! 117 | / text_image.draw(text, Oct 13 01:08:10.023 INFO kablam! 118 | | glyphs, Oct 13 01:08:10.023 INFO kablam! 119 | | &c.draw_state, Oct 13 01:08:10.023 INFO kablam! 120 | | c.transform.trans(x, y), Oct 13 01:08:10.023 INFO kablam! 121 | | g); Oct 13 01:08:10.023 INFO kablam! | |___________________________^ Oct 13 01:08:10.023 INFO kablam! | Oct 13 01:08:10.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:10.023 INFO kablam! Oct 13 01:08:10.023 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:10.023 INFO kablam! --> src/world_view.rs:141:9 Oct 13 01:08:10.023 INFO kablam! | Oct 13 01:08:10.023 INFO kablam! 141 | / text_image.draw(text, Oct 13 01:08:10.023 INFO kablam! 142 | | glyphs, Oct 13 01:08:10.023 INFO kablam! 143 | | &c.draw_state, Oct 13 01:08:10.023 INFO kablam! 144 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 13 01:08:10.023 INFO kablam! 145 | | pos[1] + self.settings.position[1]), Oct 13 01:08:10.023 INFO kablam! 146 | | g); Oct 13 01:08:10.023 INFO kablam! | |___________________________^ Oct 13 01:08:10.023 INFO kablam! | Oct 13 01:08:10.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:10.023 INFO kablam! Oct 13 01:08:10.023 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:10.023 INFO kablam! --> src/world_view.rs:177:13 Oct 13 01:08:10.023 INFO kablam! | Oct 13 01:08:10.023 INFO kablam! 177 | / text_image.draw(&format!("{}",j), Oct 13 01:08:10.023 INFO kablam! 178 | | glyphs, Oct 13 01:08:10.023 INFO kablam! 179 | | &c.draw_state, Oct 13 01:08:10.023 INFO kablam! 180 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 13 01:08:10.023 INFO kablam! 181 | | pos[1] + self.settings.position[1]), Oct 13 01:08:10.023 INFO kablam! 182 | | g); Oct 13 01:08:10.023 INFO kablam! | |_______________________________^ Oct 13 01:08:10.023 INFO kablam! | Oct 13 01:08:10.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:10.024 INFO kablam! Oct 13 01:08:10.024 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:10.024 INFO kablam! --> src/world_view.rs:187:13 Oct 13 01:08:10.024 INFO kablam! | Oct 13 01:08:10.024 INFO kablam! 187 | / text_image.draw(&format!("{}",j), Oct 13 01:08:10.024 INFO kablam! 188 | | glyphs, Oct 13 01:08:10.024 INFO kablam! 189 | | &c.draw_state, Oct 13 01:08:10.024 INFO kablam! 190 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 13 01:08:10.024 INFO kablam! 191 | | pos[1] + self.settings.position[1]), Oct 13 01:08:10.024 INFO kablam! 192 | | g); Oct 13 01:08:10.024 INFO kablam! | |_______________________________^ Oct 13 01:08:10.024 INFO kablam! | Oct 13 01:08:10.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:10.024 INFO kablam! Oct 13 01:08:15.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 13s Oct 13 01:08:15.383 INFO kablam! su: No module specific data is present Oct 13 01:08:16.155 INFO running `"docker" "rm" "-f" "bc38a45504feb5552d2a1a6fc4ba1234aba2e0fed7c8f91ac44992d708a7a03e"` Oct 13 01:08:16.407 INFO blam! bc38a45504feb5552d2a1a6fc4ba1234aba2e0fed7c8f91ac44992d708a7a03e Oct 13 01:08:16.410 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 01:08:16.884 INFO blam! b090addc31065526c383b9c05bf42842adbf5b5be169d8a103dc4b63f4731b0e Oct 13 01:08:16.888 INFO running `"docker" "start" "-a" "b090addc31065526c383b9c05bf42842adbf5b5be169d8a103dc4b63f4731b0e"` Oct 13 01:08:18.626 INFO kablam! usermod: no changes Oct 13 01:08:18.931 INFO kablam! Compiling pathvis-rs v0.1.0 (/source) Oct 13 01:08:20.449 INFO kablam! warning: unused import: `Key` Oct 13 01:08:20.449 INFO kablam! --> src/world_controller.rs:75:37 Oct 13 01:08:20.449 INFO kablam! | Oct 13 01:08:20.449 INFO kablam! 75 | use piston::input::{Button, Key, MouseButton}; Oct 13 01:08:20.449 INFO kablam! | ^^^ Oct 13 01:08:20.449 INFO kablam! | Oct 13 01:08:20.449 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:08:20.449 INFO kablam! Oct 13 01:08:20.838 INFO kablam! warning: unused variable: `ind` Oct 13 01:08:20.838 INFO kablam! --> src/world_controller.rs:192:25 Oct 13 01:08:20.838 INFO kablam! | Oct 13 01:08:20.838 INFO kablam! 192 | if let Some(ind) = self.selected_cell { Oct 13 01:08:20.838 INFO kablam! | ^^^ help: consider using `_ind` instead Oct 13 01:08:20.838 INFO kablam! | Oct 13 01:08:20.851 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:08:20.851 INFO kablam! Oct 13 01:08:20.987 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:20.987 INFO kablam! --> src/world_view.rs:96:9 Oct 13 01:08:20.987 INFO kablam! | Oct 13 01:08:20.987 INFO kablam! 96 | / text_image.draw(text, Oct 13 01:08:20.987 INFO kablam! 97 | | glyphs, Oct 13 01:08:20.987 INFO kablam! 98 | | &c.draw_state, Oct 13 01:08:20.987 INFO kablam! 99 | | c.transform.trans(x + 10.0, y + 0.5 * (sy + self.settings.font_size as f64)), Oct 13 01:08:20.987 INFO kablam! 100 | | g); Oct 13 01:08:20.987 INFO kablam! | |___________________________^ Oct 13 01:08:20.987 INFO kablam! | Oct 13 01:08:20.987 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:08:20.987 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:20.987 INFO kablam! Oct 13 01:08:20.987 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:20.987 INFO kablam! --> src/world_view.rs:117:9 Oct 13 01:08:20.987 INFO kablam! | Oct 13 01:08:20.987 INFO kablam! 117 | / text_image.draw(text, Oct 13 01:08:20.987 INFO kablam! 118 | | glyphs, Oct 13 01:08:20.987 INFO kablam! 119 | | &c.draw_state, Oct 13 01:08:20.987 INFO kablam! 120 | | c.transform.trans(x, y), Oct 13 01:08:20.987 INFO kablam! 121 | | g); Oct 13 01:08:20.987 INFO kablam! | |___________________________^ Oct 13 01:08:20.987 INFO kablam! | Oct 13 01:08:20.987 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:20.987 INFO kablam! Oct 13 01:08:20.987 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:20.987 INFO kablam! --> src/world_view.rs:141:9 Oct 13 01:08:20.987 INFO kablam! | Oct 13 01:08:20.987 INFO kablam! 141 | / text_image.draw(text, Oct 13 01:08:20.987 INFO kablam! 142 | | glyphs, Oct 13 01:08:20.987 INFO kablam! 143 | | &c.draw_state, Oct 13 01:08:20.987 INFO kablam! 144 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 13 01:08:20.987 INFO kablam! 145 | | pos[1] + self.settings.position[1]), Oct 13 01:08:20.987 INFO kablam! 146 | | g); Oct 13 01:08:20.987 INFO kablam! | |___________________________^ Oct 13 01:08:20.987 INFO kablam! | Oct 13 01:08:20.987 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:20.987 INFO kablam! Oct 13 01:08:20.990 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:20.991 INFO kablam! --> src/world_view.rs:177:13 Oct 13 01:08:20.991 INFO kablam! | Oct 13 01:08:20.991 INFO kablam! 177 | / text_image.draw(&format!("{}",j), Oct 13 01:08:20.991 INFO kablam! 178 | | glyphs, Oct 13 01:08:20.991 INFO kablam! 179 | | &c.draw_state, Oct 13 01:08:20.991 INFO kablam! 180 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 13 01:08:20.991 INFO kablam! 181 | | pos[1] + self.settings.position[1]), Oct 13 01:08:20.991 INFO kablam! 182 | | g); Oct 13 01:08:20.991 INFO kablam! | |_______________________________^ Oct 13 01:08:20.991 INFO kablam! | Oct 13 01:08:20.991 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:20.991 INFO kablam! Oct 13 01:08:20.991 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:20.991 INFO kablam! --> src/world_view.rs:187:13 Oct 13 01:08:20.991 INFO kablam! | Oct 13 01:08:20.991 INFO kablam! 187 | / text_image.draw(&format!("{}",j), Oct 13 01:08:20.991 INFO kablam! 188 | | glyphs, Oct 13 01:08:20.991 INFO kablam! 189 | | &c.draw_state, Oct 13 01:08:20.991 INFO kablam! 190 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 13 01:08:20.991 INFO kablam! 191 | | pos[1] + self.settings.position[1]), Oct 13 01:08:20.991 INFO kablam! 192 | | g); Oct 13 01:08:20.991 INFO kablam! | |_______________________________^ Oct 13 01:08:20.991 INFO kablam! | Oct 13 01:08:20.991 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:20.991 INFO kablam! Oct 13 01:08:23.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.58s Oct 13 01:08:23.250 INFO kablam! su: No module specific data is present Oct 13 01:08:23.955 INFO running `"docker" "rm" "-f" "b090addc31065526c383b9c05bf42842adbf5b5be169d8a103dc4b63f4731b0e"` Oct 13 01:08:24.216 INFO blam! b090addc31065526c383b9c05bf42842adbf5b5be169d8a103dc4b63f4731b0e Oct 13 01:08:24.231 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 01:08:25.090 INFO blam! 99ecdb6e483757aee9d92f23215cb29f55d3e244973b06d1617f1420d98c8b39 Oct 13 01:08:25.092 INFO running `"docker" "start" "-a" "99ecdb6e483757aee9d92f23215cb29f55d3e244973b06d1617f1420d98c8b39"` Oct 13 01:08:25.853 INFO kablam! usermod: no changes Oct 13 01:08:26.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 13 01:08:26.045 INFO kablam! Running /target/debug/deps/pathvis_rs-ac150e12bed9636b Oct 13 01:08:26.047 INFO blam! Oct 13 01:08:26.047 INFO blam! running 6 tests Oct 13 01:08:26.048 INFO blam! test planning::world::tests::neighbor_iter_card ... ok Oct 13 01:08:26.048 INFO blam! test planning::world::tests::id_at ... ok Oct 13 01:08:26.048 INFO blam! test planning::world::tests::cell_at ... ok Oct 13 01:08:26.048 INFO blam! test planning::astar::tests::test_simple_pathing ... ok Oct 13 01:08:26.048 INFO blam! test planning::astar::tests::test_dist_funcs ... ok Oct 13 01:08:26.050 INFO blam! test planning::world::tests::neighbor_iter_all ... ok Oct 13 01:08:26.050 INFO blam! Oct 13 01:08:26.050 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:08:26.050 INFO blam! Oct 13 01:08:26.053 INFO kablam! su: No module specific data is present Oct 13 01:08:26.491 INFO running `"docker" "rm" "-f" "99ecdb6e483757aee9d92f23215cb29f55d3e244973b06d1617f1420d98c8b39"` Oct 13 01:08:26.687 INFO blam! 99ecdb6e483757aee9d92f23215cb29f55d3e244973b06d1617f1420d98c8b39