Oct 10 13:37:56.518 INFO testing thalesmg/rust-glium-tutorial against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:37:56.518 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:37:56.519 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:37:56.998 INFO blam! 12b128a58aeb001261c65881c2362b23aba1638b16e0321bd73e7c9022ccd78d Oct 10 13:37:57.000 INFO running `"docker" "start" "-a" "12b128a58aeb001261c65881c2362b23aba1638b16e0321bd73e7c9022ccd78d"` Oct 10 13:37:58.199 INFO kablam! usermod: no changes Oct 10 13:37:58.440 INFO kablam! Compiling remove_dir_all v0.5.0 Oct 10 13:37:58.448 INFO kablam! Compiling libloading v0.5.0 Oct 10 13:37:58.457 INFO kablam! Compiling x11-dl v2.17.5 Oct 10 13:37:58.457 INFO kablam! Compiling memmap v0.6.2 Oct 10 13:37:58.459 INFO kablam! Compiling shared_library v0.1.8 Oct 10 13:37:58.460 INFO kablam! Compiling gl_generator v0.8.0 Oct 10 13:37:58.468 INFO kablam! Compiling png v0.11.0 Oct 10 13:37:58.469 INFO kablam! Compiling backtrace v0.3.5 Oct 10 13:38:00.476 INFO kablam! Compiling rayon-core v1.4.0 Oct 10 13:38:03.493 INFO kablam! Compiling tempfile v3.0.0 Oct 10 13:38:03.683 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 10 13:38:08.534 INFO kablam! Compiling dlib v0.4.1 Oct 10 13:38:09.020 INFO kablam! Compiling glutin v0.12.2 Oct 10 13:38:09.400 INFO kablam! Compiling glium v0.20.0 Oct 10 13:38:09.593 INFO kablam! Compiling rayon v1.0.1 Oct 10 13:38:09.887 INFO kablam! Compiling wayland-sys v0.12.5 Oct 10 13:38:15.164 INFO kablam! Compiling wayland-client v0.12.5 Oct 10 13:38:22.300 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 10 13:38:23.758 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 10 13:38:23.758 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 10 13:38:28.328 INFO kablam! Compiling image v0.18.0 Oct 10 13:38:33.843 INFO kablam! Compiling wayland-window v0.13.3 Oct 10 13:38:35.660 INFO kablam! Compiling winit v0.10.0 Oct 10 13:39:17.823 INFO kablam! Compiling rust-glium-tutorial v0.1.0 (/source) Oct 10 13:39:20.972 INFO kablam! warning: constant item is never used: `VERTICES` Oct 10 13:39:20.972 INFO kablam! --> src/teapot.rs:8:1 Oct 10 13:39:20.972 INFO kablam! | Oct 10 13:39:20.972 INFO kablam! 8 | / pub const VERTICES: [Vertex; 531] = [ Oct 10 13:39:20.972 INFO kablam! 9 | | Vertex { position: (0.0, 0.0, 0.0) }, // dummy vector because in the original model indices Oct 10 13:39:20.972 INFO kablam! 10 | | // start at 1 Oct 10 13:39:20.972 INFO kablam! 11 | | Vertex { position: (40.6266, 28.3457, -1.10804) }, Oct 10 13:39:20.972 INFO kablam! ... | Oct 10 13:39:20.972 INFO kablam! 540 | | Vertex { position: (34.9202, 28.3457, -15.6121) } Oct 10 13:39:20.972 INFO kablam! 541 | | ]; Oct 10 13:39:20.972 INFO kablam! | |__^ Oct 10 13:39:20.973 INFO kablam! | Oct 10 13:39:20.973 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:39:20.973 INFO kablam! Oct 10 13:39:20.973 INFO kablam! warning: constant item is never used: `NORMALS` Oct 10 13:39:20.973 INFO kablam! --> src/teapot.rs:550:1 Oct 10 13:39:20.973 INFO kablam! | Oct 10 13:39:20.973 INFO kablam! 550 | / pub const NORMALS: [Normal; 531] = [ Oct 10 13:39:20.973 INFO kablam! 551 | | Normal { normal: (0.0, 0.0, 0.0) }, // dummy vector because in the original model indices Oct 10 13:39:20.973 INFO kablam! 552 | | // start at 1 Oct 10 13:39:20.973 INFO kablam! 553 | | Normal { normal: (-0.966742, -0.255752, 0.0) }, Oct 10 13:39:20.973 INFO kablam! ... | Oct 10 13:39:20.973 INFO kablam! 1082 | | Normal { normal: (0.48559, 0.850653, -0.201474) }, Oct 10 13:39:20.973 INFO kablam! 1083 | | ]; Oct 10 13:39:20.973 INFO kablam! | |__^ Oct 10 13:39:20.973 INFO kablam! Oct 10 13:39:20.973 INFO kablam! warning: constant item is never used: `INDICES` Oct 10 13:39:20.973 INFO kablam! --> src/teapot.rs:1085:1 Oct 10 13:39:20.973 INFO kablam! | Oct 10 13:39:20.973 INFO kablam! 1085 | / pub const INDICES: [u16; 3072] = [ Oct 10 13:39:20.973 INFO kablam! 1086 | | 7, 6, 1, Oct 10 13:39:20.973 INFO kablam! 1087 | | 1, 2, 7, Oct 10 13:39:20.973 INFO kablam! 1088 | | 8, 7, 2, Oct 10 13:39:20.973 INFO kablam! ... | Oct 10 13:39:20.973 INFO kablam! 2109 | | 529, 530, 470u16, Oct 10 13:39:20.973 INFO kablam! 2110 | | ]; Oct 10 13:39:20.973 INFO kablam! | |__^ Oct 10 13:39:20.973 INFO kablam! Oct 10 13:39:27.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Oct 10 13:39:27.297 INFO kablam! su: No module specific data is present Oct 10 13:39:28.568 INFO running `"docker" "rm" "-f" "12b128a58aeb001261c65881c2362b23aba1638b16e0321bd73e7c9022ccd78d"` Oct 10 13:39:28.824 INFO blam! 12b128a58aeb001261c65881c2362b23aba1638b16e0321bd73e7c9022ccd78d Oct 10 13:39:28.828 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:39:28.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:39:29.274 INFO blam! e5af5ed51d7da8bf9fbed3b4363997e6cf51c375de9d8761ae9a67a165202348 Oct 10 13:39:29.276 INFO running `"docker" "start" "-a" "e5af5ed51d7da8bf9fbed3b4363997e6cf51c375de9d8761ae9a67a165202348"` Oct 10 13:39:30.924 INFO kablam! usermod: no changes Oct 10 13:39:31.196 INFO kablam! Compiling rust-glium-tutorial v0.1.0 (/source) Oct 10 13:39:34.548 INFO kablam! warning: constant item is never used: `VERTICES` Oct 10 13:39:34.548 INFO kablam! --> src/teapot.rs:8:1 Oct 10 13:39:34.548 INFO kablam! | Oct 10 13:39:34.548 INFO kablam! 8 | / pub const VERTICES: [Vertex; 531] = [ Oct 10 13:39:34.548 INFO kablam! 9 | | Vertex { position: (0.0, 0.0, 0.0) }, // dummy vector because in the original model indices Oct 10 13:39:34.548 INFO kablam! 10 | | // start at 1 Oct 10 13:39:34.548 INFO kablam! 11 | | Vertex { position: (40.6266, 28.3457, -1.10804) }, Oct 10 13:39:34.548 INFO kablam! ... | Oct 10 13:39:34.548 INFO kablam! 540 | | Vertex { position: (34.9202, 28.3457, -15.6121) } Oct 10 13:39:34.548 INFO kablam! 541 | | ]; Oct 10 13:39:34.548 INFO kablam! | |__^ Oct 10 13:39:34.548 INFO kablam! | Oct 10 13:39:34.548 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:39:34.548 INFO kablam! Oct 10 13:39:34.548 INFO kablam! warning: constant item is never used: `NORMALS` Oct 10 13:39:34.548 INFO kablam! --> src/teapot.rs:550:1 Oct 10 13:39:34.548 INFO kablam! | Oct 10 13:39:34.548 INFO kablam! 550 | / pub const NORMALS: [Normal; 531] = [ Oct 10 13:39:34.549 INFO kablam! 551 | | Normal { normal: (0.0, 0.0, 0.0) }, // dummy vector because in the original model indices Oct 10 13:39:34.549 INFO kablam! 552 | | // start at 1 Oct 10 13:39:34.549 INFO kablam! 553 | | Normal { normal: (-0.966742, -0.255752, 0.0) }, Oct 10 13:39:34.549 INFO kablam! ... | Oct 10 13:39:34.549 INFO kablam! 1082 | | Normal { normal: (0.48559, 0.850653, -0.201474) }, Oct 10 13:39:34.549 INFO kablam! 1083 | | ]; Oct 10 13:39:34.549 INFO kablam! | |__^ Oct 10 13:39:34.549 INFO kablam! Oct 10 13:39:34.560 INFO kablam! warning: constant item is never used: `INDICES` Oct 10 13:39:34.560 INFO kablam! --> src/teapot.rs:1085:1 Oct 10 13:39:34.560 INFO kablam! | Oct 10 13:39:34.560 INFO kablam! 1085 | / pub const INDICES: [u16; 3072] = [ Oct 10 13:39:34.560 INFO kablam! 1086 | | 7, 6, 1, Oct 10 13:39:34.560 INFO kablam! 1087 | | 1, 2, 7, Oct 10 13:39:34.560 INFO kablam! 1088 | | 8, 7, 2, Oct 10 13:39:34.560 INFO kablam! ... | Oct 10 13:39:34.560 INFO kablam! 2109 | | 529, 530, 470u16, Oct 10 13:39:34.560 INFO kablam! 2110 | | ]; Oct 10 13:39:34.560 INFO kablam! | |__^ Oct 10 13:39:34.560 INFO kablam! Oct 10 13:39:35.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.28s Oct 10 13:39:35.239 INFO kablam! su: No module specific data is present Oct 10 13:39:36.486 INFO running `"docker" "rm" "-f" "e5af5ed51d7da8bf9fbed3b4363997e6cf51c375de9d8761ae9a67a165202348"` Oct 10 13:39:36.792 INFO blam! e5af5ed51d7da8bf9fbed3b4363997e6cf51c375de9d8761ae9a67a165202348 Oct 10 13:39:36.800 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:39:36.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:39:37.294 INFO blam! 22384981a390dc4f77798705152f06a6e6be98adac9bf8739fb4122a5b332d6e Oct 10 13:39:37.296 INFO running `"docker" "start" "-a" "22384981a390dc4f77798705152f06a6e6be98adac9bf8739fb4122a5b332d6e"` Oct 10 13:39:39.004 INFO kablam! usermod: no changes Oct 10 13:39:39.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 10 13:39:39.239 INFO kablam! Running /target/debug/deps/rust_glium_tutorial-fa028c879b69f8d1 Oct 10 13:39:39.248 INFO blam! Oct 10 13:39:39.248 INFO blam! running 0 tests Oct 10 13:39:39.248 INFO blam! Oct 10 13:39:39.248 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:39:39.248 INFO blam! Oct 10 13:39:39.260 INFO kablam! su: No module specific data is present Oct 10 13:39:40.444 INFO running `"docker" "rm" "-f" "22384981a390dc4f77798705152f06a6e6be98adac9bf8739fb4122a5b332d6e"` Oct 10 13:39:40.816 INFO blam! 22384981a390dc4f77798705152f06a6e6be98adac9bf8739fb4122a5b332d6e