Oct 13 01:06:58.325 INFO testing sdonnan/pathvis-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:06:58.325 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:06:58.900 INFO blam! 140adec5222116e59ccf3e6047d588ac6170d4e003838842a78d423f49d78e31 Oct 13 01:06:58.902 INFO running `"docker" "start" "-a" "140adec5222116e59ccf3e6047d588ac6170d4e003838842a78d423f49d78e31"` Oct 13 01:06:59.795 INFO kablam! usermod: no changes Oct 13 01:06:59.962 INFO kablam! Compiling pkg-config v0.3.12 Oct 13 01:06:59.970 INFO kablam! Compiling rand v0.5.4 Oct 13 01:06:59.971 INFO kablam! Compiling shared_library v0.1.9 Oct 13 01:06:59.971 INFO kablam! Compiling serde_derive v1.0.70 Oct 13 01:06:59.971 INFO kablam! Compiling wayland-client v0.12.5 Oct 13 01:06:59.971 INFO kablam! Compiling rayon-core v1.4.1 Oct 13 01:07:01.007 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 13 01:07:02.607 INFO kablam! Compiling x11-dl v2.18.3 Oct 13 01:07:05.051 INFO kablam! Compiling rayon v1.0.2 Oct 13 01:07:05.304 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 13 01:07:05.304 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 13 01:07:12.063 INFO kablam! Compiling tempfile v3.0.3 Oct 13 01:07:18.807 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 13 01:07:20.652 INFO kablam! Compiling wayland-window v0.13.3 Oct 13 01:07:25.015 INFO kablam! Compiling winit v0.12.0 Oct 13 01:07:28.167 INFO kablam! Compiling image v0.19.0 Oct 13 01:07:33.005 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 13 01:07:39.319 INFO kablam! Compiling glutin v0.14.0 Oct 13 01:07:50.755 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 13 01:07:53.839 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 13 01:07:53.839 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 13 01:07:56.383 INFO kablam! Compiling piston v0.37.0 Oct 13 01:07:59.111 INFO kablam! Compiling piston2d-opengl_graphics v0.53.0 Oct 13 01:08:03.639 INFO kablam! Compiling pathvis-rs v0.1.0 (/source) Oct 13 01:08:05.135 INFO kablam! warning: unused import: `Key` Oct 13 01:08:05.135 INFO kablam! --> src/world_controller.rs:75:37 Oct 13 01:08:05.135 INFO kablam! | Oct 13 01:08:05.135 INFO kablam! 75 | use piston::input::{Button, Key, MouseButton}; Oct 13 01:08:05.135 INFO kablam! | ^^^ Oct 13 01:08:05.135 INFO kablam! | Oct 13 01:08:05.135 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:08:05.135 INFO kablam! Oct 13 01:08:05.398 INFO kablam! warning: unused variable: `ind` Oct 13 01:08:05.398 INFO kablam! --> src/world_controller.rs:192:25 Oct 13 01:08:05.398 INFO kablam! | Oct 13 01:08:05.399 INFO kablam! 192 | if let Some(ind) = self.selected_cell { Oct 13 01:08:05.399 INFO kablam! | ^^^ help: consider using `_ind` instead Oct 13 01:08:05.399 INFO kablam! | Oct 13 01:08:05.400 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:08:05.400 INFO kablam! Oct 13 01:08:05.467 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:05.468 INFO kablam! --> src/world_view.rs:96:9 Oct 13 01:08:05.468 INFO kablam! | Oct 13 01:08:05.468 INFO kablam! 96 | / text_image.draw(text, Oct 13 01:08:05.469 INFO kablam! 97 | | glyphs, Oct 13 01:08:05.469 INFO kablam! 98 | | &c.draw_state, Oct 13 01:08:05.469 INFO kablam! 99 | | c.transform.trans(x + 10.0, y + 0.5 * (sy + self.settings.font_size as f64)), Oct 13 01:08:05.470 INFO kablam! 100 | | g); Oct 13 01:08:05.470 INFO kablam! | |___________________________^ Oct 13 01:08:05.470 INFO kablam! | Oct 13 01:08:05.471 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:08:05.471 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:05.471 INFO kablam! Oct 13 01:08:05.472 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:05.472 INFO kablam! --> src/world_view.rs:117:9 Oct 13 01:08:05.472 INFO kablam! | Oct 13 01:08:05.473 INFO kablam! 117 | / text_image.draw(text, Oct 13 01:08:05.473 INFO kablam! 118 | | glyphs, Oct 13 01:08:05.473 INFO kablam! 119 | | &c.draw_state, Oct 13 01:08:05.474 INFO kablam! 120 | | c.transform.trans(x, y), Oct 13 01:08:05.474 INFO kablam! 121 | | g); Oct 13 01:08:05.474 INFO kablam! | |___________________________^ Oct 13 01:08:05.474 INFO kablam! | Oct 13 01:08:05.475 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:05.475 INFO kablam! Oct 13 01:08:05.475 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:05.476 INFO kablam! --> src/world_view.rs:141:9 Oct 13 01:08:05.476 INFO kablam! | Oct 13 01:08:05.476 INFO kablam! 141 | / text_image.draw(text, Oct 13 01:08:05.477 INFO kablam! 142 | | glyphs, Oct 13 01:08:05.477 INFO kablam! 143 | | &c.draw_state, Oct 13 01:08:05.477 INFO kablam! 144 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 13 01:08:05.478 INFO kablam! 145 | | pos[1] + self.settings.position[1]), Oct 13 01:08:05.478 INFO kablam! 146 | | g); Oct 13 01:08:05.478 INFO kablam! | |___________________________^ Oct 13 01:08:05.479 INFO kablam! | Oct 13 01:08:05.479 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:05.479 INFO kablam! Oct 13 01:08:05.480 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:05.480 INFO kablam! --> src/world_view.rs:177:13 Oct 13 01:08:05.480 INFO kablam! | Oct 13 01:08:05.480 INFO kablam! 177 | / text_image.draw(&format!("{}",j), Oct 13 01:08:05.481 INFO kablam! 178 | | glyphs, Oct 13 01:08:05.481 INFO kablam! 179 | | &c.draw_state, Oct 13 01:08:05.481 INFO kablam! 180 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 13 01:08:05.482 INFO kablam! 181 | | pos[1] + self.settings.position[1]), Oct 13 01:08:05.482 INFO kablam! 182 | | g); Oct 13 01:08:05.482 INFO kablam! | |_______________________________^ Oct 13 01:08:05.483 INFO kablam! | Oct 13 01:08:05.483 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:05.483 INFO kablam! Oct 13 01:08:05.484 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:05.484 INFO kablam! --> src/world_view.rs:187:13 Oct 13 01:08:05.484 INFO kablam! | Oct 13 01:08:05.484 INFO kablam! 187 | / text_image.draw(&format!("{}",j), Oct 13 01:08:05.484 INFO kablam! 188 | | glyphs, Oct 13 01:08:05.485 INFO kablam! 189 | | &c.draw_state, Oct 13 01:08:05.485 INFO kablam! 190 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 13 01:08:05.485 INFO kablam! 191 | | pos[1] + self.settings.position[1]), Oct 13 01:08:05.485 INFO kablam! 192 | | g); Oct 13 01:08:05.486 INFO kablam! | |_______________________________^ Oct 13 01:08:05.486 INFO kablam! | Oct 13 01:08:05.486 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:05.486 INFO kablam! Oct 13 01:08:10.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 13 01:08:10.727 INFO kablam! su: No module specific data is present Oct 13 01:08:11.839 INFO running `"docker" "rm" "-f" "140adec5222116e59ccf3e6047d588ac6170d4e003838842a78d423f49d78e31"` Oct 13 01:08:12.235 INFO blam! 140adec5222116e59ccf3e6047d588ac6170d4e003838842a78d423f49d78e31 Oct 13 01:08:12.240 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:12.719 INFO blam! 86f0550d9c3182588c443d5c901a59f0d8fa5d94cda7ab48c62debb0e8ac608e Oct 13 01:08:12.727 INFO running `"docker" "start" "-a" "86f0550d9c3182588c443d5c901a59f0d8fa5d94cda7ab48c62debb0e8ac608e"` Oct 13 01:08:14.394 INFO kablam! usermod: no changes Oct 13 01:08:14.673 INFO kablam! Compiling pathvis-rs v0.1.0 (/source) Oct 13 01:08:16.015 INFO kablam! warning: unused import: `Key` Oct 13 01:08:16.016 INFO kablam! --> src/world_controller.rs:75:37 Oct 13 01:08:16.016 INFO kablam! | Oct 13 01:08:16.017 INFO kablam! 75 | use piston::input::{Button, Key, MouseButton}; Oct 13 01:08:16.017 INFO kablam! | ^^^ Oct 13 01:08:16.017 INFO kablam! | Oct 13 01:08:16.027 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:08:16.027 INFO kablam! Oct 13 01:08:16.371 INFO kablam! warning: unused variable: `ind` Oct 13 01:08:16.371 INFO kablam! --> src/world_controller.rs:192:25 Oct 13 01:08:16.372 INFO kablam! | Oct 13 01:08:16.372 INFO kablam! 192 | if let Some(ind) = self.selected_cell { Oct 13 01:08:16.372 INFO kablam! | ^^^ help: consider using `_ind` instead Oct 13 01:08:16.373 INFO kablam! | Oct 13 01:08:16.373 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:08:16.373 INFO kablam! Oct 13 01:08:16.493 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:16.493 INFO kablam! --> src/world_view.rs:96:9 Oct 13 01:08:16.493 INFO kablam! | Oct 13 01:08:16.493 INFO kablam! 96 | / text_image.draw(text, Oct 13 01:08:16.493 INFO kablam! 97 | | glyphs, Oct 13 01:08:16.493 INFO kablam! 98 | | &c.draw_state, Oct 13 01:08:16.493 INFO kablam! 99 | | c.transform.trans(x + 10.0, y + 0.5 * (sy + self.settings.font_size as f64)), Oct 13 01:08:16.493 INFO kablam! 100 | | g); Oct 13 01:08:16.493 INFO kablam! | |___________________________^ Oct 13 01:08:16.493 INFO kablam! | Oct 13 01:08:16.493 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:08:16.493 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:16.493 INFO kablam! Oct 13 01:08:16.494 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:16.494 INFO kablam! --> src/world_view.rs:117:9 Oct 13 01:08:16.494 INFO kablam! | Oct 13 01:08:16.494 INFO kablam! 117 | / text_image.draw(text, Oct 13 01:08:16.494 INFO kablam! 118 | | glyphs, Oct 13 01:08:16.494 INFO kablam! 119 | | &c.draw_state, Oct 13 01:08:16.494 INFO kablam! 120 | | c.transform.trans(x, y), Oct 13 01:08:16.494 INFO kablam! 121 | | g); Oct 13 01:08:16.494 INFO kablam! | |___________________________^ Oct 13 01:08:16.494 INFO kablam! | Oct 13 01:08:16.494 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:16.494 INFO kablam! Oct 13 01:08:16.494 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:16.494 INFO kablam! --> src/world_view.rs:141:9 Oct 13 01:08:16.494 INFO kablam! | Oct 13 01:08:16.494 INFO kablam! 141 | / text_image.draw(text, Oct 13 01:08:16.495 INFO kablam! 142 | | glyphs, Oct 13 01:08:16.495 INFO kablam! 143 | | &c.draw_state, Oct 13 01:08:16.495 INFO kablam! 144 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 13 01:08:16.495 INFO kablam! 145 | | pos[1] + self.settings.position[1]), Oct 13 01:08:16.495 INFO kablam! 146 | | g); Oct 13 01:08:16.495 INFO kablam! | |___________________________^ Oct 13 01:08:16.495 INFO kablam! | Oct 13 01:08:16.495 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:16.495 INFO kablam! Oct 13 01:08:16.496 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:16.496 INFO kablam! --> src/world_view.rs:177:13 Oct 13 01:08:16.496 INFO kablam! | Oct 13 01:08:16.496 INFO kablam! 177 | / text_image.draw(&format!("{}",j), Oct 13 01:08:16.496 INFO kablam! 178 | | glyphs, Oct 13 01:08:16.496 INFO kablam! 179 | | &c.draw_state, Oct 13 01:08:16.496 INFO kablam! 180 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 13 01:08:16.507 INFO kablam! 181 | | pos[1] + self.settings.position[1]), Oct 13 01:08:16.507 INFO kablam! 182 | | g); Oct 13 01:08:16.508 INFO kablam! | |_______________________________^ Oct 13 01:08:16.508 INFO kablam! | Oct 13 01:08:16.508 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:16.508 INFO kablam! Oct 13 01:08:16.509 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:08:16.509 INFO kablam! --> src/world_view.rs:187:13 Oct 13 01:08:16.509 INFO kablam! | Oct 13 01:08:16.510 INFO kablam! 187 | / text_image.draw(&format!("{}",j), Oct 13 01:08:16.510 INFO kablam! 188 | | glyphs, Oct 13 01:08:16.510 INFO kablam! 189 | | &c.draw_state, Oct 13 01:08:16.511 INFO kablam! 190 | | c.transform.trans(pos[0] + self.settings.position[0], Oct 13 01:08:16.511 INFO kablam! 191 | | pos[1] + self.settings.position[1]), Oct 13 01:08:16.511 INFO kablam! 192 | | g); Oct 13 01:08:16.512 INFO kablam! | |_______________________________^ Oct 13 01:08:16.512 INFO kablam! | Oct 13 01:08:16.512 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:08:16.512 INFO kablam! Oct 13 01:08:19.633 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.21s Oct 13 01:08:19.647 INFO kablam! su: No module specific data is present Oct 13 01:08:20.352 INFO running `"docker" "rm" "-f" "86f0550d9c3182588c443d5c901a59f0d8fa5d94cda7ab48c62debb0e8ac608e"` Oct 13 01:08:20.648 INFO blam! 86f0550d9c3182588c443d5c901a59f0d8fa5d94cda7ab48c62debb0e8ac608e Oct 13 01:08:20.659 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:21.115 INFO blam! d109b1dde2c358f18bb891f7bbc8a1d05e7419d3df111ccc06c9ffabe5353256 Oct 13 01:08:21.131 INFO running `"docker" "start" "-a" "d109b1dde2c358f18bb891f7bbc8a1d05e7419d3df111ccc06c9ffabe5353256"` Oct 13 01:08:22.514 INFO kablam! usermod: no changes Oct 13 01:08:22.813 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.28s Oct 13 01:08:22.847 INFO kablam! Running /target/debug/deps/pathvis_rs-560e00545acd7a5b Oct 13 01:08:22.852 INFO blam! Oct 13 01:08:22.852 INFO blam! running 6 tests Oct 13 01:08:22.911 INFO blam! test planning::astar::tests::test_dist_funcs ... ok Oct 13 01:08:22.911 INFO blam! test planning::world::tests::cell_at ... ok Oct 13 01:08:22.912 INFO blam! test planning::astar::tests::test_simple_pathing ... ok Oct 13 01:08:22.912 INFO blam! test planning::world::tests::id_at ... ok Oct 13 01:08:22.913 INFO blam! test planning::world::tests::neighbor_iter_all ... ok Oct 13 01:08:22.913 INFO blam! test planning::world::tests::neighbor_iter_card ... ok Oct 13 01:08:22.914 INFO blam! Oct 13 01:08:22.914 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:08:22.914 INFO blam! Oct 13 01:08:22.919 INFO kablam! su: No module specific data is present Oct 13 01:08:23.892 INFO running `"docker" "rm" "-f" "d109b1dde2c358f18bb891f7bbc8a1d05e7419d3df111ccc06c9ffabe5353256"` Oct 13 01:08:24.193 INFO blam! d109b1dde2c358f18bb891f7bbc8a1d05e7419d3df111ccc06c9ffabe5353256