Sep 01 00:52:24.848 INFO checking hunspell-0.1.2 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 00:52:24.848 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 00:52:24.848 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:52:25.026 INFO blam! 1f632118e0f7bd2d4db8d0e3cb56c6e915d59f926f619ea9c1ba9dcdbbc3a75d Sep 01 00:52:25.028 INFO running `"docker" "start" "-a" "1f632118e0f7bd2d4db8d0e3cb56c6e915d59f926f619ea9c1ba9dcdbbc3a75d"` Sep 01 00:52:25.723 INFO kablam! Checking hunspell v0.1.2 (file:///source) Sep 01 00:52:26.387 INFO kablam! warning: unused import: `std::os::raw::c_char` Sep 01 00:52:26.387 INFO kablam! --> src/lib.rs:19:5 Sep 01 00:52:26.387 INFO kablam! | Sep 01 00:52:26.387 INFO kablam! 19 | use std::os::raw::c_char; Sep 01 00:52:26.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.388 INFO kablam! | Sep 01 00:52:26.389 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 00:52:26.389 INFO kablam! Sep 01 00:52:26.521 INFO kablam! warning: foreign function is never used: `Hunspell_get_dic_encoding` Sep 01 00:52:26.521 INFO kablam! --> src/lib.rs:59:5 Sep 01 00:52:26.521 INFO kablam! | Sep 01 00:52:26.521 INFO kablam! 59 | fn Hunspell_get_dic_encoding(pHunspell: *mut Hunhandle) -> *mut i8; Sep 01 00:52:26.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.522 INFO kablam! | Sep 01 00:52:26.523 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 00:52:26.523 INFO kablam! Sep 01 00:52:26.524 INFO kablam! warning: foreign function is never used: `Hunspell_stem2` Sep 01 00:52:26.524 INFO kablam! --> src/lib.rs:64:5 Sep 01 00:52:26.524 INFO kablam! | Sep 01 00:52:26.524 INFO kablam! 64 | fn Hunspell_stem2(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, desc: *mut *mut i8, n: i32) -> i32; Sep 01 00:52:26.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.524 INFO kablam! Sep 01 00:52:26.525 INFO kablam! warning: foreign function is never used: `Hunspell_generate2` Sep 01 00:52:26.525 INFO kablam! --> src/lib.rs:66:5 Sep 01 00:52:26.525 INFO kablam! | Sep 01 00:52:26.525 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 01 00:52:26.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.526 INFO kablam! Sep 01 00:52:26.526 INFO kablam! warning: foreign function is never used: `Hunspell_add` Sep 01 00:52:26.526 INFO kablam! --> src/lib.rs:68:5 Sep 01 00:52:26.527 INFO kablam! | Sep 01 00:52:26.527 INFO kablam! 68 | fn Hunspell_add(pHunspell: *mut Hunhandle, word: *const i8) -> i32; Sep 01 00:52:26.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.527 INFO kablam! Sep 01 00:52:26.528 INFO kablam! warning: foreign function is never used: `Hunspell_add_with_affix` Sep 01 00:52:26.528 INFO kablam! --> src/lib.rs:69:5 Sep 01 00:52:26.528 INFO kablam! | Sep 01 00:52:26.528 INFO kablam! 69 | fn Hunspell_add_with_affix(pHunspell: *mut Hunhandle, word: *const i8, example: *const i8) -> i32; Sep 01 00:52:26.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.529 INFO kablam! Sep 01 00:52:26.529 INFO kablam! warning: foreign function is never used: `Hunspell_remove` Sep 01 00:52:26.529 INFO kablam! --> src/lib.rs:70:5 Sep 01 00:52:26.529 INFO kablam! | Sep 01 00:52:26.529 INFO kablam! 70 | fn Hunspell_remove(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, n: i32) -> i32; Sep 01 00:52:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.530 INFO kablam! Sep 01 00:52:26.530 INFO kablam! warning: type alias is never used: `CStringList` Sep 01 00:52:26.531 INFO kablam! --> src/lib.rs:75:1 Sep 01 00:52:26.531 INFO kablam! | Sep 01 00:52:26.531 INFO kablam! 75 | type CStringList = *mut *mut i8; Sep 01 00:52:26.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.531 INFO kablam! Sep 01 00:52:26.543 INFO kablam! warning: unused import: `std::os::raw::c_char` Sep 01 00:52:26.543 INFO kablam! --> src/lib.rs:19:5 Sep 01 00:52:26.543 INFO kablam! | Sep 01 00:52:26.543 INFO kablam! 19 | use std::os::raw::c_char; Sep 01 00:52:26.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.544 INFO kablam! | Sep 01 00:52:26.544 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 00:52:26.544 INFO kablam! Sep 01 00:52:26.679 INFO kablam! warning: unused variable: `hs` Sep 01 00:52:26.679 INFO kablam! --> src/lib.rs:23:9 Sep 01 00:52:26.679 INFO kablam! | Sep 01 00:52:26.679 INFO kablam! 23 | let hs = Hunspell::new("/usr/share/hunspell/en_US.aff", Sep 01 00:52:26.679 INFO kablam! | ^^ help: consider using `_hs` instead Sep 01 00:52:26.679 INFO kablam! | Sep 01 00:52:26.679 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 00:52:26.679 INFO kablam! Sep 01 00:52:26.704 INFO kablam! warning: foreign function is never used: `Hunspell_get_dic_encoding` Sep 01 00:52:26.704 INFO kablam! --> src/lib.rs:59:5 Sep 01 00:52:26.704 INFO kablam! | Sep 01 00:52:26.704 INFO kablam! 59 | fn Hunspell_get_dic_encoding(pHunspell: *mut Hunhandle) -> *mut i8; Sep 01 00:52:26.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.704 INFO kablam! | Sep 01 00:52:26.704 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 00:52:26.704 INFO kablam! Sep 01 00:52:26.705 INFO kablam! warning: foreign function is never used: `Hunspell_stem2` Sep 01 00:52:26.705 INFO kablam! --> src/lib.rs:64:5 Sep 01 00:52:26.705 INFO kablam! | Sep 01 00:52:26.705 INFO kablam! 64 | fn Hunspell_stem2(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, desc: *mut *mut i8, n: i32) -> i32; Sep 01 00:52:26.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.705 INFO kablam! Sep 01 00:52:26.705 INFO kablam! warning: foreign function is never used: `Hunspell_generate2` Sep 01 00:52:26.705 INFO kablam! --> src/lib.rs:66:5 Sep 01 00:52:26.706 INFO kablam! | Sep 01 00:52:26.706 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 01 00:52:26.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.706 INFO kablam! Sep 01 00:52:26.706 INFO kablam! warning: foreign function is never used: `Hunspell_add` Sep 01 00:52:26.706 INFO kablam! --> src/lib.rs:68:5 Sep 01 00:52:26.706 INFO kablam! | Sep 01 00:52:26.706 INFO kablam! 68 | fn Hunspell_add(pHunspell: *mut Hunhandle, word: *const i8) -> i32; Sep 01 00:52:26.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.706 INFO kablam! Sep 01 00:52:26.706 INFO kablam! warning: foreign function is never used: `Hunspell_add_with_affix` Sep 01 00:52:26.706 INFO kablam! --> src/lib.rs:69:5 Sep 01 00:52:26.706 INFO kablam! | Sep 01 00:52:26.706 INFO kablam! 69 | fn Hunspell_add_with_affix(pHunspell: *mut Hunhandle, word: *const i8, example: *const i8) -> i32; Sep 01 00:52:26.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.706 INFO kablam! Sep 01 00:52:26.706 INFO kablam! warning: foreign function is never used: `Hunspell_remove` Sep 01 00:52:26.706 INFO kablam! --> src/lib.rs:70:5 Sep 01 00:52:26.706 INFO kablam! | Sep 01 00:52:26.706 INFO kablam! 70 | fn Hunspell_remove(pHunspell: *mut Hunhandle, slst: *mut *mut *mut i8, n: i32) -> i32; Sep 01 00:52:26.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.707 INFO kablam! Sep 01 00:52:26.707 INFO kablam! warning: type alias is never used: `CStringList` Sep 01 00:52:26.707 INFO kablam! --> src/lib.rs:75:1 Sep 01 00:52:26.707 INFO kablam! | Sep 01 00:52:26.707 INFO kablam! 75 | type CStringList = *mut *mut i8; Sep 01 00:52:26.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:52:26.707 INFO kablam! Sep 01 00:52:26.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Sep 01 00:52:26.744 INFO kablam! su: No module specific data is present Sep 01 00:52:27.260 INFO running `"docker" "rm" "-f" "1f632118e0f7bd2d4db8d0e3cb56c6e915d59f926f619ea9c1ba9dcdbbc3a75d"` Sep 01 00:52:27.384 INFO blam! 1f632118e0f7bd2d4db8d0e3cb56c6e915d59f926f619ea9c1ba9dcdbbc3a75d