Sep 06 00:43:20.134 INFO checking rustep-0.1.2 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 00:43:20.134 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 00:43:20.134 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:43:20.339 INFO blam! 23b3f1d467aeae977d7d8c02cf69e3132e1ef6cb3df465b312ad9831a0cc5126 Sep 06 00:43:20.341 INFO running `"docker" "start" "-a" "23b3f1d467aeae977d7d8c02cf69e3132e1ef6cb3df465b312ad9831a0cc5126"` Sep 06 00:43:21.569 INFO kablam! usermod: no changes Sep 06 00:43:21.718 INFO kablam! Checking enumflags v0.3.0 Sep 06 00:43:21.718 INFO kablam! Checking nom v3.2.1 Sep 06 00:43:21.718 INFO kablam! Compiling enumflags_derive v0.4.1 Sep 06 00:43:21.718 INFO kablam! Compiling num-derive v0.2.2 Sep 06 00:43:28.425 INFO kablam! Checking rustep v0.1.2 (file:///source) Sep 06 00:43:29.346 INFO kablam! warning: unused import: `TryInto` Sep 06 00:43:29.346 INFO kablam! --> src/format/elf.rs:9:9 Sep 06 00:43:29.347 INFO kablam! | Sep 06 00:43:29.347 INFO kablam! 9 | TryInto, Sep 06 00:43:29.347 INFO kablam! | ^^^^^^^ Sep 06 00:43:29.347 INFO kablam! | Sep 06 00:43:29.347 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 00:43:29.347 INFO kablam! Sep 06 00:43:29.347 INFO kablam! warning: cannot find type `SegmentFlag` in this scope Sep 06 00:43:29.347 INFO kablam! --> src/format/elf.rs:59:10 Sep 06 00:43:29.347 INFO kablam! | Sep 06 00:43:29.347 INFO kablam! 59 | #[derive(EnumFlags, Copy, Clone, Debug)] Sep 06 00:43:29.347 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 00:43:29.348 INFO kablam! | Sep 06 00:43:29.348 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 06 00:43:29.348 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! Sep 06 00:43:29.348 INFO kablam! = note: for more information, see issue #50504 Sep 06 00:43:29.348 INFO kablam! Sep 06 00:43:29.358 INFO kablam! warning: cannot find type `SegmentFlag` in this scope Sep 06 00:43:29.358 INFO kablam! --> src/format/elf.rs:59:10 Sep 06 00:43:29.358 INFO kablam! | Sep 06 00:43:29.358 INFO kablam! 59 | #[derive(EnumFlags, Copy, Clone, Debug)] Sep 06 00:43:29.358 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 00:43:29.358 INFO kablam! | Sep 06 00:43:29.358 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! Sep 06 00:43:29.358 INFO kablam! = note: for more information, see issue #50504 Sep 06 00:43:29.358 INFO kablam! Sep 06 00:43:29.358 INFO kablam! warning: cannot find type `SectionFlag` in this scope Sep 06 00:43:29.358 INFO kablam! --> src/format/elf.rs:111:10 Sep 06 00:43:29.358 INFO kablam! | Sep 06 00:43:29.358 INFO kablam! 111 | #[derive(EnumFlags, Copy, Clone, Debug)] Sep 06 00:43:29.358 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 00:43:29.358 INFO kablam! | Sep 06 00:43:29.358 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! Sep 06 00:43:29.358 INFO kablam! = note: for more information, see issue #50504 Sep 06 00:43:29.358 INFO kablam! Sep 06 00:43:30.374 INFO kablam! warning: unreachable pattern Sep 06 00:43:30.374 INFO kablam! --> src/format/elf.rs:789:13 Sep 06 00:43:30.374 INFO kablam! | Sep 06 00:43:30.374 INFO kablam! 789 | _ => Err(RustepErrorKind::NotElf)?, Sep 06 00:43:30.374 INFO kablam! | ^ Sep 06 00:43:30.374 INFO kablam! | Sep 06 00:43:30.374 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Sep 06 00:43:30.374 INFO kablam! Sep 06 00:43:30.660 INFO kablam! warning: cannot find type `SegmentFlag` in this scope Sep 06 00:43:30.660 INFO kablam! --> src/format/elf.rs:59:10 Sep 06 00:43:30.660 INFO kablam! | Sep 06 00:43:30.660 INFO kablam! 59 | #[derive(EnumFlags, Copy, Clone, Debug)] Sep 06 00:43:30.660 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 00:43:30.660 INFO kablam! | Sep 06 00:43:30.660 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 06 00:43:30.660 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! Sep 06 00:43:30.660 INFO kablam! = note: for more information, see issue #50504 Sep 06 00:43:30.660 INFO kablam! Sep 06 00:43:30.660 INFO kablam! warning: cannot find type `SegmentFlag` in this scope Sep 06 00:43:30.660 INFO kablam! --> src/format/elf.rs:59:10 Sep 06 00:43:30.660 INFO kablam! | Sep 06 00:43:30.661 INFO kablam! 59 | #[derive(EnumFlags, Copy, Clone, Debug)] Sep 06 00:43:30.661 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 00:43:30.661 INFO kablam! | Sep 06 00:43:30.661 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! Sep 06 00:43:30.661 INFO kablam! = note: for more information, see issue #50504 Sep 06 00:43:30.661 INFO kablam! Sep 06 00:43:30.661 INFO kablam! warning: cannot find type `SectionFlag` in this scope Sep 06 00:43:30.661 INFO kablam! --> src/format/elf.rs:111:10 Sep 06 00:43:30.661 INFO kablam! | Sep 06 00:43:30.661 INFO kablam! 111 | #[derive(EnumFlags, Copy, Clone, Debug)] Sep 06 00:43:30.661 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 00:43:30.661 INFO kablam! | Sep 06 00:43:30.661 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! Sep 06 00:43:30.661 INFO kablam! = note: for more information, see issue #50504 Sep 06 00:43:30.661 INFO kablam! Sep 06 00:43:33.019 INFO kablam! warning: unreachable pattern Sep 06 00:43:33.020 INFO kablam! --> src/format/elf.rs:789:13 Sep 06 00:43:33.020 INFO kablam! | Sep 06 00:43:33.020 INFO kablam! 789 | _ => Err(RustepErrorKind::NotElf)?, Sep 06 00:43:33.020 INFO kablam! | ^ Sep 06 00:43:33.020 INFO kablam! | Sep 06 00:43:33.020 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Sep 06 00:43:33.020 INFO kablam! Sep 06 00:43:34.198 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.60s Sep 06 00:43:34.206 INFO kablam! su: No module specific data is present Sep 06 00:43:35.263 INFO running `"docker" "rm" "-f" "23b3f1d467aeae977d7d8c02cf69e3132e1ef6cb3df465b312ad9831a0cc5126"` Sep 06 00:43:35.386 INFO blam! 23b3f1d467aeae977d7d8c02cf69e3132e1ef6cb3df465b312ad9831a0cc5126