Sep 05 21:54:24.678 INFO checking tiny-0.4.2 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 21:54:24.678 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 21:54:24.678 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/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 05 21:54:25.031 INFO blam! 011a993e5bebb5e5a2305b19b12c7ee3d86431a6d1978e21072fb7beee100421 Sep 05 21:54:25.037 INFO running `"docker" "start" "-a" "011a993e5bebb5e5a2305b19b12c7ee3d86431a6d1978e21072fb7beee100421"` Sep 05 21:54:25.864 INFO kablam! usermod: no changes Sep 05 21:54:26.060 INFO kablam! Compiling termbox_simple v0.2.2 Sep 05 21:54:26.061 INFO kablam! Checking serde_yaml v0.7.5 Sep 05 21:54:26.062 INFO kablam! Checking term_input v0.1.5 Sep 05 21:54:26.062 INFO kablam! Checking quickcheck v0.3.2 Sep 05 21:54:27.586 INFO kablam! Checking tiny v0.4.2 (file:///source) Sep 05 21:54:28.696 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 05 21:54:28.696 INFO kablam! --> src/config.rs:6:5 Sep 05 21:54:28.696 INFO kablam! | Sep 05 21:54:28.696 INFO kablam! 6 | use std::env::home_dir; Sep 05 21:54:28.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 21:54:28.696 INFO kablam! | Sep 05 21:54:28.696 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 21:54:28.696 INFO kablam! Sep 05 21:54:28.696 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 05 21:54:28.696 INFO kablam! --> src/config.rs:80:27 Sep 05 21:54:28.696 INFO kablam! | Sep 05 21:54:28.696 INFO kablam! 80 | let mut config_path = home_dir().unwrap(); Sep 05 21:54:28.696 INFO kablam! | ^^^^^^^^ Sep 05 21:54:28.696 INFO kablam! Sep 05 21:54:28.696 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 05 21:54:28.696 INFO kablam! --> src/config.rs:131:23 Sep 05 21:54:28.696 INFO kablam! | Sep 05 21:54:28.696 INFO kablam! 131 | let mut log_dir = home_dir().unwrap(); Sep 05 21:54:28.696 INFO kablam! | ^^^^^^^^ Sep 05 21:54:28.696 INFO kablam! Sep 05 21:54:28.948 INFO kablam! error[E0599]: no method named `offset_to` found for type `*const u8` in the current scope Sep 05 21:54:28.948 INFO kablam! --> src/utils.rs:56:22 Sep 05 21:54:28.948 INFO kablam! | Sep 05 21:54:28.948 INFO kablam! 56 | .offset_to(str.as_ptr()) Sep 05 21:54:28.948 INFO kablam! | ^^^^^^^^^ Sep 05 21:54:28.948 INFO kablam! | Sep 05 21:54:28.948 INFO kablam! = help: did you mean `offset`? Sep 05 21:54:28.948 INFO kablam! Sep 05 21:54:28.972 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 05 21:54:28.972 INFO kablam! --> src/config.rs:6:5 Sep 05 21:54:28.972 INFO kablam! | Sep 05 21:54:28.972 INFO kablam! 6 | use std::env::home_dir; Sep 05 21:54:28.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 21:54:28.972 INFO kablam! | Sep 05 21:54:28.972 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 21:54:28.972 INFO kablam! Sep 05 21:54:28.972 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 05 21:54:28.972 INFO kablam! --> src/config.rs:80:27 Sep 05 21:54:28.972 INFO kablam! | Sep 05 21:54:28.972 INFO kablam! 80 | let mut config_path = home_dir().unwrap(); Sep 05 21:54:28.972 INFO kablam! | ^^^^^^^^ Sep 05 21:54:28.972 INFO kablam! Sep 05 21:54:28.972 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 05 21:54:28.973 INFO kablam! --> src/config.rs:131:23 Sep 05 21:54:28.973 INFO kablam! | Sep 05 21:54:28.973 INFO kablam! 131 | let mut log_dir = home_dir().unwrap(); Sep 05 21:54:28.973 INFO kablam! | ^^^^^^^^ Sep 05 21:54:28.973 INFO kablam! Sep 05 21:54:29.141 INFO kablam! warning: use of deprecated item '__rg_allocator_abi::core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 05 21:54:29.141 INFO kablam! --> src/wire.rs:381:36 Sep 05 21:54:29.142 INFO kablam! | Sep 05 21:54:29.142 INFO kablam! 381 | ret.push(unsafe { chrs.slice_unchecked(char_idx + 1, chrs.len()) }); Sep 05 21:54:29.142 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 21:54:29.142 INFO kablam! Sep 05 21:54:29.142 INFO kablam! warning: use of deprecated item '__rg_allocator_abi::core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 05 21:54:29.142 INFO kablam! --> src/wire.rs:384:36 Sep 05 21:54:29.142 INFO kablam! | Sep 05 21:54:29.142 INFO kablam! 384 | ret.push(unsafe { chrs.slice_unchecked(slice_begins, char_idx) }); Sep 05 21:54:29.142 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 21:54:29.142 INFO kablam! Sep 05 21:54:29.146 INFO kablam! warning: use of deprecated item '__rg_allocator_abi::core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 05 21:54:29.146 INFO kablam! --> src/wire.rs:390:32 Sep 05 21:54:29.146 INFO kablam! | Sep 05 21:54:29.146 INFO kablam! 390 | ret.push(unsafe { chrs.slice_unchecked(slice_begins, chrs.len()) }); Sep 05 21:54:29.146 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 21:54:29.146 INFO kablam! Sep 05 21:54:29.282 INFO kablam! error[E0599]: no method named `offset_to` found for type `*const u8` in the current scope Sep 05 21:54:29.282 INFO kablam! --> src/utils.rs:56:22 Sep 05 21:54:29.282 INFO kablam! | Sep 05 21:54:29.282 INFO kablam! 56 | .offset_to(str.as_ptr()) Sep 05 21:54:29.282 INFO kablam! | ^^^^^^^^^ Sep 05 21:54:29.282 INFO kablam! | Sep 05 21:54:29.282 INFO kablam! = help: did you mean `offset`? Sep 05 21:54:29.282 INFO kablam! Sep 05 21:54:29.406 INFO kablam! error[E0599]: no variant named `Enter` found for type `term_input::Key` in the current scope Sep 05 21:54:29.406 INFO kablam! --> src/tui/exit_dialogue.rs:53:30 Sep 05 21:54:29.406 INFO kablam! | Sep 05 21:54:29.406 INFO kablam! 53 | Key::Char('y') | Key::Enter => Sep 05 21:54:29.406 INFO kablam! | ^^^^^^^^^^ variant not found in `term_input::Key` Sep 05 21:54:29.406 INFO kablam! Sep 05 21:54:29.478 INFO kablam! error[E0599]: no variant named `Enter` found for type `term_input::Key` in the current scope Sep 05 21:54:29.478 INFO kablam! --> src/tui/text_field.rs:211:13 Sep 05 21:54:29.478 INFO kablam! | Sep 05 21:54:29.478 INFO kablam! 211 | Key::Enter => Sep 05 21:54:29.478 INFO kablam! | ^^^^^^^^^^ variant not found in `term_input::Key` Sep 05 21:54:29.478 INFO kablam! Sep 05 21:54:29.527 INFO kablam! error: aborting due to 3 previous errors Sep 05 21:54:29.527 INFO kablam! Sep 05 21:54:29.527 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 05 21:54:29.537 INFO kablam! error: Could not compile `tiny`. Sep 05 21:54:29.537 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 21:54:29.555 INFO kablam! warning: use of deprecated item '__rg_allocator_abi::core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 05 21:54:29.555 INFO kablam! --> src/wire.rs:381:36 Sep 05 21:54:29.555 INFO kablam! | Sep 05 21:54:29.555 INFO kablam! 381 | ret.push(unsafe { chrs.slice_unchecked(char_idx + 1, chrs.len()) }); Sep 05 21:54:29.555 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 21:54:29.555 INFO kablam! Sep 05 21:54:29.557 INFO kablam! warning: use of deprecated item '__rg_allocator_abi::core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 05 21:54:29.557 INFO kablam! --> src/wire.rs:384:36 Sep 05 21:54:29.557 INFO kablam! | Sep 05 21:54:29.557 INFO kablam! 384 | ret.push(unsafe { chrs.slice_unchecked(slice_begins, char_idx) }); Sep 05 21:54:29.557 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 21:54:29.557 INFO kablam! Sep 05 21:54:29.557 INFO kablam! warning: use of deprecated item '__rg_allocator_abi::core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 05 21:54:29.557 INFO kablam! --> src/wire.rs:390:32 Sep 05 21:54:29.557 INFO kablam! | Sep 05 21:54:29.557 INFO kablam! 390 | ret.push(unsafe { chrs.slice_unchecked(slice_begins, chrs.len()) }); Sep 05 21:54:29.557 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 21:54:29.557 INFO kablam! Sep 05 21:54:29.917 INFO kablam! error[E0599]: no variant named `Enter` found for type `term_input::Key` in the current scope Sep 05 21:54:29.917 INFO kablam! --> src/tui/exit_dialogue.rs:53:30 Sep 05 21:54:29.917 INFO kablam! | Sep 05 21:54:29.917 INFO kablam! 53 | Key::Char('y') | Key::Enter => Sep 05 21:54:29.917 INFO kablam! | ^^^^^^^^^^ variant not found in `term_input::Key` Sep 05 21:54:29.917 INFO kablam! Sep 05 21:54:30.050 INFO kablam! error[E0599]: no variant named `Enter` found for type `term_input::Key` in the current scope Sep 05 21:54:30.050 INFO kablam! --> src/tui/text_field.rs:211:13 Sep 05 21:54:30.050 INFO kablam! | Sep 05 21:54:30.050 INFO kablam! 211 | Key::Enter => Sep 05 21:54:30.050 INFO kablam! | ^^^^^^^^^^ variant not found in `term_input::Key` Sep 05 21:54:30.050 INFO kablam! Sep 05 21:54:30.070 INFO kablam! error[E0599]: no variant named `Enter` found for type `term_input::Key` in the current scope Sep 05 21:54:30.070 INFO kablam! --> src/tui/text_field.rs:674:31 Sep 05 21:54:30.070 INFO kablam! | Sep 05 21:54:30.070 INFO kablam! 674 | text_field.keypressed(Key::Enter); Sep 05 21:54:30.070 INFO kablam! | ^^^^^^^^^^ variant not found in `term_input::Key` Sep 05 21:54:30.070 INFO kablam! Sep 05 21:54:30.102 INFO kablam! error: aborting due to 4 previous errors Sep 05 21:54:30.102 INFO kablam! Sep 05 21:54:30.102 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 05 21:54:30.119 INFO kablam! error: Could not compile `tiny`. Sep 05 21:54:30.119 INFO kablam! Sep 05 21:54:30.119 INFO kablam! To learn more, run the command again with --verbose. Sep 05 21:54:30.121 INFO kablam! su: No module specific data is present Sep 05 21:54:31.215 INFO running `"docker" "rm" "-f" "011a993e5bebb5e5a2305b19b12c7ee3d86431a6d1978e21072fb7beee100421"` Sep 05 21:54:31.281 INFO blam! 011a993e5bebb5e5a2305b19b12c7ee3d86431a6d1978e21072fb7beee100421