Sep 04 03:35:12.184 INFO checking tomllib-0.1.2 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 03:35:12.184 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 03:35:12.184 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:35:12.383 INFO blam! 8ec35cff7be05412cdf70e830fc9bf46c4c48a880e9c63c396e6e29f8d10f518 Sep 04 03:35:12.385 INFO running `"docker" "start" "-a" "8ec35cff7be05412cdf70e830fc9bf46c4c48a880e9c63c396e6e29f8d10f518"` Sep 04 03:35:13.283 INFO kablam! Checking pirate v1.0.0 Sep 04 03:35:13.283 INFO kablam! Checking csv v0.14.7 Sep 04 03:35:13.284 INFO kablam! Checking nom v1.2.4 Sep 04 03:35:14.983 INFO kablam! Checking tomllib v0.1.2 (file:///source) Sep 04 03:35:15.948 INFO kablam! warning: unused macro definition Sep 04 03:35:15.948 INFO kablam! --> src/internals/macros.rs:16:1 Sep 04 03:35:15.948 INFO kablam! | Sep 04 03:35:15.948 INFO kablam! 16 | / macro_rules! call_s( Sep 04 03:35:15.948 INFO kablam! 17 | | ($i:expr, $method:path) => ( $method( $i ) ); Sep 04 03:35:15.948 INFO kablam! 18 | | ); Sep 04 03:35:15.948 INFO kablam! | |__^ Sep 04 03:35:15.948 INFO kablam! | Sep 04 03:35:15.948 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 03:35:15.948 INFO kablam! Sep 04 03:35:15.949 INFO kablam! warning: unused macro definition Sep 04 03:35:15.949 INFO kablam! --> src/internals/macros.rs:20:1 Sep 04 03:35:15.949 INFO kablam! | Sep 04 03:35:15.949 INFO kablam! 20 | / macro_rules! res2opt( Sep 04 03:35:15.949 INFO kablam! 21 | | ($i:expr) => ( Sep 04 03:35:15.949 INFO kablam! 22 | | match $i { Sep 04 03:35:15.949 INFO kablam! 23 | | Result::Ok(t) => Some(t), Sep 04 03:35:15.949 INFO kablam! ... | Sep 04 03:35:15.949 INFO kablam! 26 | | ); Sep 04 03:35:15.949 INFO kablam! 27 | | ); Sep 04 03:35:15.949 INFO kablam! | |__^ Sep 04 03:35:15.949 INFO kablam! Sep 04 03:35:16.301 INFO kablam! warning: unused macro definition Sep 04 03:35:16.301 INFO kablam! --> src/internals/macros.rs:16:1 Sep 04 03:35:16.301 INFO kablam! | Sep 04 03:35:16.301 INFO kablam! 16 | / macro_rules! call_s( Sep 04 03:35:16.301 INFO kablam! 17 | | ($i:expr, $method:path) => ( $method( $i ) ); Sep 04 03:35:16.302 INFO kablam! 18 | | ); Sep 04 03:35:16.302 INFO kablam! | |__^ Sep 04 03:35:16.302 INFO kablam! | Sep 04 03:35:16.302 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 03:35:16.302 INFO kablam! Sep 04 03:35:18.105 INFO kablam! warning: unused import: `std::hash::Hasher` Sep 04 03:35:18.105 INFO kablam! --> src/types.rs:2:5 Sep 04 03:35:18.105 INFO kablam! | Sep 04 03:35:18.105 INFO kablam! 2 | use std::hash::Hasher; Sep 04 03:35:18.105 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 03:35:18.105 INFO kablam! | Sep 04 03:35:18.105 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 03:35:18.105 INFO kablam! Sep 04 03:35:19.548 INFO kablam! warning: unused import: `std::hash::Hasher` Sep 04 03:35:19.548 INFO kablam! --> src/types.rs:2:5 Sep 04 03:35:19.548 INFO kablam! | Sep 04 03:35:19.548 INFO kablam! 2 | use std::hash::Hasher; Sep 04 03:35:19.548 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 03:35:19.548 INFO kablam! | Sep 04 03:35:19.548 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 03:35:19.548 INFO kablam! Sep 04 03:35:20.610 INFO kablam! warning: unreachable expression Sep 04 03:35:20.610 INFO kablam! --> src/bin/tomlkit.rs:468:15 Sep 04 03:35:20.610 INFO kablam! | Sep 04 03:35:20.610 INFO kablam! 468 | return return Err(format!("Key \"{}\" has no children.", key)); Sep 04 03:35:20.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:35:20.611 INFO kablam! | Sep 04 03:35:20.611 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 04 03:35:20.611 INFO kablam! Sep 04 03:35:20.684 INFO kablam! warning: unreachable expression Sep 04 03:35:20.684 INFO kablam! --> src/bin/tomlkit.rs:468:15 Sep 04 03:35:20.684 INFO kablam! | Sep 04 03:35:20.684 INFO kablam! 468 | return return Err(format!("Key \"{}\" has no children.", key)); Sep 04 03:35:20.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:35:20.685 INFO kablam! | Sep 04 03:35:20.685 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 04 03:35:20.685 INFO kablam! Sep 04 03:35:21.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.40s Sep 04 03:35:21.625 INFO kablam! su: No module specific data is present Sep 04 03:35:22.136 INFO running `"docker" "rm" "-f" "8ec35cff7be05412cdf70e830fc9bf46c4c48a880e9c63c396e6e29f8d10f518"` Sep 04 03:35:22.240 INFO blam! 8ec35cff7be05412cdf70e830fc9bf46c4c48a880e9c63c396e6e29f8d10f518