Sep 01 21:13:51.727 INFO checking tiny-0.4.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 21:13:51.727 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 21:13:51.727 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:13:51.914 INFO blam! 986557c497e7901481c7e1ab9a7a550eca0c4e6e3b462a51ec93880ee47ff654 Sep 01 21:13:51.916 INFO running `"docker" "start" "-a" "986557c497e7901481c7e1ab9a7a550eca0c4e6e3b462a51ec93880ee47ff654"` Sep 01 21:13:52.834 INFO kablam! Compiling dbus v0.4.1 Sep 01 21:13:52.835 INFO kablam! Compiling termbox_simple v0.2.2 Sep 01 21:13:52.839 INFO kablam! Checking term_input v0.1.5 Sep 01 21:13:52.840 INFO kablam! Checking quickcheck v0.3.2 Sep 01 21:13:58.952 INFO kablam! warning: redundant linker flag specified for library `dbus-1` Sep 01 21:13:58.952 INFO kablam! Sep 01 21:13:59.104 INFO kablam! Checking notify-rust v3.4.2 Sep 01 21:14:00.247 INFO kablam! Checking tiny v0.4.2 (file:///source) Sep 01 21:14:01.392 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 01 21:14:01.392 INFO kablam! --> src/config.rs:6:5 Sep 01 21:14:01.392 INFO kablam! | Sep 01 21:14:01.392 INFO kablam! 6 | use std::env::home_dir; Sep 01 21:14:01.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 21:14:01.392 INFO kablam! | Sep 01 21:14:01.392 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:14:01.392 INFO kablam! Sep 01 21:14:01.392 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 01 21:14:01.392 INFO kablam! --> src/config.rs:80:27 Sep 01 21:14:01.392 INFO kablam! | Sep 01 21:14:01.392 INFO kablam! 80 | let mut config_path = home_dir().unwrap(); Sep 01 21:14:01.392 INFO kablam! | ^^^^^^^^ Sep 01 21:14:01.392 INFO kablam! Sep 01 21:14:01.393 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 01 21:14:01.393 INFO kablam! --> src/config.rs:131:23 Sep 01 21:14:01.393 INFO kablam! | Sep 01 21:14:01.393 INFO kablam! 131 | let mut log_dir = home_dir().unwrap(); Sep 01 21:14:01.393 INFO kablam! | ^^^^^^^^ Sep 01 21:14:01.393 INFO kablam! Sep 01 21:14:01.902 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 01 21:14:01.903 INFO kablam! --> src/config.rs:6:5 Sep 01 21:14:01.903 INFO kablam! | Sep 01 21:14:01.903 INFO kablam! 6 | use std::env::home_dir; Sep 01 21:14:01.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 21:14:01.903 INFO kablam! | Sep 01 21:14:01.903 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:14:01.903 INFO kablam! Sep 01 21:14:01.903 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 01 21:14:01.903 INFO kablam! --> src/config.rs:80:27 Sep 01 21:14:01.903 INFO kablam! | Sep 01 21:14:01.903 INFO kablam! 80 | let mut config_path = home_dir().unwrap(); Sep 01 21:14:01.903 INFO kablam! | ^^^^^^^^ Sep 01 21:14:01.903 INFO kablam! Sep 01 21:14:01.903 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 01 21:14:01.903 INFO kablam! --> src/config.rs:131:23 Sep 01 21:14:01.903 INFO kablam! | Sep 01 21:14:01.903 INFO kablam! 131 | let mut log_dir = home_dir().unwrap(); Sep 01 21:14:01.903 INFO kablam! | ^^^^^^^^ Sep 01 21:14:01.904 INFO kablam! Sep 01 21:14:02.028 INFO kablam! error[E0599]: no method named `offset_to` found for type `*const u8` in the current scope Sep 01 21:14:02.028 INFO kablam! --> src/utils.rs:56:22 Sep 01 21:14:02.029 INFO kablam! | Sep 01 21:14:02.029 INFO kablam! 56 | .offset_to(str.as_ptr()) Sep 01 21:14:02.029 INFO kablam! | ^^^^^^^^^ Sep 01 21:14:02.029 INFO kablam! | Sep 01 21:14:02.029 INFO kablam! = help: did you mean `offset`? Sep 01 21:14:02.030 INFO kablam! Sep 01 21:14:02.495 INFO kablam! warning: use of deprecated item '__rg_allocator_abi::core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 01 21:14:02.495 INFO kablam! --> src/wire.rs:381:36 Sep 01 21:14:02.495 INFO kablam! | Sep 01 21:14:02.495 INFO kablam! 381 | ret.push(unsafe { chrs.slice_unchecked(char_idx + 1, chrs.len()) }); Sep 01 21:14:02.495 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 21:14:02.495 INFO kablam! Sep 01 21:14:02.495 INFO kablam! warning: use of deprecated item '__rg_allocator_abi::core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 01 21:14:02.495 INFO kablam! --> src/wire.rs:384:36 Sep 01 21:14:02.495 INFO kablam! | Sep 01 21:14:02.495 INFO kablam! 384 | ret.push(unsafe { chrs.slice_unchecked(slice_begins, char_idx) }); Sep 01 21:14:02.495 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 21:14:02.495 INFO kablam! Sep 01 21:14:02.495 INFO kablam! warning: use of deprecated item '__rg_allocator_abi::core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 01 21:14:02.495 INFO kablam! --> src/wire.rs:390:32 Sep 01 21:14:02.496 INFO kablam! | Sep 01 21:14:02.496 INFO kablam! 390 | ret.push(unsafe { chrs.slice_unchecked(slice_begins, chrs.len()) }); Sep 01 21:14:02.496 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 21:14:02.496 INFO kablam! Sep 01 21:14:02.574 INFO kablam! error[E0599]: no method named `offset_to` found for type `*const u8` in the current scope Sep 01 21:14:02.574 INFO kablam! --> src/utils.rs:56:22 Sep 01 21:14:02.574 INFO kablam! | Sep 01 21:14:02.574 INFO kablam! 56 | .offset_to(str.as_ptr()) Sep 01 21:14:02.574 INFO kablam! | ^^^^^^^^^ Sep 01 21:14:02.574 INFO kablam! | Sep 01 21:14:02.574 INFO kablam! = help: did you mean `offset`? Sep 01 21:14:02.574 INFO kablam! Sep 01 21:14:03.077 INFO kablam! error[E0599]: no variant named `Enter` found for type `term_input::Key` in the current scope Sep 01 21:14:03.078 INFO kablam! --> src/tui/exit_dialogue.rs:53:30 Sep 01 21:14:03.078 INFO kablam! | Sep 01 21:14:03.078 INFO kablam! 53 | Key::Char('y') | Key::Enter => Sep 01 21:14:03.078 INFO kablam! | ^^^^^^^^^^ variant not found in `term_input::Key` Sep 01 21:14:03.078 INFO kablam! Sep 01 21:14:03.124 INFO kablam! warning: use of deprecated item '__rg_allocator_abi::core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 01 21:14:03.124 INFO kablam! --> src/wire.rs:381:36 Sep 01 21:14:03.124 INFO kablam! | Sep 01 21:14:03.124 INFO kablam! 381 | ret.push(unsafe { chrs.slice_unchecked(char_idx + 1, chrs.len()) }); Sep 01 21:14:03.124 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 21:14:03.124 INFO kablam! Sep 01 21:14:03.125 INFO kablam! warning: use of deprecated item '__rg_allocator_abi::core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 01 21:14:03.125 INFO kablam! --> src/wire.rs:384:36 Sep 01 21:14:03.125 INFO kablam! | Sep 01 21:14:03.125 INFO kablam! 384 | ret.push(unsafe { chrs.slice_unchecked(slice_begins, char_idx) }); Sep 01 21:14:03.125 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 21:14:03.125 INFO kablam! Sep 01 21:14:03.126 INFO kablam! warning: use of deprecated item '__rg_allocator_abi::core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 01 21:14:03.126 INFO kablam! --> src/wire.rs:390:32 Sep 01 21:14:03.126 INFO kablam! | Sep 01 21:14:03.126 INFO kablam! 390 | ret.push(unsafe { chrs.slice_unchecked(slice_begins, chrs.len()) }); Sep 01 21:14:03.126 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 21:14:03.126 INFO kablam! Sep 01 21:14:03.248 INFO kablam! error[E0599]: no variant named `Enter` found for type `term_input::Key` in the current scope Sep 01 21:14:03.248 INFO kablam! --> src/tui/text_field.rs:211:13 Sep 01 21:14:03.248 INFO kablam! | Sep 01 21:14:03.248 INFO kablam! 211 | Key::Enter => Sep 01 21:14:03.248 INFO kablam! | ^^^^^^^^^^ variant not found in `term_input::Key` Sep 01 21:14:03.249 INFO kablam! Sep 01 21:14:03.344 INFO kablam! error: aborting due to 3 previous errors Sep 01 21:14:03.344 INFO kablam! Sep 01 21:14:03.344 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 21:14:03.357 INFO kablam! error: Could not compile `tiny`. Sep 01 21:14:03.358 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:14:03.838 INFO kablam! error[E0599]: no variant named `Enter` found for type `term_input::Key` in the current scope Sep 01 21:14:03.838 INFO kablam! --> src/tui/exit_dialogue.rs:53:30 Sep 01 21:14:03.838 INFO kablam! | Sep 01 21:14:03.838 INFO kablam! 53 | Key::Char('y') | Key::Enter => Sep 01 21:14:03.838 INFO kablam! | ^^^^^^^^^^ variant not found in `term_input::Key` Sep 01 21:14:03.838 INFO kablam! Sep 01 21:14:04.091 INFO kablam! error[E0599]: no variant named `Enter` found for type `term_input::Key` in the current scope Sep 01 21:14:04.091 INFO kablam! --> src/tui/text_field.rs:211:13 Sep 01 21:14:04.091 INFO kablam! | Sep 01 21:14:04.091 INFO kablam! 211 | Key::Enter => Sep 01 21:14:04.091 INFO kablam! | ^^^^^^^^^^ variant not found in `term_input::Key` Sep 01 21:14:04.091 INFO kablam! Sep 01 21:14:04.150 INFO kablam! error[E0599]: no variant named `Enter` found for type `term_input::Key` in the current scope Sep 01 21:14:04.150 INFO kablam! --> src/tui/text_field.rs:674:31 Sep 01 21:14:04.150 INFO kablam! | Sep 01 21:14:04.150 INFO kablam! 674 | text_field.keypressed(Key::Enter); Sep 01 21:14:04.150 INFO kablam! | ^^^^^^^^^^ variant not found in `term_input::Key` Sep 01 21:14:04.150 INFO kablam! Sep 01 21:14:04.187 INFO kablam! error: aborting due to 4 previous errors Sep 01 21:14:04.187 INFO kablam! Sep 01 21:14:04.187 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 21:14:04.210 INFO kablam! error: Could not compile `tiny`. Sep 01 21:14:04.210 INFO kablam! Sep 01 21:14:04.210 INFO kablam! To learn more, run the command again with --verbose. Sep 01 21:14:04.211 INFO kablam! su: No module specific data is present Sep 01 21:14:04.658 INFO running `"docker" "rm" "-f" "986557c497e7901481c7e1ab9a7a550eca0c4e6e3b462a51ec93880ee47ff654"` Sep 01 21:14:04.791 INFO blam! 986557c497e7901481c7e1ab9a7a550eca0c4e6e3b462a51ec93880ee47ff654