Oct 11 04:03:50.572 INFO testing TurboCartPig/aengine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:03:50.572 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:03:50.572 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 04:03:50.907 INFO blam! 2e7838a4a4d6b66ac3b5f9f7f0895118abbf69dfaddbafb77a2c2eb6404a1998 Oct 11 04:03:50.908 INFO running `"docker" "start" "-a" "2e7838a4a4d6b66ac3b5f9f7f0895118abbf69dfaddbafb77a2c2eb6404a1998"` Oct 11 04:03:51.487 INFO kablam! usermod: no changes Oct 11 04:03:51.692 INFO kablam! Compiling android_glue v0.2.3 Oct 11 04:03:51.694 INFO kablam! Compiling cgmath v0.14.1 Oct 11 04:03:51.694 INFO kablam! Compiling num v0.1.39 Oct 11 04:03:51.700 INFO kablam! Compiling aengine v0.1.0 (/source) Oct 11 04:03:51.704 INFO kablam! Compiling slog-async v2.0.1 Oct 11 04:03:52.624 INFO kablam! Compiling chrono v0.3.0 Oct 11 04:03:57.140 INFO kablam! Compiling slog-term v2.0.1 Oct 11 04:04:04.922 INFO kablam! warning: unused import: `Duration` Oct 11 04:04:04.922 INFO kablam! --> src/time.rs:2:17 Oct 11 04:04:04.922 INFO kablam! | Oct 11 04:04:04.922 INFO kablam! 2 | use std::time::{Duration, Instant}; Oct 11 04:04:04.922 INFO kablam! | ^^^^^^^^ Oct 11 04:04:04.922 INFO kablam! | Oct 11 04:04:04.922 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:04:04.922 INFO kablam! Oct 11 04:04:04.951 INFO kablam! warning: unused import: `renderer::get_gl_error` Oct 11 04:04:04.951 INFO kablam! --> src/renderer/shader.rs:7:5 Oct 11 04:04:04.952 INFO kablam! | Oct 11 04:04:04.952 INFO kablam! 7 | use renderer::get_gl_error; Oct 11 04:04:04.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:04:04.952 INFO kablam! Oct 11 04:04:06.696 INFO kablam! warning: unused variable: `delta_time` Oct 11 04:04:06.696 INFO kablam! --> src/renderer/mod.rs:97:30 Oct 11 04:04:06.696 INFO kablam! | Oct 11 04:04:06.696 INFO kablam! 97 | pub fn render(&mut self, delta_time: f64) { Oct 11 04:04:06.696 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 11 04:04:06.696 INFO kablam! | Oct 11 04:04:06.698 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:04:06.698 INFO kablam! Oct 11 04:04:06.752 INFO kablam! warning: variable does not need to be mutable Oct 11 04:04:06.753 INFO kablam! --> /target/debug/build/aengine-84ce1cc93053f360/out/gl_bindings.rs:9:23 Oct 11 04:04:06.753 INFO kablam! | Oct 11 04:04:06.753 INFO kablam! 9 | fn metaloadfn(mut loadfn: &mut FnMut(&str) -> *const __gl_imports::raw::c_void, Oct 11 04:04:06.754 INFO kablam! | ----^^^^^^ Oct 11 04:04:06.754 INFO kablam! | | Oct 11 04:04:06.754 INFO kablam! | help: remove this `mut` Oct 11 04:04:06.755 INFO kablam! | Oct 11 04:04:06.755 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:04:06.755 INFO kablam! Oct 11 04:04:07.584 INFO kablam! warning: field is never used: `init_time` Oct 11 04:04:07.584 INFO kablam! --> src/time.rs:8:5 Oct 11 04:04:07.584 INFO kablam! | Oct 11 04:04:07.584 INFO kablam! 8 | init_time: Instant, Oct 11 04:04:07.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 04:04:07.584 INFO kablam! | Oct 11 04:04:07.584 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:04:07.584 INFO kablam! Oct 11 04:04:07.584 INFO kablam! warning: type alias is never used: `VertexBufferObject` Oct 11 04:04:07.584 INFO kablam! --> src/renderer/mod.rs:10:1 Oct 11 04:04:07.584 INFO kablam! | Oct 11 04:04:07.584 INFO kablam! 10 | type VertexBufferObject = gl::types::GLuint; Oct 11 04:04:07.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:04:07.584 INFO kablam! Oct 11 04:04:07.584 INFO kablam! warning: type alias is never used: `VertexArrayObject` Oct 11 04:04:07.584 INFO kablam! --> src/renderer/mod.rs:11:1 Oct 11 04:04:07.584 INFO kablam! | Oct 11 04:04:07.584 INFO kablam! 11 | type VertexArrayObject = gl::types::GLuint; Oct 11 04:04:07.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:04:07.584 INFO kablam! Oct 11 04:04:07.584 INFO kablam! warning: type alias is never used: `ElementBufferObject` Oct 11 04:04:07.584 INFO kablam! --> src/renderer/mod.rs:12:1 Oct 11 04:04:07.584 INFO kablam! | Oct 11 04:04:07.584 INFO kablam! 12 | type ElementBufferObject = gl::types::GLuint; Oct 11 04:04:07.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:04:07.584 INFO kablam! Oct 11 04:04:07.584 INFO kablam! warning: field is never used: `program` Oct 11 04:04:07.584 INFO kablam! --> src/renderer/mod.rs:60:5 Oct 11 04:04:07.584 INFO kablam! | Oct 11 04:04:07.584 INFO kablam! 60 | program: shader::Program, Oct 11 04:04:07.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:04:07.585 INFO kablam! Oct 11 04:04:07.585 INFO kablam! warning: field is never used: `window` Oct 11 04:04:07.585 INFO kablam! --> src/main.rs:27:5 Oct 11 04:04:07.585 INFO kablam! | Oct 11 04:04:07.585 INFO kablam! 27 | window: Rc, Oct 11 04:04:07.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:04:07.585 INFO kablam! Oct 11 04:04:13.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.92s Oct 11 04:04:13.436 INFO kablam! su: No module specific data is present Oct 11 04:04:14.219 INFO running `"docker" "rm" "-f" "2e7838a4a4d6b66ac3b5f9f7f0895118abbf69dfaddbafb77a2c2eb6404a1998"` Oct 11 04:04:14.638 INFO blam! 2e7838a4a4d6b66ac3b5f9f7f0895118abbf69dfaddbafb77a2c2eb6404a1998 Oct 11 04:04:14.642 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:04:14.642 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 04:04:15.106 INFO blam! 78fec475019eb77428756cbe5b5d7b02b54a6185646b2bb478da5b6234db363e Oct 11 04:04:15.119 INFO running `"docker" "start" "-a" "78fec475019eb77428756cbe5b5d7b02b54a6185646b2bb478da5b6234db363e"` Oct 11 04:04:16.802 INFO kablam! usermod: no changes Oct 11 04:04:17.028 INFO kablam! Compiling aengine v0.1.0 (/source) Oct 11 04:04:20.680 INFO kablam! warning: unused import: `Duration` Oct 11 04:04:20.680 INFO kablam! --> src/time.rs:2:17 Oct 11 04:04:20.680 INFO kablam! | Oct 11 04:04:20.680 INFO kablam! 2 | use std::time::{Duration, Instant}; Oct 11 04:04:20.680 INFO kablam! | ^^^^^^^^ Oct 11 04:04:20.680 INFO kablam! | Oct 11 04:04:20.680 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:04:20.680 INFO kablam! Oct 11 04:04:20.708 INFO kablam! warning: unused import: `renderer::get_gl_error` Oct 11 04:04:20.708 INFO kablam! --> src/renderer/shader.rs:7:5 Oct 11 04:04:20.708 INFO kablam! | Oct 11 04:04:20.708 INFO kablam! 7 | use renderer::get_gl_error; Oct 11 04:04:20.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:04:20.708 INFO kablam! Oct 11 04:04:22.276 INFO kablam! warning: unused variable: `delta_time` Oct 11 04:04:22.276 INFO kablam! --> src/renderer/mod.rs:97:30 Oct 11 04:04:22.276 INFO kablam! | Oct 11 04:04:22.276 INFO kablam! 97 | pub fn render(&mut self, delta_time: f64) { Oct 11 04:04:22.276 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 11 04:04:22.276 INFO kablam! | Oct 11 04:04:22.276 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:04:22.276 INFO kablam! Oct 11 04:04:22.316 INFO kablam! warning: variable does not need to be mutable Oct 11 04:04:22.316 INFO kablam! --> /target/debug/build/aengine-84ce1cc93053f360/out/gl_bindings.rs:9:23 Oct 11 04:04:22.316 INFO kablam! | Oct 11 04:04:22.316 INFO kablam! 9 | fn metaloadfn(mut loadfn: &mut FnMut(&str) -> *const __gl_imports::raw::c_void, Oct 11 04:04:22.316 INFO kablam! | ----^^^^^^ Oct 11 04:04:22.316 INFO kablam! | | Oct 11 04:04:22.316 INFO kablam! | help: remove this `mut` Oct 11 04:04:22.316 INFO kablam! | Oct 11 04:04:22.316 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:04:22.316 INFO kablam! Oct 11 04:04:23.081 INFO kablam! warning: field is never used: `init_time` Oct 11 04:04:23.081 INFO kablam! --> src/time.rs:8:5 Oct 11 04:04:23.082 INFO kablam! | Oct 11 04:04:23.083 INFO kablam! 8 | init_time: Instant, Oct 11 04:04:23.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 04:04:23.088 INFO kablam! | Oct 11 04:04:23.088 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:04:23.088 INFO kablam! Oct 11 04:04:23.092 INFO kablam! warning: type alias is never used: `VertexBufferObject` Oct 11 04:04:23.093 INFO kablam! --> src/renderer/mod.rs:10:1 Oct 11 04:04:23.094 INFO kablam! | Oct 11 04:04:23.094 INFO kablam! 10 | type VertexBufferObject = gl::types::GLuint; Oct 11 04:04:23.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:04:23.096 INFO kablam! Oct 11 04:04:23.096 INFO kablam! warning: type alias is never used: `VertexArrayObject` Oct 11 04:04:23.097 INFO kablam! --> src/renderer/mod.rs:11:1 Oct 11 04:04:23.097 INFO kablam! | Oct 11 04:04:23.097 INFO kablam! 11 | type VertexArrayObject = gl::types::GLuint; Oct 11 04:04:23.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:04:23.098 INFO kablam! Oct 11 04:04:23.098 INFO kablam! warning: type alias is never used: `ElementBufferObject` Oct 11 04:04:23.098 INFO kablam! --> src/renderer/mod.rs:12:1 Oct 11 04:04:23.099 INFO kablam! | Oct 11 04:04:23.099 INFO kablam! 12 | type ElementBufferObject = gl::types::GLuint; Oct 11 04:04:23.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:04:23.099 INFO kablam! Oct 11 04:04:23.104 INFO kablam! warning: field is never used: `program` Oct 11 04:04:23.105 INFO kablam! --> src/renderer/mod.rs:60:5 Oct 11 04:04:23.105 INFO kablam! | Oct 11 04:04:23.105 INFO kablam! 60 | program: shader::Program, Oct 11 04:04:23.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:04:23.106 INFO kablam! Oct 11 04:04:23.106 INFO kablam! warning: field is never used: `window` Oct 11 04:04:23.106 INFO kablam! --> src/main.rs:27:5 Oct 11 04:04:23.107 INFO kablam! | Oct 11 04:04:23.107 INFO kablam! 27 | window: Rc, Oct 11 04:04:23.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:04:23.107 INFO kablam! Oct 11 04:04:24.304 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.46s Oct 11 04:04:24.310 INFO kablam! su: No module specific data is present Oct 11 04:04:25.326 INFO running `"docker" "rm" "-f" "78fec475019eb77428756cbe5b5d7b02b54a6185646b2bb478da5b6234db363e"` Oct 11 04:04:25.544 INFO blam! 78fec475019eb77428756cbe5b5d7b02b54a6185646b2bb478da5b6234db363e Oct 11 04:04:25.545 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:04:25.546 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 04:04:26.056 INFO blam! b24d44fac3145227f6572088e9eb8e83291dd30826bcc7d72429f2b93b227f5e Oct 11 04:04:26.068 INFO running `"docker" "start" "-a" "b24d44fac3145227f6572088e9eb8e83291dd30826bcc7d72429f2b93b227f5e"` Oct 11 04:04:27.612 INFO kablam! usermod: no changes Oct 11 04:04:27.857 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 11 04:04:27.867 INFO kablam! Running /target/debug/deps/aengine-e22ccd04912ece82 Oct 11 04:04:27.873 INFO blam! Oct 11 04:04:27.873 INFO blam! running 0 tests Oct 11 04:04:27.873 INFO blam! Oct 11 04:04:27.873 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:04:27.873 INFO blam! Oct 11 04:04:27.878 INFO kablam! su: No module specific data is present Oct 11 04:04:28.661 INFO running `"docker" "rm" "-f" "b24d44fac3145227f6572088e9eb8e83291dd30826bcc7d72429f2b93b227f5e"` Oct 11 04:04:28.941 INFO blam! b24d44fac3145227f6572088e9eb8e83291dd30826bcc7d72429f2b93b227f5e