Sep 14 11:20:52.616 INFO checking qcollect-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 11:20:52.616 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 11:20:52.616 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:20:52.829 INFO blam! 19ac42ee797b98282a6b384901d25bd27ab85625a96818c714e1ee6db11609c6 Sep 14 11:20:52.832 INFO running `"docker" "start" "-a" "19ac42ee797b98282a6b384901d25bd27ab85625a96818c714e1ee6db11609c6"` Sep 14 11:20:54.248 INFO kablam! usermod: no changes Sep 14 11:20:54.279 INFO kablam! Checking raw-vec v0.1.0 Sep 14 11:20:54.279 INFO kablam! Checking qindex_multi v0.1.2 Sep 14 11:20:54.323 INFO kablam! error[E0557]: feature has been removed Sep 14 11:20:54.323 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/raw-vec-0.1.0/src/lib.rs:11:16 Sep 14 11:20:54.323 INFO kablam! | Sep 14 11:20:54.323 INFO kablam! 11 | #![feature(rt, unsafe_no_drop_flag, unique, heap_api, box_raw, filling_drop)] Sep 14 11:20:54.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:54.323 INFO kablam! Sep 14 11:20:54.466 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 14 11:20:54.467 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/raw-vec-0.1.0/src/lib.rs:46:3 Sep 14 11:20:54.467 INFO kablam! | Sep 14 11:20:54.467 INFO kablam! 46 | #[unsafe_no_drop_flag] Sep 14 11:20:54.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:54.467 INFO kablam! | Sep 14 11:20:54.467 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 14 11:20:54.467 INFO kablam! Sep 14 11:20:54.467 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:20:54.467 INFO kablam! Sep 14 11:20:54.467 INFO kablam! Some errors occurred: E0557, E0658. Sep 14 11:20:54.467 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 14 11:20:54.476 INFO kablam! error: Could not compile `raw-vec`. Sep 14 11:20:54.476 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:20:54.515 INFO kablam! error[E0309]: the associated type `>::Output` may not live long enough Sep 14 11:20:54.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:115:5 Sep 14 11:20:54.515 INFO kablam! | Sep 14 11:20:54.515 INFO kablam! 115 | type Item = &'c >::Output; Sep 14 11:20:54.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:54.515 INFO kablam! | Sep 14 11:20:54.515 INFO kablam! = help: consider adding an explicit lifetime bound `>::Output: 'c`... Sep 14 11:20:54.515 INFO kablam! note: ...so that the reference type `&'c >::Output` does not outlive the data it points at Sep 14 11:20:54.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:115:5 Sep 14 11:20:54.515 INFO kablam! | Sep 14 11:20:54.515 INFO kablam! 115 | type Item = &'c >::Output; Sep 14 11:20:54.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:54.515 INFO kablam! Sep 14 11:20:54.515 INFO kablam! error[E0309]: the associated type `>::Output` may not live long enough Sep 14 11:20:54.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:131:5 Sep 14 11:20:54.515 INFO kablam! | Sep 14 11:20:54.515 INFO kablam! 131 | type Item = &'c mut >::Output; Sep 14 11:20:54.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:54.515 INFO kablam! | Sep 14 11:20:54.515 INFO kablam! = help: consider adding an explicit lifetime bound `>::Output: 'c`... Sep 14 11:20:54.515 INFO kablam! note: ...so that the reference type `&'c mut >::Output` does not outlive the data it points at Sep 14 11:20:54.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:131:5 Sep 14 11:20:54.515 INFO kablam! | Sep 14 11:20:54.515 INFO kablam! 131 | type Item = &'c mut >::Output; Sep 14 11:20:54.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:20:54.515 INFO kablam! Sep 14 11:20:54.518 INFO kablam! error: aborting due to 2 previous errors Sep 14 11:20:54.518 INFO kablam! Sep 14 11:20:54.518 INFO kablam! For more information about this error, try `rustc --explain E0309`. Sep 14 11:20:54.538 INFO kablam! error: Could not compile `qindex_multi`. Sep 14 11:20:54.538 INFO kablam! Sep 14 11:20:54.538 INFO kablam! To learn more, run the command again with --verbose. Sep 14 11:20:54.538 INFO kablam! su: No module specific data is present Sep 14 11:20:55.180 INFO running `"docker" "rm" "-f" "19ac42ee797b98282a6b384901d25bd27ab85625a96818c714e1ee6db11609c6"` Sep 14 11:20:55.269 INFO blam! 19ac42ee797b98282a6b384901d25bd27ab85625a96818c714e1ee6db11609c6