Oct 26 19:38:20.884 INFO checking thalesmg/rust-glium-tutorial against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:38:20.884 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 26 19:38:21.228 INFO blam! 6eabfe0ebbaec46c71452c605a85109c991e22d3e1ea2fa2c900e0976bd6ad06 Oct 26 19:38:21.235 INFO running `"docker" "start" "-a" "6eabfe0ebbaec46c71452c605a85109c991e22d3e1ea2fa2c900e0976bd6ad06"` Oct 26 19:38:22.974 INFO kablam! usermod: no changes Oct 26 19:38:23.191 INFO kablam! Checking remove_dir_all v0.5.0 Oct 26 19:38:23.191 INFO kablam! Compiling libloading v0.5.0 Oct 26 19:38:23.191 INFO kablam! Compiling x11-dl v2.17.5 Oct 26 19:38:23.195 INFO kablam! Compiling gl_generator v0.8.0 Oct 26 19:38:23.195 INFO kablam! Checking image v0.18.0 Oct 26 19:38:23.951 INFO kablam! Checking tempfile v3.0.0 Oct 26 19:38:27.799 INFO kablam! Checking dlib v0.4.1 Oct 26 19:38:28.502 INFO kablam! Checking wayland-sys v0.12.5 Oct 26 19:38:29.867 INFO kablam! Checking wayland-client v0.12.5 Oct 26 19:38:31.876 INFO kablam! Compiling glutin v0.12.2 Oct 26 19:38:31.876 INFO kablam! Compiling glium v0.20.0 Oct 26 19:38:36.888 INFO kablam! Checking wayland-protocols v0.12.5 Oct 26 19:38:36.904 INFO kablam! Checking wayland-kbd v0.13.1 Oct 26 19:38:47.031 INFO kablam! Checking wayland-window v0.13.3 Oct 26 19:38:48.315 INFO kablam! Checking winit v0.10.0 Oct 26 19:39:12.223 INFO kablam! Checking rust-glium-tutorial v0.1.0 (/source) Oct 26 19:39:13.423 INFO kablam! warning: constant item is never used: `VERTICES` Oct 26 19:39:13.423 INFO kablam! --> src/teapot.rs:8:1 Oct 26 19:39:13.423 INFO kablam! | Oct 26 19:39:13.423 INFO kablam! 8 | / pub const VERTICES: [Vertex; 531] = [ Oct 26 19:39:13.423 INFO kablam! 9 | | Vertex { position: (0.0, 0.0, 0.0) }, // dummy vector because in the original model indices Oct 26 19:39:13.423 INFO kablam! 10 | | // start at 1 Oct 26 19:39:13.423 INFO kablam! 11 | | Vertex { position: (40.6266, 28.3457, -1.10804) }, Oct 26 19:39:13.423 INFO kablam! ... | Oct 26 19:39:13.423 INFO kablam! 540 | | Vertex { position: (34.9202, 28.3457, -15.6121) } Oct 26 19:39:13.423 INFO kablam! 541 | | ]; Oct 26 19:39:13.423 INFO kablam! | |__^ Oct 26 19:39:13.423 INFO kablam! | Oct 26 19:39:13.423 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:39:13.423 INFO kablam! Oct 26 19:39:13.423 INFO kablam! warning: constant item is never used: `NORMALS` Oct 26 19:39:13.423 INFO kablam! --> src/teapot.rs:550:1 Oct 26 19:39:13.423 INFO kablam! | Oct 26 19:39:13.423 INFO kablam! 550 | / pub const NORMALS: [Normal; 531] = [ Oct 26 19:39:13.423 INFO kablam! 551 | | Normal { normal: (0.0, 0.0, 0.0) }, // dummy vector because in the original model indices Oct 26 19:39:13.423 INFO kablam! 552 | | // start at 1 Oct 26 19:39:13.423 INFO kablam! 553 | | Normal { normal: (-0.966742, -0.255752, 0.0) }, Oct 26 19:39:13.423 INFO kablam! ... | Oct 26 19:39:13.423 INFO kablam! 1082 | | Normal { normal: (0.48559, 0.850653, -0.201474) }, Oct 26 19:39:13.423 INFO kablam! 1083 | | ]; Oct 26 19:39:13.423 INFO kablam! | |__^ Oct 26 19:39:13.423 INFO kablam! Oct 26 19:39:13.423 INFO kablam! warning: constant item is never used: `INDICES` Oct 26 19:39:13.423 INFO kablam! --> src/teapot.rs:1085:1 Oct 26 19:39:13.423 INFO kablam! | Oct 26 19:39:13.423 INFO kablam! 1085 | / pub const INDICES: [u16; 3072] = [ Oct 26 19:39:13.423 INFO kablam! 1086 | | 7, 6, 1, Oct 26 19:39:13.423 INFO kablam! 1087 | | 1, 2, 7, Oct 26 19:39:13.423 INFO kablam! 1088 | | 8, 7, 2, Oct 26 19:39:13.423 INFO kablam! ... | Oct 26 19:39:13.423 INFO kablam! 2109 | | 529, 530, 470u16, Oct 26 19:39:13.423 INFO kablam! 2110 | | ]; Oct 26 19:39:13.423 INFO kablam! | |__^ Oct 26 19:39:13.423 INFO kablam! Oct 26 19:39:13.604 INFO kablam! warning: constant item is never used: `VERTICES` Oct 26 19:39:13.604 INFO kablam! --> src/teapot.rs:8:1 Oct 26 19:39:13.604 INFO kablam! | Oct 26 19:39:13.604 INFO kablam! 8 | / pub const VERTICES: [Vertex; 531] = [ Oct 26 19:39:13.604 INFO kablam! 9 | | Vertex { position: (0.0, 0.0, 0.0) }, // dummy vector because in the original model indices Oct 26 19:39:13.604 INFO kablam! 10 | | // start at 1 Oct 26 19:39:13.604 INFO kablam! 11 | | Vertex { position: (40.6266, 28.3457, -1.10804) }, Oct 26 19:39:13.604 INFO kablam! ... | Oct 26 19:39:13.604 INFO kablam! 540 | | Vertex { position: (34.9202, 28.3457, -15.6121) } Oct 26 19:39:13.604 INFO kablam! 541 | | ]; Oct 26 19:39:13.604 INFO kablam! | |__^ Oct 26 19:39:13.604 INFO kablam! | Oct 26 19:39:13.604 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:39:13.605 INFO kablam! Oct 26 19:39:13.605 INFO kablam! warning: constant item is never used: `NORMALS` Oct 26 19:39:13.605 INFO kablam! --> src/teapot.rs:550:1 Oct 26 19:39:13.605 INFO kablam! | Oct 26 19:39:13.605 INFO kablam! 550 | / pub const NORMALS: [Normal; 531] = [ Oct 26 19:39:13.605 INFO kablam! 551 | | Normal { normal: (0.0, 0.0, 0.0) }, // dummy vector because in the original model indices Oct 26 19:39:13.605 INFO kablam! 552 | | // start at 1 Oct 26 19:39:13.605 INFO kablam! 553 | | Normal { normal: (-0.966742, -0.255752, 0.0) }, Oct 26 19:39:13.605 INFO kablam! ... | Oct 26 19:39:13.605 INFO kablam! 1082 | | Normal { normal: (0.48559, 0.850653, -0.201474) }, Oct 26 19:39:13.605 INFO kablam! 1083 | | ]; Oct 26 19:39:13.605 INFO kablam! | |__^ Oct 26 19:39:13.605 INFO kablam! Oct 26 19:39:13.605 INFO kablam! warning: constant item is never used: `INDICES` Oct 26 19:39:13.605 INFO kablam! --> src/teapot.rs:1085:1 Oct 26 19:39:13.605 INFO kablam! | Oct 26 19:39:13.605 INFO kablam! 1085 | / pub const INDICES: [u16; 3072] = [ Oct 26 19:39:13.605 INFO kablam! 1086 | | 7, 6, 1, Oct 26 19:39:13.605 INFO kablam! 1087 | | 1, 2, 7, Oct 26 19:39:13.605 INFO kablam! 1088 | | 8, 7, 2, Oct 26 19:39:13.605 INFO kablam! ... | Oct 26 19:39:13.605 INFO kablam! 2109 | | 529, 530, 470u16, Oct 26 19:39:13.605 INFO kablam! 2110 | | ]; Oct 26 19:39:13.605 INFO kablam! | |__^ Oct 26 19:39:13.605 INFO kablam! Oct 26 19:39:13.679 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.67s Oct 26 19:39:13.715 INFO kablam! su: No module specific data is present Oct 26 19:39:14.437 INFO running `"docker" "rm" "-f" "6eabfe0ebbaec46c71452c605a85109c991e22d3e1ea2fa2c900e0976bd6ad06"` Oct 26 19:39:14.771 INFO blam! 6eabfe0ebbaec46c71452c605a85109c991e22d3e1ea2fa2c900e0976bd6ad06