Oct 14 17:15:50.431 INFO testing janeq493/Trianglez against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:15:50.433 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 17:15:50.599 INFO blam! f01e94d4a642ae6a34a8e3c601f837da13f46b550f8fa368e55b32a8f7d87f1a Oct 14 17:15:50.601 INFO running `"docker" "start" "-a" "f01e94d4a642ae6a34a8e3c601f837da13f46b550f8fa368e55b32a8f7d87f1a"` Oct 14 17:15:51.264 INFO kablam! usermod: no changes Oct 14 17:15:51.446 INFO kablam! Compiling num-integer v0.1.38 Oct 14 17:15:51.447 INFO kablam! Compiling cgmath v0.16.1 Oct 14 17:15:51.447 INFO kablam! Compiling nom v1.2.4 Oct 14 17:15:51.459 INFO kablam! Compiling log v0.4.1 Oct 14 17:15:51.468 INFO kablam! Compiling proc-macro2 v0.4.5 Oct 14 17:15:51.468 INFO kablam! Compiling cmake v0.1.31 Oct 14 17:15:51.468 INFO kablam! Compiling inflate v0.4.2 Oct 14 17:15:51.469 INFO kablam! Compiling deflate v0.7.18 Oct 14 17:15:55.035 INFO kablam! Compiling gif v0.10.0 Oct 14 17:15:55.819 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 14 17:15:57.371 INFO kablam! Compiling num-complex v0.1.43 Oct 14 17:15:57.387 INFO kablam! Compiling glfw-sys v3.2.2 Oct 14 17:15:58.347 INFO kablam! Compiling gl_generator v0.9.0 Oct 14 17:16:04.927 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 17:16:05.076 INFO kablam! Compiling semver v0.2.3 Oct 14 17:16:05.076 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 17:16:05.207 INFO kablam! Compiling quote v0.6.3 Oct 14 17:16:07.635 INFO kablam! Compiling syn v0.14.2 Oct 14 17:16:07.959 INFO kablam! Compiling rayon-core v1.4.0 Oct 14 17:16:08.147 INFO kablam! Compiling num-bigint v0.1.44 Oct 14 17:16:08.147 INFO kablam! Compiling num-iter v0.1.37 Oct 14 17:16:09.155 INFO kablam! Compiling png v0.12.0 Oct 14 17:16:20.011 INFO kablam! Compiling rayon v1.0.1 Oct 14 17:16:20.027 INFO kablam! Compiling gl v0.10.0 Oct 14 17:16:22.280 INFO kablam! Compiling num-rational v0.1.42 Oct 14 17:16:27.384 INFO kablam! Compiling num v0.1.42 Oct 14 17:16:28.375 INFO kablam! Compiling glfw v0.23.0 Oct 14 17:16:35.015 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 14 17:16:37.531 INFO kablam! Compiling num-derive v0.2.2 Oct 14 17:16:46.170 INFO kablam! Compiling image v0.19.0 Oct 14 17:16:59.679 INFO kablam! Compiling trianglez v0.1.0 (/source) Oct 14 17:17:00.324 INFO kablam! warning: unused import: `mesh::*` Oct 14 17:17:00.325 INFO kablam! --> src/main.rs:21:5 Oct 14 17:17:00.325 INFO kablam! | Oct 14 17:17:00.325 INFO kablam! 21 | use mesh::*; Oct 14 17:17:00.325 INFO kablam! | ^^^^^^^ Oct 14 17:17:00.326 INFO kablam! | Oct 14 17:17:00.326 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:17:00.326 INFO kablam! Oct 14 17:17:00.327 INFO kablam! warning: unused import: `gl` Oct 14 17:17:00.327 INFO kablam! --> src/model.rs:2:5 Oct 14 17:17:00.327 INFO kablam! | Oct 14 17:17:00.327 INFO kablam! 2 | use gl; Oct 14 17:17:00.327 INFO kablam! | ^^ Oct 14 17:17:00.327 INFO kablam! Oct 14 17:17:00.327 INFO kablam! warning: unused import: `image` Oct 14 17:17:00.327 INFO kablam! --> src/model.rs:3:5 Oct 14 17:17:00.327 INFO kablam! | Oct 14 17:17:00.327 INFO kablam! 3 | use image; Oct 14 17:17:00.327 INFO kablam! | ^^^^^ Oct 14 17:17:00.327 INFO kablam! Oct 14 17:17:00.327 INFO kablam! warning: unused import: `image::DynamicImage::*` Oct 14 17:17:00.327 INFO kablam! --> src/model.rs:4:5 Oct 14 17:17:00.328 INFO kablam! | Oct 14 17:17:00.328 INFO kablam! 4 | use image::DynamicImage::*; Oct 14 17:17:00.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:17:00.328 INFO kablam! Oct 14 17:17:00.328 INFO kablam! warning: unused import: `image::GenericImage` Oct 14 17:17:00.328 INFO kablam! --> src/model.rs:5:5 Oct 14 17:17:00.328 INFO kablam! | Oct 14 17:17:00.328 INFO kablam! 5 | use image::GenericImage; Oct 14 17:17:00.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:17:00.328 INFO kablam! Oct 14 17:17:00.495 INFO kablam! warning: variable does not need to be mutable Oct 14 17:17:00.495 INFO kablam! --> src/main.rs:41:9 Oct 14 17:17:00.495 INFO kablam! | Oct 14 17:17:00.496 INFO kablam! 41 | let mut tes = Model::new("models/treeman.obj"); Oct 14 17:17:00.496 INFO kablam! | ----^^^ Oct 14 17:17:00.496 INFO kablam! | | Oct 14 17:17:00.497 INFO kablam! | help: remove this `mut` Oct 14 17:17:00.497 INFO kablam! | Oct 14 17:17:00.497 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:17:00.497 INFO kablam! Oct 14 17:17:00.516 INFO kablam! warning: method `loadModel` should have a snake case name such as `load_model` Oct 14 17:17:00.516 INFO kablam! --> src/model.rs:27:5 Oct 14 17:17:00.516 INFO kablam! | Oct 14 17:17:00.517 INFO kablam! 27 | / fn loadModel(&mut self,path:&str) Oct 14 17:17:00.517 INFO kablam! 28 | | { Oct 14 17:17:00.517 INFO kablam! 29 | | let (models,materials) = tobj::load_obj(Path::new(path)).unwrap(); Oct 14 17:17:00.518 INFO kablam! 30 | | for model in &models Oct 14 17:17:00.518 INFO kablam! ... | Oct 14 17:17:00.518 INFO kablam! 63 | | } Oct 14 17:17:00.519 INFO kablam! 64 | | } Oct 14 17:17:00.519 INFO kablam! | |_____^ Oct 14 17:17:00.519 INFO kablam! | Oct 14 17:17:00.520 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 17:17:00.520 INFO kablam! Oct 14 17:17:03.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 11s Oct 14 17:17:03.099 INFO kablam! su: No module specific data is present Oct 14 17:17:03.847 INFO running `"docker" "rm" "-f" "f01e94d4a642ae6a34a8e3c601f837da13f46b550f8fa368e55b32a8f7d87f1a"` Oct 14 17:17:04.151 INFO blam! f01e94d4a642ae6a34a8e3c601f837da13f46b550f8fa368e55b32a8f7d87f1a Oct 14 17:17:04.159 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 17:17:04.615 INFO blam! f4e45c76438dd32c09d3fd0131b318379d4f454961a88ca66ec3d0fcc7672405 Oct 14 17:17:04.619 INFO running `"docker" "start" "-a" "f4e45c76438dd32c09d3fd0131b318379d4f454961a88ca66ec3d0fcc7672405"` Oct 14 17:17:06.208 INFO kablam! usermod: no changes Oct 14 17:17:06.360 INFO kablam! Compiling trianglez v0.1.0 (/source) Oct 14 17:17:07.115 INFO kablam! warning: unused import: `mesh::*` Oct 14 17:17:07.116 INFO kablam! --> src/main.rs:21:5 Oct 14 17:17:07.116 INFO kablam! | Oct 14 17:17:07.116 INFO kablam! 21 | use mesh::*; Oct 14 17:17:07.117 INFO kablam! | ^^^^^^^ Oct 14 17:17:07.117 INFO kablam! | Oct 14 17:17:07.117 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:17:07.117 INFO kablam! Oct 14 17:17:07.118 INFO kablam! warning: unused import: `gl` Oct 14 17:17:07.118 INFO kablam! --> src/model.rs:2:5 Oct 14 17:17:07.118 INFO kablam! | Oct 14 17:17:07.119 INFO kablam! 2 | use gl; Oct 14 17:17:07.119 INFO kablam! | ^^ Oct 14 17:17:07.119 INFO kablam! Oct 14 17:17:07.120 INFO kablam! warning: unused import: `image` Oct 14 17:17:07.120 INFO kablam! --> src/model.rs:3:5 Oct 14 17:17:07.120 INFO kablam! | Oct 14 17:17:07.120 INFO kablam! 3 | use image; Oct 14 17:17:07.121 INFO kablam! | ^^^^^ Oct 14 17:17:07.121 INFO kablam! Oct 14 17:17:07.121 INFO kablam! warning: unused import: `image::DynamicImage::*` Oct 14 17:17:07.121 INFO kablam! --> src/model.rs:4:5 Oct 14 17:17:07.122 INFO kablam! | Oct 14 17:17:07.122 INFO kablam! 4 | use image::DynamicImage::*; Oct 14 17:17:07.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:17:07.123 INFO kablam! Oct 14 17:17:07.123 INFO kablam! warning: unused import: `image::GenericImage` Oct 14 17:17:07.123 INFO kablam! --> src/model.rs:5:5 Oct 14 17:17:07.123 INFO kablam! | Oct 14 17:17:07.124 INFO kablam! 5 | use image::GenericImage; Oct 14 17:17:07.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:17:07.124 INFO kablam! Oct 14 17:17:07.286 INFO kablam! warning: variable does not need to be mutable Oct 14 17:17:07.286 INFO kablam! --> src/main.rs:41:9 Oct 14 17:17:07.286 INFO kablam! | Oct 14 17:17:07.286 INFO kablam! 41 | let mut tes = Model::new("models/treeman.obj"); Oct 14 17:17:07.286 INFO kablam! | ----^^^ Oct 14 17:17:07.286 INFO kablam! | | Oct 14 17:17:07.286 INFO kablam! | help: remove this `mut` Oct 14 17:17:07.286 INFO kablam! | Oct 14 17:17:07.288 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:17:07.288 INFO kablam! Oct 14 17:17:07.316 INFO kablam! warning: method `loadModel` should have a snake case name such as `load_model` Oct 14 17:17:07.317 INFO kablam! --> src/model.rs:27:5 Oct 14 17:17:07.317 INFO kablam! | Oct 14 17:17:07.318 INFO kablam! 27 | / fn loadModel(&mut self,path:&str) Oct 14 17:17:07.318 INFO kablam! 28 | | { Oct 14 17:17:07.318 INFO kablam! 29 | | let (models,materials) = tobj::load_obj(Path::new(path)).unwrap(); Oct 14 17:17:07.319 INFO kablam! 30 | | for model in &models Oct 14 17:17:07.319 INFO kablam! ... | Oct 14 17:17:07.319 INFO kablam! 63 | | } Oct 14 17:17:07.320 INFO kablam! 64 | | } Oct 14 17:17:07.320 INFO kablam! | |_____^ Oct 14 17:17:07.320 INFO kablam! | Oct 14 17:17:07.327 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 17:17:07.327 INFO kablam! Oct 14 17:17:08.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.79s Oct 14 17:17:08.023 INFO kablam! su: No module specific data is present Oct 14 17:17:08.863 INFO running `"docker" "rm" "-f" "f4e45c76438dd32c09d3fd0131b318379d4f454961a88ca66ec3d0fcc7672405"` Oct 14 17:17:09.257 INFO blam! f4e45c76438dd32c09d3fd0131b318379d4f454961a88ca66ec3d0fcc7672405 Oct 14 17:17:09.272 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 17:17:09.691 INFO blam! 86b0f3da475d34280826928040b45c8b819b69164857cd28d3c2ce3565ae70c2 Oct 14 17:17:09.693 INFO running `"docker" "start" "-a" "86b0f3da475d34280826928040b45c8b819b69164857cd28d3c2ce3565ae70c2"` Oct 14 17:17:11.800 INFO kablam! usermod: no changes Oct 14 17:17:11.950 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 14 17:17:11.964 INFO kablam! Running /target/debug/deps/trianglez-e0d9bd546e6da027 Oct 14 17:17:11.966 INFO blam! Oct 14 17:17:11.966 INFO blam! running 0 tests Oct 14 17:17:11.967 INFO blam! Oct 14 17:17:11.967 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:17:11.967 INFO blam! Oct 14 17:17:11.973 INFO kablam! su: No module specific data is present Oct 14 17:17:13.474 INFO running `"docker" "rm" "-f" "86b0f3da475d34280826928040b45c8b819b69164857cd28d3c2ce3565ae70c2"` Oct 14 17:17:13.783 INFO blam! 86b0f3da475d34280826928040b45c8b819b69164857cd28d3c2ce3565ae70c2