Oct 13 01:34:56.057 INFO checking ahwatts/graphplay3-rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 01:34:56.058 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 01:34:56.432 INFO blam! 37a0070e2d6256126009940429c370a3c05717af244c4da15a9481a9de3c5e66 Oct 13 01:34:56.444 INFO running `"docker" "start" "-a" "37a0070e2d6256126009940429c370a3c05717af244c4da15a9481a9de3c5e66"` Oct 13 01:34:57.648 INFO kablam! usermod: no changes Oct 13 01:34:57.932 INFO kablam! Compiling libloading v0.5.0 Oct 13 01:34:57.936 INFO kablam! Checking gfx_core v0.8.2 Oct 13 01:34:57.936 INFO kablam! Compiling gfx_gl v0.5.0 Oct 13 01:34:57.936 INFO kablam! Compiling glutin v0.14.0 Oct 13 01:34:57.936 INFO kablam! Checking nalgebra v0.14.1 Oct 13 01:35:05.860 INFO kablam! Checking dlib v0.4.1 Oct 13 01:35:06.341 INFO kablam! Checking wayland-sys v0.12.5 Oct 13 01:35:07.672 INFO kablam! Checking wayland-client v0.12.5 Oct 13 01:35:10.980 INFO kablam! Checking wayland-protocols v0.12.5 Oct 13 01:35:10.980 INFO kablam! Checking wayland-kbd v0.13.1 Oct 13 01:35:18.272 INFO kablam! Checking wayland-window v0.13.3 Oct 13 01:35:20.064 INFO kablam! Checking winit v0.12.0 Oct 13 01:35:52.466 INFO kablam! Checking gfx_device_gl v0.15.2 Oct 13 01:35:52.466 INFO kablam! Checking gfx v0.17.1 Oct 13 01:35:56.648 INFO kablam! Checking gfx_window_glutin v0.22.0 Oct 13 01:36:02.216 INFO kablam! Checking graphplay3 v0.1.0 (/source) Oct 13 01:36:06.548 INFO kablam! warning: struct is never constructed: `Geometry` Oct 13 01:36:06.548 INFO kablam! --> src/gpgfx/mod.rs:7:1 Oct 13 01:36:06.548 INFO kablam! | Oct 13 01:36:06.548 INFO kablam! 7 | pub struct Geometry, R: Resources> { Oct 13 01:36:06.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:36:06.548 INFO kablam! | Oct 13 01:36:06.548 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:36:06.548 INFO kablam! Oct 13 01:36:06.548 INFO kablam! warning: method is never used: `new` Oct 13 01:36:06.548 INFO kablam! --> src/gpgfx/mod.rs:13:5 Oct 13 01:36:06.548 INFO kablam! | Oct 13 01:36:06.548 INFO kablam! 13 | / pub fn new(factory: &mut F, vertices: &[V], elems: I) -> Geometry Oct 13 01:36:06.548 INFO kablam! 14 | | where F: FactoryExt, I: IntoIndexBuffer Oct 13 01:36:06.548 INFO kablam! 15 | | { Oct 13 01:36:06.548 INFO kablam! 16 | | let (vbuf, elems) = factory.create_vertex_buffer_with_slice(vertices, elems); Oct 13 01:36:06.548 INFO kablam! ... | Oct 13 01:36:06.548 INFO kablam! 20 | | } Oct 13 01:36:06.548 INFO kablam! 21 | | } Oct 13 01:36:06.549 INFO kablam! | |_____^ Oct 13 01:36:06.549 INFO kablam! Oct 13 01:36:06.947 INFO kablam! warning: struct is never constructed: `Geometry` Oct 13 01:36:06.947 INFO kablam! --> src/gpgfx/mod.rs:7:1 Oct 13 01:36:06.947 INFO kablam! | Oct 13 01:36:06.947 INFO kablam! 7 | pub struct Geometry, R: Resources> { Oct 13 01:36:06.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:36:06.948 INFO kablam! | Oct 13 01:36:06.948 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:36:06.948 INFO kablam! Oct 13 01:36:06.948 INFO kablam! warning: method is never used: `new` Oct 13 01:36:06.948 INFO kablam! --> src/gpgfx/mod.rs:13:5 Oct 13 01:36:06.949 INFO kablam! | Oct 13 01:36:06.949 INFO kablam! 13 | / pub fn new(factory: &mut F, vertices: &[V], elems: I) -> Geometry Oct 13 01:36:06.949 INFO kablam! 14 | | where F: FactoryExt, I: IntoIndexBuffer Oct 13 01:36:06.949 INFO kablam! 15 | | { Oct 13 01:36:06.949 INFO kablam! 16 | | let (vbuf, elems) = factory.create_vertex_buffer_with_slice(vertices, elems); Oct 13 01:36:06.949 INFO kablam! ... | Oct 13 01:36:06.949 INFO kablam! 20 | | } Oct 13 01:36:06.949 INFO kablam! 21 | | } Oct 13 01:36:06.949 INFO kablam! | |_____^ Oct 13 01:36:06.949 INFO kablam! Oct 13 01:36:07.021 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 13 01:36:07.031 INFO kablam! su: No module specific data is present Oct 13 01:36:08.084 INFO running `"docker" "rm" "-f" "37a0070e2d6256126009940429c370a3c05717af244c4da15a9481a9de3c5e66"` Oct 13 01:36:08.460 INFO blam! 37a0070e2d6256126009940429c370a3c05717af244c4da15a9481a9de3c5e66