Oct 15 12:21:59.224 INFO testing Beamed/DeprecatedGame00x against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:21:59.225 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 12:21:59.604 INFO blam! be7d92c8c533d531259e3aa6f06dcb3bf7942e6fdb0059cf5e6539abcc2cd446 Oct 15 12:21:59.609 INFO running `"docker" "start" "-a" "be7d92c8c533d531259e3aa6f06dcb3bf7942e6fdb0059cf5e6539abcc2cd446"` Oct 15 12:22:01.143 INFO kablam! usermod: no changes Oct 15 12:22:01.551 INFO kablam! Compiling serde_json v1.0.8 Oct 15 12:22:01.552 INFO kablam! Compiling humantime v1.0.0 Oct 15 12:22:01.564 INFO kablam! Compiling ordered-float v0.5.0 Oct 15 12:22:01.564 INFO kablam! Compiling serde_yaml v0.7.3 Oct 15 12:22:01.564 INFO kablam! Compiling num v0.1.41 Oct 15 12:22:01.565 INFO kablam! Compiling gl v0.7.0 Oct 15 12:22:01.565 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 15 12:22:01.565 INFO kablam! Compiling image v0.18.0 Oct 15 12:22:03.006 INFO kablam! Compiling chrono v0.3.0 Oct 15 12:22:05.855 INFO kablam! Compiling serde-value v0.5.1 Oct 15 12:22:05.856 INFO kablam! Compiling rusttype v0.3.0 Oct 15 12:22:18.508 INFO kablam! Compiling pistoncore-window v0.30.0 Oct 15 12:22:18.528 INFO kablam! Compiling log4rs v0.7.0 Oct 15 12:22:18.759 INFO kablam! Compiling winit v0.8.3 Oct 15 12:22:27.283 INFO kablam! Compiling pistoncore-event_loop v0.35.0 Oct 15 12:22:58.388 INFO kablam! Compiling piston v0.35.0 Oct 15 12:22:59.595 INFO kablam! Compiling glutin v0.10.1 Oct 15 12:23:08.023 INFO kablam! Compiling pistoncore-glutin_window v0.43.0 Oct 15 12:23:08.024 INFO kablam! Compiling piston2d-opengl_graphics v0.50.0 Oct 15 12:23:13.596 INFO kablam! Compiling RustyRogue v0.1.0 (/source) Oct 15 12:23:17.535 INFO kablam! warning: unused import: `std::env` Oct 15 12:23:17.535 INFO kablam! --> src/main.rs:11:5 Oct 15 12:23:17.536 INFO kablam! | Oct 15 12:23:17.536 INFO kablam! 11 | use std::env; Oct 15 12:23:17.536 INFO kablam! | ^^^^^^^^ Oct 15 12:23:17.537 INFO kablam! | Oct 15 12:23:17.537 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:23:17.537 INFO kablam! Oct 15 12:23:17.537 INFO kablam! warning: unused import: `std::path` Oct 15 12:23:17.538 INFO kablam! --> src/main.rs:12:5 Oct 15 12:23:17.538 INFO kablam! | Oct 15 12:23:17.538 INFO kablam! 12 | use std::path; Oct 15 12:23:17.538 INFO kablam! | ^^^^^^^^^ Oct 15 12:23:17.539 INFO kablam! Oct 15 12:23:17.539 INFO kablam! warning: unused import: `std::fmt::Debug` Oct 15 12:23:17.539 INFO kablam! --> src/model/map/mod.rs:4:5 Oct 15 12:23:17.539 INFO kablam! | Oct 15 12:23:17.540 INFO kablam! 4 | use std::fmt::Debug; Oct 15 12:23:17.540 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:23:17.540 INFO kablam! Oct 15 12:23:17.540 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 12:23:17.541 INFO kablam! --> src/view/mod.rs:2:5 Oct 15 12:23:17.541 INFO kablam! | Oct 15 12:23:17.541 INFO kablam! 2 | use std::collections::HashMap; Oct 15 12:23:17.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:17.542 INFO kablam! Oct 15 12:23:17.542 INFO kablam! warning: unused import: `OpenGL` Oct 15 12:23:17.542 INFO kablam! --> src/view/mod.rs:4:36 Oct 15 12:23:17.542 INFO kablam! | Oct 15 12:23:17.542 INFO kablam! 4 | use opengl_graphics::{ GlGraphics, OpenGL, GlyphCache, TextureSettings }; Oct 15 12:23:17.542 INFO kablam! | ^^^^^^ Oct 15 12:23:17.542 INFO kablam! Oct 15 12:23:17.542 INFO kablam! warning: unused import: `Graphics` Oct 15 12:23:17.542 INFO kablam! --> src/view/mod.rs:7:16 Oct 15 12:23:17.542 INFO kablam! | Oct 15 12:23:17.542 INFO kablam! 7 | use graphics::{Graphics, Context}; Oct 15 12:23:17.542 INFO kablam! | ^^^^^^^^ Oct 15 12:23:17.542 INFO kablam! Oct 15 12:23:17.542 INFO kablam! warning: unused import: `OpenGL` Oct 15 12:23:17.542 INFO kablam! --> src/view/console_view.rs:3:36 Oct 15 12:23:17.542 INFO kablam! | Oct 15 12:23:17.542 INFO kablam! 3 | use opengl_graphics::{ GlGraphics, OpenGL, GlyphCache }; Oct 15 12:23:17.542 INFO kablam! | ^^^^^^ Oct 15 12:23:17.542 INFO kablam! Oct 15 12:23:17.542 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:23:17.542 INFO kablam! --> src/view/map_view/map_tile.rs:41:44 Oct 15 12:23:17.542 INFO kablam! | Oct 15 12:23:17.542 INFO kablam! 41 | let font_size : u32 = cmp::min((2 * self.width as u32 / 3), (2 * self.height as u32 / 3)) + 1; Oct 15 12:23:17.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:23:17.542 INFO kablam! | Oct 15 12:23:17.542 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:23:17.542 INFO kablam! Oct 15 12:23:17.542 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:23:17.542 INFO kablam! --> src/view/map_view/map_tile.rs:41:73 Oct 15 12:23:17.542 INFO kablam! | Oct 15 12:23:17.542 INFO kablam! 41 | let font_size : u32 = cmp::min((2 * self.width as u32 / 3), (2 * self.height as u32 / 3)) + 1; Oct 15 12:23:17.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:23:17.542 INFO kablam! Oct 15 12:23:17.542 INFO kablam! warning: unused import: `OpenGL` Oct 15 12:23:17.542 INFO kablam! --> src/view/map_view/mod.rs:5:36 Oct 15 12:23:17.542 INFO kablam! | Oct 15 12:23:17.542 INFO kablam! 5 | use opengl_graphics::{ GlGraphics, OpenGL, GlyphCache }; Oct 15 12:23:17.542 INFO kablam! | ^^^^^^ Oct 15 12:23:17.543 INFO kablam! Oct 15 12:23:17.543 INFO kablam! warning: unused import: `glutin_window as Window` Oct 15 12:23:17.543 INFO kablam! --> src/view/map_view/mod.rs:6:5 Oct 15 12:23:17.543 INFO kablam! | Oct 15 12:23:17.543 INFO kablam! 6 | use glutin_window as Window; Oct 15 12:23:17.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:17.543 INFO kablam! Oct 15 12:23:17.543 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 12:23:17.543 INFO kablam! --> src/view/map_view/mod.rs:79:27 Oct 15 12:23:17.543 INFO kablam! | Oct 15 12:23:17.543 INFO kablam! 79 | let tile_width = ((map_dim.mapw_end - map_dim.mapw_start)/ VIEW_WIDTH); Oct 15 12:23:17.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:23:17.543 INFO kablam! Oct 15 12:23:17.543 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 12:23:17.543 INFO kablam! --> src/view/map_view/mod.rs:80:28 Oct 15 12:23:17.543 INFO kablam! | Oct 15 12:23:17.543 INFO kablam! 80 | let tile_height = ((map_dim.maph_end - map_dim.maph_start) / VIEW_HEIGHT); Oct 15 12:23:17.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:23:17.543 INFO kablam! Oct 15 12:23:17.753 INFO kablam! warning[E0170]: pattern binding `Player` is named the same as one of the variants of the type `model::actor::ActorType` Oct 15 12:23:17.753 INFO kablam! --> src/view/map_view/map_tile.rs:22:9 Oct 15 12:23:17.753 INFO kablam! | Oct 15 12:23:17.753 INFO kablam! 22 | Player => '@' Oct 15 12:23:17.753 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `model::actor::ActorType::Player` Oct 15 12:23:17.753 INFO kablam! Oct 15 12:23:17.754 INFO kablam! warning: unused variable: `Player` Oct 15 12:23:17.754 INFO kablam! --> src/view/map_view/map_tile.rs:22:9 Oct 15 12:23:17.754 INFO kablam! | Oct 15 12:23:17.754 INFO kablam! 22 | Player => '@' Oct 15 12:23:17.754 INFO kablam! | ^^^^^^ help: consider using `_Player` instead Oct 15 12:23:17.754 INFO kablam! | Oct 15 12:23:17.754 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:23:17.754 INFO kablam! Oct 15 12:23:17.754 INFO kablam! warning: unused variable: `done` Oct 15 12:23:17.754 INFO kablam! --> src/main.rs:24:12 Oct 15 12:23:17.754 INFO kablam! | Oct 15 12:23:17.754 INFO kablam! 24 | Ok(done) => info!("Exiting Chi"), Oct 15 12:23:17.754 INFO kablam! | ^^^^ help: consider using `_done` instead Oct 15 12:23:17.754 INFO kablam! Oct 15 12:23:17.755 INFO kablam! warning: unused variable: `view_error` Oct 15 12:23:17.755 INFO kablam! --> src/controller/mod.rs:60:29 Oct 15 12:23:17.755 INFO kablam! | Oct 15 12:23:17.755 INFO kablam! 60 | Err(view_error) => error!("View notification failed."), Oct 15 12:23:17.755 INFO kablam! | ^^^^^^^^^^ help: consider using `_view_error` instead Oct 15 12:23:17.755 INFO kablam! Oct 15 12:23:17.755 INFO kablam! warning: unused variable: `width` Oct 15 12:23:17.755 INFO kablam! --> src/controller/mod.rs:81:34 Oct 15 12:23:17.755 INFO kablam! | Oct 15 12:23:17.755 INFO kablam! 81 | fn window_resized(&mut self, width: u32, height: u32) { Oct 15 12:23:17.755 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 12:23:17.755 INFO kablam! Oct 15 12:23:17.755 INFO kablam! warning: unused variable: `height` Oct 15 12:23:17.755 INFO kablam! --> src/controller/mod.rs:81:46 Oct 15 12:23:17.755 INFO kablam! | Oct 15 12:23:17.755 INFO kablam! 81 | fn window_resized(&mut self, width: u32, height: u32) { Oct 15 12:23:17.755 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 12:23:17.755 INFO kablam! Oct 15 12:23:17.755 INFO kablam! warning: unused variable: `y` Oct 15 12:23:17.755 INFO kablam! --> src/model/map/mod.rs:61:13 Oct 15 12:23:17.755 INFO kablam! | Oct 15 12:23:17.755 INFO kablam! 61 | for y in 0..self.height { Oct 15 12:23:17.755 INFO kablam! | ^ help: consider using `_y` instead Oct 15 12:23:17.755 INFO kablam! Oct 15 12:23:17.755 INFO kablam! warning: unused variable: `x` Oct 15 12:23:17.755 INFO kablam! --> src/model/map/mod.rs:62:17 Oct 15 12:23:17.755 INFO kablam! | Oct 15 12:23:17.755 INFO kablam! 62 | for x in 0..self.width { Oct 15 12:23:17.755 INFO kablam! | ^ help: consider using `_x` instead Oct 15 12:23:17.755 INFO kablam! Oct 15 12:23:17.755 INFO kablam! warning: unused variable: `index` Oct 15 12:23:17.755 INFO kablam! --> src/model/map/mod.rs:93:13 Oct 15 12:23:17.755 INFO kablam! | Oct 15 12:23:17.755 INFO kablam! 93 | let index = self.get_index_from_coordinates(x, y).expect("Unable to find index of tile"); Oct 15 12:23:17.755 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 12:23:17.755 INFO kablam! Oct 15 12:23:17.755 INFO kablam! warning: unused variable: `m` Oct 15 12:23:17.755 INFO kablam! --> src/view/console_view.rs:19:26 Oct 15 12:23:17.755 INFO kablam! | Oct 15 12:23:17.755 INFO kablam! 19 | fn notify(&mut self, m: &Model, glyphs: &mut GlyphCache, ctx: &mut Context, gfx: &mut GlGraphics, res: [u32; 2]) { Oct 15 12:23:17.755 INFO kablam! | ^ help: consider using `_m` instead Oct 15 12:23:17.755 INFO kablam! Oct 15 12:23:17.756 INFO kablam! warning: unused variable: `glyphs` Oct 15 12:23:17.756 INFO kablam! --> src/view/console_view.rs:19:37 Oct 15 12:23:17.756 INFO kablam! | Oct 15 12:23:17.756 INFO kablam! 19 | fn notify(&mut self, m: &Model, glyphs: &mut GlyphCache, ctx: &mut Context, gfx: &mut GlGraphics, res: [u32; 2]) { Oct 15 12:23:17.756 INFO kablam! | ^^^^^^ help: consider using `_glyphs` instead Oct 15 12:23:17.756 INFO kablam! Oct 15 12:23:17.756 INFO kablam! warning: unused variable: `player_on_tile` Oct 15 12:23:17.756 INFO kablam! --> src/view/map_view/mod.rs:84:21 Oct 15 12:23:17.756 INFO kablam! | Oct 15 12:23:17.756 INFO kablam! 84 | let player_on_tile = row == center_y && col == center_x; Oct 15 12:23:17.756 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_player_on_tile` instead Oct 15 12:23:17.756 INFO kablam! Oct 15 12:23:17.756 INFO kablam! warning: unused variable: `window` Oct 15 12:23:17.756 INFO kablam! --> src/view/mod.rs:41:41 Oct 15 12:23:17.756 INFO kablam! | Oct 15 12:23:17.756 INFO kablam! 41 | pub fn notify(&mut self, m: &Model, window: &mut Window, gfx: &mut GlGraphics, args: RenderArgs) -> Result { Oct 15 12:23:17.756 INFO kablam! | ^^^^^^ help: consider using `_window` instead Oct 15 12:23:17.756 INFO kablam! Oct 15 12:23:17.766 INFO kablam! warning: variable does not need to be mutable Oct 15 12:23:17.766 INFO kablam! --> src/controller/mod.rs:36:13 Oct 15 12:23:17.766 INFO kablam! | Oct 15 12:23:17.766 INFO kablam! 36 | let mut window : Window = WindowSettings::new("Chi", [1024, 768]).opengl(opengl).exit_on_esc(true).build().expect("Unable to initialize OpenGL context"); Oct 15 12:23:17.766 INFO kablam! | ----^^^^^^ Oct 15 12:23:17.766 INFO kablam! | | Oct 15 12:23:17.766 INFO kablam! | help: remove this `mut` Oct 15 12:23:17.766 INFO kablam! | Oct 15 12:23:17.766 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:23:17.766 INFO kablam! Oct 15 12:23:17.766 INFO kablam! warning: variable does not need to be mutable Oct 15 12:23:17.766 INFO kablam! --> src/controller/mod.rs:38:13 Oct 15 12:23:17.766 INFO kablam! | Oct 15 12:23:17.766 INFO kablam! 38 | let mut events = Events::new(EventSettings::new().lazy(true)); Oct 15 12:23:17.766 INFO kablam! | ----^^^^^^ Oct 15 12:23:17.766 INFO kablam! | | Oct 15 12:23:17.766 INFO kablam! | help: remove this `mut` Oct 15 12:23:17.766 INFO kablam! Oct 15 12:23:17.766 INFO kablam! warning: variable does not need to be mutable Oct 15 12:23:17.766 INFO kablam! --> src/controller/mod.rs:40:13 Oct 15 12:23:17.766 INFO kablam! | Oct 15 12:23:17.766 INFO kablam! 40 | let mut gfx = GlGraphics::new(opengl); Oct 15 12:23:17.766 INFO kablam! | ----^^^ Oct 15 12:23:17.766 INFO kablam! | | Oct 15 12:23:17.766 INFO kablam! | help: remove this `mut` Oct 15 12:23:17.766 INFO kablam! Oct 15 12:23:17.775 INFO kablam! warning: variable does not need to be mutable Oct 15 12:23:17.775 INFO kablam! --> src/model/map/mod.rs:19:13 Oct 15 12:23:17.775 INFO kablam! | Oct 15 12:23:17.775 INFO kablam! 19 | let mut tiles : Vec = Vec::with_capacity((width * height) as usize); Oct 15 12:23:17.775 INFO kablam! | ----^^^^^ Oct 15 12:23:17.775 INFO kablam! | | Oct 15 12:23:17.775 INFO kablam! | help: remove this `mut` Oct 15 12:23:17.775 INFO kablam! Oct 15 12:23:17.805 INFO kablam! warning: method is never used: `set_actor` Oct 15 12:23:17.805 INFO kablam! --> src/model/map/tile.rs:8:5 Oct 15 12:23:17.805 INFO kablam! | Oct 15 12:23:17.805 INFO kablam! 8 | pub fn set_actor(&mut self, actor: Box) { Oct 15 12:23:17.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:17.805 INFO kablam! | Oct 15 12:23:17.805 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:23:17.805 INFO kablam! Oct 15 12:23:17.805 INFO kablam! warning: method is never used: `remove_actor` Oct 15 12:23:17.805 INFO kablam! --> src/model/map/tile.rs:12:5 Oct 15 12:23:17.805 INFO kablam! | Oct 15 12:23:17.805 INFO kablam! 12 | pub fn remove_actor(&mut self) { Oct 15 12:23:17.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:17.805 INFO kablam! Oct 15 12:23:17.805 INFO kablam! warning: method is never used: `get_tile_mut` Oct 15 12:23:17.805 INFO kablam! --> src/model/map/mod.rs:36:5 Oct 15 12:23:17.805 INFO kablam! | Oct 15 12:23:17.805 INFO kablam! 36 | fn get_tile_mut(&mut self, x: u32, y: u32) -> Result<&mut Tile, MapError> { Oct 15 12:23:17.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:17.805 INFO kablam! Oct 15 12:23:17.805 INFO kablam! warning: method is never used: `set_tile` Oct 15 12:23:17.805 INFO kablam! --> src/model/map/mod.rs:41:5 Oct 15 12:23:17.805 INFO kablam! | Oct 15 12:23:17.805 INFO kablam! 41 | pub fn set_tile(&mut self, x: u32, y: u32, new_tile: Tile) -> Result<&Tile, MapError> { Oct 15 12:23:17.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:17.805 INFO kablam! Oct 15 12:23:17.805 INFO kablam! warning: method is never used: `get_tiles` Oct 15 12:23:17.805 INFO kablam! --> src/model/map/mod.rs:72:5 Oct 15 12:23:17.805 INFO kablam! | Oct 15 12:23:17.805 INFO kablam! 72 | pub fn get_tiles(&self) -> &Vec { Oct 15 12:23:17.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:17.805 INFO kablam! Oct 15 12:23:17.806 INFO kablam! warning: method is never used: `place_actor_at_location` Oct 15 12:23:17.806 INFO kablam! --> src/model/map/mod.rs:92:5 Oct 15 12:23:17.806 INFO kablam! | Oct 15 12:23:17.806 INFO kablam! 92 | pub fn place_actor_at_location(&mut self, x: u32, y: u32, actor: Box) { Oct 15 12:23:17.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:17.806 INFO kablam! Oct 15 12:23:17.806 INFO kablam! warning: variant is never constructed: `Enemy` Oct 15 12:23:17.806 INFO kablam! --> src/model/actor/mod.rs:17:5 Oct 15 12:23:17.806 INFO kablam! | Oct 15 12:23:17.806 INFO kablam! 17 | Enemy, Oct 15 12:23:17.806 INFO kablam! | ^^^^^ Oct 15 12:23:17.806 INFO kablam! Oct 15 12:23:17.806 INFO kablam! warning: crate `RustyRogue` should have a snake case name such as `rusty_rogue` Oct 15 12:23:17.806 INFO kablam! | Oct 15 12:23:17.806 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:23:17.806 INFO kablam! Oct 15 12:23:17.809 INFO kablam! warning: variable `Player` should have a snake case name such as `player` Oct 15 12:23:17.809 INFO kablam! --> src/view/map_view/map_tile.rs:22:9 Oct 15 12:23:17.809 INFO kablam! | Oct 15 12:23:17.809 INFO kablam! 22 | Player => '@' Oct 15 12:23:17.809 INFO kablam! | ^^^^^^ Oct 15 12:23:17.809 INFO kablam! Oct 15 12:23:23.299 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 15 12:23:23.313 INFO kablam! su: No module specific data is present Oct 15 12:23:24.053 INFO running `"docker" "rm" "-f" "be7d92c8c533d531259e3aa6f06dcb3bf7942e6fdb0059cf5e6539abcc2cd446"` Oct 15 12:23:24.180 INFO blam! be7d92c8c533d531259e3aa6f06dcb3bf7942e6fdb0059cf5e6539abcc2cd446 Oct 15 12:23:24.181 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 12:23:24.374 INFO blam! b212b34edcff74c1b1230641ad9f879f0a7f691e8dc25700ef49ebb68f735fea Oct 15 12:23:24.377 INFO running `"docker" "start" "-a" "b212b34edcff74c1b1230641ad9f879f0a7f691e8dc25700ef49ebb68f735fea"` Oct 15 12:23:24.895 INFO kablam! usermod: no changes Oct 15 12:23:25.059 INFO kablam! Compiling RustyRogue v0.1.0 (/source) Oct 15 12:23:28.599 INFO kablam! warning: unused import: `std::env` Oct 15 12:23:28.600 INFO kablam! --> src/main.rs:11:5 Oct 15 12:23:28.600 INFO kablam! | Oct 15 12:23:28.600 INFO kablam! 11 | use std::env; Oct 15 12:23:28.600 INFO kablam! | ^^^^^^^^ Oct 15 12:23:28.601 INFO kablam! | Oct 15 12:23:28.601 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:23:28.601 INFO kablam! Oct 15 12:23:28.602 INFO kablam! warning: unused import: `std::path` Oct 15 12:23:28.602 INFO kablam! --> src/main.rs:12:5 Oct 15 12:23:28.602 INFO kablam! | Oct 15 12:23:28.603 INFO kablam! 12 | use std::path; Oct 15 12:23:28.603 INFO kablam! | ^^^^^^^^^ Oct 15 12:23:28.603 INFO kablam! Oct 15 12:23:28.603 INFO kablam! warning: unused import: `std::fmt::Debug` Oct 15 12:23:28.603 INFO kablam! --> src/model/map/mod.rs:4:5 Oct 15 12:23:28.603 INFO kablam! | Oct 15 12:23:28.603 INFO kablam! 4 | use std::fmt::Debug; Oct 15 12:23:28.603 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:23:28.603 INFO kablam! Oct 15 12:23:28.603 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 12:23:28.603 INFO kablam! --> src/view/mod.rs:2:5 Oct 15 12:23:28.603 INFO kablam! | Oct 15 12:23:28.603 INFO kablam! 2 | use std::collections::HashMap; Oct 15 12:23:28.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:28.603 INFO kablam! Oct 15 12:23:28.603 INFO kablam! warning: unused import: `OpenGL` Oct 15 12:23:28.603 INFO kablam! --> src/view/mod.rs:4:36 Oct 15 12:23:28.603 INFO kablam! | Oct 15 12:23:28.604 INFO kablam! 4 | use opengl_graphics::{ GlGraphics, OpenGL, GlyphCache, TextureSettings }; Oct 15 12:23:28.604 INFO kablam! | ^^^^^^ Oct 15 12:23:28.604 INFO kablam! Oct 15 12:23:28.604 INFO kablam! warning: unused import: `Graphics` Oct 15 12:23:28.604 INFO kablam! --> src/view/mod.rs:7:16 Oct 15 12:23:28.604 INFO kablam! | Oct 15 12:23:28.604 INFO kablam! 7 | use graphics::{Graphics, Context}; Oct 15 12:23:28.604 INFO kablam! | ^^^^^^^^ Oct 15 12:23:28.604 INFO kablam! Oct 15 12:23:28.604 INFO kablam! warning: unused import: `OpenGL` Oct 15 12:23:28.604 INFO kablam! --> src/view/console_view.rs:3:36 Oct 15 12:23:28.604 INFO kablam! | Oct 15 12:23:28.604 INFO kablam! 3 | use opengl_graphics::{ GlGraphics, OpenGL, GlyphCache }; Oct 15 12:23:28.604 INFO kablam! | ^^^^^^ Oct 15 12:23:28.604 INFO kablam! Oct 15 12:23:28.604 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:23:28.604 INFO kablam! --> src/view/map_view/map_tile.rs:41:44 Oct 15 12:23:28.604 INFO kablam! | Oct 15 12:23:28.604 INFO kablam! 41 | let font_size : u32 = cmp::min((2 * self.width as u32 / 3), (2 * self.height as u32 / 3)) + 1; Oct 15 12:23:28.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:23:28.604 INFO kablam! | Oct 15 12:23:28.605 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:23:28.605 INFO kablam! Oct 15 12:23:28.605 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:23:28.605 INFO kablam! --> src/view/map_view/map_tile.rs:41:73 Oct 15 12:23:28.605 INFO kablam! | Oct 15 12:23:28.605 INFO kablam! 41 | let font_size : u32 = cmp::min((2 * self.width as u32 / 3), (2 * self.height as u32 / 3)) + 1; Oct 15 12:23:28.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:23:28.605 INFO kablam! Oct 15 12:23:28.605 INFO kablam! warning: unused import: `OpenGL` Oct 15 12:23:28.605 INFO kablam! --> src/view/map_view/mod.rs:5:36 Oct 15 12:23:28.605 INFO kablam! | Oct 15 12:23:28.605 INFO kablam! 5 | use opengl_graphics::{ GlGraphics, OpenGL, GlyphCache }; Oct 15 12:23:28.605 INFO kablam! | ^^^^^^ Oct 15 12:23:28.605 INFO kablam! Oct 15 12:23:28.605 INFO kablam! warning: unused import: `glutin_window as Window` Oct 15 12:23:28.605 INFO kablam! --> src/view/map_view/mod.rs:6:5 Oct 15 12:23:28.605 INFO kablam! | Oct 15 12:23:28.605 INFO kablam! 6 | use glutin_window as Window; Oct 15 12:23:28.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:28.605 INFO kablam! Oct 15 12:23:28.605 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 12:23:28.606 INFO kablam! --> src/view/map_view/mod.rs:79:27 Oct 15 12:23:28.606 INFO kablam! | Oct 15 12:23:28.606 INFO kablam! 79 | let tile_width = ((map_dim.mapw_end - map_dim.mapw_start)/ VIEW_WIDTH); Oct 15 12:23:28.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:23:28.606 INFO kablam! Oct 15 12:23:28.606 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 12:23:28.606 INFO kablam! --> src/view/map_view/mod.rs:80:28 Oct 15 12:23:28.606 INFO kablam! | Oct 15 12:23:28.606 INFO kablam! 80 | let tile_height = ((map_dim.maph_end - map_dim.maph_start) / VIEW_HEIGHT); Oct 15 12:23:28.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:23:28.606 INFO kablam! Oct 15 12:23:28.775 INFO kablam! warning[E0170]: pattern binding `Player` is named the same as one of the variants of the type `model::actor::ActorType` Oct 15 12:23:28.775 INFO kablam! --> src/view/map_view/map_tile.rs:22:9 Oct 15 12:23:28.775 INFO kablam! | Oct 15 12:23:28.775 INFO kablam! 22 | Player => '@' Oct 15 12:23:28.775 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `model::actor::ActorType::Player` Oct 15 12:23:28.775 INFO kablam! Oct 15 12:23:28.775 INFO kablam! warning: unused variable: `Player` Oct 15 12:23:28.775 INFO kablam! --> src/view/map_view/map_tile.rs:22:9 Oct 15 12:23:28.775 INFO kablam! | Oct 15 12:23:28.775 INFO kablam! 22 | Player => '@' Oct 15 12:23:28.775 INFO kablam! | ^^^^^^ help: consider using `_Player` instead Oct 15 12:23:28.775 INFO kablam! | Oct 15 12:23:28.775 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:23:28.775 INFO kablam! Oct 15 12:23:28.775 INFO kablam! warning: unused variable: `done` Oct 15 12:23:28.775 INFO kablam! --> src/main.rs:24:12 Oct 15 12:23:28.775 INFO kablam! | Oct 15 12:23:28.775 INFO kablam! 24 | Ok(done) => info!("Exiting Chi"), Oct 15 12:23:28.775 INFO kablam! | ^^^^ help: consider using `_done` instead Oct 15 12:23:28.775 INFO kablam! Oct 15 12:23:28.775 INFO kablam! warning: unused variable: `view_error` Oct 15 12:23:28.775 INFO kablam! --> src/controller/mod.rs:60:29 Oct 15 12:23:28.775 INFO kablam! | Oct 15 12:23:28.775 INFO kablam! 60 | Err(view_error) => error!("View notification failed."), Oct 15 12:23:28.775 INFO kablam! | ^^^^^^^^^^ help: consider using `_view_error` instead Oct 15 12:23:28.775 INFO kablam! Oct 15 12:23:28.775 INFO kablam! warning: unused variable: `width` Oct 15 12:23:28.775 INFO kablam! --> src/controller/mod.rs:81:34 Oct 15 12:23:28.775 INFO kablam! | Oct 15 12:23:28.775 INFO kablam! 81 | fn window_resized(&mut self, width: u32, height: u32) { Oct 15 12:23:28.775 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 12:23:28.775 INFO kablam! Oct 15 12:23:28.775 INFO kablam! warning: unused variable: `height` Oct 15 12:23:28.775 INFO kablam! --> src/controller/mod.rs:81:46 Oct 15 12:23:28.775 INFO kablam! | Oct 15 12:23:28.775 INFO kablam! 81 | fn window_resized(&mut self, width: u32, height: u32) { Oct 15 12:23:28.775 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 12:23:28.776 INFO kablam! Oct 15 12:23:28.776 INFO kablam! warning: unused variable: `y` Oct 15 12:23:28.776 INFO kablam! --> src/model/map/mod.rs:61:13 Oct 15 12:23:28.776 INFO kablam! | Oct 15 12:23:28.776 INFO kablam! 61 | for y in 0..self.height { Oct 15 12:23:28.776 INFO kablam! | ^ help: consider using `_y` instead Oct 15 12:23:28.776 INFO kablam! Oct 15 12:23:28.776 INFO kablam! warning: unused variable: `x` Oct 15 12:23:28.776 INFO kablam! --> src/model/map/mod.rs:62:17 Oct 15 12:23:28.776 INFO kablam! | Oct 15 12:23:28.776 INFO kablam! 62 | for x in 0..self.width { Oct 15 12:23:28.776 INFO kablam! | ^ help: consider using `_x` instead Oct 15 12:23:28.776 INFO kablam! Oct 15 12:23:28.776 INFO kablam! warning: unused variable: `index` Oct 15 12:23:28.776 INFO kablam! --> src/model/map/mod.rs:93:13 Oct 15 12:23:28.776 INFO kablam! | Oct 15 12:23:28.776 INFO kablam! 93 | let index = self.get_index_from_coordinates(x, y).expect("Unable to find index of tile"); Oct 15 12:23:28.776 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 12:23:28.776 INFO kablam! Oct 15 12:23:28.776 INFO kablam! warning: unused variable: `m` Oct 15 12:23:28.776 INFO kablam! --> src/view/console_view.rs:19:26 Oct 15 12:23:28.776 INFO kablam! | Oct 15 12:23:28.776 INFO kablam! 19 | fn notify(&mut self, m: &Model, glyphs: &mut GlyphCache, ctx: &mut Context, gfx: &mut GlGraphics, res: [u32; 2]) { Oct 15 12:23:28.776 INFO kablam! | ^ help: consider using `_m` instead Oct 15 12:23:28.776 INFO kablam! Oct 15 12:23:28.776 INFO kablam! warning: unused variable: `glyphs` Oct 15 12:23:28.776 INFO kablam! --> src/view/console_view.rs:19:37 Oct 15 12:23:28.776 INFO kablam! | Oct 15 12:23:28.776 INFO kablam! 19 | fn notify(&mut self, m: &Model, glyphs: &mut GlyphCache, ctx: &mut Context, gfx: &mut GlGraphics, res: [u32; 2]) { Oct 15 12:23:28.776 INFO kablam! | ^^^^^^ help: consider using `_glyphs` instead Oct 15 12:23:28.776 INFO kablam! Oct 15 12:23:28.776 INFO kablam! warning: unused variable: `player_on_tile` Oct 15 12:23:28.776 INFO kablam! --> src/view/map_view/mod.rs:84:21 Oct 15 12:23:28.776 INFO kablam! | Oct 15 12:23:28.776 INFO kablam! 84 | let player_on_tile = row == center_y && col == center_x; Oct 15 12:23:28.776 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_player_on_tile` instead Oct 15 12:23:28.776 INFO kablam! Oct 15 12:23:28.776 INFO kablam! warning: unused variable: `window` Oct 15 12:23:28.776 INFO kablam! --> src/view/mod.rs:41:41 Oct 15 12:23:28.776 INFO kablam! | Oct 15 12:23:28.776 INFO kablam! 41 | pub fn notify(&mut self, m: &Model, window: &mut Window, gfx: &mut GlGraphics, args: RenderArgs) -> Result { Oct 15 12:23:28.776 INFO kablam! | ^^^^^^ help: consider using `_window` instead Oct 15 12:23:28.776 INFO kablam! Oct 15 12:23:28.795 INFO kablam! warning: variable does not need to be mutable Oct 15 12:23:28.795 INFO kablam! --> src/controller/mod.rs:36:13 Oct 15 12:23:28.795 INFO kablam! | Oct 15 12:23:28.795 INFO kablam! 36 | let mut window : Window = WindowSettings::new("Chi", [1024, 768]).opengl(opengl).exit_on_esc(true).build().expect("Unable to initialize OpenGL context"); Oct 15 12:23:28.795 INFO kablam! | ----^^^^^^ Oct 15 12:23:28.795 INFO kablam! | | Oct 15 12:23:28.795 INFO kablam! | help: remove this `mut` Oct 15 12:23:28.795 INFO kablam! | Oct 15 12:23:28.795 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:23:28.795 INFO kablam! Oct 15 12:23:28.795 INFO kablam! warning: variable does not need to be mutable Oct 15 12:23:28.795 INFO kablam! --> src/controller/mod.rs:38:13 Oct 15 12:23:28.795 INFO kablam! | Oct 15 12:23:28.796 INFO kablam! 38 | let mut events = Events::new(EventSettings::new().lazy(true)); Oct 15 12:23:28.796 INFO kablam! | ----^^^^^^ Oct 15 12:23:28.796 INFO kablam! | | Oct 15 12:23:28.796 INFO kablam! | help: remove this `mut` Oct 15 12:23:28.796 INFO kablam! Oct 15 12:23:28.796 INFO kablam! warning: variable does not need to be mutable Oct 15 12:23:28.796 INFO kablam! --> src/controller/mod.rs:40:13 Oct 15 12:23:28.796 INFO kablam! | Oct 15 12:23:28.796 INFO kablam! 40 | let mut gfx = GlGraphics::new(opengl); Oct 15 12:23:28.796 INFO kablam! | ----^^^ Oct 15 12:23:28.796 INFO kablam! | | Oct 15 12:23:28.796 INFO kablam! | help: remove this `mut` Oct 15 12:23:28.796 INFO kablam! Oct 15 12:23:28.800 INFO kablam! warning: variable does not need to be mutable Oct 15 12:23:28.800 INFO kablam! --> src/model/map/mod.rs:19:13 Oct 15 12:23:28.800 INFO kablam! | Oct 15 12:23:28.800 INFO kablam! 19 | let mut tiles : Vec = Vec::with_capacity((width * height) as usize); Oct 15 12:23:28.800 INFO kablam! | ----^^^^^ Oct 15 12:23:28.800 INFO kablam! | | Oct 15 12:23:28.800 INFO kablam! | help: remove this `mut` Oct 15 12:23:28.800 INFO kablam! Oct 15 12:23:28.830 INFO kablam! warning: method is never used: `set_actor` Oct 15 12:23:28.830 INFO kablam! --> src/model/map/tile.rs:8:5 Oct 15 12:23:28.830 INFO kablam! | Oct 15 12:23:28.830 INFO kablam! 8 | pub fn set_actor(&mut self, actor: Box) { Oct 15 12:23:28.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:28.830 INFO kablam! | Oct 15 12:23:28.830 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:23:28.830 INFO kablam! Oct 15 12:23:28.830 INFO kablam! warning: method is never used: `remove_actor` Oct 15 12:23:28.830 INFO kablam! --> src/model/map/tile.rs:12:5 Oct 15 12:23:28.830 INFO kablam! | Oct 15 12:23:28.830 INFO kablam! 12 | pub fn remove_actor(&mut self) { Oct 15 12:23:28.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:28.830 INFO kablam! Oct 15 12:23:28.830 INFO kablam! warning: method is never used: `get_tile_mut` Oct 15 12:23:28.830 INFO kablam! --> src/model/map/mod.rs:36:5 Oct 15 12:23:28.830 INFO kablam! | Oct 15 12:23:28.830 INFO kablam! 36 | fn get_tile_mut(&mut self, x: u32, y: u32) -> Result<&mut Tile, MapError> { Oct 15 12:23:28.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:28.830 INFO kablam! Oct 15 12:23:28.830 INFO kablam! warning: method is never used: `set_tile` Oct 15 12:23:28.830 INFO kablam! --> src/model/map/mod.rs:41:5 Oct 15 12:23:28.831 INFO kablam! | Oct 15 12:23:28.831 INFO kablam! 41 | pub fn set_tile(&mut self, x: u32, y: u32, new_tile: Tile) -> Result<&Tile, MapError> { Oct 15 12:23:28.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:28.831 INFO kablam! Oct 15 12:23:28.831 INFO kablam! warning: method is never used: `get_tiles` Oct 15 12:23:28.831 INFO kablam! --> src/model/map/mod.rs:72:5 Oct 15 12:23:28.831 INFO kablam! | Oct 15 12:23:28.831 INFO kablam! 72 | pub fn get_tiles(&self) -> &Vec { Oct 15 12:23:28.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:28.831 INFO kablam! Oct 15 12:23:28.831 INFO kablam! warning: method is never used: `place_actor_at_location` Oct 15 12:23:28.831 INFO kablam! --> src/model/map/mod.rs:92:5 Oct 15 12:23:28.831 INFO kablam! | Oct 15 12:23:28.831 INFO kablam! 92 | pub fn place_actor_at_location(&mut self, x: u32, y: u32, actor: Box) { Oct 15 12:23:28.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:28.831 INFO kablam! Oct 15 12:23:28.831 INFO kablam! warning: variant is never constructed: `Enemy` Oct 15 12:23:28.831 INFO kablam! --> src/model/actor/mod.rs:17:5 Oct 15 12:23:28.831 INFO kablam! | Oct 15 12:23:28.831 INFO kablam! 17 | Enemy, Oct 15 12:23:28.831 INFO kablam! | ^^^^^ Oct 15 12:23:28.831 INFO kablam! Oct 15 12:23:28.839 INFO kablam! warning: crate `RustyRogue` should have a snake case name such as `rusty_rogue` Oct 15 12:23:28.839 INFO kablam! | Oct 15 12:23:28.839 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:23:28.839 INFO kablam! Oct 15 12:23:28.839 INFO kablam! warning: variable `Player` should have a snake case name such as `player` Oct 15 12:23:28.839 INFO kablam! --> src/view/map_view/map_tile.rs:22:9 Oct 15 12:23:28.839 INFO kablam! | Oct 15 12:23:28.839 INFO kablam! 22 | Player => '@' Oct 15 12:23:28.839 INFO kablam! | ^^^^^^ Oct 15 12:23:28.839 INFO kablam! Oct 15 12:23:29.496 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.58s Oct 15 12:23:29.510 INFO kablam! su: No module specific data is present Oct 15 12:23:30.385 INFO running `"docker" "rm" "-f" "b212b34edcff74c1b1230641ad9f879f0a7f691e8dc25700ef49ebb68f735fea"` Oct 15 12:23:30.680 INFO blam! b212b34edcff74c1b1230641ad9f879f0a7f691e8dc25700ef49ebb68f735fea Oct 15 12:23:30.683 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 12:23:31.139 INFO blam! d7683c81ad105fd95d0518b6b4da287a805ae1b3518231c974d0ccc6f4de0ae8 Oct 15 12:23:31.147 INFO running `"docker" "start" "-a" "d7683c81ad105fd95d0518b6b4da287a805ae1b3518231c974d0ccc6f4de0ae8"` Oct 15 12:23:31.767 INFO kablam! usermod: no changes Oct 15 12:23:31.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 12:23:31.980 INFO kablam! Running /target/debug/deps/RustyRogue-1a281e676f983eb8 Oct 15 12:23:31.980 INFO blam! Oct 15 12:23:31.980 INFO kablam! su: No module specific data is present Oct 15 12:23:31.980 INFO blam! running 0 tests Oct 15 12:23:31.980 INFO blam! Oct 15 12:23:31.980 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:23:31.980 INFO blam! Oct 15 12:23:32.727 INFO running `"docker" "rm" "-f" "d7683c81ad105fd95d0518b6b4da287a805ae1b3518231c974d0ccc6f4de0ae8"` Oct 15 12:23:32.986 INFO blam! d7683c81ad105fd95d0518b6b4da287a805ae1b3518231c974d0ccc6f4de0ae8