Oct 13 06:10:13.622 INFO testing mvr/abyme against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:10:13.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 06:10:14.237 INFO blam! be9318b2277e8e6761c35873be89ad4c946776628614030437f150db644f2499 Oct 13 06:10:14.238 INFO running `"docker" "start" "-a" "be9318b2277e8e6761c35873be89ad4c946776628614030437f150db644f2499"` Oct 13 06:10:15.243 INFO kablam! usermod: no changes Oct 13 06:10:15.487 INFO kablam! Compiling gmp-mpfr-sys v1.1.5 Oct 13 06:10:15.491 INFO kablam! Compiling rug v1.1.0 Oct 13 06:10:15.491 INFO kablam! Compiling log v0.4.1 Oct 13 06:10:15.492 INFO kablam! Compiling num-complex v0.1.43 Oct 13 06:10:15.492 INFO kablam! Compiling euclid v0.17.2 Oct 13 06:10:15.492 INFO kablam! Compiling sid v0.5.0 Oct 13 06:10:15.492 INFO kablam! Compiling num-bigint v0.1.43 Oct 13 06:10:15.499 INFO kablam! Compiling toml v0.4.6 Oct 13 06:10:18.505 INFO kablam! Compiling gl_generator v0.9.0 Oct 13 06:10:19.823 INFO kablam! Compiling gfx_core v0.8.2 Oct 13 06:10:23.420 INFO kablam! Compiling winit v0.13.1 Oct 13 06:10:24.052 INFO kablam! Compiling lyon_geom v0.10.0 Oct 13 06:10:28.319 INFO kablam! Compiling num-rational v0.1.42 Oct 13 06:10:28.692 INFO kablam! Compiling lyon_path v0.10.0 Oct 13 06:10:35.293 INFO kablam! Compiling gfx_gl v0.5.0 Oct 13 06:10:36.357 INFO kablam! Compiling glutin v0.15.0 Oct 13 06:10:36.379 INFO kablam! Compiling lyon_tessellation v0.10.0 Oct 13 06:10:49.471 INFO kablam! Compiling num v0.1.42 Oct 13 06:10:51.207 INFO kablam! Compiling lyon v0.10.0 Oct 13 06:11:42.768 INFO kablam! Compiling gfx_device_gl v0.15.2 Oct 13 06:11:42.768 INFO kablam! Compiling gfx v0.17.1 Oct 13 06:12:04.565 INFO kablam! Compiling gfx_window_glutin v0.23.0 Oct 13 06:15:45.359 INFO kablam! Compiling abyme v0.1.0 (/source) Oct 13 06:15:46.832 INFO kablam! warning: unused import: `load_universe` Oct 13 06:15:46.832 INFO kablam! --> src/gamestate.rs:11:5 Oct 13 06:15:46.832 INFO kablam! | Oct 13 06:15:46.832 INFO kablam! 11 | use load_universe; Oct 13 06:15:46.832 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:15:46.832 INFO kablam! | Oct 13 06:15:46.832 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:15:46.832 INFO kablam! Oct 13 06:15:46.834 INFO kablam! warning: unused import: `load_universe` Oct 13 06:15:46.834 INFO kablam! --> src/director.rs:14:5 Oct 13 06:15:46.834 INFO kablam! | Oct 13 06:15:46.834 INFO kablam! 14 | use load_universe; Oct 13 06:15:46.834 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:15:46.834 INFO kablam! Oct 13 06:15:46.834 INFO kablam! warning: unused import: `defs::*` Oct 13 06:15:46.834 INFO kablam! --> src/polyomino.rs:6:5 Oct 13 06:15:46.834 INFO kablam! | Oct 13 06:15:46.834 INFO kablam! 6 | use defs::*; Oct 13 06:15:46.834 INFO kablam! | ^^^^^^^ Oct 13 06:15:46.834 INFO kablam! Oct 13 06:15:46.837 INFO kablam! warning: unused import: `TypedVector2D` Oct 13 06:15:46.837 INFO kablam! --> src/load_universe.rs:8:28 Oct 13 06:15:46.837 INFO kablam! | Oct 13 06:15:46.837 INFO kablam! 8 | use euclid::{TypedPoint2D, TypedVector2D}; Oct 13 06:15:46.837 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:15:46.837 INFO kablam! Oct 13 06:15:46.837 INFO kablam! warning: unused import: `std::env` Oct 13 06:15:46.837 INFO kablam! --> src/main.rs:46:5 Oct 13 06:15:46.837 INFO kablam! | Oct 13 06:15:46.837 INFO kablam! 46 | use std::env; Oct 13 06:15:46.837 INFO kablam! | ^^^^^^^^ Oct 13 06:15:46.837 INFO kablam! Oct 13 06:15:48.147 INFO kablam! warning: unused variable: `e` Oct 13 06:15:48.148 INFO kablam! --> src/main.rs:89:30 Oct 13 06:15:48.148 INFO kablam! | Oct 13 06:15:48.148 INFO kablam! 89 | events_loop.poll_events(|e| {}); Oct 13 06:15:48.149 INFO kablam! | ^ help: consider using `_e` instead Oct 13 06:15:48.149 INFO kablam! | Oct 13 06:15:48.149 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:15:48.149 INFO kablam! Oct 13 06:15:48.150 INFO kablam! warning: unused variable: `vertex_offset` Oct 13 06:15:48.150 INFO kablam! --> src/mesh_collector.rs:97:13 Oct 13 06:15:48.150 INFO kablam! | Oct 13 06:15:48.151 INFO kablam! 97 | let vertex_offset = self.buffers.vertices.len() as Index; Oct 13 06:15:48.151 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_vertex_offset` instead Oct 13 06:15:48.151 INFO kablam! Oct 13 06:15:48.152 INFO kablam! warning: unused variable: `index_offset` Oct 13 06:15:48.152 INFO kablam! --> src/mesh_collector.rs:98:13 Oct 13 06:15:48.152 INFO kablam! | Oct 13 06:15:48.153 INFO kablam! 98 | let index_offset = self.buffers.all_indices.len() as Index; Oct 13 06:15:48.153 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_index_offset` instead Oct 13 06:15:48.153 INFO kablam! Oct 13 06:15:48.153 INFO kablam! warning: unused variable: `thickness` Oct 13 06:15:48.154 INFO kablam! --> src/mesh_gen.rs:44:13 Oct 13 06:15:48.154 INFO kablam! | Oct 13 06:15:48.154 INFO kablam! 44 | let thickness = match self.vertex_type { Oct 13 06:15:48.155 INFO kablam! | ^^^^^^^^^ help: consider using `_thickness` instead Oct 13 06:15:48.155 INFO kablam! Oct 13 06:15:48.155 INFO kablam! warning: unused variable: `logical_state` Oct 13 06:15:48.155 INFO kablam! --> src/camera.rs:180:32 Oct 13 06:15:48.156 INFO kablam! | Oct 13 06:15:48.156 INFO kablam! 180 | pub fn recenter(&mut self, logical_state: &LogicalState) -> () { Oct 13 06:15:48.156 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_logical_state` instead Oct 13 06:15:48.157 INFO kablam! Oct 13 06:15:48.157 INFO kablam! warning: unused variable: `path` Oct 13 06:15:48.157 INFO kablam! --> src/shape.rs:986:24 Oct 13 06:15:48.158 INFO kablam! | Oct 13 06:15:48.158 INFO kablam! 986 | Down { ref path } => unimplemented!(), Oct 13 06:15:48.158 INFO kablam! | ^^^^ help: try ignoring the field: `path: _` Oct 13 06:15:48.158 INFO kablam! Oct 13 06:15:48.482 INFO kablam! warning: struct is never constructed: `ParentSpace` Oct 13 06:15:48.483 INFO kablam! --> src/defs.rs:14:1 Oct 13 06:15:48.483 INFO kablam! | Oct 13 06:15:48.484 INFO kablam! 14 | pub struct ParentSpace; Oct 13 06:15:48.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.484 INFO kablam! | Oct 13 06:15:48.485 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:15:48.485 INFO kablam! Oct 13 06:15:48.485 INFO kablam! warning: function is never used: `sub_vec` Oct 13 06:15:48.486 INFO kablam! --> src/math.rs:54:1 Oct 13 06:15:48.486 INFO kablam! | Oct 13 06:15:48.486 INFO kablam! 54 | / pub fn sub_vec, U>( Oct 13 06:15:48.487 INFO kablam! 55 | | v: TypedVector2D, Oct 13 06:15:48.487 INFO kablam! 56 | | u: TypedVector2D, Oct 13 06:15:48.487 INFO kablam! 57 | | ) -> TypedVector2D { Oct 13 06:15:48.488 INFO kablam! 58 | | TypedVector2D::new(v.x - u.x, v.y - u.y) Oct 13 06:15:48.488 INFO kablam! 59 | | } Oct 13 06:15:48.488 INFO kablam! | |_^ Oct 13 06:15:48.488 INFO kablam! Oct 13 06:15:48.489 INFO kablam! warning: function is never used: `div_vec` Oct 13 06:15:48.489 INFO kablam! --> src/math.rs:67:1 Oct 13 06:15:48.489 INFO kablam! | Oct 13 06:15:48.490 INFO kablam! 67 | pub fn div_vec(v: &TypedVector2D, amount: &Integer) -> TypedVector2D { Oct 13 06:15:48.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.490 INFO kablam! Oct 13 06:15:48.491 INFO kablam! warning: function is never used: `smoothstep` Oct 13 06:15:48.491 INFO kablam! --> src/math.rs:84:1 Oct 13 06:15:48.491 INFO kablam! | Oct 13 06:15:48.491 INFO kablam! 84 | pub fn smoothstep(x: f32) -> f32 { Oct 13 06:15:48.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.492 INFO kablam! Oct 13 06:15:48.492 INFO kablam! warning: function is never used: `screen_to_gl` Oct 13 06:15:48.493 INFO kablam! --> src/math.rs:106:5 Oct 13 06:15:48.493 INFO kablam! | Oct 13 06:15:48.493 INFO kablam! 106 | / pub fn screen_to_gl( Oct 13 06:15:48.494 INFO kablam! 107 | | resolution: TypedSize2D, Oct 13 06:15:48.494 INFO kablam! 108 | | ) -> TypedTransform2D { Oct 13 06:15:48.494 INFO kablam! 109 | | let scalex = 1.0 / (resolution.width as f32); Oct 13 06:15:48.494 INFO kablam! ... | Oct 13 06:15:48.496 INFO kablam! 112 | | TypedTransform2D::create_scale(scalex, scaley) Oct 13 06:15:48.496 INFO kablam! 113 | | } Oct 13 06:15:48.496 INFO kablam! | |_____^ Oct 13 06:15:48.497 INFO kablam! Oct 13 06:15:48.497 INFO kablam! warning: method is never used: `buffers` Oct 13 06:15:48.497 INFO kablam! --> src/mesh_collector.rs:101:5 Oct 13 06:15:48.497 INFO kablam! | Oct 13 06:15:48.498 INFO kablam! 101 | pub fn buffers<'a, 'b: 'a>(&'b self) -> &'a MeshCollection { Oct 13 06:15:48.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.498 INFO kablam! Oct 13 06:15:48.499 INFO kablam! warning: method is never used: `center` Oct 13 06:15:48.499 INFO kablam! --> src/camera.rs:34:5 Oct 13 06:15:48.499 INFO kablam! | Oct 13 06:15:48.500 INFO kablam! 34 | / fn center(rect: &TypedRect) -> TypedPoint2D Oct 13 06:15:48.500 INFO kablam! 35 | | where Oct 13 06:15:48.500 INFO kablam! 36 | | T: Copy + Add + Div + From, Oct 13 06:15:48.501 INFO kablam! 37 | | { Oct 13 06:15:48.501 INFO kablam! ... | Oct 13 06:15:48.501 INFO kablam! 41 | | ) Oct 13 06:15:48.502 INFO kablam! 42 | | } Oct 13 06:15:48.502 INFO kablam! | |_____^ Oct 13 06:15:48.502 INFO kablam! Oct 13 06:15:48.503 INFO kablam! warning: method is never used: `monomino` Oct 13 06:15:48.503 INFO kablam! --> src/polyomino.rs:22:5 Oct 13 06:15:48.503 INFO kablam! | Oct 13 06:15:48.503 INFO kablam! 22 | pub fn monomino() -> Polyomino { Oct 13 06:15:48.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.504 INFO kablam! Oct 13 06:15:48.504 INFO kablam! warning: method is never used: `delta_to_parent` Oct 13 06:15:48.505 INFO kablam! --> src/shape.rs:65:5 Oct 13 06:15:48.505 INFO kablam! | Oct 13 06:15:48.505 INFO kablam! 65 | pub fn delta_to_parent(&self, parent: &Shape) -> Delta { Oct 13 06:15:48.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.506 INFO kablam! Oct 13 06:15:48.506 INFO kablam! warning: method is never used: `minimal` Oct 13 06:15:48.507 INFO kablam! --> src/shape.rs:217:5 Oct 13 06:15:48.507 INFO kablam! | Oct 13 06:15:48.507 INFO kablam! 217 | pub fn minimal() -> Universe { Oct 13 06:15:48.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.508 INFO kablam! Oct 13 06:15:48.508 INFO kablam! warning: method is never used: `parents_with_position_of` Oct 13 06:15:48.509 INFO kablam! --> src/shape.rs:270:5 Oct 13 06:15:48.509 INFO kablam! | Oct 13 06:15:48.509 INFO kablam! 270 | pub fn parents_with_position_of(&self, shape: &Shape) -> Vec<(&Shape, ChildPoint)> { Oct 13 06:15:48.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.510 INFO kablam! Oct 13 06:15:48.510 INFO kablam! warning: method is never used: `all_subpositions` Oct 13 06:15:48.511 INFO kablam! --> src/shape.rs:429:5 Oct 13 06:15:48.511 INFO kablam! | Oct 13 06:15:48.511 INFO kablam! 429 | pub fn all_subpositions() -> Vec { Oct 13 06:15:48.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.512 INFO kablam! Oct 13 06:15:48.512 INFO kablam! warning: method is never used: `wrap_subposition` Oct 13 06:15:48.512 INFO kablam! --> src/shape.rs:436:5 Oct 13 06:15:48.513 INFO kablam! | Oct 13 06:15:48.513 INFO kablam! 436 | fn wrap_subposition(v: ChildVec) -> ChildVec { Oct 13 06:15:48.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.513 INFO kablam! Oct 13 06:15:48.514 INFO kablam! warning: method is never used: `nudge` Oct 13 06:15:48.514 INFO kablam! --> src/shape.rs:477:5 Oct 13 06:15:48.514 INFO kablam! | Oct 13 06:15:48.514 INFO kablam! 477 | pub fn nudge(&self, universe: &Universe, d: Direction) -> Option { Oct 13 06:15:48.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.515 INFO kablam! Oct 13 06:15:48.515 INFO kablam! warning: method is never used: `chunk_of` Oct 13 06:15:48.516 INFO kablam! --> src/shape.rs:627:5 Oct 13 06:15:48.516 INFO kablam! | Oct 13 06:15:48.516 INFO kablam! 627 | pub fn chunk_of(&self, shape: &Shape) -> TotalChunk { Oct 13 06:15:48.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.517 INFO kablam! Oct 13 06:15:48.517 INFO kablam! warning: method is never used: `bounding_box` Oct 13 06:15:48.517 INFO kablam! --> src/shape.rs:657:5 Oct 13 06:15:48.518 INFO kablam! | Oct 13 06:15:48.518 INFO kablam! 657 | pub fn bounding_box(&self, universe: &Universe) -> TypedRect { Oct 13 06:15:48.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.518 INFO kablam! Oct 13 06:15:48.519 INFO kablam! warning: method is never used: `common_shape_with` Oct 13 06:15:48.519 INFO kablam! --> src/shape.rs:673:5 Oct 13 06:15:48.519 INFO kablam! | Oct 13 06:15:48.520 INFO kablam! 673 | fn common_shape_with(&self, other: &TopChunk) -> Option { Oct 13 06:15:48.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.520 INFO kablam! Oct 13 06:15:48.520 INFO kablam! warning: method is never used: `recentering_for` Oct 13 06:15:48.521 INFO kablam! --> src/shape.rs:682:5 Oct 13 06:15:48.521 INFO kablam! | Oct 13 06:15:48.521 INFO kablam! 682 | pub fn recentering_for(&self, other: &TopChunk) -> TypedVector2D { Oct 13 06:15:48.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.522 INFO kablam! Oct 13 06:15:48.522 INFO kablam! warning: method is never used: `region_of` Oct 13 06:15:48.522 INFO kablam! --> src/shape.rs:814:5 Oct 13 06:15:48.522 INFO kablam! | Oct 13 06:15:48.523 INFO kablam! 814 | pub fn region_of(&self, shape: &Shape) -> TopRegion { Oct 13 06:15:48.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.523 INFO kablam! Oct 13 06:15:48.524 INFO kablam! warning: method is never used: `minimal` Oct 13 06:15:48.524 INFO kablam! --> src/shape.rs:832:5 Oct 13 06:15:48.524 INFO kablam! | Oct 13 06:15:48.524 INFO kablam! 832 | pub fn minimal() -> LogicalState { Oct 13 06:15:48.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.525 INFO kablam! Oct 13 06:15:48.525 INFO kablam! warning: variant is never constructed: `Down` Oct 13 06:15:48.525 INFO kablam! --> src/shape.rs:865:5 Oct 13 06:15:48.526 INFO kablam! | Oct 13 06:15:48.526 INFO kablam! 865 | Down { path: Vec }, Oct 13 06:15:48.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:48.526 INFO kablam! Oct 13 06:15:48.527 INFO kablam! warning: unused attribute Oct 13 06:15:48.527 INFO kablam! --> src/math.rs:218:9 Oct 13 06:15:48.527 INFO kablam! | Oct 13 06:15:48.527 INFO kablam! 218 | #[rustfmt_skip] Oct 13 06:15:48.528 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:15:48.528 INFO kablam! | Oct 13 06:15:48.528 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 13 06:15:48.528 INFO kablam! Oct 13 06:15:55.048 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5m 39s Oct 13 06:15:55.067 INFO kablam! su: No module specific data is present Oct 13 06:15:55.565 INFO running `"docker" "rm" "-f" "be9318b2277e8e6761c35873be89ad4c946776628614030437f150db644f2499"` Oct 13 06:15:55.722 INFO blam! be9318b2277e8e6761c35873be89ad4c946776628614030437f150db644f2499 Oct 13 06:15:55.722 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 06:15:55.911 INFO blam! 8252cc12d8e29b26975ff971e8711cde1d99616cbcac96a7befc5d6ea4f33c69 Oct 13 06:15:55.916 INFO running `"docker" "start" "-a" "8252cc12d8e29b26975ff971e8711cde1d99616cbcac96a7befc5d6ea4f33c69"` Oct 13 06:15:56.415 INFO kablam! usermod: no changes Oct 13 06:15:56.580 INFO kablam! Compiling abyme v0.1.0 (/source) Oct 13 06:15:57.863 INFO kablam! warning: unused import: `load_universe` Oct 13 06:15:57.863 INFO kablam! --> src/gamestate.rs:11:5 Oct 13 06:15:57.863 INFO kablam! | Oct 13 06:15:57.863 INFO kablam! 11 | use load_universe; Oct 13 06:15:57.863 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:15:57.863 INFO kablam! | Oct 13 06:15:57.863 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:15:57.863 INFO kablam! Oct 13 06:15:57.863 INFO kablam! warning: unused import: `load_universe` Oct 13 06:15:57.863 INFO kablam! --> src/director.rs:14:5 Oct 13 06:15:57.863 INFO kablam! | Oct 13 06:15:57.863 INFO kablam! 14 | use load_universe; Oct 13 06:15:57.863 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:15:57.863 INFO kablam! Oct 13 06:15:57.863 INFO kablam! warning: unused import: `defs::*` Oct 13 06:15:57.863 INFO kablam! --> src/polyomino.rs:6:5 Oct 13 06:15:57.863 INFO kablam! | Oct 13 06:15:57.863 INFO kablam! 6 | use defs::*; Oct 13 06:15:57.863 INFO kablam! | ^^^^^^^ Oct 13 06:15:57.863 INFO kablam! Oct 13 06:15:57.864 INFO kablam! warning: unused import: `TypedVector2D` Oct 13 06:15:57.864 INFO kablam! --> src/load_universe.rs:8:28 Oct 13 06:15:57.864 INFO kablam! | Oct 13 06:15:57.864 INFO kablam! 8 | use euclid::{TypedPoint2D, TypedVector2D}; Oct 13 06:15:57.864 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:15:57.864 INFO kablam! Oct 13 06:15:57.867 INFO kablam! warning: unused import: `std::env` Oct 13 06:15:57.867 INFO kablam! --> src/main.rs:46:5 Oct 13 06:15:57.867 INFO kablam! | Oct 13 06:15:57.867 INFO kablam! 46 | use std::env; Oct 13 06:15:57.867 INFO kablam! | ^^^^^^^^ Oct 13 06:15:57.867 INFO kablam! Oct 13 06:15:58.952 INFO kablam! warning: unused variable: `e` Oct 13 06:15:58.952 INFO kablam! --> src/main.rs:89:30 Oct 13 06:15:58.952 INFO kablam! | Oct 13 06:15:58.952 INFO kablam! 89 | events_loop.poll_events(|e| {}); Oct 13 06:15:58.952 INFO kablam! | ^ help: consider using `_e` instead Oct 13 06:15:58.952 INFO kablam! | Oct 13 06:15:58.952 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:15:58.952 INFO kablam! Oct 13 06:15:58.952 INFO kablam! warning: unused variable: `vertex_offset` Oct 13 06:15:58.952 INFO kablam! --> src/mesh_collector.rs:97:13 Oct 13 06:15:58.952 INFO kablam! | Oct 13 06:15:58.952 INFO kablam! 97 | let vertex_offset = self.buffers.vertices.len() as Index; Oct 13 06:15:58.952 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_vertex_offset` instead Oct 13 06:15:58.952 INFO kablam! Oct 13 06:15:58.952 INFO kablam! warning: unused variable: `index_offset` Oct 13 06:15:58.952 INFO kablam! --> src/mesh_collector.rs:98:13 Oct 13 06:15:58.952 INFO kablam! | Oct 13 06:15:58.952 INFO kablam! 98 | let index_offset = self.buffers.all_indices.len() as Index; Oct 13 06:15:58.952 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_index_offset` instead Oct 13 06:15:58.952 INFO kablam! Oct 13 06:15:58.952 INFO kablam! warning: unused variable: `thickness` Oct 13 06:15:58.952 INFO kablam! --> src/mesh_gen.rs:44:13 Oct 13 06:15:58.952 INFO kablam! | Oct 13 06:15:58.952 INFO kablam! 44 | let thickness = match self.vertex_type { Oct 13 06:15:58.952 INFO kablam! | ^^^^^^^^^ help: consider using `_thickness` instead Oct 13 06:15:58.952 INFO kablam! Oct 13 06:15:58.953 INFO kablam! warning: unused variable: `logical_state` Oct 13 06:15:58.953 INFO kablam! --> src/camera.rs:180:32 Oct 13 06:15:58.953 INFO kablam! | Oct 13 06:15:58.953 INFO kablam! 180 | pub fn recenter(&mut self, logical_state: &LogicalState) -> () { Oct 13 06:15:58.953 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_logical_state` instead Oct 13 06:15:58.953 INFO kablam! Oct 13 06:15:58.954 INFO kablam! warning: unused variable: `path` Oct 13 06:15:58.954 INFO kablam! --> src/shape.rs:986:24 Oct 13 06:15:58.954 INFO kablam! | Oct 13 06:15:58.954 INFO kablam! 986 | Down { ref path } => unimplemented!(), Oct 13 06:15:58.954 INFO kablam! | ^^^^ help: try ignoring the field: `path: _` Oct 13 06:15:58.954 INFO kablam! Oct 13 06:15:59.197 INFO kablam! warning: struct is never constructed: `ParentSpace` Oct 13 06:15:59.197 INFO kablam! --> src/defs.rs:14:1 Oct 13 06:15:59.197 INFO kablam! | Oct 13 06:15:59.197 INFO kablam! 14 | pub struct ParentSpace; Oct 13 06:15:59.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.197 INFO kablam! | Oct 13 06:15:59.197 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:15:59.197 INFO kablam! Oct 13 06:15:59.197 INFO kablam! warning: function is never used: `sub_vec` Oct 13 06:15:59.197 INFO kablam! --> src/math.rs:54:1 Oct 13 06:15:59.197 INFO kablam! | Oct 13 06:15:59.197 INFO kablam! 54 | / pub fn sub_vec, U>( Oct 13 06:15:59.197 INFO kablam! 55 | | v: TypedVector2D, Oct 13 06:15:59.197 INFO kablam! 56 | | u: TypedVector2D, Oct 13 06:15:59.197 INFO kablam! 57 | | ) -> TypedVector2D { Oct 13 06:15:59.197 INFO kablam! 58 | | TypedVector2D::new(v.x - u.x, v.y - u.y) Oct 13 06:15:59.197 INFO kablam! 59 | | } Oct 13 06:15:59.197 INFO kablam! | |_^ Oct 13 06:15:59.197 INFO kablam! Oct 13 06:15:59.197 INFO kablam! warning: function is never used: `div_vec` Oct 13 06:15:59.197 INFO kablam! --> src/math.rs:67:1 Oct 13 06:15:59.197 INFO kablam! | Oct 13 06:15:59.197 INFO kablam! 67 | pub fn div_vec(v: &TypedVector2D, amount: &Integer) -> TypedVector2D { Oct 13 06:15:59.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.197 INFO kablam! Oct 13 06:15:59.197 INFO kablam! warning: function is never used: `smoothstep` Oct 13 06:15:59.197 INFO kablam! --> src/math.rs:84:1 Oct 13 06:15:59.198 INFO kablam! | Oct 13 06:15:59.198 INFO kablam! 84 | pub fn smoothstep(x: f32) -> f32 { Oct 13 06:15:59.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.198 INFO kablam! Oct 13 06:15:59.198 INFO kablam! warning: function is never used: `screen_to_gl` Oct 13 06:15:59.198 INFO kablam! --> src/math.rs:106:5 Oct 13 06:15:59.198 INFO kablam! | Oct 13 06:15:59.198 INFO kablam! 106 | / pub fn screen_to_gl( Oct 13 06:15:59.198 INFO kablam! 107 | | resolution: TypedSize2D, Oct 13 06:15:59.198 INFO kablam! 108 | | ) -> TypedTransform2D { Oct 13 06:15:59.198 INFO kablam! 109 | | let scalex = 1.0 / (resolution.width as f32); Oct 13 06:15:59.198 INFO kablam! ... | Oct 13 06:15:59.198 INFO kablam! 112 | | TypedTransform2D::create_scale(scalex, scaley) Oct 13 06:15:59.198 INFO kablam! 113 | | } Oct 13 06:15:59.198 INFO kablam! | |_____^ Oct 13 06:15:59.198 INFO kablam! Oct 13 06:15:59.198 INFO kablam! warning: method is never used: `buffers` Oct 13 06:15:59.198 INFO kablam! --> src/mesh_collector.rs:101:5 Oct 13 06:15:59.198 INFO kablam! | Oct 13 06:15:59.198 INFO kablam! 101 | pub fn buffers<'a, 'b: 'a>(&'b self) -> &'a MeshCollection { Oct 13 06:15:59.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.198 INFO kablam! Oct 13 06:15:59.198 INFO kablam! warning: method is never used: `center` Oct 13 06:15:59.198 INFO kablam! --> src/camera.rs:34:5 Oct 13 06:15:59.198 INFO kablam! | Oct 13 06:15:59.198 INFO kablam! 34 | / fn center(rect: &TypedRect) -> TypedPoint2D Oct 13 06:15:59.198 INFO kablam! 35 | | where Oct 13 06:15:59.198 INFO kablam! 36 | | T: Copy + Add + Div + From, Oct 13 06:15:59.198 INFO kablam! 37 | | { Oct 13 06:15:59.198 INFO kablam! ... | Oct 13 06:15:59.198 INFO kablam! 41 | | ) Oct 13 06:15:59.198 INFO kablam! 42 | | } Oct 13 06:15:59.198 INFO kablam! | |_____^ Oct 13 06:15:59.198 INFO kablam! Oct 13 06:15:59.198 INFO kablam! warning: method is never used: `delta_to_parent` Oct 13 06:15:59.198 INFO kablam! --> src/shape.rs:65:5 Oct 13 06:15:59.198 INFO kablam! | Oct 13 06:15:59.198 INFO kablam! 65 | pub fn delta_to_parent(&self, parent: &Shape) -> Delta { Oct 13 06:15:59.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.198 INFO kablam! Oct 13 06:15:59.198 INFO kablam! warning: method is never used: `minimal` Oct 13 06:15:59.198 INFO kablam! --> src/shape.rs:217:5 Oct 13 06:15:59.198 INFO kablam! | Oct 13 06:15:59.198 INFO kablam! 217 | pub fn minimal() -> Universe { Oct 13 06:15:59.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.198 INFO kablam! Oct 13 06:15:59.198 INFO kablam! warning: method is never used: `parents_with_position_of` Oct 13 06:15:59.198 INFO kablam! --> src/shape.rs:270:5 Oct 13 06:15:59.198 INFO kablam! | Oct 13 06:15:59.198 INFO kablam! 270 | pub fn parents_with_position_of(&self, shape: &Shape) -> Vec<(&Shape, ChildPoint)> { Oct 13 06:15:59.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.198 INFO kablam! Oct 13 06:15:59.198 INFO kablam! warning: method is never used: `all_subpositions` Oct 13 06:15:59.198 INFO kablam! --> src/shape.rs:429:5 Oct 13 06:15:59.198 INFO kablam! | Oct 13 06:15:59.198 INFO kablam! 429 | pub fn all_subpositions() -> Vec { Oct 13 06:15:59.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.198 INFO kablam! Oct 13 06:15:59.198 INFO kablam! warning: method is never used: `wrap_subposition` Oct 13 06:15:59.198 INFO kablam! --> src/shape.rs:436:5 Oct 13 06:15:59.198 INFO kablam! | Oct 13 06:15:59.198 INFO kablam! 436 | fn wrap_subposition(v: ChildVec) -> ChildVec { Oct 13 06:15:59.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.198 INFO kablam! Oct 13 06:15:59.198 INFO kablam! warning: method is never used: `nudge` Oct 13 06:15:59.198 INFO kablam! --> src/shape.rs:477:5 Oct 13 06:15:59.199 INFO kablam! | Oct 13 06:15:59.199 INFO kablam! 477 | pub fn nudge(&self, universe: &Universe, d: Direction) -> Option { Oct 13 06:15:59.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.199 INFO kablam! Oct 13 06:15:59.199 INFO kablam! warning: method is never used: `chunk_of` Oct 13 06:15:59.199 INFO kablam! --> src/shape.rs:627:5 Oct 13 06:15:59.199 INFO kablam! | Oct 13 06:15:59.199 INFO kablam! 627 | pub fn chunk_of(&self, shape: &Shape) -> TotalChunk { Oct 13 06:15:59.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.199 INFO kablam! Oct 13 06:15:59.199 INFO kablam! warning: method is never used: `bounding_box` Oct 13 06:15:59.199 INFO kablam! --> src/shape.rs:657:5 Oct 13 06:15:59.199 INFO kablam! | Oct 13 06:15:59.199 INFO kablam! 657 | pub fn bounding_box(&self, universe: &Universe) -> TypedRect { Oct 13 06:15:59.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.199 INFO kablam! Oct 13 06:15:59.199 INFO kablam! warning: method is never used: `common_shape_with` Oct 13 06:15:59.199 INFO kablam! --> src/shape.rs:673:5 Oct 13 06:15:59.199 INFO kablam! | Oct 13 06:15:59.199 INFO kablam! 673 | fn common_shape_with(&self, other: &TopChunk) -> Option { Oct 13 06:15:59.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.199 INFO kablam! Oct 13 06:15:59.199 INFO kablam! warning: method is never used: `recentering_for` Oct 13 06:15:59.199 INFO kablam! --> src/shape.rs:682:5 Oct 13 06:15:59.199 INFO kablam! | Oct 13 06:15:59.199 INFO kablam! 682 | pub fn recentering_for(&self, other: &TopChunk) -> TypedVector2D { Oct 13 06:15:59.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.199 INFO kablam! Oct 13 06:15:59.199 INFO kablam! warning: method is never used: `minimal` Oct 13 06:15:59.199 INFO kablam! --> src/shape.rs:832:5 Oct 13 06:15:59.199 INFO kablam! | Oct 13 06:15:59.199 INFO kablam! 832 | pub fn minimal() -> LogicalState { Oct 13 06:15:59.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.199 INFO kablam! Oct 13 06:15:59.199 INFO kablam! warning: variant is never constructed: `Down` Oct 13 06:15:59.199 INFO kablam! --> src/shape.rs:865:5 Oct 13 06:15:59.199 INFO kablam! | Oct 13 06:15:59.199 INFO kablam! 865 | Down { path: Vec }, Oct 13 06:15:59.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:15:59.199 INFO kablam! Oct 13 06:15:59.205 INFO kablam! warning: unused attribute Oct 13 06:15:59.205 INFO kablam! --> src/math.rs:218:9 Oct 13 06:15:59.205 INFO kablam! | Oct 13 06:15:59.205 INFO kablam! 218 | #[rustfmt_skip] Oct 13 06:15:59.205 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:15:59.205 INFO kablam! | Oct 13 06:15:59.205 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 13 06:15:59.205 INFO kablam! Oct 13 06:16:01.522 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.09s Oct 13 06:16:01.532 INFO kablam! su: No module specific data is present Oct 13 06:16:01.956 INFO running `"docker" "rm" "-f" "8252cc12d8e29b26975ff971e8711cde1d99616cbcac96a7befc5d6ea4f33c69"` Oct 13 06:16:02.074 INFO blam! 8252cc12d8e29b26975ff971e8711cde1d99616cbcac96a7befc5d6ea4f33c69 Oct 13 06:16:02.076 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 06:16:02.371 INFO blam! a629893a9a503edaaed9b4631699f7f4440f72d20a526b880a68bddaa993aa25 Oct 13 06:16:02.375 INFO running `"docker" "start" "-a" "a629893a9a503edaaed9b4631699f7f4440f72d20a526b880a68bddaa993aa25"` Oct 13 06:16:03.013 INFO kablam! usermod: no changes Oct 13 06:16:03.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 13 06:16:03.149 INFO kablam! Running /target/debug/deps/abyme-f002edbb0753b4fa Oct 13 06:16:03.154 INFO blam! Oct 13 06:16:03.154 INFO blam! running 7 tests Oct 13 06:16:03.159 INFO blam! test delta::tests::fractional_append_2 ... ok Oct 13 06:16:03.160 INFO blam! test shape::shape_tests::inhabitant_1 ... ok Oct 13 06:16:03.160 INFO blam! test delta::tests::fractional_append_3 ... ok Oct 13 06:16:03.160 INFO blam! test delta::tests::fractional_append_1 ... ok Oct 13 06:16:03.164 INFO blam! test shape::shape_tests::is_blocked_2 ... ok Oct 13 06:16:03.164 INFO blam! test shape::shape_tests::region_1 ... ok Oct 13 06:16:03.164 INFO blam! test shape::shape_tests::is_blocked_1 ... ok Oct 13 06:16:03.164 INFO blam! Oct 13 06:16:03.164 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:16:03.164 INFO blam! Oct 13 06:16:03.166 INFO kablam! su: No module specific data is present Oct 13 06:16:03.472 INFO running `"docker" "rm" "-f" "a629893a9a503edaaed9b4631699f7f4440f72d20a526b880a68bddaa993aa25"` Oct 13 06:16:03.563 INFO blam! a629893a9a503edaaed9b4631699f7f4440f72d20a526b880a68bddaa993aa25