Oct 13 07:23:34.037 INFO checking tinyecs-0.0.3 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:23:34.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 07:23:34.294 INFO blam! 22c7c4e137689006cf1ea773121648b0a25d7e07922677ffe68ef6222c7e6b73 Oct 13 07:23:34.304 INFO running `"docker" "start" "-a" "22c7c4e137689006cf1ea773121648b0a25d7e07922677ffe68ef6222c7e6b73"` Oct 13 07:23:35.124 INFO kablam! usermod: no changes Oct 13 07:23:35.191 INFO kablam! Checking tinyprof v0.0.1 Oct 13 07:23:35.845 INFO kablam! Checking tinyecs v0.0.3 (/source) Oct 13 07:23:36.653 INFO kablam! warning: variable does not need to be mutable Oct 13 07:23:36.653 INFO kablam! --> src/fast_dict.rs:102:18 Oct 13 07:23:36.653 INFO kablam! | Oct 13 07:23:36.653 INFO kablam! 102 | Some(mut item) => match item { Oct 13 07:23:36.653 INFO kablam! | ----^^^^ Oct 13 07:23:36.653 INFO kablam! | | Oct 13 07:23:36.653 INFO kablam! | help: remove this `mut` Oct 13 07:23:36.653 INFO kablam! | Oct 13 07:23:36.653 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 07:23:36.653 INFO kablam! Oct 13 07:23:36.722 INFO kablam! warning: variable does not need to be mutable Oct 13 07:23:36.727 INFO kablam! --> src/fast_dict.rs:102:18 Oct 13 07:23:36.727 INFO kablam! | Oct 13 07:23:36.727 INFO kablam! 102 | Some(mut item) => match item { Oct 13 07:23:36.727 INFO kablam! | ----^^^^ Oct 13 07:23:36.727 INFO kablam! | | Oct 13 07:23:36.727 INFO kablam! | help: remove this `mut` Oct 13 07:23:36.727 INFO kablam! | Oct 13 07:23:36.727 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 07:23:36.727 INFO kablam! Oct 13 07:23:37.392 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:23:37.392 INFO kablam! --> examples/process_macro.rs:1:1 Oct 13 07:23:37.392 INFO kablam! | Oct 13 07:23:37.392 INFO kablam! 1 | #[macro_use] extern crate tinyecs; Oct 13 07:23:37.392 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:23:37.392 INFO kablam! | Oct 13 07:23:37.392 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:23:37.392 INFO kablam! Oct 13 07:23:37.408 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:23:37.408 INFO kablam! --> examples/render_gui_system.rs:4:1 Oct 13 07:23:37.408 INFO kablam! | Oct 13 07:23:37.408 INFO kablam! 4 | #[macro_use] extern crate tinyecs; Oct 13 07:23:37.408 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:23:37.408 INFO kablam! | Oct 13 07:23:37.408 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:23:37.408 INFO kablam! Oct 13 07:23:37.462 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:23:37.464 INFO kablam! --> examples/systems.rs:1:1 Oct 13 07:23:37.465 INFO kablam! | Oct 13 07:23:37.465 INFO kablam! 1 | #[macro_use] extern crate tinyecs; Oct 13 07:23:37.465 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:23:37.465 INFO kablam! | Oct 13 07:23:37.466 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:23:37.466 INFO kablam! Oct 13 07:23:37.520 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:23:37.520 INFO kablam! --> examples/process_types.rs:1:1 Oct 13 07:23:37.520 INFO kablam! | Oct 13 07:23:37.520 INFO kablam! 1 | #[macro_use] extern crate tinyecs; Oct 13 07:23:37.520 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:23:37.520 INFO kablam! | Oct 13 07:23:37.520 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:23:37.520 INFO kablam! Oct 13 07:23:37.561 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:23:37.561 INFO kablam! --> examples/spawn_system.rs:1:1 Oct 13 07:23:37.561 INFO kablam! | Oct 13 07:23:37.562 INFO kablam! 1 | #[macro_use] extern crate tinyecs; Oct 13 07:23:37.562 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:23:37.562 INFO kablam! | Oct 13 07:23:37.563 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:23:37.563 INFO kablam! Oct 13 07:23:37.640 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.49s Oct 13 07:23:37.645 INFO kablam! su: No module specific data is present Oct 13 07:23:38.038 INFO running `"docker" "rm" "-f" "22c7c4e137689006cf1ea773121648b0a25d7e07922677ffe68ef6222c7e6b73"` Oct 13 07:23:38.200 INFO blam! 22c7c4e137689006cf1ea773121648b0a25d7e07922677ffe68ef6222c7e6b73