Oct 15 05:34:12.597 INFO testing XavilPergis/birblike against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:34:12.597 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 15 05:34:12.764 INFO blam! 22507b6d4995a8ee779f407dbe6584662bf19e670f766612fb3ca80c14751542 Oct 15 05:34:12.766 INFO running `"docker" "start" "-a" "22507b6d4995a8ee779f407dbe6584662bf19e670f766612fb3ca80c14751542"` Oct 15 05:34:13.162 INFO kablam! usermod: no changes Oct 15 05:34:13.472 INFO kablam! Compiling parking_lot v0.5.5 Oct 15 05:34:13.475 INFO kablam! Compiling glutin v0.16.0 Oct 15 05:34:13.475 INFO kablam! Compiling num-derive v0.2.2 Oct 15 05:34:13.477 INFO kablam! Compiling rayon v1.0.1 Oct 15 05:34:13.477 INFO kablam! Compiling png v0.12.0 Oct 15 05:34:13.483 INFO kablam! Compiling smithay-client-toolkit v0.2.1 Oct 15 05:34:20.323 INFO kablam! Compiling shrev v1.0.1 Oct 15 05:34:25.837 INFO kablam! Compiling winit v0.15.0 Oct 15 05:34:26.170 INFO kablam! Compiling shred v0.7.0 Oct 15 05:34:26.170 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 05:34:26.171 INFO kablam! Compiling hibitset v0.5.0 Oct 15 05:34:32.040 INFO kablam! Compiling specs v0.11.2 Oct 15 05:34:32.969 INFO kablam! Compiling image v0.19.0 Oct 15 05:34:49.479 INFO kablam! Compiling birblike v0.1.0 (/source) Oct 15 05:34:51.955 INFO kablam! warning: unused import: `gl_api::shader::shader::ShaderResult` Oct 15 05:34:51.955 INFO kablam! --> src/gl_api/shader/program.rs:4:5 Oct 15 05:34:51.955 INFO kablam! | Oct 15 05:34:51.955 INFO kablam! 4 | use gl_api::shader::shader::ShaderResult; Oct 15 05:34:51.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:51.955 INFO kablam! | Oct 15 05:34:51.955 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:34:51.955 INFO kablam! Oct 15 05:34:51.955 INFO kablam! warning: unused import: `std::path::Path` Oct 15 05:34:51.955 INFO kablam! --> src/gl_api/shader/program.rs:5:5 Oct 15 05:34:51.955 INFO kablam! | Oct 15 05:34:51.955 INFO kablam! 5 | use std::path::Path; Oct 15 05:34:51.956 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:34:51.956 INFO kablam! Oct 15 05:34:51.956 INFO kablam! warning: unused import: `gl_api::error::GlResult` Oct 15 05:34:51.956 INFO kablam! --> src/gl_api/shader/program.rs:7:5 Oct 15 05:34:51.956 INFO kablam! | Oct 15 05:34:51.956 INFO kablam! 7 | use gl_api::error::GlResult; Oct 15 05:34:51.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:51.956 INFO kablam! Oct 15 05:34:51.956 INFO kablam! warning: unused import: `image::RgbaImage` Oct 15 05:34:51.956 INFO kablam! --> src/gl_api/texture.rs:1:5 Oct 15 05:34:51.956 INFO kablam! | Oct 15 05:34:51.956 INFO kablam! 1 | use image::RgbaImage; Oct 15 05:34:51.956 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 05:34:51.956 INFO kablam! Oct 15 05:34:51.956 INFO kablam! warning: unused imports: `Add`, `Mul` Oct 15 05:34:51.956 INFO kablam! --> src/grid.rs:7:16 Oct 15 05:34:51.956 INFO kablam! | Oct 15 05:34:51.956 INFO kablam! 7 | use std::ops::{Add, Mul}; Oct 15 05:34:51.956 INFO kablam! | ^^^ ^^^ Oct 15 05:34:51.956 INFO kablam! Oct 15 05:34:51.956 INFO kablam! warning: unused import: `rand::Rng` Oct 15 05:34:51.956 INFO kablam! --> src/main.rs:19:5 Oct 15 05:34:51.957 INFO kablam! | Oct 15 05:34:51.957 INFO kablam! 19 | use rand::Rng; Oct 15 05:34:51.957 INFO kablam! | ^^^^^^^^^ Oct 15 05:34:51.957 INFO kablam! Oct 15 05:34:51.957 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 05:34:51.957 INFO kablam! --> src/main.rs:28:5 Oct 15 05:34:51.957 INFO kablam! | Oct 15 05:34:51.957 INFO kablam! 28 | use std::marker::PhantomData; Oct 15 05:34:51.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:51.957 INFO kablam! Oct 15 05:34:52.707 INFO kablam! warning: unused import: `image::GenericImage` Oct 15 05:34:52.707 INFO kablam! --> src/main.rs:16:5 Oct 15 05:34:52.707 INFO kablam! | Oct 15 05:34:52.707 INFO kablam! 16 | use image::GenericImage; Oct 15 05:34:52.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:52.707 INFO kablam! Oct 15 05:34:52.775 INFO kablam! warning: unused variable: `rng` Oct 15 05:34:52.775 INFO kablam! --> src/main.rs:383:13 Oct 15 05:34:52.775 INFO kablam! | Oct 15 05:34:52.775 INFO kablam! 383 | let mut rng = rand::thread_rng(); Oct 15 05:34:52.775 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 15 05:34:52.775 INFO kablam! | Oct 15 05:34:52.775 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:34:52.775 INFO kablam! Oct 15 05:34:52.782 INFO kablam! warning: unused variable: `modified_set` Oct 15 05:34:52.782 INFO kablam! --> src/main.rs:170:49 Oct 15 05:34:52.782 INFO kablam! | Oct 15 05:34:52.782 INFO kablam! 170 | let &ModifiedTerrain((was_modified, ref modified_set)) = &*modified; Oct 15 05:34:52.783 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_modified_set` instead Oct 15 05:34:52.783 INFO kablam! Oct 15 05:34:52.783 INFO kablam! warning: unused variable: `new_set` Oct 15 05:34:52.783 INFO kablam! --> src/main.rs:171:39 Oct 15 05:34:52.783 INFO kablam! | Oct 15 05:34:52.783 INFO kablam! 171 | let &NewTerrain((was_new, ref new_set)) = &*new; Oct 15 05:34:52.783 INFO kablam! | ^^^^^^^ help: consider using `_new_set` instead Oct 15 05:34:52.783 INFO kablam! Oct 15 05:34:52.783 INFO kablam! warning: unused variable: `grid` Oct 15 05:34:52.783 INFO kablam! --> src/main.rs:275:24 Oct 15 05:34:52.783 INFO kablam! | Oct 15 05:34:52.783 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 15 05:34:52.783 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 15 05:34:52.783 INFO kablam! Oct 15 05:34:52.783 INFO kablam! warning: unused variable: `colors` Oct 15 05:34:52.783 INFO kablam! --> src/main.rs:275:34 Oct 15 05:34:52.783 INFO kablam! | Oct 15 05:34:52.783 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 15 05:34:52.783 INFO kablam! | ^^^^^^ help: consider using `_colors` instead Oct 15 05:34:52.783 INFO kablam! Oct 15 05:34:52.791 INFO kablam! warning: variable does not need to be mutable Oct 15 05:34:52.791 INFO kablam! --> src/main.rs:135:16 Oct 15 05:34:52.791 INFO kablam! | Oct 15 05:34:52.791 INFO kablam! 135 | pub fn new(mut program: Program, WorldUniforms>, tilemap: Texture2D) -> Self { Oct 15 05:34:52.791 INFO kablam! | ----^^^^^^^ Oct 15 05:34:52.791 INFO kablam! | | Oct 15 05:34:52.791 INFO kablam! | help: remove this `mut` Oct 15 05:34:52.791 INFO kablam! | Oct 15 05:34:52.791 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:34:52.791 INFO kablam! Oct 15 05:34:52.819 INFO kablam! warning: variable does not need to be mutable Oct 15 05:34:52.819 INFO kablam! --> src/main.rs:275:30 Oct 15 05:34:52.819 INFO kablam! | Oct 15 05:34:52.819 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 15 05:34:52.819 INFO kablam! | ----^^^^^^ Oct 15 05:34:52.819 INFO kablam! | | Oct 15 05:34:52.820 INFO kablam! | help: remove this `mut` Oct 15 05:34:52.820 INFO kablam! Oct 15 05:34:52.851 INFO kablam! warning: variable does not need to be mutable Oct 15 05:34:52.851 INFO kablam! --> src/main.rs:383:9 Oct 15 05:34:52.851 INFO kablam! | Oct 15 05:34:52.851 INFO kablam! 383 | let mut rng = rand::thread_rng(); Oct 15 05:34:52.851 INFO kablam! | ----^^^ Oct 15 05:34:52.851 INFO kablam! | | Oct 15 05:34:52.851 INFO kablam! | help: remove this `mut` Oct 15 05:34:52.851 INFO kablam! Oct 15 05:34:53.111 INFO kablam! warning: variant is never constructed: `StreamDraw` Oct 15 05:34:53.111 INFO kablam! --> src/gl_api/buffer.rs:53:5 Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! 53 | StreamDraw = gl::STREAM_DRAW, Oct 15 05:34:53.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:34:53.111 INFO kablam! Oct 15 05:34:53.111 INFO kablam! warning: variant is never constructed: `StreamRead` Oct 15 05:34:53.111 INFO kablam! --> src/gl_api/buffer.rs:55:5 Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! 55 | StreamRead = gl::STREAM_READ, Oct 15 05:34:53.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.111 INFO kablam! Oct 15 05:34:53.111 INFO kablam! warning: variant is never constructed: `StreamCopy` Oct 15 05:34:53.111 INFO kablam! --> src/gl_api/buffer.rs:57:5 Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! 57 | StreamCopy = gl::STREAM_COPY, Oct 15 05:34:53.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.111 INFO kablam! Oct 15 05:34:53.111 INFO kablam! warning: variant is never constructed: `StaticRead` Oct 15 05:34:53.111 INFO kablam! --> src/gl_api/buffer.rs:61:5 Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! 61 | StaticRead = gl::STATIC_READ, Oct 15 05:34:53.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.111 INFO kablam! Oct 15 05:34:53.111 INFO kablam! warning: variant is never constructed: `StaticCopy` Oct 15 05:34:53.111 INFO kablam! --> src/gl_api/buffer.rs:63:5 Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! 63 | StaticCopy = gl::STATIC_COPY, Oct 15 05:34:53.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.111 INFO kablam! Oct 15 05:34:53.111 INFO kablam! warning: variant is never constructed: `DynamicRead` Oct 15 05:34:53.111 INFO kablam! --> src/gl_api/buffer.rs:67:5 Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! 67 | DynamicRead = gl::DYNAMIC_READ, Oct 15 05:34:53.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.111 INFO kablam! Oct 15 05:34:53.111 INFO kablam! warning: variant is never constructed: `DynamicCopy` Oct 15 05:34:53.111 INFO kablam! --> src/gl_api/buffer.rs:69:5 Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! 69 | DynamicCopy = gl::DYNAMIC_COPY, Oct 15 05:34:53.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.111 INFO kablam! Oct 15 05:34:53.111 INFO kablam! warning: method is never used: `len` Oct 15 05:34:53.111 INFO kablam! --> src/gl_api/buffer.rs:152:5 Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! 152 | pub fn len(&self) -> usize { self.buf.len() } Oct 15 05:34:53.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.111 INFO kablam! Oct 15 05:34:53.111 INFO kablam! warning: variant is never constructed: `ZeroLength` Oct 15 05:34:53.111 INFO kablam! --> src/gl_api/buffer.rs:162:5 Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! 162 | ZeroLength, Oct 15 05:34:53.111 INFO kablam! | ^^^^^^^^^^ Oct 15 05:34:53.111 INFO kablam! Oct 15 05:34:53.111 INFO kablam! warning: type alias is never used: `ElementBuffer` Oct 15 05:34:53.111 INFO kablam! --> src/gl_api/buffer.rs:226:1 Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! 226 | pub type ElementBuffer = Buffer; Oct 15 05:34:53.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.111 INFO kablam! Oct 15 05:34:53.111 INFO kablam! warning: function is never used: `polygon_mode` Oct 15 05:34:53.111 INFO kablam! --> src/gl_api/misc.rs:12:1 Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! 12 | pub fn polygon_mode(mode: PolygonMode) { Oct 15 05:34:53.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.111 INFO kablam! Oct 15 05:34:53.111 INFO kablam! warning: enum is never used: `ClearMode` Oct 15 05:34:53.111 INFO kablam! --> src/gl_api/misc.rs:17:1 Oct 15 05:34:53.111 INFO kablam! | Oct 15 05:34:53.111 INFO kablam! 17 | pub enum ClearMode { Oct 15 05:34:53.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.111 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: function is never used: `clear` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/misc.rs:22:1 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 22 | pub fn clear(mode: ClearMode) { Oct 15 05:34:53.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.112 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: struct is never constructed: `StorageBindPoint` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/shader/program.rs:17:1 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 17 | pub struct StorageBindPoint { Oct 15 05:34:53.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.112 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: method is never used: `with_geometry` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/shader/program.rs:102:5 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 102 | pub fn with_geometry(mut self, shader: Shader) -> Self { Oct 15 05:34:53.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.112 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: method is never used: `with_tesselation` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/shader/program.rs:108:5 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 108 | pub fn with_tesselation(mut self, tess_control: Shader, tess_eval: Shader) -> Self { Oct 15 05:34:53.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.112 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: field is never used: `shader_type` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/shader/shader.rs:54:5 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 54 | pub(in super) shader_type: ShaderType, Oct 15 05:34:53.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.112 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: variant is never constructed: `ProgramCreation` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/shader/mod.rs:14:5 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 14 | ProgramCreation, Oct 15 05:34:53.112 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:34:53.112 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: function is never used: `simple_pipeline` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/shader/mod.rs:29:1 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 29 | / pub fn simple_pipeline, P2: AsRef>( Oct 15 05:34:53.112 INFO kablam! 30 | | vert: P1, Oct 15 05:34:53.112 INFO kablam! 31 | | frag: P2, Oct 15 05:34:53.112 INFO kablam! 32 | | ) -> Result { Oct 15 05:34:53.112 INFO kablam! ... | Oct 15 05:34:53.112 INFO kablam! 43 | | Ok(program.link().unwrap()) Oct 15 05:34:53.112 INFO kablam! 44 | | } Oct 15 05:34:53.112 INFO kablam! | |_^ Oct 15 05:34:53.112 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: variant is never constructed: `Nearest` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/texture.rs:24:5 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 24 | Nearest = gl::NEAREST, Oct 15 05:34:53.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.112 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: variant is never constructed: `NearestMipmapNearest` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/texture.rs:26:5 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 26 | NearestMipmapNearest = gl::NEAREST_MIPMAP_NEAREST, Oct 15 05:34:53.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.112 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: variant is never constructed: `LinearMipmapNearest` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/texture.rs:27:5 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 27 | LinearMipmapNearest = gl::LINEAR_MIPMAP_NEAREST, Oct 15 05:34:53.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.112 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: variant is never constructed: `NearestMipmapLinear` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/texture.rs:28:5 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 28 | NearestMipmapLinear = gl::NEAREST_MIPMAP_LINEAR, Oct 15 05:34:53.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.112 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: variant is never constructed: `LinearMipmapLinear` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/texture.rs:29:5 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 29 | LinearMipmapLinear = gl::LINEAR_MIPMAP_LINEAR, Oct 15 05:34:53.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.112 INFO kablam! Oct 15 05:34:53.112 INFO kablam! warning: variant is never constructed: `Linear` Oct 15 05:34:53.112 INFO kablam! --> src/gl_api/texture.rs:35:5 Oct 15 05:34:53.112 INFO kablam! | Oct 15 05:34:53.112 INFO kablam! 35 | Linear = gl::LINEAR, Oct 15 05:34:53.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: variant is never constructed: `ClampToEdge` Oct 15 05:34:53.113 INFO kablam! --> src/gl_api/texture.rs:40:5 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 40 | ClampToEdge = gl::CLAMP_TO_EDGE, Oct 15 05:34:53.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: variant is never constructed: `ClampToBorder` Oct 15 05:34:53.113 INFO kablam! --> src/gl_api/texture.rs:41:5 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 41 | ClampToBorder = gl::CLAMP_TO_BORDER, Oct 15 05:34:53.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: variant is never constructed: `MirroredRepeat` Oct 15 05:34:53.113 INFO kablam! --> src/gl_api/texture.rs:42:5 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 42 | MirroredRepeat = gl::MIRRORED_REPEAT, Oct 15 05:34:53.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: variant is never constructed: `MirrorClampToEdge` Oct 15 05:34:53.113 INFO kablam! --> src/gl_api/texture.rs:44:5 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 44 | MirrorClampToEdge = gl::MIRROR_CLAMP_TO_EDGE, Oct 15 05:34:53.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: variant is never constructed: `R` Oct 15 05:34:53.113 INFO kablam! --> src/gl_api/texture.rs:48:11 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 48 | S, T, R Oct 15 05:34:53.113 INFO kablam! | ^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: method is never used: `source_from_image` Oct 15 05:34:53.113 INFO kablam! --> src/gl_api/texture.rs:97:5 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 97 | pub fn source_from_image>(&self, path: P) -> TextureResult<()> { Oct 15 05:34:53.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: struct is never constructed: `As2D` Oct 15 05:34:53.113 INFO kablam! --> src/grid.rs:1:1 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 1 | struct As2D { Oct 15 05:34:53.113 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: type alias is never used: `GridY` Oct 15 05:34:53.113 INFO kablam! --> src/grid.rs:23:1 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 23 | pub type GridY = Grid; Oct 15 05:34:53.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: constant item is never used: `BORDER_T_POINT_UP` Oct 15 05:34:53.113 INFO kablam! --> src/tiles.rs:83:1 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 83 | pub const BORDER_T_POINT_UP: BorderTile = BorderTile { top: true, bottom: false, left: true, right: true }; Oct 15 05:34:53.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: constant item is never used: `BORDER_T_POINT_DOWN` Oct 15 05:34:53.113 INFO kablam! --> src/tiles.rs:84:1 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 84 | pub const BORDER_T_POINT_DOWN: BorderTile = BorderTile { top: false, bottom: true, left: true, right: true }; Oct 15 05:34:53.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: constant item is never used: `BORDER_T_POINT_LEFT` Oct 15 05:34:53.113 INFO kablam! --> src/tiles.rs:85:1 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 85 | pub const BORDER_T_POINT_LEFT: BorderTile = BorderTile { top: true, bottom: true, left: true, right: false }; Oct 15 05:34:53.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: constant item is never used: `BORDER_T_POINT_RIGHT` Oct 15 05:34:53.113 INFO kablam! --> src/tiles.rs:86:1 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 86 | pub const BORDER_T_POINT_RIGHT: BorderTile = BorderTile { top: true, bottom: true, left: false, right: true }; Oct 15 05:34:53.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: constant item is never used: `BORDER_NUB_TOP` Oct 15 05:34:53.113 INFO kablam! --> src/tiles.rs:87:1 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 87 | pub const BORDER_NUB_TOP: BorderTile = BorderTile { top: true, bottom: false, left: false, right: false }; Oct 15 05:34:53.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.113 INFO kablam! Oct 15 05:34:53.113 INFO kablam! warning: constant item is never used: `BORDER_NUB_BOTTOM` Oct 15 05:34:53.113 INFO kablam! --> src/tiles.rs:88:1 Oct 15 05:34:53.113 INFO kablam! | Oct 15 05:34:53.113 INFO kablam! 88 | pub const BORDER_NUB_BOTTOM: BorderTile = BorderTile { top: false, bottom: true, left: false, right: false }; Oct 15 05:34:53.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.114 INFO kablam! Oct 15 05:34:53.114 INFO kablam! warning: constant item is never used: `BORDER_NUB_LEFT` Oct 15 05:34:53.114 INFO kablam! --> src/tiles.rs:89:1 Oct 15 05:34:53.114 INFO kablam! | Oct 15 05:34:53.114 INFO kablam! 89 | pub const BORDER_NUB_LEFT: BorderTile = BorderTile { top: false, bottom: false, left: true, right: false }; Oct 15 05:34:53.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.114 INFO kablam! Oct 15 05:34:53.115 INFO kablam! warning: constant item is never used: `BORDER_NUB_RIGHT` Oct 15 05:34:53.115 INFO kablam! --> src/tiles.rs:90:1 Oct 15 05:34:53.115 INFO kablam! | Oct 15 05:34:53.115 INFO kablam! 90 | pub const BORDER_NUB_RIGHT: BorderTile = BorderTile { top: false, bottom: false, left: false, right: true }; Oct 15 05:34:53.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.115 INFO kablam! Oct 15 05:34:53.116 INFO kablam! warning: constant item is never used: `BORDER_CROSS` Oct 15 05:34:53.116 INFO kablam! --> src/tiles.rs:97:1 Oct 15 05:34:53.116 INFO kablam! | Oct 15 05:34:53.116 INFO kablam! 97 | pub const BORDER_CROSS: BorderTile = BorderTile { top: true, bottom: true, left: true, right: true }; Oct 15 05:34:53.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.116 INFO kablam! Oct 15 05:34:53.116 INFO kablam! warning: constant item is never used: `BORDER_AIR` Oct 15 05:34:53.116 INFO kablam! --> src/tiles.rs:98:1 Oct 15 05:34:53.116 INFO kablam! | Oct 15 05:34:53.116 INFO kablam! 98 | pub const BORDER_AIR: BorderTile = BorderTile { top: false, bottom: false, left: false, right: false }; Oct 15 05:34:53.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:34:53.116 INFO kablam! Oct 15 05:35:00.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.72s Oct 15 05:35:00.933 INFO kablam! su: No module specific data is present Oct 15 05:35:01.911 INFO running `"docker" "rm" "-f" "22507b6d4995a8ee779f407dbe6584662bf19e670f766612fb3ca80c14751542"` Oct 15 05:35:02.211 INFO blam! 22507b6d4995a8ee779f407dbe6584662bf19e670f766612fb3ca80c14751542 Oct 15 05:35:02.211 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 15 05:35:02.686 INFO blam! f03d13d4d7a348963fac306d0a992cc73c69eed5b245a73d4f03bd9fbe0b77db Oct 15 05:35:02.703 INFO running `"docker" "start" "-a" "f03d13d4d7a348963fac306d0a992cc73c69eed5b245a73d4f03bd9fbe0b77db"` Oct 15 05:35:04.206 INFO kablam! usermod: no changes Oct 15 05:35:04.464 INFO kablam! Compiling birblike v0.1.0 (/source) Oct 15 05:35:06.837 INFO kablam! warning: unused import: `gl_api::shader::shader::ShaderResult` Oct 15 05:35:06.837 INFO kablam! --> src/gl_api/shader/program.rs:4:5 Oct 15 05:35:06.837 INFO kablam! | Oct 15 05:35:06.837 INFO kablam! 4 | use gl_api::shader::shader::ShaderResult; Oct 15 05:35:06.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:06.837 INFO kablam! | Oct 15 05:35:06.838 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:35:06.838 INFO kablam! Oct 15 05:35:06.838 INFO kablam! warning: unused import: `std::path::Path` Oct 15 05:35:06.838 INFO kablam! --> src/gl_api/shader/program.rs:5:5 Oct 15 05:35:06.838 INFO kablam! | Oct 15 05:35:06.839 INFO kablam! 5 | use std::path::Path; Oct 15 05:35:06.839 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:35:06.840 INFO kablam! Oct 15 05:35:06.840 INFO kablam! warning: unused import: `gl_api::error::GlResult` Oct 15 05:35:06.840 INFO kablam! --> src/gl_api/shader/program.rs:7:5 Oct 15 05:35:06.840 INFO kablam! | Oct 15 05:35:06.841 INFO kablam! 7 | use gl_api::error::GlResult; Oct 15 05:35:06.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:06.841 INFO kablam! Oct 15 05:35:06.841 INFO kablam! warning: unused import: `image::RgbaImage` Oct 15 05:35:06.842 INFO kablam! --> src/gl_api/texture.rs:1:5 Oct 15 05:35:06.842 INFO kablam! | Oct 15 05:35:06.842 INFO kablam! 1 | use image::RgbaImage; Oct 15 05:35:06.843 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 05:35:06.843 INFO kablam! Oct 15 05:35:06.845 INFO kablam! warning: unused imports: `Add`, `Mul` Oct 15 05:35:06.845 INFO kablam! --> src/grid.rs:7:16 Oct 15 05:35:06.845 INFO kablam! | Oct 15 05:35:06.846 INFO kablam! 7 | use std::ops::{Add, Mul}; Oct 15 05:35:06.846 INFO kablam! | ^^^ ^^^ Oct 15 05:35:06.846 INFO kablam! Oct 15 05:35:06.848 INFO kablam! warning: unused import: `rand::Rng` Oct 15 05:35:06.848 INFO kablam! --> src/main.rs:19:5 Oct 15 05:35:06.848 INFO kablam! | Oct 15 05:35:06.849 INFO kablam! 19 | use rand::Rng; Oct 15 05:35:06.849 INFO kablam! | ^^^^^^^^^ Oct 15 05:35:06.849 INFO kablam! Oct 15 05:35:06.850 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 05:35:06.850 INFO kablam! --> src/main.rs:28:5 Oct 15 05:35:06.850 INFO kablam! | Oct 15 05:35:06.850 INFO kablam! 28 | use std::marker::PhantomData; Oct 15 05:35:06.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:06.851 INFO kablam! Oct 15 05:35:07.578 INFO kablam! warning: unused import: `image::GenericImage` Oct 15 05:35:07.578 INFO kablam! --> src/main.rs:16:5 Oct 15 05:35:07.578 INFO kablam! | Oct 15 05:35:07.578 INFO kablam! 16 | use image::GenericImage; Oct 15 05:35:07.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:07.578 INFO kablam! Oct 15 05:35:07.659 INFO kablam! warning: unused variable: `rng` Oct 15 05:35:07.659 INFO kablam! --> src/main.rs:383:13 Oct 15 05:35:07.659 INFO kablam! | Oct 15 05:35:07.660 INFO kablam! 383 | let mut rng = rand::thread_rng(); Oct 15 05:35:07.660 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 15 05:35:07.660 INFO kablam! | Oct 15 05:35:07.660 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:35:07.660 INFO kablam! Oct 15 05:35:07.661 INFO kablam! warning: unused variable: `modified_set` Oct 15 05:35:07.661 INFO kablam! --> src/main.rs:170:49 Oct 15 05:35:07.661 INFO kablam! | Oct 15 05:35:07.661 INFO kablam! 170 | let &ModifiedTerrain((was_modified, ref modified_set)) = &*modified; Oct 15 05:35:07.661 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_modified_set` instead Oct 15 05:35:07.661 INFO kablam! Oct 15 05:35:07.662 INFO kablam! warning: unused variable: `new_set` Oct 15 05:35:07.662 INFO kablam! --> src/main.rs:171:39 Oct 15 05:35:07.662 INFO kablam! | Oct 15 05:35:07.662 INFO kablam! 171 | let &NewTerrain((was_new, ref new_set)) = &*new; Oct 15 05:35:07.662 INFO kablam! | ^^^^^^^ help: consider using `_new_set` instead Oct 15 05:35:07.663 INFO kablam! Oct 15 05:35:07.663 INFO kablam! warning: unused variable: `grid` Oct 15 05:35:07.663 INFO kablam! --> src/main.rs:275:24 Oct 15 05:35:07.663 INFO kablam! | Oct 15 05:35:07.663 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 15 05:35:07.663 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 15 05:35:07.664 INFO kablam! Oct 15 05:35:07.664 INFO kablam! warning: unused variable: `colors` Oct 15 05:35:07.664 INFO kablam! --> src/main.rs:275:34 Oct 15 05:35:07.664 INFO kablam! | Oct 15 05:35:07.664 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 15 05:35:07.664 INFO kablam! | ^^^^^^ help: consider using `_colors` instead Oct 15 05:35:07.665 INFO kablam! Oct 15 05:35:07.678 INFO kablam! warning: variable does not need to be mutable Oct 15 05:35:07.678 INFO kablam! --> src/main.rs:135:16 Oct 15 05:35:07.678 INFO kablam! | Oct 15 05:35:07.678 INFO kablam! 135 | pub fn new(mut program: Program, WorldUniforms>, tilemap: Texture2D) -> Self { Oct 15 05:35:07.678 INFO kablam! | ----^^^^^^^ Oct 15 05:35:07.678 INFO kablam! | | Oct 15 05:35:07.678 INFO kablam! | help: remove this `mut` Oct 15 05:35:07.678 INFO kablam! | Oct 15 05:35:07.678 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:35:07.678 INFO kablam! Oct 15 05:35:07.711 INFO kablam! warning: variable does not need to be mutable Oct 15 05:35:07.711 INFO kablam! --> src/main.rs:275:30 Oct 15 05:35:07.711 INFO kablam! | Oct 15 05:35:07.711 INFO kablam! 275 | fn run(&mut self, (grid, mut colors): Self::SystemData) { Oct 15 05:35:07.711 INFO kablam! | ----^^^^^^ Oct 15 05:35:07.711 INFO kablam! | | Oct 15 05:35:07.711 INFO kablam! | help: remove this `mut` Oct 15 05:35:07.711 INFO kablam! Oct 15 05:35:07.747 INFO kablam! warning: variable does not need to be mutable Oct 15 05:35:07.747 INFO kablam! --> src/main.rs:383:9 Oct 15 05:35:07.747 INFO kablam! | Oct 15 05:35:07.747 INFO kablam! 383 | let mut rng = rand::thread_rng(); Oct 15 05:35:07.747 INFO kablam! | ----^^^ Oct 15 05:35:07.747 INFO kablam! | | Oct 15 05:35:07.747 INFO kablam! | help: remove this `mut` Oct 15 05:35:07.747 INFO kablam! Oct 15 05:35:08.043 INFO kablam! warning: variant is never constructed: `StreamDraw` Oct 15 05:35:08.043 INFO kablam! --> src/gl_api/buffer.rs:53:5 Oct 15 05:35:08.043 INFO kablam! | Oct 15 05:35:08.043 INFO kablam! 53 | StreamDraw = gl::STREAM_DRAW, Oct 15 05:35:08.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.043 INFO kablam! | Oct 15 05:35:08.043 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:35:08.044 INFO kablam! Oct 15 05:35:08.044 INFO kablam! warning: variant is never constructed: `StreamRead` Oct 15 05:35:08.044 INFO kablam! --> src/gl_api/buffer.rs:55:5 Oct 15 05:35:08.044 INFO kablam! | Oct 15 05:35:08.044 INFO kablam! 55 | StreamRead = gl::STREAM_READ, Oct 15 05:35:08.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.044 INFO kablam! Oct 15 05:35:08.044 INFO kablam! warning: variant is never constructed: `StreamCopy` Oct 15 05:35:08.044 INFO kablam! --> src/gl_api/buffer.rs:57:5 Oct 15 05:35:08.051 INFO kablam! | Oct 15 05:35:08.051 INFO kablam! 57 | StreamCopy = gl::STREAM_COPY, Oct 15 05:35:08.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.051 INFO kablam! Oct 15 05:35:08.051 INFO kablam! warning: variant is never constructed: `StaticRead` Oct 15 05:35:08.051 INFO kablam! --> src/gl_api/buffer.rs:61:5 Oct 15 05:35:08.051 INFO kablam! | Oct 15 05:35:08.051 INFO kablam! 61 | StaticRead = gl::STATIC_READ, Oct 15 05:35:08.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.051 INFO kablam! Oct 15 05:35:08.051 INFO kablam! warning: variant is never constructed: `StaticCopy` Oct 15 05:35:08.051 INFO kablam! --> src/gl_api/buffer.rs:63:5 Oct 15 05:35:08.051 INFO kablam! | Oct 15 05:35:08.051 INFO kablam! 63 | StaticCopy = gl::STATIC_COPY, Oct 15 05:35:08.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.051 INFO kablam! Oct 15 05:35:08.051 INFO kablam! warning: variant is never constructed: `DynamicRead` Oct 15 05:35:08.051 INFO kablam! --> src/gl_api/buffer.rs:67:5 Oct 15 05:35:08.051 INFO kablam! | Oct 15 05:35:08.051 INFO kablam! 67 | DynamicRead = gl::DYNAMIC_READ, Oct 15 05:35:08.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.052 INFO kablam! Oct 15 05:35:08.052 INFO kablam! warning: variant is never constructed: `DynamicCopy` Oct 15 05:35:08.052 INFO kablam! --> src/gl_api/buffer.rs:69:5 Oct 15 05:35:08.052 INFO kablam! | Oct 15 05:35:08.052 INFO kablam! 69 | DynamicCopy = gl::DYNAMIC_COPY, Oct 15 05:35:08.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.052 INFO kablam! Oct 15 05:35:08.052 INFO kablam! warning: method is never used: `len` Oct 15 05:35:08.052 INFO kablam! --> src/gl_api/buffer.rs:152:5 Oct 15 05:35:08.052 INFO kablam! | Oct 15 05:35:08.052 INFO kablam! 152 | pub fn len(&self) -> usize { self.buf.len() } Oct 15 05:35:08.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.052 INFO kablam! Oct 15 05:35:08.052 INFO kablam! warning: variant is never constructed: `ZeroLength` Oct 15 05:35:08.052 INFO kablam! --> src/gl_api/buffer.rs:162:5 Oct 15 05:35:08.052 INFO kablam! | Oct 15 05:35:08.052 INFO kablam! 162 | ZeroLength, Oct 15 05:35:08.052 INFO kablam! | ^^^^^^^^^^ Oct 15 05:35:08.052 INFO kablam! Oct 15 05:35:08.052 INFO kablam! warning: type alias is never used: `ElementBuffer` Oct 15 05:35:08.052 INFO kablam! --> src/gl_api/buffer.rs:226:1 Oct 15 05:35:08.052 INFO kablam! | Oct 15 05:35:08.052 INFO kablam! 226 | pub type ElementBuffer = Buffer; Oct 15 05:35:08.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.053 INFO kablam! Oct 15 05:35:08.053 INFO kablam! warning: function is never used: `polygon_mode` Oct 15 05:35:08.053 INFO kablam! --> src/gl_api/misc.rs:12:1 Oct 15 05:35:08.053 INFO kablam! | Oct 15 05:35:08.053 INFO kablam! 12 | pub fn polygon_mode(mode: PolygonMode) { Oct 15 05:35:08.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.053 INFO kablam! Oct 15 05:35:08.053 INFO kablam! warning: enum is never used: `ClearMode` Oct 15 05:35:08.053 INFO kablam! --> src/gl_api/misc.rs:17:1 Oct 15 05:35:08.053 INFO kablam! | Oct 15 05:35:08.053 INFO kablam! 17 | pub enum ClearMode { Oct 15 05:35:08.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.053 INFO kablam! Oct 15 05:35:08.053 INFO kablam! warning: function is never used: `clear` Oct 15 05:35:08.053 INFO kablam! --> src/gl_api/misc.rs:22:1 Oct 15 05:35:08.053 INFO kablam! | Oct 15 05:35:08.053 INFO kablam! 22 | pub fn clear(mode: ClearMode) { Oct 15 05:35:08.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.053 INFO kablam! Oct 15 05:35:08.053 INFO kablam! warning: struct is never constructed: `StorageBindPoint` Oct 15 05:35:08.053 INFO kablam! --> src/gl_api/shader/program.rs:17:1 Oct 15 05:35:08.053 INFO kablam! | Oct 15 05:35:08.053 INFO kablam! 17 | pub struct StorageBindPoint { Oct 15 05:35:08.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.053 INFO kablam! Oct 15 05:35:08.054 INFO kablam! warning: method is never used: `with_geometry` Oct 15 05:35:08.054 INFO kablam! --> src/gl_api/shader/program.rs:102:5 Oct 15 05:35:08.054 INFO kablam! | Oct 15 05:35:08.054 INFO kablam! 102 | pub fn with_geometry(mut self, shader: Shader) -> Self { Oct 15 05:35:08.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.054 INFO kablam! Oct 15 05:35:08.054 INFO kablam! warning: method is never used: `with_tesselation` Oct 15 05:35:08.054 INFO kablam! --> src/gl_api/shader/program.rs:108:5 Oct 15 05:35:08.054 INFO kablam! | Oct 15 05:35:08.054 INFO kablam! 108 | pub fn with_tesselation(mut self, tess_control: Shader, tess_eval: Shader) -> Self { Oct 15 05:35:08.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.054 INFO kablam! Oct 15 05:35:08.055 INFO kablam! warning: field is never used: `shader_type` Oct 15 05:35:08.055 INFO kablam! --> src/gl_api/shader/shader.rs:54:5 Oct 15 05:35:08.055 INFO kablam! | Oct 15 05:35:08.055 INFO kablam! 54 | pub(in super) shader_type: ShaderType, Oct 15 05:35:08.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.055 INFO kablam! Oct 15 05:35:08.055 INFO kablam! warning: variant is never constructed: `ProgramCreation` Oct 15 05:35:08.055 INFO kablam! --> src/gl_api/shader/mod.rs:14:5 Oct 15 05:35:08.055 INFO kablam! | Oct 15 05:35:08.055 INFO kablam! 14 | ProgramCreation, Oct 15 05:35:08.055 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:35:08.055 INFO kablam! Oct 15 05:35:08.056 INFO kablam! warning: function is never used: `simple_pipeline` Oct 15 05:35:08.056 INFO kablam! --> src/gl_api/shader/mod.rs:29:1 Oct 15 05:35:08.056 INFO kablam! | Oct 15 05:35:08.056 INFO kablam! 29 | / pub fn simple_pipeline, P2: AsRef>( Oct 15 05:35:08.056 INFO kablam! 30 | | vert: P1, Oct 15 05:35:08.056 INFO kablam! 31 | | frag: P2, Oct 15 05:35:08.056 INFO kablam! 32 | | ) -> Result { Oct 15 05:35:08.056 INFO kablam! ... | Oct 15 05:35:08.056 INFO kablam! 43 | | Ok(program.link().unwrap()) Oct 15 05:35:08.056 INFO kablam! 44 | | } Oct 15 05:35:08.056 INFO kablam! | |_^ Oct 15 05:35:08.056 INFO kablam! Oct 15 05:35:08.056 INFO kablam! warning: variant is never constructed: `Nearest` Oct 15 05:35:08.056 INFO kablam! --> src/gl_api/texture.rs:24:5 Oct 15 05:35:08.056 INFO kablam! | Oct 15 05:35:08.056 INFO kablam! 24 | Nearest = gl::NEAREST, Oct 15 05:35:08.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.056 INFO kablam! Oct 15 05:35:08.057 INFO kablam! warning: variant is never constructed: `NearestMipmapNearest` Oct 15 05:35:08.057 INFO kablam! --> src/gl_api/texture.rs:26:5 Oct 15 05:35:08.057 INFO kablam! | Oct 15 05:35:08.057 INFO kablam! 26 | NearestMipmapNearest = gl::NEAREST_MIPMAP_NEAREST, Oct 15 05:35:08.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.057 INFO kablam! Oct 15 05:35:08.057 INFO kablam! warning: variant is never constructed: `LinearMipmapNearest` Oct 15 05:35:08.057 INFO kablam! --> src/gl_api/texture.rs:27:5 Oct 15 05:35:08.057 INFO kablam! | Oct 15 05:35:08.057 INFO kablam! 27 | LinearMipmapNearest = gl::LINEAR_MIPMAP_NEAREST, Oct 15 05:35:08.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.057 INFO kablam! Oct 15 05:35:08.057 INFO kablam! warning: variant is never constructed: `NearestMipmapLinear` Oct 15 05:35:08.057 INFO kablam! --> src/gl_api/texture.rs:28:5 Oct 15 05:35:08.057 INFO kablam! | Oct 15 05:35:08.058 INFO kablam! 28 | NearestMipmapLinear = gl::NEAREST_MIPMAP_LINEAR, Oct 15 05:35:08.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.058 INFO kablam! Oct 15 05:35:08.058 INFO kablam! warning: variant is never constructed: `LinearMipmapLinear` Oct 15 05:35:08.058 INFO kablam! --> src/gl_api/texture.rs:29:5 Oct 15 05:35:08.058 INFO kablam! | Oct 15 05:35:08.058 INFO kablam! 29 | LinearMipmapLinear = gl::LINEAR_MIPMAP_LINEAR, Oct 15 05:35:08.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.058 INFO kablam! Oct 15 05:35:08.058 INFO kablam! warning: variant is never constructed: `Linear` Oct 15 05:35:08.058 INFO kablam! --> src/gl_api/texture.rs:35:5 Oct 15 05:35:08.059 INFO kablam! | Oct 15 05:35:08.059 INFO kablam! 35 | Linear = gl::LINEAR, Oct 15 05:35:08.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.059 INFO kablam! Oct 15 05:35:08.059 INFO kablam! warning: variant is never constructed: `ClampToEdge` Oct 15 05:35:08.059 INFO kablam! --> src/gl_api/texture.rs:40:5 Oct 15 05:35:08.059 INFO kablam! | Oct 15 05:35:08.059 INFO kablam! 40 | ClampToEdge = gl::CLAMP_TO_EDGE, Oct 15 05:35:08.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.059 INFO kablam! Oct 15 05:35:08.059 INFO kablam! warning: variant is never constructed: `ClampToBorder` Oct 15 05:35:08.059 INFO kablam! --> src/gl_api/texture.rs:41:5 Oct 15 05:35:08.059 INFO kablam! | Oct 15 05:35:08.059 INFO kablam! 41 | ClampToBorder = gl::CLAMP_TO_BORDER, Oct 15 05:35:08.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.059 INFO kablam! Oct 15 05:35:08.060 INFO kablam! warning: variant is never constructed: `MirroredRepeat` Oct 15 05:35:08.060 INFO kablam! --> src/gl_api/texture.rs:42:5 Oct 15 05:35:08.060 INFO kablam! | Oct 15 05:35:08.060 INFO kablam! 42 | MirroredRepeat = gl::MIRRORED_REPEAT, Oct 15 05:35:08.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.060 INFO kablam! Oct 15 05:35:08.060 INFO kablam! warning: variant is never constructed: `MirrorClampToEdge` Oct 15 05:35:08.060 INFO kablam! --> src/gl_api/texture.rs:44:5 Oct 15 05:35:08.060 INFO kablam! | Oct 15 05:35:08.060 INFO kablam! 44 | MirrorClampToEdge = gl::MIRROR_CLAMP_TO_EDGE, Oct 15 05:35:08.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.060 INFO kablam! Oct 15 05:35:08.060 INFO kablam! warning: variant is never constructed: `R` Oct 15 05:35:08.060 INFO kablam! --> src/gl_api/texture.rs:48:11 Oct 15 05:35:08.060 INFO kablam! | Oct 15 05:35:08.060 INFO kablam! 48 | S, T, R Oct 15 05:35:08.060 INFO kablam! | ^ Oct 15 05:35:08.060 INFO kablam! Oct 15 05:35:08.060 INFO kablam! warning: method is never used: `source_from_image` Oct 15 05:35:08.060 INFO kablam! --> src/gl_api/texture.rs:97:5 Oct 15 05:35:08.060 INFO kablam! | Oct 15 05:35:08.060 INFO kablam! 97 | pub fn source_from_image>(&self, path: P) -> TextureResult<()> { Oct 15 05:35:08.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.060 INFO kablam! Oct 15 05:35:08.061 INFO kablam! warning: struct is never constructed: `As2D` Oct 15 05:35:08.061 INFO kablam! --> src/grid.rs:1:1 Oct 15 05:35:08.061 INFO kablam! | Oct 15 05:35:08.061 INFO kablam! 1 | struct As2D { Oct 15 05:35:08.061 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:35:08.061 INFO kablam! Oct 15 05:35:08.061 INFO kablam! warning: type alias is never used: `GridY` Oct 15 05:35:08.061 INFO kablam! --> src/grid.rs:23:1 Oct 15 05:35:08.061 INFO kablam! | Oct 15 05:35:08.061 INFO kablam! 23 | pub type GridY = Grid; Oct 15 05:35:08.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.062 INFO kablam! Oct 15 05:35:08.062 INFO kablam! warning: constant item is never used: `BORDER_NUB_TOP` Oct 15 05:35:08.062 INFO kablam! --> src/tiles.rs:87:1 Oct 15 05:35:08.062 INFO kablam! | Oct 15 05:35:08.062 INFO kablam! 87 | pub const BORDER_NUB_TOP: BorderTile = BorderTile { top: true, bottom: false, left: false, right: false }; Oct 15 05:35:08.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.062 INFO kablam! Oct 15 05:35:08.062 INFO kablam! warning: constant item is never used: `BORDER_NUB_BOTTOM` Oct 15 05:35:08.062 INFO kablam! --> src/tiles.rs:88:1 Oct 15 05:35:08.062 INFO kablam! | Oct 15 05:35:08.062 INFO kablam! 88 | pub const BORDER_NUB_BOTTOM: BorderTile = BorderTile { top: false, bottom: true, left: false, right: false }; Oct 15 05:35:08.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.063 INFO kablam! Oct 15 05:35:08.063 INFO kablam! warning: constant item is never used: `BORDER_NUB_LEFT` Oct 15 05:35:08.063 INFO kablam! --> src/tiles.rs:89:1 Oct 15 05:35:08.063 INFO kablam! | Oct 15 05:35:08.063 INFO kablam! 89 | pub const BORDER_NUB_LEFT: BorderTile = BorderTile { top: false, bottom: false, left: true, right: false }; Oct 15 05:35:08.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.063 INFO kablam! Oct 15 05:35:08.063 INFO kablam! warning: constant item is never used: `BORDER_NUB_RIGHT` Oct 15 05:35:08.063 INFO kablam! --> src/tiles.rs:90:1 Oct 15 05:35:08.063 INFO kablam! | Oct 15 05:35:08.063 INFO kablam! 90 | pub const BORDER_NUB_RIGHT: BorderTile = BorderTile { top: false, bottom: false, left: false, right: true }; Oct 15 05:35:08.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.063 INFO kablam! Oct 15 05:35:08.064 INFO kablam! warning: constant item is never used: `BORDER_CROSS` Oct 15 05:35:08.064 INFO kablam! --> src/tiles.rs:97:1 Oct 15 05:35:08.064 INFO kablam! | Oct 15 05:35:08.064 INFO kablam! 97 | pub const BORDER_CROSS: BorderTile = BorderTile { top: true, bottom: true, left: true, right: true }; Oct 15 05:35:08.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.064 INFO kablam! Oct 15 05:35:08.064 INFO kablam! warning: constant item is never used: `BORDER_AIR` Oct 15 05:35:08.064 INFO kablam! --> src/tiles.rs:98:1 Oct 15 05:35:08.064 INFO kablam! | Oct 15 05:35:08.064 INFO kablam! 98 | pub const BORDER_AIR: BorderTile = BorderTile { top: false, bottom: false, left: false, right: false }; Oct 15 05:35:08.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:35:08.064 INFO kablam! Oct 15 05:35:09.820 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.58s Oct 15 05:35:09.832 INFO kablam! su: No module specific data is present Oct 15 05:35:10.870 INFO running `"docker" "rm" "-f" "f03d13d4d7a348963fac306d0a992cc73c69eed5b245a73d4f03bd9fbe0b77db"` Oct 15 05:35:11.125 INFO blam! f03d13d4d7a348963fac306d0a992cc73c69eed5b245a73d4f03bd9fbe0b77db Oct 15 05:35:11.126 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 15 05:35:11.691 INFO blam! 214326d606c2fa3c46adf84ecfd5da0a2ec1d6dedc7f61437757182d6e70a95f Oct 15 05:35:11.697 INFO running `"docker" "start" "-a" "214326d606c2fa3c46adf84ecfd5da0a2ec1d6dedc7f61437757182d6e70a95f"` Oct 15 05:35:13.073 INFO kablam! usermod: no changes Oct 15 05:35:13.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 15 05:35:13.307 INFO kablam! Running /target/debug/deps/birblike-8351aa56fc741c65 Oct 15 05:35:13.311 INFO blam! Oct 15 05:35:13.311 INFO blam! running 1 test Oct 15 05:35:13.311 INFO blam! test tiles::tests::combined_borders ... ok Oct 15 05:35:13.311 INFO blam! Oct 15 05:35:13.311 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:35:13.311 INFO blam! Oct 15 05:35:13.315 INFO kablam! su: No module specific data is present Oct 15 05:35:14.084 INFO running `"docker" "rm" "-f" "214326d606c2fa3c46adf84ecfd5da0a2ec1d6dedc7f61437757182d6e70a95f"` Oct 15 05:35:14.204 INFO blam! 214326d606c2fa3c46adf84ecfd5da0a2ec1d6dedc7f61437757182d6e70a95f