Oct 12 21:48:42.996 INFO testing thalesmg/rust-glium-tutorial against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:48:42.996 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 21:48:43.431 INFO blam! 06336e7400126b93593af340fa4ff9e891210e00dca3023d9e4492acc71ae13f Oct 12 21:48:43.433 INFO running `"docker" "start" "-a" "06336e7400126b93593af340fa4ff9e891210e00dca3023d9e4492acc71ae13f"` Oct 12 21:48:44.287 INFO kablam! usermod: no changes Oct 12 21:48:44.559 INFO kablam! Compiling cc v1.0.9 Oct 12 21:48:44.559 INFO kablam! Compiling bitflags v1.0.1 Oct 12 21:48:44.559 INFO kablam! Compiling cfg-if v0.1.2 Oct 12 21:48:44.600 INFO kablam! Compiling smallvec v0.6.0 Oct 12 21:48:44.600 INFO kablam! Compiling x11-dl v2.17.5 Oct 12 21:48:44.607 INFO kablam! Compiling tempfile v3.0.0 Oct 12 21:48:44.607 INFO kablam! Compiling num-iter v0.1.35 Oct 12 21:48:44.607 INFO kablam! Compiling num-rational v0.1.42 Oct 12 21:48:44.911 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 12 21:48:46.011 INFO kablam! Compiling log v0.4.1 Oct 12 21:48:46.598 INFO kablam! Compiling xml-rs v0.7.0 Oct 12 21:48:48.355 INFO kablam! Compiling png v0.11.0 Oct 12 21:48:48.952 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 12 21:48:49.013 INFO kablam! Compiling log v0.3.9 Oct 12 21:48:55.347 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 12 21:48:55.355 INFO kablam! Compiling libloading v0.5.0 Oct 12 21:48:55.356 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 12 21:48:58.371 INFO kablam! Compiling rayon-core v1.4.0 Oct 12 21:48:59.123 INFO kablam! Compiling wayland-scanner v0.12.5 Oct 12 21:48:59.123 INFO kablam! Compiling gl_generator v0.8.0 Oct 12 21:49:00.355 INFO kablam! Compiling dlib v0.4.1 Oct 12 21:49:01.163 INFO kablam! Compiling wayland-sys v0.12.5 Oct 12 21:49:01.891 INFO kablam! Compiling wayland-client v0.12.5 Oct 12 21:49:04.903 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 12 21:49:04.903 INFO kablam! Compiling rayon v1.0.1 Oct 12 21:49:04.960 INFO kablam! Compiling glutin v0.12.2 Oct 12 21:49:05.064 INFO kablam! Compiling glium v0.20.0 Oct 12 21:49:15.327 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 12 21:49:17.866 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 12 21:49:25.191 INFO kablam! Compiling image v0.18.0 Oct 12 21:49:29.991 INFO kablam! Compiling backtrace v0.3.5 Oct 12 21:49:34.963 INFO kablam! Compiling wayland-window v0.13.3 Oct 12 21:49:37.199 INFO kablam! Compiling winit v0.10.0 Oct 12 21:50:25.083 INFO kablam! Compiling rust-glium-tutorial v0.1.0 (/source) Oct 12 21:50:26.095 INFO kablam! warning: constant item is never used: `VERTICES` Oct 12 21:50:26.096 INFO kablam! --> src/teapot.rs:8:1 Oct 12 21:50:26.096 INFO kablam! | Oct 12 21:50:26.096 INFO kablam! 8 | / pub const VERTICES: [Vertex; 531] = [ Oct 12 21:50:26.096 INFO kablam! 9 | | Vertex { position: (0.0, 0.0, 0.0) }, // dummy vector because in the original model indices Oct 12 21:50:26.096 INFO kablam! 10 | | // start at 1 Oct 12 21:50:26.096 INFO kablam! 11 | | Vertex { position: (40.6266, 28.3457, -1.10804) }, Oct 12 21:50:26.096 INFO kablam! ... | Oct 12 21:50:26.096 INFO kablam! 540 | | Vertex { position: (34.9202, 28.3457, -15.6121) } Oct 12 21:50:26.096 INFO kablam! 541 | | ]; Oct 12 21:50:26.096 INFO kablam! | |__^ Oct 12 21:50:26.096 INFO kablam! | Oct 12 21:50:26.096 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:50:26.096 INFO kablam! Oct 12 21:50:26.096 INFO kablam! warning: constant item is never used: `NORMALS` Oct 12 21:50:26.096 INFO kablam! --> src/teapot.rs:550:1 Oct 12 21:50:26.096 INFO kablam! | Oct 12 21:50:26.096 INFO kablam! 550 | / pub const NORMALS: [Normal; 531] = [ Oct 12 21:50:26.096 INFO kablam! 551 | | Normal { normal: (0.0, 0.0, 0.0) }, // dummy vector because in the original model indices Oct 12 21:50:26.096 INFO kablam! 552 | | // start at 1 Oct 12 21:50:26.096 INFO kablam! 553 | | Normal { normal: (-0.966742, -0.255752, 0.0) }, Oct 12 21:50:26.096 INFO kablam! ... | Oct 12 21:50:26.096 INFO kablam! 1082 | | Normal { normal: (0.48559, 0.850653, -0.201474) }, Oct 12 21:50:26.096 INFO kablam! 1083 | | ]; Oct 12 21:50:26.096 INFO kablam! | |__^ Oct 12 21:50:26.096 INFO kablam! Oct 12 21:50:26.096 INFO kablam! warning: constant item is never used: `INDICES` Oct 12 21:50:26.096 INFO kablam! --> src/teapot.rs:1085:1 Oct 12 21:50:26.096 INFO kablam! | Oct 12 21:50:26.096 INFO kablam! 1085 | / pub const INDICES: [u16; 3072] = [ Oct 12 21:50:26.096 INFO kablam! 1086 | | 7, 6, 1, Oct 12 21:50:26.096 INFO kablam! 1087 | | 1, 2, 7, Oct 12 21:50:26.096 INFO kablam! 1088 | | 8, 7, 2, Oct 12 21:50:26.096 INFO kablam! ... | Oct 12 21:50:26.096 INFO kablam! 2109 | | 529, 530, 470u16, Oct 12 21:50:26.096 INFO kablam! 2110 | | ]; Oct 12 21:50:26.096 INFO kablam! | |__^ Oct 12 21:50:26.096 INFO kablam! Oct 12 21:50:32.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 48s Oct 12 21:50:32.330 INFO kablam! su: No module specific data is present Oct 12 21:50:34.911 INFO running `"docker" "rm" "-f" "06336e7400126b93593af340fa4ff9e891210e00dca3023d9e4492acc71ae13f"` Oct 12 21:50:35.267 INFO blam! 06336e7400126b93593af340fa4ff9e891210e00dca3023d9e4492acc71ae13f Oct 12 21:50:35.277 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 21:50:35.819 INFO blam! 35f53d909b172748678f94a04899aff31eda61cfb3245567a22c6c39d688b964 Oct 12 21:50:35.821 INFO running `"docker" "start" "-a" "35f53d909b172748678f94a04899aff31eda61cfb3245567a22c6c39d688b964"` Oct 12 21:50:38.403 INFO kablam! usermod: no changes Oct 12 21:50:38.627 INFO kablam! Compiling rust-glium-tutorial v0.1.0 (/source) Oct 12 21:50:39.675 INFO kablam! warning: constant item is never used: `VERTICES` Oct 12 21:50:39.675 INFO kablam! --> src/teapot.rs:8:1 Oct 12 21:50:39.676 INFO kablam! | Oct 12 21:50:39.676 INFO kablam! 8 | / pub const VERTICES: [Vertex; 531] = [ Oct 12 21:50:39.676 INFO kablam! 9 | | Vertex { position: (0.0, 0.0, 0.0) }, // dummy vector because in the original model indices Oct 12 21:50:39.677 INFO kablam! 10 | | // start at 1 Oct 12 21:50:39.677 INFO kablam! 11 | | Vertex { position: (40.6266, 28.3457, -1.10804) }, Oct 12 21:50:39.677 INFO kablam! ... | Oct 12 21:50:39.678 INFO kablam! 540 | | Vertex { position: (34.9202, 28.3457, -15.6121) } Oct 12 21:50:39.678 INFO kablam! 541 | | ]; Oct 12 21:50:39.678 INFO kablam! | |__^ Oct 12 21:50:39.678 INFO kablam! | Oct 12 21:50:39.679 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:50:39.679 INFO kablam! Oct 12 21:50:39.679 INFO kablam! warning: constant item is never used: `NORMALS` Oct 12 21:50:39.680 INFO kablam! --> src/teapot.rs:550:1 Oct 12 21:50:39.680 INFO kablam! | Oct 12 21:50:39.680 INFO kablam! 550 | / pub const NORMALS: [Normal; 531] = [ Oct 12 21:50:39.681 INFO kablam! 551 | | Normal { normal: (0.0, 0.0, 0.0) }, // dummy vector because in the original model indices Oct 12 21:50:39.681 INFO kablam! 552 | | // start at 1 Oct 12 21:50:39.681 INFO kablam! 553 | | Normal { normal: (-0.966742, -0.255752, 0.0) }, Oct 12 21:50:39.681 INFO kablam! ... | Oct 12 21:50:39.682 INFO kablam! 1082 | | Normal { normal: (0.48559, 0.850653, -0.201474) }, Oct 12 21:50:39.682 INFO kablam! 1083 | | ]; Oct 12 21:50:39.682 INFO kablam! | |__^ Oct 12 21:50:39.683 INFO kablam! Oct 12 21:50:39.683 INFO kablam! warning: constant item is never used: `INDICES` Oct 12 21:50:39.683 INFO kablam! --> src/teapot.rs:1085:1 Oct 12 21:50:39.684 INFO kablam! | Oct 12 21:50:39.684 INFO kablam! 1085 | / pub const INDICES: [u16; 3072] = [ Oct 12 21:50:39.684 INFO kablam! 1086 | | 7, 6, 1, Oct 12 21:50:39.684 INFO kablam! 1087 | | 1, 2, 7, Oct 12 21:50:39.685 INFO kablam! 1088 | | 8, 7, 2, Oct 12 21:50:39.685 INFO kablam! ... | Oct 12 21:50:39.685 INFO kablam! 2109 | | 529, 530, 470u16, Oct 12 21:50:39.686 INFO kablam! 2110 | | ]; Oct 12 21:50:39.686 INFO kablam! | |__^ Oct 12 21:50:39.686 INFO kablam! Oct 12 21:50:40.260 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 12 21:50:40.276 INFO kablam! su: No module specific data is present Oct 12 21:50:41.291 INFO running `"docker" "rm" "-f" "35f53d909b172748678f94a04899aff31eda61cfb3245567a22c6c39d688b964"` Oct 12 21:50:41.635 INFO blam! 35f53d909b172748678f94a04899aff31eda61cfb3245567a22c6c39d688b964 Oct 12 21:50:41.636 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 21:50:42.128 INFO blam! cc93f6a4d605303e905962fbbf4bc9371dc9645b30eb514f8748394d0c808f41 Oct 12 21:50:42.130 INFO running `"docker" "start" "-a" "cc93f6a4d605303e905962fbbf4bc9371dc9645b30eb514f8748394d0c808f41"` Oct 12 21:50:44.195 INFO kablam! usermod: no changes Oct 12 21:50:44.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 12 21:50:44.478 INFO kablam! Running /target/debug/deps/rust_glium_tutorial-fa184442c1435a6f Oct 12 21:50:44.484 INFO blam! Oct 12 21:50:44.484 INFO blam! running 0 tests Oct 12 21:50:44.484 INFO blam! Oct 12 21:50:44.484 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:50:44.484 INFO blam! Oct 12 21:50:44.486 INFO kablam! su: No module specific data is present Oct 12 21:50:45.403 INFO running `"docker" "rm" "-f" "cc93f6a4d605303e905962fbbf4bc9371dc9645b30eb514f8748394d0c808f41"` Oct 12 21:50:45.743 INFO blam! cc93f6a4d605303e905962fbbf4bc9371dc9645b30eb514f8748394d0c808f41