Oct 21 12:11:36.830 INFO checking woodgear/word-forms-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:11:36.830 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 12:11:37.243 INFO blam! 1bbb324d34e8e11dff5c123f824ed209ebc7f5ec855c086fdcb7060017320878 Oct 21 12:11:37.246 INFO running `"docker" "start" "-a" "1bbb324d34e8e11dff5c123f824ed209ebc7f5ec855c086fdcb7060017320878"` Oct 21 12:11:39.196 INFO kablam! usermod: no changes Oct 21 12:11:39.344 INFO kablam! Compiling cc v1.0.18 Oct 21 12:11:39.345 INFO kablam! Checking lazy_static v1.0.2 Oct 21 12:11:39.345 INFO kablam! Compiling rayon-core v1.4.1 Oct 21 12:11:39.345 INFO kablam! Compiling regex v1.0.2 Oct 21 12:11:39.345 INFO kablam! Compiling rayon v1.0.2 Oct 21 12:11:39.348 INFO kablam! Checking cute v0.3.0 Oct 21 12:11:39.348 INFO kablam! Checking strum v0.10.0 Oct 21 12:11:39.348 INFO kablam! Checking difflib v0.4.0 Oct 21 12:11:40.203 INFO kablam! Checking crossbeam-utils v0.2.2 Oct 21 12:11:40.416 INFO kablam! Checking log v0.4.3 Oct 21 12:11:40.516 INFO kablam! Compiling proc-macro2 v0.4.9 Oct 21 12:11:42.704 INFO kablam! Checking regex-syntax v0.6.2 Oct 21 12:11:42.704 INFO kablam! Checking thread_local v0.3.5 Oct 21 12:11:42.723 INFO kablam! Checking aho-corasick v0.6.6 Oct 21 12:11:43.364 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 21 12:11:46.333 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 21 12:11:50.289 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 21 12:11:53.552 INFO kablam! Compiling quote v0.6.4 Oct 21 12:11:56.032 INFO kablam! Compiling syn v0.14.5 Oct 21 12:11:57.492 INFO kablam! Checking backtrace v0.3.9 Oct 21 12:11:58.952 INFO kablam! Checking failure v0.1.1 Oct 21 12:12:05.121 INFO kablam! Checking Inflector v0.11.3 Oct 21 12:12:10.952 INFO kablam! Compiling strum_macros v0.10.0 Oct 21 12:12:14.150 INFO kablam! Checking word-forms-rust v0.1.0 (/source) Oct 21 12:12:15.180 INFO kablam! warning: unused variable: `index` Oct 21 12:12:15.181 INFO kablam! --> src/word_net/mod.rs:774:13 Oct 21 12:12:15.181 INFO kablam! | Oct 21 12:12:15.181 INFO kablam! 774 | let index = WordNetIndex::build_index(PathBuf::from("/home/oaa/Downloads/dict")).unwrap(); Oct 21 12:12:15.181 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 21 12:12:15.181 INFO kablam! | Oct 21 12:12:15.181 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:12:15.181 INFO kablam! Oct 21 12:12:15.181 INFO kablam! warning: unused variable: `pos` Oct 21 12:12:15.181 INFO kablam! --> src/word_net/mod.rs:780:13 Oct 21 12:12:15.181 INFO kablam! | Oct 21 12:12:15.181 INFO kablam! 780 | let pos = PosSynsets::build_data("/home/oaa/Downloads/dict").unwrap(); Oct 21 12:12:15.181 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 21 12:12:15.181 INFO kablam! Oct 21 12:12:15.181 INFO kablam! warning: unused variable: `all` Oct 21 12:12:15.181 INFO kablam! --> src/word_net/mod.rs:798:13 Oct 21 12:12:15.182 INFO kablam! | Oct 21 12:12:15.182 INFO kablam! 798 | let all = wn.all_synsets(None); Oct 21 12:12:15.182 INFO kablam! | ^^^ help: consider using `_all` instead Oct 21 12:12:15.182 INFO kablam! Oct 21 12:12:15.182 INFO kablam! warning: unused variable: `name` Oct 21 12:12:15.182 INFO kablam! --> src/word_net/mod.rs:401:35 Oct 21 12:12:15.182 INFO kablam! | Oct 21 12:12:15.182 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 21 12:12:15.182 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 21 12:12:15.182 INFO kablam! Oct 21 12:12:15.182 INFO kablam! warning: unused variable: `p` Oct 21 12:12:15.182 INFO kablam! --> src/word_net/mod.rs:401:50 Oct 21 12:12:15.182 INFO kablam! | Oct 21 12:12:15.182 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 21 12:12:15.182 INFO kablam! | ^ help: consider using `_p` instead Oct 21 12:12:15.182 INFO kablam! Oct 21 12:12:15.182 INFO kablam! warning: unused variable: `offset` Oct 21 12:12:15.182 INFO kablam! --> src/word_net/mod.rs:401:59 Oct 21 12:12:15.182 INFO kablam! | Oct 21 12:12:15.182 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 21 12:12:15.182 INFO kablam! | ^^^^^^ help: consider using `_offset` instead Oct 21 12:12:15.182 INFO kablam! Oct 21 12:12:15.470 INFO kablam! warning: method is never used: `pertainyms` Oct 21 12:12:15.470 INFO kablam! --> src/word_net/mod.rs:47:5 Oct 21 12:12:15.471 INFO kablam! | Oct 21 12:12:15.471 INFO kablam! 47 | fn pertainyms(&self) -> Vec<&Lemma> { Oct 21 12:12:15.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.472 INFO kablam! | Oct 21 12:12:15.472 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:12:15.472 INFO kablam! Oct 21 12:12:15.473 INFO kablam! warning: method is never used: `related` Oct 21 12:12:15.473 INFO kablam! --> src/word_net/mod.rs:50:5 Oct 21 12:12:15.473 INFO kablam! | Oct 21 12:12:15.474 INFO kablam! 50 | fn related(&self, symbol: String) -> Vec<&Lemma> { Oct 21 12:12:15.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.474 INFO kablam! Oct 21 12:12:15.475 INFO kablam! warning: method is never used: `lemmas` Oct 21 12:12:15.475 INFO kablam! --> src/word_net/mod.rs:228:5 Oct 21 12:12:15.475 INFO kablam! | Oct 21 12:12:15.476 INFO kablam! 228 | fn lemmas(&self) -> &Vec { Oct 21 12:12:15.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.476 INFO kablam! Oct 21 12:12:15.477 INFO kablam! warning: method is never used: `get` Oct 21 12:12:15.477 INFO kablam! --> src/word_net/mod.rs:248:5 Oct 21 12:12:15.477 INFO kablam! | Oct 21 12:12:15.478 INFO kablam! 248 | fn get(&self, ptr: &SynsetPtr) -> &BSynset { Oct 21 12:12:15.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.478 INFO kablam! Oct 21 12:12:15.479 INFO kablam! warning: function is never used: `get_all_wordnet_words` Oct 21 12:12:15.479 INFO kablam! --> src/word_net/mod.rs:580:5 Oct 21 12:12:15.480 INFO kablam! | Oct 21 12:12:15.480 INFO kablam! 580 | fn get_all_wordnet_words() -> Vec { Oct 21 12:12:15.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.480 INFO kablam! Oct 21 12:12:15.480 INFO kablam! warning: function is never used: `get_conjugated_verb_list` Oct 21 12:12:15.480 INFO kablam! --> src/word_net/mod.rs:590:5 Oct 21 12:12:15.480 INFO kablam! | Oct 21 12:12:15.480 INFO kablam! 590 | fn get_conjugated_verb_list() -> Vec> { Oct 21 12:12:15.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.480 INFO kablam! Oct 21 12:12:15.480 INFO kablam! warning: function is never used: `get_related_lemmas` Oct 21 12:12:15.480 INFO kablam! --> src/word_net/mod.rs:605:5 Oct 21 12:12:15.480 INFO kablam! | Oct 21 12:12:15.480 INFO kablam! 605 | fn get_related_lemmas(_word: &String) {} Oct 21 12:12:15.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.480 INFO kablam! Oct 21 12:12:15.480 INFO kablam! warning: function is never used: `get_word_forms` Oct 21 12:12:15.480 INFO kablam! --> src/word_net/mod.rs:607:5 Oct 21 12:12:15.480 INFO kablam! | Oct 21 12:12:15.480 INFO kablam! 607 | pub fn get_word_forms(word: String) { Oct 21 12:12:15.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.481 INFO kablam! Oct 21 12:12:15.481 INFO kablam! warning: function is never used: `get_adjective_to_adverb` Oct 21 12:12:15.481 INFO kablam! --> src/word_net/mod.rs:611:5 Oct 21 12:12:15.481 INFO kablam! | Oct 21 12:12:15.481 INFO kablam! 611 | fn get_adjective_to_adverb() -> HashMap { Oct 21 12:12:15.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.481 INFO kablam! Oct 21 12:12:15.504 INFO kablam! warning: variable `WN` should have a snake case name such as `wn` Oct 21 12:12:15.504 INFO kablam! --> src/word_net/mod.rs:788:13 Oct 21 12:12:15.504 INFO kablam! | Oct 21 12:12:15.504 INFO kablam! 788 | let WN = WordNet::new().unwrap(); Oct 21 12:12:15.504 INFO kablam! | ^^ Oct 21 12:12:15.504 INFO kablam! | Oct 21 12:12:15.504 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 12:12:15.504 INFO kablam! Oct 21 12:12:15.517 INFO kablam! warning: method is never used: `pertainyms` Oct 21 12:12:15.517 INFO kablam! --> src/word_net/mod.rs:47:5 Oct 21 12:12:15.517 INFO kablam! | Oct 21 12:12:15.517 INFO kablam! 47 | fn pertainyms(&self) -> Vec<&Lemma> { Oct 21 12:12:15.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.517 INFO kablam! | Oct 21 12:12:15.517 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:12:15.517 INFO kablam! Oct 21 12:12:15.517 INFO kablam! warning: method is never used: `related` Oct 21 12:12:15.517 INFO kablam! --> src/word_net/mod.rs:50:5 Oct 21 12:12:15.517 INFO kablam! | Oct 21 12:12:15.517 INFO kablam! 50 | fn related(&self, symbol: String) -> Vec<&Lemma> { Oct 21 12:12:15.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.517 INFO kablam! Oct 21 12:12:15.517 INFO kablam! warning: method is never used: `lemmas` Oct 21 12:12:15.517 INFO kablam! --> src/word_net/mod.rs:228:5 Oct 21 12:12:15.517 INFO kablam! | Oct 21 12:12:15.517 INFO kablam! 228 | fn lemmas(&self) -> &Vec { Oct 21 12:12:15.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.517 INFO kablam! Oct 21 12:12:15.517 INFO kablam! warning: method is never used: `get` Oct 21 12:12:15.517 INFO kablam! --> src/word_net/mod.rs:248:5 Oct 21 12:12:15.517 INFO kablam! | Oct 21 12:12:15.517 INFO kablam! 248 | fn get(&self, ptr: &SynsetPtr) -> &BSynset { Oct 21 12:12:15.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.517 INFO kablam! Oct 21 12:12:15.517 INFO kablam! warning: function is never used: `get_all_wordnet_words` Oct 21 12:12:15.517 INFO kablam! --> src/word_net/mod.rs:580:5 Oct 21 12:12:15.517 INFO kablam! | Oct 21 12:12:15.517 INFO kablam! 580 | fn get_all_wordnet_words() -> Vec { Oct 21 12:12:15.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.517 INFO kablam! Oct 21 12:12:15.517 INFO kablam! warning: function is never used: `get_conjugated_verb_list` Oct 21 12:12:15.517 INFO kablam! --> src/word_net/mod.rs:590:5 Oct 21 12:12:15.517 INFO kablam! | Oct 21 12:12:15.517 INFO kablam! 590 | fn get_conjugated_verb_list() -> Vec> { Oct 21 12:12:15.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.517 INFO kablam! Oct 21 12:12:15.517 INFO kablam! warning: function is never used: `get_related_lemmas` Oct 21 12:12:15.517 INFO kablam! --> src/word_net/mod.rs:605:5 Oct 21 12:12:15.517 INFO kablam! | Oct 21 12:12:15.517 INFO kablam! 605 | fn get_related_lemmas(_word: &String) {} Oct 21 12:12:15.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.517 INFO kablam! Oct 21 12:12:15.517 INFO kablam! warning: function is never used: `get_word_forms` Oct 21 12:12:15.517 INFO kablam! --> src/word_net/mod.rs:607:5 Oct 21 12:12:15.517 INFO kablam! | Oct 21 12:12:15.517 INFO kablam! 607 | pub fn get_word_forms(word: String) { Oct 21 12:12:15.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.517 INFO kablam! Oct 21 12:12:15.517 INFO kablam! warning: function is never used: `get_adjective_to_adverb` Oct 21 12:12:15.517 INFO kablam! --> src/word_net/mod.rs:611:5 Oct 21 12:12:15.517 INFO kablam! | Oct 21 12:12:15.517 INFO kablam! 611 | fn get_adjective_to_adverb() -> HashMap { Oct 21 12:12:15.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:12:15.517 INFO kablam! Oct 21 12:12:15.608 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.38s Oct 21 12:12:15.620 INFO kablam! su: No module specific data is present Oct 21 12:12:16.760 INFO running `"docker" "rm" "-f" "1bbb324d34e8e11dff5c123f824ed209ebc7f5ec855c086fdcb7060017320878"` Oct 21 12:12:17.072 INFO blam! 1bbb324d34e8e11dff5c123f824ed209ebc7f5ec855c086fdcb7060017320878