Oct 11 07:32:19.870 INFO testing Baransu/rust-3d against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:32:19.870 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:32:19.870 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 07:32:20.287 INFO blam! 1c97414a1e05bcfdb0473cebff110c234fc50957048ce183dc2d519ef3845c2c Oct 11 07:32:20.293 INFO running `"docker" "start" "-a" "1c97414a1e05bcfdb0473cebff110c234fc50957048ce183dc2d519ef3845c2c"` Oct 11 07:32:21.493 INFO kablam! usermod: no changes Oct 11 07:32:21.829 INFO kablam! Compiling scopeguard v0.3.2 Oct 11 07:32:21.844 INFO kablam! Compiling math v0.1.0 (/source/src/math) Oct 11 07:32:21.844 INFO kablam! Compiling rand v0.4.2 Oct 11 07:32:21.844 INFO kablam! Compiling memmap v0.6.2 Oct 11 07:32:21.844 INFO kablam! Compiling time v0.1.39 Oct 11 07:32:21.844 INFO kablam! Compiling shared_library v0.1.5 Oct 11 07:32:21.844 INFO kablam! Compiling itertools v0.7.8 Oct 11 07:32:21.844 INFO kablam! Compiling serde_json v1.0.11 Oct 11 07:32:22.240 INFO kablam! Compiling gl_generator v0.9.0 Oct 11 07:32:26.804 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 11 07:32:26.848 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 07:32:26.888 INFO kablam! Compiling png v0.11.0 Oct 11 07:32:26.936 INFO kablam! Compiling x11-dl v2.17.3 Oct 11 07:32:26.959 INFO kablam! Compiling tempfile v2.1.5 Oct 11 07:32:28.547 INFO kablam! Compiling wayland-client v0.12.5 Oct 11 07:32:31.804 INFO kablam! Compiling opengl v0.1.0 (/source/src/opengl) Oct 11 07:32:31.805 INFO kablam! Compiling glutin v0.13.0 Oct 11 07:32:31.874 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 11 07:32:38.626 INFO kablam! Compiling rayon-core v1.4.0 Oct 11 07:32:38.690 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 11 07:32:39.356 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 11 07:32:47.457 INFO kablam! Compiling rayon v0.8.1 Oct 11 07:32:57.111 INFO kablam! Compiling wayland-window v0.13.2 Oct 11 07:32:57.641 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 07:33:01.368 INFO kablam! Compiling winit v0.11.1 Oct 11 07:33:04.452 INFO kablam! Compiling image v0.17.0 Oct 11 07:33:28.024 INFO kablam! Compiling engine v0.1.0 (/source/src/engine) Oct 11 07:33:31.664 INFO kablam! warning: unused `#[macro_use]` import Oct 11 07:33:31.664 INFO kablam! --> src/engine/lib.rs:1:1 Oct 11 07:33:31.664 INFO kablam! | Oct 11 07:33:31.664 INFO kablam! 1 | #[macro_use] extern crate itertools; Oct 11 07:33:31.664 INFO kablam! | ^^^^^^^^^^^^ Oct 11 07:33:31.664 INFO kablam! | Oct 11 07:33:31.664 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:33:31.664 INFO kablam! Oct 11 07:33:31.664 INFO kablam! warning: unused import: `self::tobj::*` Oct 11 07:33:31.664 INFO kablam! --> src/engine/model.rs:8:5 Oct 11 07:33:31.664 INFO kablam! | Oct 11 07:33:31.664 INFO kablam! 8 | use self::tobj::*; Oct 11 07:33:31.664 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 07:33:31.664 INFO kablam! Oct 11 07:33:31.664 INFO kablam! warning: unused import: `std::error::Error` Oct 11 07:33:31.664 INFO kablam! --> src/engine/model.rs:12:5 Oct 11 07:33:31.664 INFO kablam! | Oct 11 07:33:31.664 INFO kablam! 12 | use std::error::Error; Oct 11 07:33:31.664 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 07:33:31.664 INFO kablam! Oct 11 07:33:31.664 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 07:33:31.664 INFO kablam! --> src/engine/model.rs:13:5 Oct 11 07:33:31.664 INFO kablam! | Oct 11 07:33:31.664 INFO kablam! 13 | use std::io::prelude::*; Oct 11 07:33:31.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:33:31.664 INFO kablam! Oct 11 07:33:31.664 INFO kablam! warning: unused import: `std::fs::File` Oct 11 07:33:31.664 INFO kablam! --> src/engine/model.rs:14:5 Oct 11 07:33:31.664 INFO kablam! | Oct 11 07:33:31.664 INFO kablam! 14 | use std::fs::File; Oct 11 07:33:31.664 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 07:33:31.664 INFO kablam! Oct 11 07:33:31.664 INFO kablam! warning: unused import: `PathBuf` Oct 11 07:33:31.664 INFO kablam! --> src/engine/model.rs:15:23 Oct 11 07:33:31.664 INFO kablam! | Oct 11 07:33:31.664 INFO kablam! 15 | use std::path::{Path, PathBuf}; Oct 11 07:33:31.664 INFO kablam! | ^^^^^^^ Oct 11 07:33:31.664 INFO kablam! Oct 11 07:33:31.664 INFO kablam! warning: unused import: `std::io::BufReader` Oct 11 07:33:31.665 INFO kablam! --> src/engine/model.rs:16:5 Oct 11 07:33:31.665 INFO kablam! | Oct 11 07:33:31.665 INFO kablam! 16 | use std::io::BufReader; Oct 11 07:33:31.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 07:33:31.665 INFO kablam! Oct 11 07:33:31.665 INFO kablam! warning: unused import: `self::gl::types::*` Oct 11 07:33:31.665 INFO kablam! --> src/engine/skybox.rs:5:5 Oct 11 07:33:31.665 INFO kablam! | Oct 11 07:33:31.665 INFO kablam! 5 | use self::gl::types::*; Oct 11 07:33:31.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 07:33:31.665 INFO kablam! Oct 11 07:33:31.842 INFO kablam! warning: unused variable: `path` Oct 11 07:33:31.842 INFO kablam! --> src/engine/scene.rs:14:15 Oct 11 07:33:31.842 INFO kablam! | Oct 11 07:33:31.842 INFO kablam! 14 | pub fn load(path: &str) -> Scene { Oct 11 07:33:31.842 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 07:33:31.842 INFO kablam! | Oct 11 07:33:31.842 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:33:31.842 INFO kablam! Oct 11 07:33:31.842 INFO kablam! warning: value assigned to `current_anisotropy` is never read Oct 11 07:33:31.842 INFO kablam! --> src/engine/texture.rs:22:17 Oct 11 07:33:31.842 INFO kablam! | Oct 11 07:33:31.842 INFO kablam! 22 | let mut current_anisotropy = 0.0; Oct 11 07:33:31.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 07:33:31.842 INFO kablam! | Oct 11 07:33:31.842 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 07:33:31.842 INFO kablam! Oct 11 07:33:31.892 INFO kablam! warning: variable does not need to be mutable Oct 11 07:33:31.892 INFO kablam! --> src/engine/model.rs:76:13 Oct 11 07:33:31.892 INFO kablam! | Oct 11 07:33:31.892 INFO kablam! 76 | let mut texture_requests: Vec = materials Oct 11 07:33:31.892 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 11 07:33:31.892 INFO kablam! | | Oct 11 07:33:31.892 INFO kablam! | help: remove this `mut` Oct 11 07:33:31.892 INFO kablam! | Oct 11 07:33:31.892 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:33:31.892 INFO kablam! Oct 11 07:33:31.916 INFO kablam! warning: variable does not need to be mutable Oct 11 07:33:31.916 INFO kablam! --> src/engine/skybox.rs:20:9 Oct 11 07:33:31.916 INFO kablam! | Oct 11 07:33:31.916 INFO kablam! 20 | let mut model = Model::new("res/models/cube.obj"); Oct 11 07:33:31.916 INFO kablam! | ----^^^^^ Oct 11 07:33:31.916 INFO kablam! | | Oct 11 07:33:31.916 INFO kablam! | help: remove this `mut` Oct 11 07:33:31.916 INFO kablam! Oct 11 07:33:31.916 INFO kablam! warning: variable does not need to be mutable Oct 11 07:33:31.916 INFO kablam! --> src/engine/skybox.rs:21:9 Oct 11 07:33:31.916 INFO kablam! | Oct 11 07:33:31.916 INFO kablam! 21 | let mut shader = Shader::new("res/skybox.vert", "res/skybox.frag"); Oct 11 07:33:31.916 INFO kablam! | ----^^^^^^ Oct 11 07:33:31.916 INFO kablam! | | Oct 11 07:33:31.916 INFO kablam! | help: remove this `mut` Oct 11 07:33:31.916 INFO kablam! Oct 11 07:33:32.884 INFO kablam! Compiling rust-3d v0.1.0 (/source) Oct 11 07:33:37.944 INFO kablam! warning: unused import: `engine::scene::Scene` Oct 11 07:33:37.944 INFO kablam! --> src/main.rs:19:5 Oct 11 07:33:37.944 INFO kablam! | Oct 11 07:33:37.944 INFO kablam! 19 | use engine::scene::Scene; Oct 11 07:33:37.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 07:33:37.944 INFO kablam! | Oct 11 07:33:37.944 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:33:37.944 INFO kablam! Oct 11 07:33:38.015 INFO kablam! warning: variable `time` is assigned to, but never used Oct 11 07:33:38.016 INFO kablam! --> src/main.rs:161:13 Oct 11 07:33:38.016 INFO kablam! | Oct 11 07:33:38.017 INFO kablam! 161 | let mut time = 0.0; Oct 11 07:33:38.017 INFO kablam! | ^^^^ Oct 11 07:33:38.017 INFO kablam! | Oct 11 07:33:38.017 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:33:38.018 INFO kablam! = note: consider using `_time` instead Oct 11 07:33:38.018 INFO kablam! Oct 11 07:33:38.018 INFO kablam! warning: unused variable: `angle` Oct 11 07:33:38.019 INFO kablam! --> src/main.rs:171:13 Oct 11 07:33:38.019 INFO kablam! | Oct 11 07:33:38.019 INFO kablam! 171 | let angle: f64 = ts.sec as f64 + ts.nsec as f64 / 1000000000.0; Oct 11 07:33:38.019 INFO kablam! | ^^^^^ help: consider using `_angle` instead Oct 11 07:33:38.020 INFO kablam! Oct 11 07:33:44.656 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Oct 11 07:33:44.665 INFO kablam! su: No module specific data is present Oct 11 07:33:45.483 INFO running `"docker" "rm" "-f" "1c97414a1e05bcfdb0473cebff110c234fc50957048ce183dc2d519ef3845c2c"` Oct 11 07:33:45.775 INFO blam! 1c97414a1e05bcfdb0473cebff110c234fc50957048ce183dc2d519ef3845c2c Oct 11 07:33:45.784 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:33:45.784 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 07:33:46.312 INFO blam! 2de254c944e817e87a875413e670c79761d49318330df7d13517676d6e701c45 Oct 11 07:33:46.336 INFO running `"docker" "start" "-a" "2de254c944e817e87a875413e670c79761d49318330df7d13517676d6e701c45"` Oct 11 07:33:47.891 INFO kablam! usermod: no changes Oct 11 07:33:48.264 INFO kablam! Compiling rust-3d v0.1.0 (/source) Oct 11 07:33:53.484 INFO kablam! warning: unused import: `engine::scene::Scene` Oct 11 07:33:53.484 INFO kablam! --> src/main.rs:19:5 Oct 11 07:33:53.484 INFO kablam! | Oct 11 07:33:53.484 INFO kablam! 19 | use engine::scene::Scene; Oct 11 07:33:53.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 07:33:53.484 INFO kablam! | Oct 11 07:33:53.484 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:33:53.484 INFO kablam! Oct 11 07:33:53.600 INFO kablam! warning: variable `time` is assigned to, but never used Oct 11 07:33:53.600 INFO kablam! --> src/main.rs:161:13 Oct 11 07:33:53.600 INFO kablam! | Oct 11 07:33:53.600 INFO kablam! 161 | let mut time = 0.0; Oct 11 07:33:53.600 INFO kablam! | ^^^^ Oct 11 07:33:53.600 INFO kablam! | Oct 11 07:33:53.600 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:33:53.600 INFO kablam! = note: consider using `_time` instead Oct 11 07:33:53.600 INFO kablam! Oct 11 07:33:53.600 INFO kablam! warning: unused variable: `angle` Oct 11 07:33:53.600 INFO kablam! --> src/main.rs:171:13 Oct 11 07:33:53.600 INFO kablam! | Oct 11 07:33:53.600 INFO kablam! 171 | let angle: f64 = ts.sec as f64 + ts.nsec as f64 / 1000000000.0; Oct 11 07:33:53.600 INFO kablam! | ^^^^^ help: consider using `_angle` instead Oct 11 07:33:53.600 INFO kablam! Oct 11 07:33:54.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.35s Oct 11 07:33:54.293 INFO kablam! su: No module specific data is present Oct 11 07:33:55.185 INFO running `"docker" "rm" "-f" "2de254c944e817e87a875413e670c79761d49318330df7d13517676d6e701c45"` Oct 11 07:33:55.480 INFO blam! 2de254c944e817e87a875413e670c79761d49318330df7d13517676d6e701c45 Oct 11 07:33:55.492 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:33:55.492 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 07:33:55.916 INFO blam! 3775f2f8224d15a55ca4ef83d53334612ba8d107de65152264b89eb9e69e19b3 Oct 11 07:33:55.928 INFO running `"docker" "start" "-a" "3775f2f8224d15a55ca4ef83d53334612ba8d107de65152264b89eb9e69e19b3"` Oct 11 07:33:58.036 INFO kablam! usermod: no changes Oct 11 07:33:58.274 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 11 07:33:58.300 INFO kablam! Running /target/debug/deps/rust_3d-36f779fd9bec4b84 Oct 11 07:33:58.301 INFO blam! Oct 11 07:33:58.301 INFO blam! running 0 tests Oct 11 07:33:58.301 INFO blam! Oct 11 07:33:58.301 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:33:58.301 INFO blam! Oct 11 07:33:58.306 INFO kablam! su: No module specific data is present Oct 11 07:33:59.096 INFO running `"docker" "rm" "-f" "3775f2f8224d15a55ca4ef83d53334612ba8d107de65152264b89eb9e69e19b3"` Oct 11 07:33:59.368 INFO blam! 3775f2f8224d15a55ca4ef83d53334612ba8d107de65152264b89eb9e69e19b3