Sep 20 00:02:19.650 INFO checking hunspell-0.1.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 00:02:19.650 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 00:02:19.650 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:02:19.895 INFO blam! 94ba10ded28cf3df219ad5c67be9178f36fa6a5d58bc37fe5e38ce08a3f2f6b1 Sep 20 00:02:19.900 INFO running `"docker" "start" "-a" "94ba10ded28cf3df219ad5c67be9178f36fa6a5d58bc37fe5e38ce08a3f2f6b1"` Sep 20 00:02:21.305 INFO kablam! usermod: no changes Sep 20 00:02:21.340 INFO kablam! Checking hunspell v0.1.2 (/source) Sep 20 00:02:21.605 INFO kablam! warning: unused import: `std::os::raw::c_char` Sep 20 00:02:21.605 INFO kablam! --> src/lib.rs:19:5 Sep 20 00:02:21.605 INFO kablam! | Sep 20 00:02:21.605 INFO kablam! 19 | use std::os::raw::c_char; Sep 20 00:02:21.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.605 INFO kablam! | Sep 20 00:02:21.605 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 00:02:21.605 INFO kablam! Sep 20 00:02:21.641 INFO kablam! warning: unused import: `std::os::raw::c_char` Sep 20 00:02:21.641 INFO kablam! --> src/lib.rs:19:5 Sep 20 00:02:21.641 INFO kablam! | Sep 20 00:02:21.641 INFO kablam! 19 | use std::os::raw::c_char; Sep 20 00:02:21.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.641 INFO kablam! | Sep 20 00:02:21.641 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 00:02:21.641 INFO kablam! Sep 20 00:02:21.657 INFO kablam! warning: foreign function is never used: `Hunspell_get_dic_encoding` Sep 20 00:02:21.657 INFO kablam! --> src/lib.rs:59:5 Sep 20 00:02:21.657 INFO kablam! | Sep 20 00:02:21.657 INFO kablam! 59 | fn Hunspell_get_dic_encoding(pHunspell: *mut Hunhandle) -> *mut i8; Sep 20 00:02:21.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.657 INFO kablam! | Sep 20 00:02:21.657 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 00:02:21.657 INFO kablam! Sep 20 00:02:21.657 INFO kablam! warning: foreign function is never used: `Hunspell_stem2` Sep 20 00:02:21.657 INFO kablam! --> src/lib.rs:64:5 Sep 20 00:02:21.657 INFO kablam! | Sep 20 00:02:21.657 INFO kablam! 64 | fn Hunspell_stem2(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, desc: *mut *mut i8, n: i32) -> i32; Sep 20 00:02:21.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.658 INFO kablam! Sep 20 00:02:21.658 INFO kablam! warning: foreign function is never used: `Hunspell_generate2` Sep 20 00:02:21.658 INFO kablam! --> src/lib.rs:66:5 Sep 20 00:02:21.658 INFO kablam! | Sep 20 00:02:21.658 INFO kablam! 66 | fn Hunspell_generate2(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, word: *const i8, desc: *mut *mut i8, n: i32) -> i32; Sep 20 00:02:21.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.658 INFO kablam! Sep 20 00:02:21.658 INFO kablam! warning: foreign function is never used: `Hunspell_add` Sep 20 00:02:21.658 INFO kablam! --> src/lib.rs:68:5 Sep 20 00:02:21.658 INFO kablam! | Sep 20 00:02:21.658 INFO kablam! 68 | fn Hunspell_add(pHunspell: *mut Hunhandle, word: *const i8) -> i32; Sep 20 00:02:21.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.658 INFO kablam! Sep 20 00:02:21.658 INFO kablam! warning: foreign function is never used: `Hunspell_add_with_affix` Sep 20 00:02:21.658 INFO kablam! --> src/lib.rs:69:5 Sep 20 00:02:21.658 INFO kablam! | Sep 20 00:02:21.658 INFO kablam! 69 | fn Hunspell_add_with_affix(pHunspell: *mut Hunhandle, word: *const i8, example: *const i8) -> i32; Sep 20 00:02:21.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.658 INFO kablam! Sep 20 00:02:21.658 INFO kablam! warning: foreign function is never used: `Hunspell_remove` Sep 20 00:02:21.658 INFO kablam! --> src/lib.rs:70:5 Sep 20 00:02:21.658 INFO kablam! | Sep 20 00:02:21.658 INFO kablam! 70 | fn Hunspell_remove(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, n: i32) -> i32; Sep 20 00:02:21.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.658 INFO kablam! Sep 20 00:02:21.658 INFO kablam! warning: type alias is never used: `CStringList` Sep 20 00:02:21.658 INFO kablam! --> src/lib.rs:75:1 Sep 20 00:02:21.658 INFO kablam! | Sep 20 00:02:21.658 INFO kablam! 75 | type CStringList = *mut *mut i8; Sep 20 00:02:21.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.658 INFO kablam! Sep 20 00:02:21.703 INFO kablam! warning: unused variable: `hs` Sep 20 00:02:21.703 INFO kablam! --> src/lib.rs:23:9 Sep 20 00:02:21.703 INFO kablam! | Sep 20 00:02:21.703 INFO kablam! 23 | let hs = Hunspell::new("/usr/share/hunspell/en_US.aff", Sep 20 00:02:21.703 INFO kablam! | ^^ help: consider using `_hs` instead Sep 20 00:02:21.703 INFO kablam! | Sep 20 00:02:21.703 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 00:02:21.703 INFO kablam! Sep 20 00:02:21.713 INFO kablam! warning: foreign function is never used: `Hunspell_get_dic_encoding` Sep 20 00:02:21.713 INFO kablam! --> src/lib.rs:59:5 Sep 20 00:02:21.713 INFO kablam! | Sep 20 00:02:21.713 INFO kablam! 59 | fn Hunspell_get_dic_encoding(pHunspell: *mut Hunhandle) -> *mut i8; Sep 20 00:02:21.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.713 INFO kablam! | Sep 20 00:02:21.713 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 00:02:21.713 INFO kablam! Sep 20 00:02:21.713 INFO kablam! warning: foreign function is never used: `Hunspell_stem2` Sep 20 00:02:21.713 INFO kablam! --> src/lib.rs:64:5 Sep 20 00:02:21.713 INFO kablam! | Sep 20 00:02:21.713 INFO kablam! 64 | fn Hunspell_stem2(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, desc: *mut *mut i8, n: i32) -> i32; Sep 20 00:02:21.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.713 INFO kablam! Sep 20 00:02:21.713 INFO kablam! warning: foreign function is never used: `Hunspell_generate2` Sep 20 00:02:21.713 INFO kablam! --> src/lib.rs:66:5 Sep 20 00:02:21.713 INFO kablam! | Sep 20 00:02:21.713 INFO kablam! 66 | fn Hunspell_generate2(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, word: *const i8, desc: *mut *mut i8, n: i32) -> i32; Sep 20 00:02:21.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.713 INFO kablam! Sep 20 00:02:21.713 INFO kablam! warning: foreign function is never used: `Hunspell_add` Sep 20 00:02:21.713 INFO kablam! --> src/lib.rs:68:5 Sep 20 00:02:21.713 INFO kablam! | Sep 20 00:02:21.713 INFO kablam! 68 | fn Hunspell_add(pHunspell: *mut Hunhandle, word: *const i8) -> i32; Sep 20 00:02:21.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.713 INFO kablam! Sep 20 00:02:21.713 INFO kablam! warning: foreign function is never used: `Hunspell_add_with_affix` Sep 20 00:02:21.713 INFO kablam! --> src/lib.rs:69:5 Sep 20 00:02:21.713 INFO kablam! | Sep 20 00:02:21.713 INFO kablam! 69 | fn Hunspell_add_with_affix(pHunspell: *mut Hunhandle, word: *const i8, example: *const i8) -> i32; Sep 20 00:02:21.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.713 INFO kablam! Sep 20 00:02:21.713 INFO kablam! warning: foreign function is never used: `Hunspell_remove` Sep 20 00:02:21.713 INFO kablam! --> src/lib.rs:70:5 Sep 20 00:02:21.713 INFO kablam! | Sep 20 00:02:21.713 INFO kablam! 70 | fn Hunspell_remove(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, n: i32) -> i32; Sep 20 00:02:21.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.713 INFO kablam! Sep 20 00:02:21.718 INFO kablam! warning: type alias is never used: `CStringList` Sep 20 00:02:21.718 INFO kablam! --> src/lib.rs:75:1 Sep 20 00:02:21.718 INFO kablam! | Sep 20 00:02:21.718 INFO kablam! 75 | type CStringList = *mut *mut i8; Sep 20 00:02:21.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:02:21.718 INFO kablam! Sep 20 00:02:21.730 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.40s Sep 20 00:02:21.736 INFO kablam! su: No module specific data is present Sep 20 00:02:22.375 INFO running `"docker" "rm" "-f" "94ba10ded28cf3df219ad5c67be9178f36fa6a5d58bc37fe5e38ce08a3f2f6b1"` Sep 20 00:02:22.581 INFO blam! 94ba10ded28cf3df219ad5c67be9178f36fa6a5d58bc37fe5e38ce08a3f2f6b1