Oct 27 08:43:29.864 INFO checking ahwatts/graphplay3-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:43:29.864 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 08:43:30.377 INFO blam! 92b86d16d5ddc3e5f8e04d41c25e2978b5abacc6f685e273e7dbc711aea16bb6 Oct 27 08:43:30.382 INFO running `"docker" "start" "-a" "92b86d16d5ddc3e5f8e04d41c25e2978b5abacc6f685e273e7dbc711aea16bb6"` Oct 27 08:43:31.228 INFO kablam! usermod: no changes Oct 27 08:43:31.439 INFO kablam! Compiling libloading v0.5.0 Oct 27 08:43:31.443 INFO kablam! Checking gfx_core v0.8.2 Oct 27 08:43:31.443 INFO kablam! Compiling gfx_gl v0.5.0 Oct 27 08:43:31.443 INFO kablam! Compiling glutin v0.14.0 Oct 27 08:43:31.443 INFO kablam! Checking nalgebra v0.14.1 Oct 27 08:43:37.667 INFO kablam! Checking dlib v0.4.1 Oct 27 08:43:38.403 INFO kablam! Checking wayland-sys v0.12.5 Oct 27 08:43:39.665 INFO kablam! Checking wayland-client v0.12.5 Oct 27 08:43:43.532 INFO kablam! Checking wayland-protocols v0.12.5 Oct 27 08:43:43.532 INFO kablam! Checking wayland-kbd v0.13.1 Oct 27 08:43:50.914 INFO kablam! Checking wayland-window v0.13.3 Oct 27 08:43:53.003 INFO kablam! Checking winit v0.12.0 Oct 27 08:44:22.467 INFO kablam! Checking gfx_device_gl v0.15.2 Oct 27 08:44:22.467 INFO kablam! Checking gfx v0.17.1 Oct 27 08:44:27.159 INFO kablam! Checking gfx_window_glutin v0.22.0 Oct 27 08:44:32.996 INFO kablam! Checking graphplay3 v0.1.0 (/source) Oct 27 08:44:37.943 INFO kablam! warning: struct is never constructed: `Geometry` Oct 27 08:44:37.943 INFO kablam! --> src/gpgfx/mod.rs:7:1 Oct 27 08:44:37.943 INFO kablam! | Oct 27 08:44:37.943 INFO kablam! 7 | pub struct Geometry, R: Resources> { Oct 27 08:44:37.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:44:37.943 INFO kablam! | Oct 27 08:44:37.943 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:44:37.943 INFO kablam! Oct 27 08:44:37.943 INFO kablam! warning: method is never used: `new` Oct 27 08:44:37.943 INFO kablam! --> src/gpgfx/mod.rs:13:5 Oct 27 08:44:37.943 INFO kablam! | Oct 27 08:44:37.943 INFO kablam! 13 | / pub fn new(factory: &mut F, vertices: &[V], elems: I) -> Geometry Oct 27 08:44:37.943 INFO kablam! 14 | | where F: FactoryExt, I: IntoIndexBuffer Oct 27 08:44:37.943 INFO kablam! 15 | | { Oct 27 08:44:37.943 INFO kablam! 16 | | let (vbuf, elems) = factory.create_vertex_buffer_with_slice(vertices, elems); Oct 27 08:44:37.943 INFO kablam! ... | Oct 27 08:44:37.943 INFO kablam! 20 | | } Oct 27 08:44:37.943 INFO kablam! 21 | | } Oct 27 08:44:37.943 INFO kablam! | |_____^ Oct 27 08:44:37.943 INFO kablam! Oct 27 08:44:38.143 INFO kablam! warning: struct is never constructed: `Geometry` Oct 27 08:44:38.143 INFO kablam! --> src/gpgfx/mod.rs:7:1 Oct 27 08:44:38.143 INFO kablam! | Oct 27 08:44:38.143 INFO kablam! 7 | pub struct Geometry, R: Resources> { Oct 27 08:44:38.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:44:38.143 INFO kablam! | Oct 27 08:44:38.143 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:44:38.143 INFO kablam! Oct 27 08:44:38.143 INFO kablam! warning: method is never used: `new` Oct 27 08:44:38.143 INFO kablam! --> src/gpgfx/mod.rs:13:5 Oct 27 08:44:38.143 INFO kablam! | Oct 27 08:44:38.143 INFO kablam! 13 | / pub fn new(factory: &mut F, vertices: &[V], elems: I) -> Geometry Oct 27 08:44:38.143 INFO kablam! 14 | | where F: FactoryExt, I: IntoIndexBuffer Oct 27 08:44:38.143 INFO kablam! 15 | | { Oct 27 08:44:38.143 INFO kablam! 16 | | let (vbuf, elems) = factory.create_vertex_buffer_with_slice(vertices, elems); Oct 27 08:44:38.143 INFO kablam! ... | Oct 27 08:44:38.143 INFO kablam! 20 | | } Oct 27 08:44:38.143 INFO kablam! 21 | | } Oct 27 08:44:38.143 INFO kablam! | |_____^ Oct 27 08:44:38.143 INFO kablam! Oct 27 08:44:38.175 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 27 08:44:38.195 INFO kablam! su: No module specific data is present Oct 27 08:44:39.127 INFO running `"docker" "rm" "-f" "92b86d16d5ddc3e5f8e04d41c25e2978b5abacc6f685e273e7dbc711aea16bb6"` Oct 27 08:44:39.491 INFO blam! 92b86d16d5ddc3e5f8e04d41c25e2978b5abacc6f685e273e7dbc711aea16bb6