Oct 28 00:08:41.059 INFO checking caribon-0.8.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:08:41.060 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 28 00:08:41.529 INFO blam! 930d15af9c60c947f2c40184a56c19a9b49b64afa542f627ee47fafa5c9f1fb3 Oct 28 00:08:41.531 INFO running `"docker" "start" "-a" "930d15af9c60c947f2c40184a56c19a9b49b64afa542f627ee47fafa5c9f1fb3"` Oct 28 00:08:44.067 INFO kablam! usermod: no changes Oct 28 00:08:44.119 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 28 00:08:44.119 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 28 00:08:44.119 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 28 00:08:44.119 INFO kablam! files will be included as a binary target: Oct 28 00:08:44.119 INFO kablam! Oct 28 00:08:44.119 INFO kablam! * /source/src/bin/config.rs Oct 28 00:08:44.119 INFO kablam! Oct 28 00:08:44.119 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 28 00:08:44.119 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 28 00:08:44.119 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 28 00:08:44.119 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 28 00:08:44.119 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 28 00:08:44.119 INFO kablam! Oct 28 00:08:44.119 INFO kablam! For more information on this warning you can consult Oct 28 00:08:44.119 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 28 00:08:44.163 INFO kablam! Compiling stemmer v0.3.2 Oct 28 00:08:48.825 INFO kablam! Checking caribon v0.8.1 (/source) Oct 28 00:08:50.539 INFO kablam! warning: variable does not need to be mutable Oct 28 00:08:50.539 INFO kablam! --> src/lib/parser.rs:507:13 Oct 28 00:08:50.539 INFO kablam! | Oct 28 00:08:50.539 INFO kablam! 507 | let mut vec = ast.get_body_mut(); Oct 28 00:08:50.539 INFO kablam! | ----^^^ Oct 28 00:08:50.539 INFO kablam! | | Oct 28 00:08:50.539 INFO kablam! | help: remove this `mut` Oct 28 00:08:50.539 INFO kablam! | Oct 28 00:08:50.539 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 28 00:08:50.539 INFO kablam! Oct 28 00:08:50.539 INFO kablam! warning: variable does not need to be mutable Oct 28 00:08:50.539 INFO kablam! --> src/lib/parser.rs:624:13 Oct 28 00:08:50.539 INFO kablam! | Oct 28 00:08:50.539 INFO kablam! 624 | let mut vec = ast.get_body_mut(); Oct 28 00:08:50.539 INFO kablam! | ----^^^ Oct 28 00:08:50.539 INFO kablam! | | Oct 28 00:08:50.539 INFO kablam! | help: remove this `mut` Oct 28 00:08:50.539 INFO kablam! Oct 28 00:08:50.539 INFO kablam! warning: variable does not need to be mutable Oct 28 00:08:50.539 INFO kablam! --> src/lib/parser.rs:663:13 Oct 28 00:08:50.539 INFO kablam! | Oct 28 00:08:50.539 INFO kablam! 663 | let mut res = words; Oct 28 00:08:50.539 INFO kablam! | ----^^^ Oct 28 00:08:50.539 INFO kablam! | | Oct 28 00:08:50.539 INFO kablam! | help: remove this `mut` Oct 28 00:08:50.539 INFO kablam! Oct 28 00:08:50.683 INFO kablam! warning: variable does not need to be mutable Oct 28 00:08:50.683 INFO kablam! --> src/lib/parser.rs:507:13 Oct 28 00:08:50.684 INFO kablam! | Oct 28 00:08:50.684 INFO kablam! 507 | let mut vec = ast.get_body_mut(); Oct 28 00:08:50.684 INFO kablam! | ----^^^ Oct 28 00:08:50.684 INFO kablam! | | Oct 28 00:08:50.685 INFO kablam! | help: remove this `mut` Oct 28 00:08:50.685 INFO kablam! | Oct 28 00:08:50.685 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 28 00:08:50.685 INFO kablam! Oct 28 00:08:50.685 INFO kablam! warning: variable does not need to be mutable Oct 28 00:08:50.686 INFO kablam! --> src/lib/parser.rs:624:13 Oct 28 00:08:50.686 INFO kablam! | Oct 28 00:08:50.686 INFO kablam! 624 | let mut vec = ast.get_body_mut(); Oct 28 00:08:50.686 INFO kablam! | ----^^^ Oct 28 00:08:50.686 INFO kablam! | | Oct 28 00:08:50.686 INFO kablam! | help: remove this `mut` Oct 28 00:08:50.686 INFO kablam! Oct 28 00:08:50.688 INFO kablam! warning: variable does not need to be mutable Oct 28 00:08:50.688 INFO kablam! --> src/lib/parser.rs:663:13 Oct 28 00:08:50.688 INFO kablam! | Oct 28 00:08:50.689 INFO kablam! 663 | let mut res = words; Oct 28 00:08:50.689 INFO kablam! | ----^^^ Oct 28 00:08:50.689 INFO kablam! | | Oct 28 00:08:50.690 INFO kablam! | help: remove this `mut` Oct 28 00:08:50.690 INFO kablam! Oct 28 00:08:52.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.27s Oct 28 00:08:52.373 INFO kablam! su: No module specific data is present Oct 28 00:08:53.115 INFO running `"docker" "rm" "-f" "930d15af9c60c947f2c40184a56c19a9b49b64afa542f627ee47fafa5c9f1fb3"` Oct 28 00:08:53.371 INFO blam! 930d15af9c60c947f2c40184a56c19a9b49b64afa542f627ee47fafa5c9f1fb3