Oct 14 12:17:14.258 INFO testing martin-jw/rusteng against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:17:14.259 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12:17:14.768 INFO blam! 091e8c320c3a0987c2f4ff83df79f6dea478fa71fa724b22c952d18ce75ecdf9 Oct 14 12:17:14.770 INFO running `"docker" "start" "-a" "091e8c320c3a0987c2f4ff83df79f6dea478fa71fa724b22c952d18ce75ecdf9"` Oct 14 12:17:16.783 INFO kablam! usermod: no changes Oct 14 12:17:16.968 INFO kablam! Compiling bitflags v1.0.1 Oct 14 12:17:16.968 INFO kablam! Compiling libloading v0.4.3 Oct 14 12:17:16.971 INFO kablam! Compiling khronos_api v2.0.0 Oct 14 12:17:16.984 INFO kablam! Compiling num-traits v0.2.1 Oct 14 12:17:16.984 INFO kablam! Compiling log v0.4.1 Oct 14 12:17:16.984 INFO kablam! Compiling x11-dl v2.17.2 Oct 14 12:17:16.984 INFO kablam! Compiling rand v0.3.20 Oct 14 12:17:16.984 INFO kablam! Compiling memmap v0.6.2 Oct 14 12:17:18.691 INFO kablam! Compiling shared_library v0.1.8 Oct 14 12:17:20.382 INFO kablam! Compiling rand v0.4.2 Oct 14 12:17:20.399 INFO kablam! Compiling xml-rs v0.7.0 Oct 14 12:17:20.400 INFO kablam! Compiling log v0.3.9 Oct 14 12:17:20.561 INFO kablam! Compiling generic-array v0.8.3 Oct 14 12:17:24.676 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 12:17:24.837 INFO kablam! Compiling dlib v0.4.0 Oct 14 12:17:25.887 INFO kablam! Compiling wayland-sys v0.12.5 Oct 14 12:17:31.187 INFO kablam! Compiling num-complex v0.1.43 Oct 14 12:17:32.877 INFO kablam! Compiling num-traits v0.1.43 Oct 14 12:17:32.916 INFO kablam! Compiling tempfile v2.2.0 Oct 14 12:17:38.237 INFO kablam! Compiling wayland-scanner v0.12.5 Oct 14 12:17:38.346 INFO kablam! Compiling gl_generator v0.8.0 Oct 14 12:17:38.348 INFO kablam! Compiling gl_generator v0.7.0 Oct 14 12:17:39.127 INFO kablam! Compiling alga v0.5.3 Oct 14 12:17:44.067 INFO kablam! Compiling wayland-client v0.12.5 Oct 14 12:17:44.067 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 14 12:17:48.707 INFO kablam! Compiling gl v0.9.0 Oct 14 12:17:56.348 INFO kablam! Compiling glutin v0.12.0 Oct 14 12:18:02.390 INFO kablam! Compiling nalgebra v0.14.1 Oct 14 12:18:05.847 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 14 12:18:17.649 INFO kablam! Compiling wayland-window v0.13.2 Oct 14 12:18:19.379 INFO kablam! Compiling winit v0.10.0 Oct 14 12:18:50.091 INFO kablam! Compiling rustfun v0.1.0 (/source) Oct 14 12:18:50.431 INFO kablam! warning: unused import: `std::any::Any` Oct 14 12:18:50.431 INFO kablam! --> src/main.rs:19:5 Oct 14 12:18:50.432 INFO kablam! | Oct 14 12:18:50.432 INFO kablam! 19 | use std::any::Any; Oct 14 12:18:50.432 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:18:50.433 INFO kablam! | Oct 14 12:18:50.433 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:18:50.433 INFO kablam! Oct 14 12:18:50.547 INFO kablam! warning: unused import: `Component` Oct 14 12:18:50.547 INFO kablam! --> src/main.rs:17:18 Oct 14 12:18:50.547 INFO kablam! | Oct 14 12:18:50.548 INFO kablam! 17 | use component::{ Component, Storage }; Oct 14 12:18:50.548 INFO kablam! | ^^^^^^^^^ Oct 14 12:18:50.548 INFO kablam! Oct 14 12:18:50.548 INFO kablam! warning: unused variable: `manager` Oct 14 12:18:50.549 INFO kablam! --> src/main.rs:31:10 Oct 14 12:18:50.549 INFO kablam! | Oct 14 12:18:50.549 INFO kablam! 31 | let mut manager = entity_manager!{ 50, transform : component::TransformComponent }; Oct 14 12:18:50.549 INFO kablam! | ^^^^^^^ help: consider using `_manager` instead Oct 14 12:18:50.550 INFO kablam! | Oct 14 12:18:50.550 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:18:50.550 INFO kablam! Oct 14 12:18:50.550 INFO kablam! warning: variable does not need to be mutable Oct 14 12:18:50.550 INFO kablam! --> src/main.rs:31:6 Oct 14 12:18:50.551 INFO kablam! | Oct 14 12:18:50.551 INFO kablam! 31 | let mut manager = entity_manager!{ 50, transform : component::TransformComponent }; Oct 14 12:18:50.551 INFO kablam! | ----^^^^^^^ Oct 14 12:18:50.551 INFO kablam! | | Oct 14 12:18:50.552 INFO kablam! | help: remove this `mut` Oct 14 12:18:50.552 INFO kablam! | Oct 14 12:18:50.552 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:18:50.552 INFO kablam! Oct 14 12:18:53.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 36s Oct 14 12:18:53.795 INFO kablam! su: No module specific data is present Oct 14 12:18:54.546 INFO running `"docker" "rm" "-f" "091e8c320c3a0987c2f4ff83df79f6dea478fa71fa724b22c952d18ce75ecdf9"` Oct 14 12:18:54.927 INFO blam! 091e8c320c3a0987c2f4ff83df79f6dea478fa71fa724b22c952d18ce75ecdf9 Oct 14 12:18:54.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12:18:55.441 INFO blam! 1c3371893f04ddd64a678a0fbd5e70943b96a0bb5c95b87f9bd138226e7bc336 Oct 14 12:18:55.443 INFO running `"docker" "start" "-a" "1c3371893f04ddd64a678a0fbd5e70943b96a0bb5c95b87f9bd138226e7bc336"` Oct 14 12:18:57.586 INFO kablam! usermod: no changes Oct 14 12:18:57.829 INFO kablam! Compiling rustfun v0.1.0 (/source) Oct 14 12:18:58.215 INFO kablam! warning: unused import: `std::any::Any` Oct 14 12:18:58.216 INFO kablam! --> src/main.rs:19:5 Oct 14 12:18:58.216 INFO kablam! | Oct 14 12:18:58.217 INFO kablam! 19 | use std::any::Any; Oct 14 12:18:58.217 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:18:58.218 INFO kablam! | Oct 14 12:18:58.218 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:18:58.219 INFO kablam! Oct 14 12:18:58.319 INFO kablam! warning: unused import: `Component` Oct 14 12:18:58.319 INFO kablam! --> src/main.rs:17:18 Oct 14 12:18:58.319 INFO kablam! | Oct 14 12:18:58.319 INFO kablam! 17 | use component::{ Component, Storage }; Oct 14 12:18:58.319 INFO kablam! | ^^^^^^^^^ Oct 14 12:18:58.319 INFO kablam! Oct 14 12:18:58.335 INFO kablam! warning: unused variable: `manager` Oct 14 12:18:58.335 INFO kablam! --> src/main.rs:31:10 Oct 14 12:18:58.335 INFO kablam! | Oct 14 12:18:58.335 INFO kablam! 31 | let mut manager = entity_manager!{ 50, transform : component::TransformComponent }; Oct 14 12:18:58.335 INFO kablam! | ^^^^^^^ help: consider using `_manager` instead Oct 14 12:18:58.335 INFO kablam! | Oct 14 12:18:58.335 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:18:58.335 INFO kablam! Oct 14 12:18:58.335 INFO kablam! warning: variable does not need to be mutable Oct 14 12:18:58.335 INFO kablam! --> src/main.rs:31:6 Oct 14 12:18:58.335 INFO kablam! | Oct 14 12:18:58.335 INFO kablam! 31 | let mut manager = entity_manager!{ 50, transform : component::TransformComponent }; Oct 14 12:18:58.335 INFO kablam! | ----^^^^^^^ Oct 14 12:18:58.335 INFO kablam! | | Oct 14 12:18:58.335 INFO kablam! | help: remove this `mut` Oct 14 12:18:58.335 INFO kablam! | Oct 14 12:18:58.335 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:18:58.335 INFO kablam! Oct 14 12:18:58.858 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 14 12:18:58.867 INFO kablam! su: No module specific data is present Oct 14 12:19:00.497 INFO running `"docker" "rm" "-f" "1c3371893f04ddd64a678a0fbd5e70943b96a0bb5c95b87f9bd138226e7bc336"` Oct 14 12:19:00.831 INFO blam! 1c3371893f04ddd64a678a0fbd5e70943b96a0bb5c95b87f9bd138226e7bc336 Oct 14 12:19:00.837 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12:19:01.273 INFO blam! 76cda520670751e51ed5da15285ef96667268f52be4eeb9e4bca62eedad31a58 Oct 14 12:19:01.275 INFO running `"docker" "start" "-a" "76cda520670751e51ed5da15285ef96667268f52be4eeb9e4bca62eedad31a58"` Oct 14 12:19:03.782 INFO kablam! usermod: no changes Oct 14 12:19:03.983 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 14 12:19:03.990 INFO kablam! Running /target/debug/deps/rustfun-4ef1ddde3db6a0ef Oct 14 12:19:04.006 INFO blam! Oct 14 12:19:04.006 INFO blam! running 0 tests Oct 14 12:19:04.006 INFO blam! Oct 14 12:19:04.006 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:19:04.006 INFO blam! Oct 14 12:19:04.011 INFO kablam! su: No module specific data is present Oct 14 12:19:05.402 INFO running `"docker" "rm" "-f" "76cda520670751e51ed5da15285ef96667268f52be4eeb9e4bca62eedad31a58"` Oct 14 12:19:05.680 INFO blam! 76cda520670751e51ed5da15285ef96667268f52be4eeb9e4bca62eedad31a58