Oct 15 05:59:13.252 INFO testing TurboCartPig/aengine against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:59:13.252 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 05:59:13.607 INFO blam! 98d22db501fbc5d125b575bee95802842798be1f721bca1d71aa8e582ea3750e Oct 15 05:59:13.615 INFO running `"docker" "start" "-a" "98d22db501fbc5d125b575bee95802842798be1f721bca1d71aa8e582ea3750e"` Oct 15 05:59:14.579 INFO kablam! usermod: no changes Oct 15 05:59:14.775 INFO kablam! Compiling term v0.4.5 Oct 15 05:59:14.775 INFO kablam! Compiling slog v2.0.6 Oct 15 05:59:14.779 INFO kablam! Compiling android_glue v0.2.3 Oct 15 05:59:14.785 INFO kablam! Compiling time v0.1.37 Oct 15 05:59:14.785 INFO kablam! Compiling thread-id v3.1.0 Oct 15 05:59:14.785 INFO kablam! Compiling isatty v0.1.3 Oct 15 05:59:14.786 INFO kablam! Compiling cgmath v0.14.1 Oct 15 05:59:14.792 INFO kablam! Compiling aengine v0.1.0 (/source) Oct 15 05:59:16.554 INFO kablam! Compiling thread_local v0.3.3 Oct 15 05:59:19.246 INFO kablam! Compiling chrono v0.3.0 Oct 15 05:59:19.463 INFO kablam! Compiling slog-async v2.0.1 Oct 15 05:59:28.916 INFO kablam! Compiling slog-term v2.0.1 Oct 15 05:59:36.863 INFO kablam! warning: unused import: `Duration` Oct 15 05:59:36.863 INFO kablam! --> src/time.rs:2:17 Oct 15 05:59:36.864 INFO kablam! | Oct 15 05:59:36.864 INFO kablam! 2 | use std::time::{Duration, Instant}; Oct 15 05:59:36.864 INFO kablam! | ^^^^^^^^ Oct 15 05:59:36.865 INFO kablam! | Oct 15 05:59:36.865 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:59:36.865 INFO kablam! Oct 15 05:59:36.896 INFO kablam! warning: unused import: `renderer::get_gl_error` Oct 15 05:59:36.897 INFO kablam! --> src/renderer/shader.rs:7:5 Oct 15 05:59:36.897 INFO kablam! | Oct 15 05:59:36.897 INFO kablam! 7 | use renderer::get_gl_error; Oct 15 05:59:36.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:36.898 INFO kablam! Oct 15 05:59:38.554 INFO kablam! warning: unused variable: `delta_time` Oct 15 05:59:38.555 INFO kablam! --> src/renderer/mod.rs:97:30 Oct 15 05:59:38.556 INFO kablam! | Oct 15 05:59:38.556 INFO kablam! 97 | pub fn render(&mut self, delta_time: f64) { Oct 15 05:59:38.557 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 15 05:59:38.558 INFO kablam! | Oct 15 05:59:38.558 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:59:38.559 INFO kablam! Oct 15 05:59:38.594 INFO kablam! warning: variable does not need to be mutable Oct 15 05:59:38.595 INFO kablam! --> /target/debug/build/aengine-77d93df7690a1894/out/gl_bindings.rs:9:23 Oct 15 05:59:38.596 INFO kablam! | Oct 15 05:59:38.596 INFO kablam! 9 | fn metaloadfn(mut loadfn: &mut FnMut(&str) -> *const __gl_imports::raw::c_void, Oct 15 05:59:38.597 INFO kablam! | ----^^^^^^ Oct 15 05:59:38.598 INFO kablam! | | Oct 15 05:59:38.598 INFO kablam! | help: remove this `mut` Oct 15 05:59:38.599 INFO kablam! | Oct 15 05:59:38.600 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:59:38.600 INFO kablam! Oct 15 05:59:39.281 INFO kablam! warning: field is never used: `init_time` Oct 15 05:59:39.282 INFO kablam! --> src/time.rs:8:5 Oct 15 05:59:39.282 INFO kablam! | Oct 15 05:59:39.283 INFO kablam! 8 | init_time: Instant, Oct 15 05:59:39.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:59:39.284 INFO kablam! | Oct 15 05:59:39.285 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:59:39.286 INFO kablam! Oct 15 05:59:39.291 INFO kablam! warning: type alias is never used: `VertexBufferObject` Oct 15 05:59:39.292 INFO kablam! --> src/renderer/mod.rs:10:1 Oct 15 05:59:39.293 INFO kablam! | Oct 15 05:59:39.293 INFO kablam! 10 | type VertexBufferObject = gl::types::GLuint; Oct 15 05:59:39.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:39.295 INFO kablam! Oct 15 05:59:39.295 INFO kablam! warning: type alias is never used: `VertexArrayObject` Oct 15 05:59:39.296 INFO kablam! --> src/renderer/mod.rs:11:1 Oct 15 05:59:39.297 INFO kablam! | Oct 15 05:59:39.297 INFO kablam! 11 | type VertexArrayObject = gl::types::GLuint; Oct 15 05:59:39.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:39.298 INFO kablam! Oct 15 05:59:39.299 INFO kablam! warning: type alias is never used: `ElementBufferObject` Oct 15 05:59:39.300 INFO kablam! --> src/renderer/mod.rs:12:1 Oct 15 05:59:39.300 INFO kablam! | Oct 15 05:59:39.301 INFO kablam! 12 | type ElementBufferObject = gl::types::GLuint; Oct 15 05:59:39.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:39.302 INFO kablam! Oct 15 05:59:39.303 INFO kablam! warning: field is never used: `program` Oct 15 05:59:39.303 INFO kablam! --> src/renderer/mod.rs:60:5 Oct 15 05:59:39.304 INFO kablam! | Oct 15 05:59:39.305 INFO kablam! 60 | program: shader::Program, Oct 15 05:59:39.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:39.306 INFO kablam! Oct 15 05:59:39.307 INFO kablam! warning: field is never used: `window` Oct 15 05:59:39.307 INFO kablam! --> src/main.rs:27:5 Oct 15 05:59:39.308 INFO kablam! | Oct 15 05:59:39.309 INFO kablam! 27 | window: Rc, Oct 15 05:59:39.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:39.309 INFO kablam! Oct 15 05:59:45.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.86s Oct 15 05:59:45.479 INFO kablam! su: No module specific data is present Oct 15 05:59:47.233 INFO running `"docker" "rm" "-f" "98d22db501fbc5d125b575bee95802842798be1f721bca1d71aa8e582ea3750e"` Oct 15 05:59:47.604 INFO blam! 98d22db501fbc5d125b575bee95802842798be1f721bca1d71aa8e582ea3750e Oct 15 05:59:47.608 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 05:59:48.308 INFO blam! c1cface168becc9ffcb15f8410ca745d5be34edf46cca0b6fc46454e40f44471 Oct 15 05:59:48.309 INFO running `"docker" "start" "-a" "c1cface168becc9ffcb15f8410ca745d5be34edf46cca0b6fc46454e40f44471"` Oct 15 05:59:49.783 INFO kablam! usermod: no changes Oct 15 05:59:50.033 INFO kablam! Compiling aengine v0.1.0 (/source) Oct 15 05:59:52.123 INFO kablam! warning: unused import: `Duration` Oct 15 05:59:52.123 INFO kablam! --> src/time.rs:2:17 Oct 15 05:59:52.123 INFO kablam! | Oct 15 05:59:52.123 INFO kablam! 2 | use std::time::{Duration, Instant}; Oct 15 05:59:52.123 INFO kablam! | ^^^^^^^^ Oct 15 05:59:52.123 INFO kablam! | Oct 15 05:59:52.123 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:59:52.123 INFO kablam! Oct 15 05:59:52.175 INFO kablam! warning: unused import: `renderer::get_gl_error` Oct 15 05:59:52.175 INFO kablam! --> src/renderer/shader.rs:7:5 Oct 15 05:59:52.175 INFO kablam! | Oct 15 05:59:52.175 INFO kablam! 7 | use renderer::get_gl_error; Oct 15 05:59:52.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:52.175 INFO kablam! Oct 15 05:59:53.939 INFO kablam! warning: unused variable: `delta_time` Oct 15 05:59:53.939 INFO kablam! --> src/renderer/mod.rs:97:30 Oct 15 05:59:53.939 INFO kablam! | Oct 15 05:59:53.939 INFO kablam! 97 | pub fn render(&mut self, delta_time: f64) { Oct 15 05:59:53.939 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 15 05:59:53.939 INFO kablam! | Oct 15 05:59:53.939 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:59:53.939 INFO kablam! Oct 15 05:59:53.963 INFO kablam! warning: variable does not need to be mutable Oct 15 05:59:53.963 INFO kablam! --> /target/debug/build/aengine-77d93df7690a1894/out/gl_bindings.rs:9:23 Oct 15 05:59:53.963 INFO kablam! | Oct 15 05:59:53.963 INFO kablam! 9 | fn metaloadfn(mut loadfn: &mut FnMut(&str) -> *const __gl_imports::raw::c_void, Oct 15 05:59:53.963 INFO kablam! | ----^^^^^^ Oct 15 05:59:53.963 INFO kablam! | | Oct 15 05:59:53.963 INFO kablam! | help: remove this `mut` Oct 15 05:59:53.963 INFO kablam! | Oct 15 05:59:53.963 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:59:53.963 INFO kablam! Oct 15 05:59:54.795 INFO kablam! warning: field is never used: `init_time` Oct 15 05:59:54.795 INFO kablam! --> src/time.rs:8:5 Oct 15 05:59:54.795 INFO kablam! | Oct 15 05:59:54.795 INFO kablam! 8 | init_time: Instant, Oct 15 05:59:54.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:59:54.795 INFO kablam! | Oct 15 05:59:54.795 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:59:54.795 INFO kablam! Oct 15 05:59:54.797 INFO kablam! warning: type alias is never used: `VertexBufferObject` Oct 15 05:59:54.798 INFO kablam! --> src/renderer/mod.rs:10:1 Oct 15 05:59:54.798 INFO kablam! | Oct 15 05:59:54.798 INFO kablam! 10 | type VertexBufferObject = gl::types::GLuint; Oct 15 05:59:54.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:54.798 INFO kablam! Oct 15 05:59:54.798 INFO kablam! warning: type alias is never used: `VertexArrayObject` Oct 15 05:59:54.798 INFO kablam! --> src/renderer/mod.rs:11:1 Oct 15 05:59:54.798 INFO kablam! | Oct 15 05:59:54.798 INFO kablam! 11 | type VertexArrayObject = gl::types::GLuint; Oct 15 05:59:54.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:54.798 INFO kablam! Oct 15 05:59:54.798 INFO kablam! warning: type alias is never used: `ElementBufferObject` Oct 15 05:59:54.798 INFO kablam! --> src/renderer/mod.rs:12:1 Oct 15 05:59:54.798 INFO kablam! | Oct 15 05:59:54.798 INFO kablam! 12 | type ElementBufferObject = gl::types::GLuint; Oct 15 05:59:54.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:54.798 INFO kablam! Oct 15 05:59:54.798 INFO kablam! warning: field is never used: `program` Oct 15 05:59:54.798 INFO kablam! --> src/renderer/mod.rs:60:5 Oct 15 05:59:54.798 INFO kablam! | Oct 15 05:59:54.798 INFO kablam! 60 | program: shader::Program, Oct 15 05:59:54.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:54.798 INFO kablam! Oct 15 05:59:54.798 INFO kablam! warning: field is never used: `window` Oct 15 05:59:54.798 INFO kablam! --> src/main.rs:27:5 Oct 15 05:59:54.798 INFO kablam! | Oct 15 05:59:54.798 INFO kablam! 27 | window: Rc, Oct 15 05:59:54.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:54.798 INFO kablam! Oct 15 05:59:55.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.05s Oct 15 05:59:55.874 INFO kablam! su: No module specific data is present Oct 15 05:59:56.761 INFO running `"docker" "rm" "-f" "c1cface168becc9ffcb15f8410ca745d5be34edf46cca0b6fc46454e40f44471"` Oct 15 05:59:57.085 INFO blam! c1cface168becc9ffcb15f8410ca745d5be34edf46cca0b6fc46454e40f44471 Oct 15 05:59:57.091 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 05:59:57.572 INFO blam! a9a5f5fa1409ab17d15e887c7458a120f512936c7a18736af7553f3501cc35e8 Oct 15 05:59:57.575 INFO running `"docker" "start" "-a" "a9a5f5fa1409ab17d15e887c7458a120f512936c7a18736af7553f3501cc35e8"` Oct 15 05:59:59.240 INFO kablam! usermod: no changes Oct 15 05:59:59.401 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 15 05:59:59.435 INFO kablam! Running /target/debug/deps/aengine-a7b20670a145d65c Oct 15 05:59:59.443 INFO kablam! su: No module specific data is present Oct 15 05:59:59.443 INFO blam! Oct 15 05:59:59.443 INFO blam! running 0 tests Oct 15 05:59:59.443 INFO blam! Oct 15 05:59:59.443 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:59:59.443 INFO blam! Oct 15 06:00:00.249 INFO running `"docker" "rm" "-f" "a9a5f5fa1409ab17d15e887c7458a120f512936c7a18736af7553f3501cc35e8"` Oct 15 06:00:00.579 INFO blam! a9a5f5fa1409ab17d15e887c7458a120f512936c7a18736af7553f3501cc35e8