Sep 01 10:32:07.225 INFO checking qcollect-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 10:32:07.225 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 10:32:07.225 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 10:32:07.381 INFO blam! 2203784d3d65e0c2751b8903663b16316a20d938d8492a51b15ff066af7a5552 Sep 01 10:32:07.384 INFO running `"docker" "start" "-a" "2203784d3d65e0c2751b8903663b16316a20d938d8492a51b15ff066af7a5552"` Sep 01 10:32:08.202 INFO kablam! Checking raw-vec v0.1.0 Sep 01 10:32:08.202 INFO kablam! Checking qindex_multi v0.1.2 Sep 01 10:32:08.252 INFO kablam! error[E0557]: feature has been removed Sep 01 10:32:08.252 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/raw-vec-0.1.0/src/lib.rs:11:16 Sep 01 10:32:08.252 INFO kablam! | Sep 01 10:32:08.252 INFO kablam! 11 | #![feature(rt, unsafe_no_drop_flag, unique, heap_api, box_raw, filling_drop)] Sep 01 10:32:08.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:08.252 INFO kablam! Sep 01 10:32:08.483 INFO kablam! error[E0658]: The attribute `unsafe_no_drop_flag` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 10:32:08.483 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/raw-vec-0.1.0/src/lib.rs:46:3 Sep 01 10:32:08.483 INFO kablam! | Sep 01 10:32:08.483 INFO kablam! 46 | #[unsafe_no_drop_flag] Sep 01 10:32:08.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:08.483 INFO kablam! | Sep 01 10:32:08.483 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 10:32:08.484 INFO kablam! Sep 01 10:32:08.484 INFO kablam! error: aborting due to 2 previous errors Sep 01 10:32:08.484 INFO kablam! Sep 01 10:32:08.484 INFO kablam! Some errors occurred: E0557, E0658. Sep 01 10:32:08.484 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 01 10:32:08.490 INFO kablam! error: Could not compile `raw-vec`. Sep 01 10:32:08.490 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 10:32:08.550 INFO kablam! error[E0309]: the associated type `>::Output` may not live long enough Sep 01 10:32:08.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:115:5 Sep 01 10:32:08.550 INFO kablam! | Sep 01 10:32:08.550 INFO kablam! 115 | type Item = &'c >::Output; Sep 01 10:32:08.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:08.550 INFO kablam! | Sep 01 10:32:08.550 INFO kablam! = help: consider adding an explicit lifetime bound `>::Output: 'c`... Sep 01 10:32:08.550 INFO kablam! note: ...so that the reference type `&'c >::Output` does not outlive the data it points at Sep 01 10:32:08.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:115:5 Sep 01 10:32:08.551 INFO kablam! | Sep 01 10:32:08.551 INFO kablam! 115 | type Item = &'c >::Output; Sep 01 10:32:08.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:08.551 INFO kablam! Sep 01 10:32:08.551 INFO kablam! error[E0309]: the associated type `>::Output` may not live long enough Sep 01 10:32:08.551 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:131:5 Sep 01 10:32:08.551 INFO kablam! | Sep 01 10:32:08.551 INFO kablam! 131 | type Item = &'c mut >::Output; Sep 01 10:32:08.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:08.551 INFO kablam! | Sep 01 10:32:08.551 INFO kablam! = help: consider adding an explicit lifetime bound `>::Output: 'c`... Sep 01 10:32:08.551 INFO kablam! note: ...so that the reference type `&'c mut >::Output` does not outlive the data it points at Sep 01 10:32:08.551 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:131:5 Sep 01 10:32:08.551 INFO kablam! | Sep 01 10:32:08.551 INFO kablam! 131 | type Item = &'c mut >::Output; Sep 01 10:32:08.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:32:08.551 INFO kablam! Sep 01 10:32:08.554 INFO kablam! error: aborting due to 2 previous errors Sep 01 10:32:08.554 INFO kablam! Sep 01 10:32:08.554 INFO kablam! For more information about this error, try `rustc --explain E0309`. Sep 01 10:32:08.560 INFO kablam! error: Could not compile `qindex_multi`. Sep 01 10:32:08.560 INFO kablam! Sep 01 10:32:08.560 INFO kablam! To learn more, run the command again with --verbose. Sep 01 10:32:08.561 INFO kablam! su: No module specific data is present Sep 01 10:32:09.318 INFO running `"docker" "rm" "-f" "2203784d3d65e0c2751b8903663b16316a20d938d8492a51b15ff066af7a5552"` Sep 01 10:32:09.407 INFO blam! 2203784d3d65e0c2751b8903663b16316a20d938d8492a51b15ff066af7a5552