Sep 02 10:51:58.229 INFO checking hunspell-0.1.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 10:51:58.229 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 10:51:58.230 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 10:51:58.418 INFO blam! 3714ca69252532b76c6076270bc18f299fcbcca89789430a908e342ef8269bbf Sep 02 10:51:58.421 INFO running `"docker" "start" "-a" "3714ca69252532b76c6076270bc18f299fcbcca89789430a908e342ef8269bbf"` Sep 02 10:51:59.155 INFO kablam! Checking hunspell v0.1.2 (file:///source) Sep 02 10:51:59.759 INFO kablam! warning: unused import: `std::os::raw::c_char` Sep 02 10:51:59.759 INFO kablam! --> src/lib.rs:19:5 Sep 02 10:51:59.759 INFO kablam! | Sep 02 10:51:59.760 INFO kablam! 19 | use std::os::raw::c_char; Sep 02 10:51:59.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.760 INFO kablam! | Sep 02 10:51:59.760 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 10:51:59.760 INFO kablam! Sep 02 10:51:59.854 INFO kablam! warning: unused import: `std::os::raw::c_char` Sep 02 10:51:59.855 INFO kablam! --> src/lib.rs:19:5 Sep 02 10:51:59.855 INFO kablam! | Sep 02 10:51:59.855 INFO kablam! 19 | use std::os::raw::c_char; Sep 02 10:51:59.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.855 INFO kablam! | Sep 02 10:51:59.855 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 10:51:59.855 INFO kablam! Sep 02 10:51:59.890 INFO kablam! warning: foreign function is never used: `Hunspell_get_dic_encoding` Sep 02 10:51:59.890 INFO kablam! --> src/lib.rs:59:5 Sep 02 10:51:59.892 INFO kablam! | Sep 02 10:51:59.892 INFO kablam! 59 | fn Hunspell_get_dic_encoding(pHunspell: *mut Hunhandle) -> *mut i8; Sep 02 10:51:59.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.892 INFO kablam! | Sep 02 10:51:59.892 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 10:51:59.892 INFO kablam! Sep 02 10:51:59.892 INFO kablam! warning: foreign function is never used: `Hunspell_stem2` Sep 02 10:51:59.892 INFO kablam! --> src/lib.rs:64:5 Sep 02 10:51:59.892 INFO kablam! | Sep 02 10:51:59.892 INFO kablam! 64 | fn Hunspell_stem2(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, desc: *mut *mut i8, n: i32) -> i32; Sep 02 10:51:59.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.892 INFO kablam! Sep 02 10:51:59.892 INFO kablam! warning: foreign function is never used: `Hunspell_generate2` Sep 02 10:51:59.892 INFO kablam! --> src/lib.rs:66:5 Sep 02 10:51:59.892 INFO kablam! | Sep 02 10:51:59.892 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 02 10:51:59.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.893 INFO kablam! Sep 02 10:51:59.893 INFO kablam! warning: foreign function is never used: `Hunspell_add` Sep 02 10:51:59.893 INFO kablam! --> src/lib.rs:68:5 Sep 02 10:51:59.893 INFO kablam! | Sep 02 10:51:59.893 INFO kablam! 68 | fn Hunspell_add(pHunspell: *mut Hunhandle, word: *const i8) -> i32; Sep 02 10:51:59.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.893 INFO kablam! Sep 02 10:51:59.893 INFO kablam! warning: foreign function is never used: `Hunspell_add_with_affix` Sep 02 10:51:59.893 INFO kablam! --> src/lib.rs:69:5 Sep 02 10:51:59.893 INFO kablam! | Sep 02 10:51:59.893 INFO kablam! 69 | fn Hunspell_add_with_affix(pHunspell: *mut Hunhandle, word: *const i8, example: *const i8) -> i32; Sep 02 10:51:59.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.893 INFO kablam! Sep 02 10:51:59.893 INFO kablam! warning: foreign function is never used: `Hunspell_remove` Sep 02 10:51:59.893 INFO kablam! --> src/lib.rs:70:5 Sep 02 10:51:59.893 INFO kablam! | Sep 02 10:51:59.893 INFO kablam! 70 | fn Hunspell_remove(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, n: i32) -> i32; Sep 02 10:51:59.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.894 INFO kablam! Sep 02 10:51:59.894 INFO kablam! warning: type alias is never used: `CStringList` Sep 02 10:51:59.894 INFO kablam! --> src/lib.rs:75:1 Sep 02 10:51:59.894 INFO kablam! | Sep 02 10:51:59.894 INFO kablam! 75 | type CStringList = *mut *mut i8; Sep 02 10:51:59.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.894 INFO kablam! Sep 02 10:51:59.967 INFO kablam! warning: unused variable: `hs` Sep 02 10:51:59.967 INFO kablam! --> src/lib.rs:23:9 Sep 02 10:51:59.967 INFO kablam! | Sep 02 10:51:59.967 INFO kablam! 23 | let hs = Hunspell::new("/usr/share/hunspell/en_US.aff", Sep 02 10:51:59.968 INFO kablam! | ^^ help: consider using `_hs` instead Sep 02 10:51:59.968 INFO kablam! | Sep 02 10:51:59.968 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 10:51:59.968 INFO kablam! Sep 02 10:51:59.989 INFO kablam! warning: foreign function is never used: `Hunspell_get_dic_encoding` Sep 02 10:51:59.989 INFO kablam! --> src/lib.rs:59:5 Sep 02 10:51:59.989 INFO kablam! | Sep 02 10:51:59.989 INFO kablam! 59 | fn Hunspell_get_dic_encoding(pHunspell: *mut Hunhandle) -> *mut i8; Sep 02 10:51:59.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.989 INFO kablam! | Sep 02 10:51:59.989 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 10:51:59.990 INFO kablam! Sep 02 10:51:59.990 INFO kablam! warning: foreign function is never used: `Hunspell_stem2` Sep 02 10:51:59.990 INFO kablam! --> src/lib.rs:64:5 Sep 02 10:51:59.990 INFO kablam! | Sep 02 10:51:59.990 INFO kablam! 64 | fn Hunspell_stem2(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, desc: *mut *mut i8, n: i32) -> i32; Sep 02 10:51:59.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.990 INFO kablam! Sep 02 10:51:59.991 INFO kablam! warning: foreign function is never used: `Hunspell_generate2` Sep 02 10:51:59.991 INFO kablam! --> src/lib.rs:66:5 Sep 02 10:51:59.991 INFO kablam! | Sep 02 10:51:59.991 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 02 10:51:59.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.991 INFO kablam! Sep 02 10:51:59.991 INFO kablam! warning: foreign function is never used: `Hunspell_add` Sep 02 10:51:59.991 INFO kablam! --> src/lib.rs:68:5 Sep 02 10:51:59.991 INFO kablam! | Sep 02 10:51:59.991 INFO kablam! 68 | fn Hunspell_add(pHunspell: *mut Hunhandle, word: *const i8) -> i32; Sep 02 10:51:59.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.991 INFO kablam! Sep 02 10:51:59.992 INFO kablam! warning: foreign function is never used: `Hunspell_add_with_affix` Sep 02 10:51:59.992 INFO kablam! --> src/lib.rs:69:5 Sep 02 10:51:59.992 INFO kablam! | Sep 02 10:51:59.992 INFO kablam! 69 | fn Hunspell_add_with_affix(pHunspell: *mut Hunhandle, word: *const i8, example: *const i8) -> i32; Sep 02 10:51:59.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.992 INFO kablam! Sep 02 10:51:59.992 INFO kablam! warning: foreign function is never used: `Hunspell_remove` Sep 02 10:51:59.992 INFO kablam! --> src/lib.rs:70:5 Sep 02 10:51:59.992 INFO kablam! | Sep 02 10:51:59.992 INFO kablam! 70 | fn Hunspell_remove(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, n: i32) -> i32; Sep 02 10:51:59.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.992 INFO kablam! Sep 02 10:51:59.992 INFO kablam! warning: type alias is never used: `CStringList` Sep 02 10:51:59.992 INFO kablam! --> src/lib.rs:75:1 Sep 02 10:51:59.992 INFO kablam! | Sep 02 10:51:59.993 INFO kablam! 75 | type CStringList = *mut *mut i8; Sep 02 10:51:59.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:51:59.993 INFO kablam! Sep 02 10:52:00.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Sep 02 10:52:00.015 INFO kablam! su: No module specific data is present Sep 02 10:52:00.421 INFO running `"docker" "rm" "-f" "3714ca69252532b76c6076270bc18f299fcbcca89789430a908e342ef8269bbf"` Sep 02 10:52:00.548 INFO blam! 3714ca69252532b76c6076270bc18f299fcbcca89789430a908e342ef8269bbf