Oct 21 23:01:01.053 INFO checking tinyecs-0.0.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:01:01.053 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 23:01:01.548 INFO blam! 1eddda6e4ffadbce86befbb94b3d545cc65e7b57f1a1a1c0f4b5ce39d0c14809 Oct 21 23:01:01.552 INFO running `"docker" "start" "-a" "1eddda6e4ffadbce86befbb94b3d545cc65e7b57f1a1a1c0f4b5ce39d0c14809"` Oct 21 23:01:02.174 INFO kablam! usermod: no changes Oct 21 23:01:02.223 INFO kablam! Checking tinyprof v0.0.1 Oct 21 23:01:02.836 INFO kablam! Checking tinyecs v0.0.3 (/source) Oct 21 23:01:03.527 INFO kablam! warning: variable does not need to be mutable Oct 21 23:01:03.527 INFO kablam! --> src/fast_dict.rs:102:18 Oct 21 23:01:03.527 INFO kablam! | Oct 21 23:01:03.527 INFO kablam! 102 | Some(mut item) => match item { Oct 21 23:01:03.527 INFO kablam! | ----^^^^ Oct 21 23:01:03.527 INFO kablam! | | Oct 21 23:01:03.527 INFO kablam! | help: remove this `mut` Oct 21 23:01:03.527 INFO kablam! | Oct 21 23:01:03.527 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:01:03.527 INFO kablam! Oct 21 23:01:03.553 INFO kablam! warning: variable does not need to be mutable Oct 21 23:01:03.553 INFO kablam! --> src/fast_dict.rs:102:18 Oct 21 23:01:03.553 INFO kablam! | Oct 21 23:01:03.553 INFO kablam! 102 | Some(mut item) => match item { Oct 21 23:01:03.553 INFO kablam! | ----^^^^ Oct 21 23:01:03.553 INFO kablam! | | Oct 21 23:01:03.553 INFO kablam! | help: remove this `mut` Oct 21 23:01:03.553 INFO kablam! | Oct 21 23:01:03.553 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:01:03.553 INFO kablam! Oct 21 23:01:04.269 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:01:04.269 INFO kablam! --> examples/process_types.rs:1:1 Oct 21 23:01:04.269 INFO kablam! | Oct 21 23:01:04.269 INFO kablam! 1 | #[macro_use] extern crate tinyecs; Oct 21 23:01:04.269 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:01:04.269 INFO kablam! | Oct 21 23:01:04.269 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:01:04.269 INFO kablam! Oct 21 23:01:04.275 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:01:04.276 INFO kablam! --> examples/process_macro.rs:1:1 Oct 21 23:01:04.276 INFO kablam! | Oct 21 23:01:04.276 INFO kablam! 1 | #[macro_use] extern crate tinyecs; Oct 21 23:01:04.277 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:01:04.277 INFO kablam! | Oct 21 23:01:04.277 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:01:04.277 INFO kablam! Oct 21 23:01:04.339 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:01:04.339 INFO kablam! --> examples/systems.rs:1:1 Oct 21 23:01:04.339 INFO kablam! | Oct 21 23:01:04.339 INFO kablam! 1 | #[macro_use] extern crate tinyecs; Oct 21 23:01:04.339 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:01:04.339 INFO kablam! | Oct 21 23:01:04.339 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:01:04.339 INFO kablam! Oct 21 23:01:04.741 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:01:04.741 INFO kablam! --> examples/render_gui_system.rs:4:1 Oct 21 23:01:04.741 INFO kablam! | Oct 21 23:01:04.742 INFO kablam! 4 | #[macro_use] extern crate tinyecs; Oct 21 23:01:04.742 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:01:04.742 INFO kablam! | Oct 21 23:01:04.742 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:01:04.743 INFO kablam! Oct 21 23:01:04.966 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:01:04.966 INFO kablam! --> examples/spawn_system.rs:1:1 Oct 21 23:01:04.966 INFO kablam! | Oct 21 23:01:04.966 INFO kablam! 1 | #[macro_use] extern crate tinyecs; Oct 21 23:01:04.966 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:01:04.966 INFO kablam! | Oct 21 23:01:04.966 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:01:04.966 INFO kablam! Oct 21 23:01:05.020 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.81s Oct 21 23:01:05.020 INFO kablam! su: No module specific data is present Oct 21 23:01:05.514 INFO running `"docker" "rm" "-f" "1eddda6e4ffadbce86befbb94b3d545cc65e7b57f1a1a1c0f4b5ce39d0c14809"` Oct 21 23:01:05.707 INFO blam! 1eddda6e4ffadbce86befbb94b3d545cc65e7b57f1a1a1c0f4b5ce39d0c14809