Oct 10 18:55:17.662 INFO testing martin-jw/rusteng against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:55:17.662 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:55:17.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:55:18.004 INFO blam! 49a0317c0b463d2acd42956b0c84f27bc8e9d36962c7973f65418994af785b5f Oct 10 18:55:18.013 INFO running `"docker" "start" "-a" "49a0317c0b463d2acd42956b0c84f27bc8e9d36962c7973f65418994af785b5f"` Oct 10 18:55:19.644 INFO kablam! usermod: no changes Oct 10 18:55:19.920 INFO kablam! Compiling num-complex v0.1.43 Oct 10 18:55:19.922 INFO kablam! Compiling gl_generator v0.8.0 Oct 10 18:55:19.922 INFO kablam! Compiling x11-dl v2.17.2 Oct 10 18:55:19.928 INFO kablam! Compiling wayland-client v0.12.5 Oct 10 18:55:25.475 INFO kablam! Compiling alga v0.5.3 Oct 10 18:55:27.066 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 10 18:55:27.068 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 10 18:55:30.645 INFO kablam! Compiling gl v0.9.0 Oct 10 18:55:46.212 INFO kablam! Compiling nalgebra v0.14.1 Oct 10 18:55:47.924 INFO kablam! Compiling wayland-window v0.13.2 Oct 10 18:55:52.088 INFO kablam! Compiling winit v0.10.0 Oct 10 18:56:01.829 INFO kablam! Compiling glutin v0.12.0 Oct 10 18:56:32.503 INFO kablam! Compiling rustfun v0.1.0 (/source) Oct 10 18:56:34.581 INFO kablam! warning: unused import: `std::any::Any` Oct 10 18:56:34.581 INFO kablam! --> src/main.rs:19:5 Oct 10 18:56:34.581 INFO kablam! | Oct 10 18:56:34.581 INFO kablam! 19 | use std::any::Any; Oct 10 18:56:34.581 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:56:34.581 INFO kablam! | Oct 10 18:56:34.581 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:56:34.581 INFO kablam! Oct 10 18:56:34.673 INFO kablam! warning: unused import: `Component` Oct 10 18:56:34.673 INFO kablam! --> src/main.rs:17:18 Oct 10 18:56:34.673 INFO kablam! | Oct 10 18:56:34.673 INFO kablam! 17 | use component::{ Component, Storage }; Oct 10 18:56:34.673 INFO kablam! | ^^^^^^^^^ Oct 10 18:56:34.673 INFO kablam! Oct 10 18:56:34.680 INFO kablam! warning: unused variable: `manager` Oct 10 18:56:34.680 INFO kablam! --> src/main.rs:31:10 Oct 10 18:56:34.680 INFO kablam! | Oct 10 18:56:34.680 INFO kablam! 31 | let mut manager = entity_manager!{ 50, transform : component::TransformComponent }; Oct 10 18:56:34.680 INFO kablam! | ^^^^^^^ help: consider using `_manager` instead Oct 10 18:56:34.680 INFO kablam! | Oct 10 18:56:34.680 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:56:34.680 INFO kablam! Oct 10 18:56:34.696 INFO kablam! warning: variable does not need to be mutable Oct 10 18:56:34.696 INFO kablam! --> src/main.rs:31:6 Oct 10 18:56:34.696 INFO kablam! | Oct 10 18:56:34.696 INFO kablam! 31 | let mut manager = entity_manager!{ 50, transform : component::TransformComponent }; Oct 10 18:56:34.696 INFO kablam! | ----^^^^^^^ Oct 10 18:56:34.696 INFO kablam! | | Oct 10 18:56:34.696 INFO kablam! | help: remove this `mut` Oct 10 18:56:34.696 INFO kablam! | Oct 10 18:56:34.696 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:56:34.696 INFO kablam! Oct 10 18:56:37.302 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 10 18:56:37.311 INFO kablam! su: No module specific data is present Oct 10 18:56:37.966 INFO running `"docker" "rm" "-f" "49a0317c0b463d2acd42956b0c84f27bc8e9d36962c7973f65418994af785b5f"` Oct 10 18:56:38.304 INFO blam! 49a0317c0b463d2acd42956b0c84f27bc8e9d36962c7973f65418994af785b5f Oct 10 18:56:38.307 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:56:38.307 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:56:38.750 INFO blam! 951f9e260754e54a8cfdad40b999b50749c93901a14d109098ae3c52ab70aaa5 Oct 10 18:56:38.753 INFO running `"docker" "start" "-a" "951f9e260754e54a8cfdad40b999b50749c93901a14d109098ae3c52ab70aaa5"` Oct 10 18:56:39.817 INFO kablam! usermod: no changes Oct 10 18:56:40.016 INFO kablam! Compiling rustfun v0.1.0 (/source) Oct 10 18:56:42.256 INFO kablam! warning: unused import: `std::any::Any` Oct 10 18:56:42.256 INFO kablam! --> src/main.rs:19:5 Oct 10 18:56:42.256 INFO kablam! | Oct 10 18:56:42.256 INFO kablam! 19 | use std::any::Any; Oct 10 18:56:42.256 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:56:42.256 INFO kablam! | Oct 10 18:56:42.256 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:56:42.256 INFO kablam! Oct 10 18:56:42.356 INFO kablam! warning: unused import: `Component` Oct 10 18:56:42.356 INFO kablam! --> src/main.rs:17:18 Oct 10 18:56:42.356 INFO kablam! | Oct 10 18:56:42.356 INFO kablam! 17 | use component::{ Component, Storage }; Oct 10 18:56:42.356 INFO kablam! | ^^^^^^^^^ Oct 10 18:56:42.356 INFO kablam! Oct 10 18:56:42.367 INFO kablam! warning: unused variable: `manager` Oct 10 18:56:42.367 INFO kablam! --> src/main.rs:31:10 Oct 10 18:56:42.367 INFO kablam! | Oct 10 18:56:42.367 INFO kablam! 31 | let mut manager = entity_manager!{ 50, transform : component::TransformComponent }; Oct 10 18:56:42.367 INFO kablam! | ^^^^^^^ help: consider using `_manager` instead Oct 10 18:56:42.367 INFO kablam! | Oct 10 18:56:42.367 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:56:42.367 INFO kablam! Oct 10 18:56:42.367 INFO kablam! warning: variable does not need to be mutable Oct 10 18:56:42.367 INFO kablam! --> src/main.rs:31:6 Oct 10 18:56:42.367 INFO kablam! | Oct 10 18:56:42.367 INFO kablam! 31 | let mut manager = entity_manager!{ 50, transform : component::TransformComponent }; Oct 10 18:56:42.367 INFO kablam! | ----^^^^^^^ Oct 10 18:56:42.367 INFO kablam! | | Oct 10 18:56:42.367 INFO kablam! | help: remove this `mut` Oct 10 18:56:42.367 INFO kablam! | Oct 10 18:56:42.367 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:56:42.367 INFO kablam! Oct 10 18:56:42.965 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.12s Oct 10 18:56:42.972 INFO kablam! su: No module specific data is present Oct 10 18:56:43.603 INFO running `"docker" "rm" "-f" "951f9e260754e54a8cfdad40b999b50749c93901a14d109098ae3c52ab70aaa5"` Oct 10 18:56:43.952 INFO blam! 951f9e260754e54a8cfdad40b999b50749c93901a14d109098ae3c52ab70aaa5 Oct 10 18:56:43.968 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:56:43.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:56:44.466 INFO blam! 30b86ade6a87be1c7af6e862468fb4562504ebffebdc4a61e97fa72a158abcec Oct 10 18:56:44.467 INFO running `"docker" "start" "-a" "30b86ade6a87be1c7af6e862468fb4562504ebffebdc4a61e97fa72a158abcec"` Oct 10 18:56:45.560 INFO kablam! usermod: no changes Oct 10 18:56:45.670 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 10 18:56:45.688 INFO kablam! Running /target/debug/deps/rustfun-4ef1ddde3db6a0ef Oct 10 18:56:45.694 INFO blam! Oct 10 18:56:45.694 INFO blam! running 0 tests Oct 10 18:56:45.694 INFO blam! Oct 10 18:56:45.695 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:56:45.695 INFO blam! Oct 10 18:56:45.700 INFO kablam! su: No module specific data is present Oct 10 18:56:46.513 INFO running `"docker" "rm" "-f" "30b86ade6a87be1c7af6e862468fb4562504ebffebdc4a61e97fa72a158abcec"` Oct 10 18:56:46.848 INFO blam! 30b86ade6a87be1c7af6e862468fb4562504ebffebdc4a61e97fa72a158abcec