Oct 15 05:59:13.560 INFO testing TurboCartPig/aengine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:59:13.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 05:59:13.994 INFO blam! 53c0e54f966f830ec31b77dfe6d84bd7fc1461147dd487d486348ab560ce00e4 Oct 15 05:59:13.996 INFO running `"docker" "start" "-a" "53c0e54f966f830ec31b77dfe6d84bd7fc1461147dd487d486348ab560ce00e4"` Oct 15 05:59:14.986 INFO kablam! usermod: no changes Oct 15 05:59:15.183 INFO kablam! Compiling slog v2.0.6 Oct 15 05:59:15.183 INFO kablam! Compiling android_glue v0.2.3 Oct 15 05:59:15.191 INFO kablam! Compiling thread-id v3.1.0 Oct 15 05:59:15.199 INFO kablam! Compiling isatty v0.1.3 Oct 15 05:59:15.210 INFO kablam! Compiling cgmath v0.14.1 Oct 15 05:59:15.216 INFO kablam! Compiling aengine v0.1.0 (/source) Oct 15 05:59:15.216 INFO kablam! Compiling chrono v0.3.0 Oct 15 05:59:15.228 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 15 05:59:16.691 INFO kablam! Compiling thread_local v0.3.3 Oct 15 05:59:18.551 INFO kablam! Compiling slog-async v2.0.1 Oct 15 05:59:22.102 INFO kablam! Compiling winit v0.6.4 Oct 15 05:59:25.691 INFO kablam! Compiling slog-term v2.0.1 Oct 15 05:59:36.776 INFO kablam! Compiling glutin v0.8.1 Oct 15 05:59:43.360 INFO kablam! warning: unused import: `Duration` Oct 15 05:59:43.360 INFO kablam! --> src/time.rs:2:17 Oct 15 05:59:43.360 INFO kablam! | Oct 15 05:59:43.360 INFO kablam! 2 | use std::time::{Duration, Instant}; Oct 15 05:59:43.360 INFO kablam! | ^^^^^^^^ Oct 15 05:59:43.360 INFO kablam! | Oct 15 05:59:43.360 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:59:43.360 INFO kablam! Oct 15 05:59:43.394 INFO kablam! warning: unused import: `renderer::get_gl_error` Oct 15 05:59:43.394 INFO kablam! --> src/renderer/shader.rs:7:5 Oct 15 05:59:43.394 INFO kablam! | Oct 15 05:59:43.394 INFO kablam! 7 | use renderer::get_gl_error; Oct 15 05:59:43.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:43.395 INFO kablam! Oct 15 05:59:44.889 INFO kablam! warning: unused variable: `delta_time` Oct 15 05:59:44.890 INFO kablam! --> src/renderer/mod.rs:97:30 Oct 15 05:59:44.890 INFO kablam! | Oct 15 05:59:44.891 INFO kablam! 97 | pub fn render(&mut self, delta_time: f64) { Oct 15 05:59:44.892 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 15 05:59:44.892 INFO kablam! | Oct 15 05:59:44.893 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:59:44.894 INFO kablam! Oct 15 05:59:44.929 INFO kablam! warning: variable does not need to be mutable Oct 15 05:59:44.930 INFO kablam! --> /target/debug/build/aengine-84ce1cc93053f360/out/gl_bindings.rs:9:23 Oct 15 05:59:44.930 INFO kablam! | Oct 15 05:59:44.931 INFO kablam! 9 | fn metaloadfn(mut loadfn: &mut FnMut(&str) -> *const __gl_imports::raw::c_void, Oct 15 05:59:44.932 INFO kablam! | ----^^^^^^ Oct 15 05:59:44.932 INFO kablam! | | Oct 15 05:59:44.933 INFO kablam! | help: remove this `mut` Oct 15 05:59:44.933 INFO kablam! | Oct 15 05:59:44.934 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:59:44.934 INFO kablam! Oct 15 05:59:45.610 INFO kablam! warning: field is never used: `init_time` Oct 15 05:59:45.610 INFO kablam! --> src/time.rs:8:5 Oct 15 05:59:45.610 INFO kablam! | Oct 15 05:59:45.610 INFO kablam! 8 | init_time: Instant, Oct 15 05:59:45.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:59:45.610 INFO kablam! | Oct 15 05:59:45.610 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:59:45.610 INFO kablam! Oct 15 05:59:45.615 INFO kablam! warning: type alias is never used: `VertexBufferObject` Oct 15 05:59:45.615 INFO kablam! --> src/renderer/mod.rs:10:1 Oct 15 05:59:45.615 INFO kablam! | Oct 15 05:59:45.615 INFO kablam! 10 | type VertexBufferObject = gl::types::GLuint; Oct 15 05:59:45.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:45.615 INFO kablam! Oct 15 05:59:45.615 INFO kablam! warning: type alias is never used: `VertexArrayObject` Oct 15 05:59:45.615 INFO kablam! --> src/renderer/mod.rs:11:1 Oct 15 05:59:45.615 INFO kablam! | Oct 15 05:59:45.615 INFO kablam! 11 | type VertexArrayObject = gl::types::GLuint; Oct 15 05:59:45.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:45.615 INFO kablam! Oct 15 05:59:45.615 INFO kablam! warning: type alias is never used: `ElementBufferObject` Oct 15 05:59:45.615 INFO kablam! --> src/renderer/mod.rs:12:1 Oct 15 05:59:45.615 INFO kablam! | Oct 15 05:59:45.615 INFO kablam! 12 | type ElementBufferObject = gl::types::GLuint; Oct 15 05:59:45.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:45.615 INFO kablam! Oct 15 05:59:45.615 INFO kablam! warning: field is never used: `program` Oct 15 05:59:45.615 INFO kablam! --> src/renderer/mod.rs:60:5 Oct 15 05:59:45.615 INFO kablam! | Oct 15 05:59:45.615 INFO kablam! 60 | program: shader::Program, Oct 15 05:59:45.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:45.615 INFO kablam! Oct 15 05:59:45.615 INFO kablam! warning: field is never used: `window` Oct 15 05:59:45.615 INFO kablam! --> src/main.rs:27:5 Oct 15 05:59:45.615 INFO kablam! | Oct 15 05:59:45.615 INFO kablam! 27 | window: Rc, Oct 15 05:59:45.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:45.615 INFO kablam! Oct 15 05:59:51.151 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.13s Oct 15 05:59:51.155 INFO kablam! su: No module specific data is present Oct 15 05:59:52.049 INFO running `"docker" "rm" "-f" "53c0e54f966f830ec31b77dfe6d84bd7fc1461147dd487d486348ab560ce00e4"` Oct 15 05:59:52.339 INFO blam! 53c0e54f966f830ec31b77dfe6d84bd7fc1461147dd487d486348ab560ce00e4 Oct 15 05:59:52.341 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 05:59:52.850 INFO blam! 7fdf8669f6c1b1951eb88ba3eaf3b543763429eb3a23bb16910fe482a443ee63 Oct 15 05:59:52.852 INFO running `"docker" "start" "-a" "7fdf8669f6c1b1951eb88ba3eaf3b543763429eb3a23bb16910fe482a443ee63"` Oct 15 05:59:54.793 INFO kablam! usermod: no changes Oct 15 05:59:54.959 INFO kablam! Compiling aengine v0.1.0 (/source) Oct 15 05:59:56.944 INFO kablam! warning: unused import: `Duration` Oct 15 05:59:56.944 INFO kablam! --> src/time.rs:2:17 Oct 15 05:59:56.947 INFO kablam! | Oct 15 05:59:56.948 INFO kablam! 2 | use std::time::{Duration, Instant}; Oct 15 05:59:56.948 INFO kablam! | ^^^^^^^^ Oct 15 05:59:56.955 INFO kablam! | Oct 15 05:59:56.955 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:59:56.956 INFO kablam! Oct 15 05:59:56.986 INFO kablam! warning: unused import: `renderer::get_gl_error` Oct 15 05:59:56.987 INFO kablam! --> src/renderer/shader.rs:7:5 Oct 15 05:59:56.988 INFO kablam! | Oct 15 05:59:56.988 INFO kablam! 7 | use renderer::get_gl_error; Oct 15 05:59:56.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:56.988 INFO kablam! Oct 15 05:59:58.671 INFO kablam! warning: unused variable: `delta_time` Oct 15 05:59:58.671 INFO kablam! --> src/renderer/mod.rs:97:30 Oct 15 05:59:58.671 INFO kablam! | Oct 15 05:59:58.671 INFO kablam! 97 | pub fn render(&mut self, delta_time: f64) { Oct 15 05:59:58.671 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 15 05:59:58.671 INFO kablam! | Oct 15 05:59:58.671 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:59:58.671 INFO kablam! Oct 15 05:59:58.715 INFO kablam! warning: variable does not need to be mutable Oct 15 05:59:58.715 INFO kablam! --> /target/debug/build/aengine-84ce1cc93053f360/out/gl_bindings.rs:9:23 Oct 15 05:59:58.715 INFO kablam! | Oct 15 05:59:58.715 INFO kablam! 9 | fn metaloadfn(mut loadfn: &mut FnMut(&str) -> *const __gl_imports::raw::c_void, Oct 15 05:59:58.715 INFO kablam! | ----^^^^^^ Oct 15 05:59:58.715 INFO kablam! | | Oct 15 05:59:58.715 INFO kablam! | help: remove this `mut` Oct 15 05:59:58.715 INFO kablam! | Oct 15 05:59:58.715 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:59:58.715 INFO kablam! Oct 15 05:59:59.471 INFO kablam! warning: field is never used: `init_time` Oct 15 05:59:59.471 INFO kablam! --> src/time.rs:8:5 Oct 15 05:59:59.471 INFO kablam! | Oct 15 05:59:59.471 INFO kablam! 8 | init_time: Instant, Oct 15 05:59:59.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:59:59.471 INFO kablam! | Oct 15 05:59:59.471 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:59:59.471 INFO kablam! Oct 15 05:59:59.471 INFO kablam! warning: type alias is never used: `VertexBufferObject` Oct 15 05:59:59.471 INFO kablam! --> src/renderer/mod.rs:10:1 Oct 15 05:59:59.471 INFO kablam! | Oct 15 05:59:59.471 INFO kablam! 10 | type VertexBufferObject = gl::types::GLuint; Oct 15 05:59:59.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:59.471 INFO kablam! Oct 15 05:59:59.471 INFO kablam! warning: type alias is never used: `VertexArrayObject` Oct 15 05:59:59.471 INFO kablam! --> src/renderer/mod.rs:11:1 Oct 15 05:59:59.471 INFO kablam! | Oct 15 05:59:59.471 INFO kablam! 11 | type VertexArrayObject = gl::types::GLuint; Oct 15 05:59:59.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:59.471 INFO kablam! Oct 15 05:59:59.471 INFO kablam! warning: type alias is never used: `ElementBufferObject` Oct 15 05:59:59.471 INFO kablam! --> src/renderer/mod.rs:12:1 Oct 15 05:59:59.471 INFO kablam! | Oct 15 05:59:59.471 INFO kablam! 12 | type ElementBufferObject = gl::types::GLuint; Oct 15 05:59:59.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:59.471 INFO kablam! Oct 15 05:59:59.471 INFO kablam! warning: field is never used: `program` Oct 15 05:59:59.471 INFO kablam! --> src/renderer/mod.rs:60:5 Oct 15 05:59:59.471 INFO kablam! | Oct 15 05:59:59.471 INFO kablam! 60 | program: shader::Program, Oct 15 05:59:59.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:59.471 INFO kablam! Oct 15 05:59:59.471 INFO kablam! warning: field is never used: `window` Oct 15 05:59:59.471 INFO kablam! --> src/main.rs:27:5 Oct 15 05:59:59.471 INFO kablam! | Oct 15 05:59:59.471 INFO kablam! 27 | window: Rc, Oct 15 05:59:59.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:59:59.471 INFO kablam! Oct 15 06:00:00.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.79s Oct 15 06:00:00.622 INFO kablam! su: No module specific data is present Oct 15 06:00:01.347 INFO running `"docker" "rm" "-f" "7fdf8669f6c1b1951eb88ba3eaf3b543763429eb3a23bb16910fe482a443ee63"` Oct 15 06:00:01.659 INFO blam! 7fdf8669f6c1b1951eb88ba3eaf3b543763429eb3a23bb16910fe482a443ee63 Oct 15 06:00:01.680 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 06:00:02.277 INFO blam! b176905dc4350e7982fc854f8d323ec9abe95af96c2a914f8d2b93e60ba34651 Oct 15 06:00:02.280 INFO running `"docker" "start" "-a" "b176905dc4350e7982fc854f8d323ec9abe95af96c2a914f8d2b93e60ba34651"` Oct 15 06:00:03.759 INFO kablam! usermod: no changes Oct 15 06:00:03.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 06:00:03.983 INFO kablam! Running /target/debug/deps/aengine-e22ccd04912ece82 Oct 15 06:00:03.999 INFO blam! Oct 15 06:00:03.999 INFO blam! running 0 tests Oct 15 06:00:03.999 INFO blam! Oct 15 06:00:03.999 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:00:03.999 INFO blam! Oct 15 06:00:04.001 INFO kablam! su: No module specific data is present Oct 15 06:00:04.913 INFO running `"docker" "rm" "-f" "b176905dc4350e7982fc854f8d323ec9abe95af96c2a914f8d2b93e60ba34651"` Oct 15 06:00:05.139 INFO blam! b176905dc4350e7982fc854f8d323ec9abe95af96c2a914f8d2b93e60ba34651