Oct 13 07:40:11.143 INFO checking tangle-0.4.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:40:11.145 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:40:11.708 INFO blam! 97eb7bb21f6778ba202da4bb2bb5099b8823778b65124ad9fc17a9e4be94399e Oct 13 07:40:11.714 INFO running `"docker" "start" "-a" "97eb7bb21f6778ba202da4bb2bb5099b8823778b65124ad9fc17a9e4be94399e"` Oct 13 07:40:13.193 INFO kablam! usermod: no changes Oct 13 07:40:13.282 INFO kablam! Checking tangle v0.4.0 (/source) Oct 13 07:40:14.332 INFO kablam! warning: unused import: `std::thread` Oct 13 07:40:14.332 INFO kablam! --> src/lib.rs:7:5 Oct 13 07:40:14.332 INFO kablam! | Oct 13 07:40:14.332 INFO kablam! 7 | use std::thread; Oct 13 07:40:14.332 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:40:14.332 INFO kablam! | Oct 13 07:40:14.332 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:40:14.332 INFO kablam! Oct 13 07:40:14.334 INFO kablam! warning: unused import: `std::convert` Oct 13 07:40:14.334 INFO kablam! --> src/lib.rs:10:5 Oct 13 07:40:14.334 INFO kablam! | Oct 13 07:40:14.334 INFO kablam! 10 | use std::convert; Oct 13 07:40:14.334 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:40:14.334 INFO kablam! Oct 13 07:40:14.337 INFO kablam! error: defaults for type parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions. Oct 13 07:40:14.337 INFO kablam! --> src/lib.rs:178:9 Oct 13 07:40:14.337 INFO kablam! | Oct 13 07:40:14.337 INFO kablam! 178 | impl Future Oct 13 07:40:14.337 INFO kablam! | ^ Oct 13 07:40:14.344 INFO kablam! | Oct 13 07:40:14.344 INFO kablam! = note: #[deny(invalid_type_param_default)] on by default Oct 13 07:40:14.344 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 07:40:14.344 INFO kablam! = note: for more information, see issue #36887 Oct 13 07:40:14.344 INFO kablam! Oct 13 07:40:14.352 INFO kablam! error: aborting due to previous error Oct 13 07:40:14.352 INFO kablam! Oct 13 07:40:14.359 INFO kablam! error: Could not compile `tangle`. Oct 13 07:40:14.359 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 07:40:14.452 INFO kablam! warning: unused import: `std::thread` Oct 13 07:40:14.452 INFO kablam! --> src/lib.rs:7:5 Oct 13 07:40:14.452 INFO kablam! | Oct 13 07:40:14.452 INFO kablam! 7 | use std::thread; Oct 13 07:40:14.452 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:40:14.452 INFO kablam! | Oct 13 07:40:14.452 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:40:14.452 INFO kablam! Oct 13 07:40:14.452 INFO kablam! warning: unused import: `std::convert` Oct 13 07:40:14.452 INFO kablam! --> src/lib.rs:10:5 Oct 13 07:40:14.452 INFO kablam! | Oct 13 07:40:14.452 INFO kablam! 10 | use std::convert; Oct 13 07:40:14.452 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:40:14.452 INFO kablam! Oct 13 07:40:14.460 INFO kablam! warning: unused imports: `Receiver`, `Sender` Oct 13 07:40:14.460 INFO kablam! --> src/lib.rs:368:36 Oct 13 07:40:14.460 INFO kablam! | Oct 13 07:40:14.460 INFO kablam! 368 | use std::sync::mpsc::{channel, Receiver, Sender}; Oct 13 07:40:14.460 INFO kablam! | ^^^^^^^^ ^^^^^^ Oct 13 07:40:14.460 INFO kablam! Oct 13 07:40:14.460 INFO kablam! error: defaults for type parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions. Oct 13 07:40:14.460 INFO kablam! --> src/lib.rs:178:9 Oct 13 07:40:14.460 INFO kablam! | Oct 13 07:40:14.460 INFO kablam! 178 | impl Future Oct 13 07:40:14.460 INFO kablam! | ^ Oct 13 07:40:14.460 INFO kablam! | Oct 13 07:40:14.460 INFO kablam! = note: #[deny(invalid_type_param_default)] on by default Oct 13 07:40:14.460 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 07:40:14.460 INFO kablam! = note: for more information, see issue #36887 Oct 13 07:40:14.460 INFO kablam! Oct 13 07:40:14.464 INFO kablam! error: aborting due to previous error Oct 13 07:40:14.464 INFO kablam! Oct 13 07:40:14.468 INFO kablam! error: Could not compile `tangle`. Oct 13 07:40:14.468 INFO kablam! Oct 13 07:40:14.468 INFO kablam! To learn more, run the command again with --verbose. Oct 13 07:40:14.468 INFO kablam! su: No module specific data is present Oct 13 07:40:15.767 INFO running `"docker" "rm" "-f" "97eb7bb21f6778ba202da4bb2bb5099b8823778b65124ad9fc17a9e4be94399e"` Oct 13 07:40:16.080 INFO blam! 97eb7bb21f6778ba202da4bb2bb5099b8823778b65124ad9fc17a9e4be94399e