Oct 14 12:16:39.629 INFO testing martin-jw/rusteng against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 12:16:39.630 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 12:16:40.189 INFO blam! 6825eadb69954616ad0025002dd16324e491f521e77ee7d0b38ca3ca918a1540 Oct 14 12:16:40.190 INFO running `"docker" "start" "-a" "6825eadb69954616ad0025002dd16324e491f521e77ee7d0b38ca3ca918a1540"` Oct 14 12:16:42.766 INFO kablam! usermod: no changes Oct 14 12:16:43.015 INFO kablam! Compiling bitflags v1.0.1 Oct 14 12:16:43.015 INFO kablam! Compiling libloading v0.4.3 Oct 14 12:16:43.016 INFO kablam! Compiling token_store v0.1.2 Oct 14 12:16:43.016 INFO kablam! Compiling khronos_api v2.0.0 Oct 14 12:16:43.043 INFO kablam! Compiling typenum v1.10.0 Oct 14 12:16:43.044 INFO kablam! Compiling matrixmultiply v0.1.14 Oct 14 12:16:43.045 INFO kablam! Compiling approx v0.1.1 Oct 14 12:16:43.046 INFO kablam! Compiling rawpointer v0.1.0 Oct 14 12:16:43.931 INFO kablam! Compiling log v0.4.1 Oct 14 12:16:45.028 INFO kablam! Compiling x11-dl v2.17.2 Oct 14 12:16:45.715 INFO kablam! Compiling memmap v0.6.2 Oct 14 12:16:45.731 INFO kablam! Compiling shared_library v0.1.8 Oct 14 12:16:45.808 INFO kablam! Compiling rand v0.4.2 Oct 14 12:16:49.360 INFO kablam! Compiling num-traits v0.1.43 Oct 14 12:16:49.361 INFO kablam! Compiling num-complex v0.1.43 Oct 14 12:16:49.361 INFO kablam! Compiling xml-rs v0.7.0 Oct 14 12:16:49.407 INFO kablam! Compiling tempfile v2.2.0 Oct 14 12:16:49.635 INFO kablam! Compiling log v0.3.9 Oct 14 12:16:49.764 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 12:16:54.731 INFO kablam! Compiling dlib v0.4.0 Oct 14 12:16:55.676 INFO kablam! Compiling wayland-sys v0.12.5 Oct 14 12:16:57.253 INFO kablam! Compiling alga v0.5.3 Oct 14 12:17:04.873 INFO kablam! Compiling wayland-scanner v0.12.5 Oct 14 12:17:04.873 INFO kablam! Compiling gl_generator v0.8.0 Oct 14 12:17:04.873 INFO kablam! Compiling gl_generator v0.7.0 Oct 14 12:17:05.045 INFO kablam! Compiling generic-array v0.8.3 Oct 14 12:17:10.895 INFO kablam! Compiling wayland-client v0.12.5 Oct 14 12:17:10.896 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 14 12:17:16.467 INFO kablam! Compiling gl v0.9.0 Oct 14 12:17:17.832 INFO kablam! Compiling glutin v0.12.0 Oct 14 12:17:19.255 INFO kablam! Compiling nalgebra v0.14.1 Oct 14 12:17:39.643 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 14 12:17:54.325 INFO kablam! Compiling wayland-window v0.13.2 Oct 14 12:17:56.234 INFO kablam! Compiling winit v0.10.0 Oct 14 12:18:28.927 INFO kablam! Compiling rustfun v0.1.0 (/source) Oct 14 12:18:29.247 INFO kablam! warning: unused import: `std::any::Any` Oct 14 12:18:29.247 INFO kablam! --> src/main.rs:19:5 Oct 14 12:18:29.247 INFO kablam! | Oct 14 12:18:29.247 INFO kablam! 19 | use std::any::Any; Oct 14 12:18:29.247 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:18:29.247 INFO kablam! | Oct 14 12:18:29.247 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:18:29.247 INFO kablam! Oct 14 12:18:29.355 INFO kablam! warning: unused import: `Component` Oct 14 12:18:29.355 INFO kablam! --> src/main.rs:17:18 Oct 14 12:18:29.355 INFO kablam! | Oct 14 12:18:29.355 INFO kablam! 17 | use component::{ Component, Storage }; Oct 14 12:18:29.355 INFO kablam! | ^^^^^^^^^ Oct 14 12:18:29.355 INFO kablam! Oct 14 12:18:29.355 INFO kablam! warning: unused variable: `manager` Oct 14 12:18:29.355 INFO kablam! --> src/main.rs:31:10 Oct 14 12:18:29.355 INFO kablam! | Oct 14 12:18:29.355 INFO kablam! 31 | let mut manager = entity_manager!{ 50, transform : component::TransformComponent }; Oct 14 12:18:29.355 INFO kablam! | ^^^^^^^ help: consider using `_manager` instead Oct 14 12:18:29.355 INFO kablam! | Oct 14 12:18:29.355 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:18:29.355 INFO kablam! Oct 14 12:18:29.363 INFO kablam! warning: variable does not need to be mutable Oct 14 12:18:29.363 INFO kablam! --> src/main.rs:31:6 Oct 14 12:18:29.363 INFO kablam! | Oct 14 12:18:29.363 INFO kablam! 31 | let mut manager = entity_manager!{ 50, transform : component::TransformComponent }; Oct 14 12:18:29.363 INFO kablam! | ----^^^^^^^ Oct 14 12:18:29.363 INFO kablam! | | Oct 14 12:18:29.363 INFO kablam! | help: remove this `mut` Oct 14 12:18:29.363 INFO kablam! | Oct 14 12:18:29.363 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:18:29.363 INFO kablam! Oct 14 12:18:32.422 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 49s Oct 14 12:18:32.432 INFO kablam! su: No module specific data is present Oct 14 12:18:33.044 INFO running `"docker" "rm" "-f" "6825eadb69954616ad0025002dd16324e491f521e77ee7d0b38ca3ca918a1540"` Oct 14 12:18:33.296 INFO blam! 6825eadb69954616ad0025002dd16324e491f521e77ee7d0b38ca3ca918a1540 Oct 14 12:18:33.307 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 12:18:33.757 INFO blam! e4e9d56887042f6309364ed3a806c6a6e88110deb37a493888f3701cab06d9a7 Oct 14 12:18:33.761 INFO running `"docker" "start" "-a" "e4e9d56887042f6309364ed3a806c6a6e88110deb37a493888f3701cab06d9a7"` Oct 14 12:18:34.887 INFO kablam! usermod: no changes Oct 14 12:18:35.067 INFO kablam! Compiling rustfun v0.1.0 (/source) Oct 14 12:18:35.499 INFO kablam! warning: unused import: `std::any::Any` Oct 14 12:18:35.499 INFO kablam! --> src/main.rs:19:5 Oct 14 12:18:35.499 INFO kablam! | Oct 14 12:18:35.499 INFO kablam! 19 | use std::any::Any; Oct 14 12:18:35.499 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:18:35.499 INFO kablam! | Oct 14 12:18:35.499 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:18:35.499 INFO kablam! Oct 14 12:18:35.635 INFO kablam! warning: unused import: `Component` Oct 14 12:18:35.635 INFO kablam! --> src/main.rs:17:18 Oct 14 12:18:35.635 INFO kablam! | Oct 14 12:18:35.635 INFO kablam! 17 | use component::{ Component, Storage }; Oct 14 12:18:35.635 INFO kablam! | ^^^^^^^^^ Oct 14 12:18:35.635 INFO kablam! Oct 14 12:18:35.641 INFO kablam! warning: unused variable: `manager` Oct 14 12:18:35.641 INFO kablam! --> src/main.rs:31:10 Oct 14 12:18:35.641 INFO kablam! | Oct 14 12:18:35.641 INFO kablam! 31 | let mut manager = entity_manager!{ 50, transform : component::TransformComponent }; Oct 14 12:18:35.641 INFO kablam! | ^^^^^^^ help: consider using `_manager` instead Oct 14 12:18:35.641 INFO kablam! | Oct 14 12:18:35.641 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:18:35.641 INFO kablam! Oct 14 12:18:35.647 INFO kablam! warning: variable does not need to be mutable Oct 14 12:18:35.647 INFO kablam! --> src/main.rs:31:6 Oct 14 12:18:35.647 INFO kablam! | Oct 14 12:18:35.647 INFO kablam! 31 | let mut manager = entity_manager!{ 50, transform : component::TransformComponent }; Oct 14 12:18:35.647 INFO kablam! | ----^^^^^^^ Oct 14 12:18:35.647 INFO kablam! | | Oct 14 12:18:35.647 INFO kablam! | help: remove this `mut` Oct 14 12:18:35.647 INFO kablam! | Oct 14 12:18:35.647 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:18:35.647 INFO kablam! Oct 14 12:18:36.203 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 14 12:18:36.209 INFO kablam! su: No module specific data is present Oct 14 12:18:36.683 INFO running `"docker" "rm" "-f" "e4e9d56887042f6309364ed3a806c6a6e88110deb37a493888f3701cab06d9a7"` Oct 14 12:18:37.029 INFO blam! e4e9d56887042f6309364ed3a806c6a6e88110deb37a493888f3701cab06d9a7 Oct 14 12:18:37.038 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 12:18:37.259 INFO blam! b23291e9de269580053aedfedd9808bd6726ea66bc8ae6630746a6015d57dd54 Oct 14 12:18:37.259 INFO running `"docker" "start" "-a" "b23291e9de269580053aedfedd9808bd6726ea66bc8ae6630746a6015d57dd54"` Oct 14 12:18:37.801 INFO kablam! usermod: no changes Oct 14 12:18:37.926 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 12:18:37.932 INFO kablam! Running /target/debug/deps/rustfun-95290bbd470785dc Oct 14 12:18:37.935 INFO blam! Oct 14 12:18:37.935 INFO blam! running 0 tests Oct 14 12:18:37.935 INFO blam! Oct 14 12:18:37.935 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:18:37.935 INFO blam! Oct 14 12:18:37.936 INFO kablam! su: No module specific data is present Oct 14 12:18:38.628 INFO running `"docker" "rm" "-f" "b23291e9de269580053aedfedd9808bd6726ea66bc8ae6630746a6015d57dd54"` Oct 14 12:18:38.819 INFO blam! b23291e9de269580053aedfedd9808bd6726ea66bc8ae6630746a6015d57dd54