Sep 18 00:10:58.925 INFO checking gimli-0.16.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:10:58.925 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:10:58.925 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:10:59.244 INFO blam! 09865c3b6c968d7df8e0394bdeb3b079a3ec620fceea8e3e0dcee3d8543c09ef Sep 18 00:10:59.246 INFO running `"docker" "start" "-a" "09865c3b6c968d7df8e0394bdeb3b079a3ec620fceea8e3e0dcee3d8543c09ef"` Sep 18 00:11:00.466 INFO kablam! usermod: no changes Sep 18 00:11:00.646 INFO kablam! Checking fallible-iterator v0.1.5 Sep 18 00:11:00.648 INFO kablam! Checking scroll v0.9.0 Sep 18 00:11:01.376 INFO kablam! Checking gimli v0.16.0 (/source) Sep 18 00:11:01.967 INFO kablam! Checking goblin v0.0.15 Sep 18 00:11:02.819 INFO kablam! error: the trait bound `R: reader::Reader` is not satisfied Sep 18 00:11:02.819 INFO kablam! --> src/cfi.rs:1813:30 Sep 18 00:11:02.819 INFO kablam! | Sep 18 00:11:02.819 INFO kablam! 1813 | type UnwindContextStack = ArrayVec<[UnwindTableRow; MAX_UNWIND_STACK_DEPTH]>; Sep 18 00:11:02.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `reader::Reader` is not implemented for `R` Sep 18 00:11:02.819 INFO kablam! | Sep 18 00:11:02.819 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 00:11:02.819 INFO kablam! = help: consider adding a `where R: reader::Reader` bound Sep 18 00:11:02.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:11:02.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:11:02.819 INFO kablam! Sep 18 00:11:02.827 INFO kablam! error: the trait bound `Endian: endianity::Endianity` is not satisfied Sep 18 00:11:02.827 INFO kablam! --> src/endian_reader.rs:27:34 Sep 18 00:11:02.827 INFO kablam! | Sep 18 00:11:02.827 INFO kablam! 27 | pub type EndianRcSlice = EndianReader>; Sep 18 00:11:02.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `endianity::Endianity` is not implemented for `Endian` Sep 18 00:11:02.827 INFO kablam! | Sep 18 00:11:02.827 INFO kablam! = help: consider adding a `where Endian: endianity::Endianity` bound Sep 18 00:11:02.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:11:02.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:11:02.827 INFO kablam! Sep 18 00:11:02.827 INFO kablam! error: the trait bound `Endian: endianity::Endianity` is not satisfied Sep 18 00:11:02.827 INFO kablam! --> src/endian_reader.rs:39:35 Sep 18 00:11:02.827 INFO kablam! | Sep 18 00:11:02.827 INFO kablam! 39 | pub type EndianArcSlice = EndianReader>; Sep 18 00:11:02.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `endianity::Endianity` is not implemented for `Endian` Sep 18 00:11:02.827 INFO kablam! | Sep 18 00:11:02.827 INFO kablam! = help: consider adding a `where Endian: endianity::Endianity` bound Sep 18 00:11:02.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:11:02.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:11:02.827 INFO kablam! Sep 18 00:11:02.827 INFO kablam! error: the trait bound `Endian: endianity::Endianity` is not satisfied Sep 18 00:11:02.827 INFO kablam! --> src/lib.rs:243:38 Sep 18 00:11:02.827 INFO kablam! | Sep 18 00:11:02.827 INFO kablam! 243 | pub type EndianBuf<'input, Endian> = EndianSlice<'input, Endian>; Sep 18 00:11:02.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `endianity::Endianity` is not implemented for `Endian` Sep 18 00:11:02.827 INFO kablam! | Sep 18 00:11:02.827 INFO kablam! = help: consider adding a `where Endian: endianity::Endianity` bound Sep 18 00:11:02.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:11:02.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:11:02.827 INFO kablam! Sep 18 00:11:02.843 INFO kablam! error: the trait bound `R: reader::Reader` is not satisfied Sep 18 00:11:02.843 INFO kablam! --> src/line.rs:141:31 Sep 18 00:11:02.843 INFO kablam! | Sep 18 00:11:02.843 INFO kablam! 141 | type OneShotStateMachine = StateMachine>; Sep 18 00:11:02.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `reader::Reader` is not implemented for `R` Sep 18 00:11:02.843 INFO kablam! | Sep 18 00:11:02.843 INFO kablam! = help: consider adding a `where R: reader::Reader` bound Sep 18 00:11:02.843 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:11:02.843 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:11:02.843 INFO kablam! Sep 18 00:11:02.843 INFO kablam! error: the trait bound `R: reader::Reader` is not satisfied Sep 18 00:11:02.843 INFO kablam! --> src/line.rs:143:41 Sep 18 00:11:02.843 INFO kablam! | Sep 18 00:11:02.843 INFO kablam! 143 | type ResumedStateMachine<'program, R> = StateMachine>; Sep 18 00:11:02.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `reader::Reader` is not implemented for `R` Sep 18 00:11:02.843 INFO kablam! | Sep 18 00:11:02.843 INFO kablam! = help: consider adding a `where R: reader::Reader` bound Sep 18 00:11:02.843 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:11:02.843 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:11:02.843 INFO kablam! Sep 18 00:11:03.803 INFO kablam! error: aborting due to 6 previous errors Sep 18 00:11:03.803 INFO kablam! Sep 18 00:11:03.815 INFO kablam! error: Could not compile `gimli`. Sep 18 00:11:03.815 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:11:09.388 INFO kablam! error: build failed Sep 18 00:11:09.388 INFO kablam! su: No module specific data is present Sep 18 00:11:10.598 INFO running `"docker" "rm" "-f" "09865c3b6c968d7df8e0394bdeb3b079a3ec620fceea8e3e0dcee3d8543c09ef"` Sep 18 00:11:10.717 INFO blam! 09865c3b6c968d7df8e0394bdeb3b079a3ec620fceea8e3e0dcee3d8543c09ef