Oct 13 02:22:29.500 INFO testing rossng/real-engine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 02:22:29.502 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 02:22:29.903 INFO blam! 8643901a52f81d9d438ef307549bfad8cdab332db034e5f75ec92a23e3350c31 Oct 13 02:22:29.919 INFO running `"docker" "start" "-a" "8643901a52f81d9d438ef307549bfad8cdab332db034e5f75ec92a23e3350c31"` Oct 13 02:22:31.448 INFO kablam! usermod: no changes Oct 13 02:22:31.674 INFO kablam! Compiling num-traits v0.2.4 Oct 13 02:22:31.675 INFO kablam! Compiling libloading v0.5.0 Oct 13 02:22:31.675 INFO kablam! Compiling draw_state v0.8.0 Oct 13 02:22:31.675 INFO kablam! Compiling log v0.4.1 Oct 13 02:22:31.675 INFO kablam! Compiling memmap v0.6.2 Oct 13 02:22:31.675 INFO kablam! Compiling shared_library v0.1.8 Oct 13 02:22:31.675 INFO kablam! Compiling x11-dl v2.17.5 Oct 13 02:22:31.675 INFO kablam! Compiling wayland-scanner v0.12.5 Oct 13 02:22:35.247 INFO kablam! Compiling tempfile v3.0.2 Oct 13 02:22:35.263 INFO kablam! Compiling gl_generator v0.9.0 Oct 13 02:22:35.347 INFO kablam! Compiling gfx_macros v0.2.1 Oct 13 02:22:35.803 INFO kablam! Compiling regex v1.0.0 Oct 13 02:22:36.675 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 13 02:22:38.599 INFO kablam! Compiling gfx_core v0.8.2 Oct 13 02:22:39.650 INFO kablam! Compiling wayland-client v0.12.5 Oct 13 02:22:39.656 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 13 02:22:48.179 INFO kablam! Compiling num-traits v0.1.43 Oct 13 02:22:48.638 INFO kablam! Compiling gfx_gl v0.5.0 Oct 13 02:22:49.275 INFO kablam! Compiling glutin v0.14.0 Oct 13 02:22:49.403 INFO kablam! Compiling glutin v0.15.0 Oct 13 02:23:05.407 INFO kablam! Compiling cgmath v0.16.1 Oct 13 02:23:05.771 INFO kablam! Compiling dlib v0.4.1 Oct 13 02:23:10.847 INFO kablam! Compiling wayland-sys v0.12.5 Oct 13 02:23:10.939 INFO kablam! Compiling env_logger v0.5.10 Oct 13 02:23:20.396 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 13 02:23:40.747 INFO kablam! Compiling wayland-window v0.13.3 Oct 13 02:23:42.600 INFO kablam! Compiling winit v0.12.0 Oct 13 02:23:42.600 INFO kablam! Compiling winit v0.13.1 Oct 13 02:24:20.355 INFO kablam! Compiling gfx_device_gl v0.15.2 Oct 13 02:24:20.355 INFO kablam! Compiling gfx v0.17.1 Oct 13 02:24:29.508 INFO kablam! Compiling gfx_window_glutin v0.22.0 Oct 13 02:24:29.508 INFO kablam! Compiling gfx_window_glutin v0.23.0 Oct 13 02:24:35.679 INFO kablam! Compiling gfx_app v0.7.0 Oct 13 02:24:37.903 INFO kablam! Compiling real-engine v0.1.0 (/source) Oct 13 02:24:39.035 INFO kablam! warning: unused import: `Deg` Oct 13 02:24:39.035 INFO kablam! --> src/scene.rs:3:14 Oct 13 02:24:39.035 INFO kablam! | Oct 13 02:24:39.035 INFO kablam! 3 | use cgmath::{Deg, Matrix4, Point3, Vector3}; Oct 13 02:24:39.035 INFO kablam! | ^^^ Oct 13 02:24:39.035 INFO kablam! | Oct 13 02:24:39.035 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:24:39.035 INFO kablam! Oct 13 02:24:39.727 INFO kablam! warning: unused variable: `device_id` Oct 13 02:24:39.727 INFO kablam! --> src/scene.rs:38:64 Oct 13 02:24:39.727 INFO kablam! | Oct 13 02:24:39.728 INFO kablam! 38 | glutin::WindowEvent::KeyboardInput{device_id, input} => println!("Got key! {}", input.scancode), Oct 13 02:24:39.728 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `device_id: _` Oct 13 02:24:39.728 INFO kablam! | Oct 13 02:24:39.728 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:24:39.729 INFO kablam! Oct 13 02:24:45.709 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 14s Oct 13 02:24:45.731 INFO kablam! su: No module specific data is present Oct 13 02:24:47.374 INFO running `"docker" "rm" "-f" "8643901a52f81d9d438ef307549bfad8cdab332db034e5f75ec92a23e3350c31"` Oct 13 02:24:47.727 INFO blam! 8643901a52f81d9d438ef307549bfad8cdab332db034e5f75ec92a23e3350c31 Oct 13 02:24:47.729 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 02:24:48.368 INFO blam! ca2083d359a4bc0c57e23c78b3cdd751fad7bb905e4755e329b26669076232ad Oct 13 02:24:48.370 INFO running `"docker" "start" "-a" "ca2083d359a4bc0c57e23c78b3cdd751fad7bb905e4755e329b26669076232ad"` Oct 13 02:24:50.623 INFO kablam! usermod: no changes Oct 13 02:24:50.935 INFO kablam! Compiling real-engine v0.1.0 (/source) Oct 13 02:24:52.048 INFO kablam! warning: unused import: `Deg` Oct 13 02:24:52.048 INFO kablam! --> src/scene.rs:3:14 Oct 13 02:24:52.048 INFO kablam! | Oct 13 02:24:52.048 INFO kablam! 3 | use cgmath::{Deg, Matrix4, Point3, Vector3}; Oct 13 02:24:52.048 INFO kablam! | ^^^ Oct 13 02:24:52.048 INFO kablam! | Oct 13 02:24:52.048 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:24:52.048 INFO kablam! Oct 13 02:24:52.695 INFO kablam! warning: unused variable: `device_id` Oct 13 02:24:52.695 INFO kablam! --> src/scene.rs:38:64 Oct 13 02:24:52.696 INFO kablam! | Oct 13 02:24:52.697 INFO kablam! 38 | glutin::WindowEvent::KeyboardInput{device_id, input} => println!("Got key! {}", input.scancode), Oct 13 02:24:52.697 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `device_id: _` Oct 13 02:24:52.698 INFO kablam! | Oct 13 02:24:52.699 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:24:52.699 INFO kablam! Oct 13 02:24:53.506 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.85s Oct 13 02:24:53.527 INFO kablam! su: No module specific data is present Oct 13 02:24:55.375 INFO running `"docker" "rm" "-f" "ca2083d359a4bc0c57e23c78b3cdd751fad7bb905e4755e329b26669076232ad"` Oct 13 02:24:55.783 INFO blam! ca2083d359a4bc0c57e23c78b3cdd751fad7bb905e4755e329b26669076232ad Oct 13 02:24:55.788 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 02:24:56.263 INFO blam! 1846cb9187dfc6c21d72e8ce955a5db062a6f9fb4372b41c5920af15e80e1984 Oct 13 02:24:56.265 INFO running `"docker" "start" "-a" "1846cb9187dfc6c21d72e8ce955a5db062a6f9fb4372b41c5920af15e80e1984"` Oct 13 02:24:59.140 INFO kablam! usermod: no changes Oct 13 02:24:59.425 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 13 02:24:59.442 INFO kablam! Running /target/debug/deps/engine-9d6be895b4857198 Oct 13 02:24:59.449 INFO blam! Oct 13 02:24:59.449 INFO blam! running 0 tests Oct 13 02:24:59.449 INFO blam! Oct 13 02:24:59.449 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:24:59.449 INFO blam! Oct 13 02:24:59.455 INFO kablam! su: No module specific data is present Oct 13 02:25:00.990 INFO running `"docker" "rm" "-f" "1846cb9187dfc6c21d72e8ce955a5db062a6f9fb4372b41c5920af15e80e1984"` Oct 13 02:25:01.403 INFO blam! 1846cb9187dfc6c21d72e8ce955a5db062a6f9fb4372b41c5920af15e80e1984