Oct 26 17:53:24.782 INFO checking woodgear/word-forms-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 17:53:24.784 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 26 17:53:25.235 INFO blam! d425e4a48dea9e26e0ecab1184f02ed4edf9880f1987659a619adbde1761c990 Oct 26 17:53:25.239 INFO running `"docker" "start" "-a" "d425e4a48dea9e26e0ecab1184f02ed4edf9880f1987659a619adbde1761c990"` Oct 26 17:53:26.950 INFO kablam! usermod: no changes Oct 26 17:53:27.083 INFO kablam! Compiling regex v1.0.2 Oct 26 17:53:27.083 INFO kablam! Checking difflib v0.4.0 Oct 26 17:53:27.091 INFO kablam! Checking strum v0.10.0 Oct 26 17:53:27.091 INFO kablam! Checking cute v0.3.0 Oct 26 17:53:27.091 INFO kablam! Checking crossbeam-utils v0.2.2 Oct 26 17:53:27.091 INFO kablam! Checking log v0.4.3 Oct 26 17:53:27.091 INFO kablam! Checking itertools v0.7.8 Oct 26 17:53:27.091 INFO kablam! Compiling syn v0.14.5 Oct 26 17:53:28.007 INFO kablam! Checking failure v0.1.1 Oct 26 17:53:28.347 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 26 17:53:31.309 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 26 17:53:32.564 INFO kablam! Checking rayon-core v1.4.1 Oct 26 17:53:35.469 INFO kablam! Checking rayon v1.0.2 Oct 26 17:53:38.639 INFO kablam! Checking Inflector v0.11.3 Oct 26 17:53:46.698 INFO kablam! Compiling strum_macros v0.10.0 Oct 26 17:53:49.978 INFO kablam! Checking word-forms-rust v0.1.0 (/source) Oct 26 17:53:51.328 INFO kablam! warning: unused variable: `index` Oct 26 17:53:51.328 INFO kablam! --> src/word_net/mod.rs:774:13 Oct 26 17:53:51.328 INFO kablam! | Oct 26 17:53:51.328 INFO kablam! 774 | let index = WordNetIndex::build_index(PathBuf::from("/home/oaa/Downloads/dict")).unwrap(); Oct 26 17:53:51.328 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 26 17:53:51.328 INFO kablam! | Oct 26 17:53:51.328 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 17:53:51.328 INFO kablam! Oct 26 17:53:51.328 INFO kablam! warning: unused variable: `pos` Oct 26 17:53:51.328 INFO kablam! --> src/word_net/mod.rs:780:13 Oct 26 17:53:51.328 INFO kablam! | Oct 26 17:53:51.328 INFO kablam! 780 | let pos = PosSynsets::build_data("/home/oaa/Downloads/dict").unwrap(); Oct 26 17:53:51.328 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 26 17:53:51.328 INFO kablam! Oct 26 17:53:51.328 INFO kablam! warning: unused variable: `all` Oct 26 17:53:51.328 INFO kablam! --> src/word_net/mod.rs:798:13 Oct 26 17:53:51.328 INFO kablam! | Oct 26 17:53:51.328 INFO kablam! 798 | let all = wn.all_synsets(None); Oct 26 17:53:51.328 INFO kablam! | ^^^ help: consider using `_all` instead Oct 26 17:53:51.328 INFO kablam! Oct 26 17:53:51.328 INFO kablam! warning: unused variable: `name` Oct 26 17:53:51.328 INFO kablam! --> src/word_net/mod.rs:401:35 Oct 26 17:53:51.328 INFO kablam! | Oct 26 17:53:51.328 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 26 17:53:51.328 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 26 17:53:51.328 INFO kablam! Oct 26 17:53:51.328 INFO kablam! warning: unused variable: `p` Oct 26 17:53:51.328 INFO kablam! --> src/word_net/mod.rs:401:50 Oct 26 17:53:51.328 INFO kablam! | Oct 26 17:53:51.328 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 26 17:53:51.328 INFO kablam! | ^ help: consider using `_p` instead Oct 26 17:53:51.328 INFO kablam! Oct 26 17:53:51.328 INFO kablam! warning: unused variable: `offset` Oct 26 17:53:51.328 INFO kablam! --> src/word_net/mod.rs:401:59 Oct 26 17:53:51.328 INFO kablam! | Oct 26 17:53:51.328 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 26 17:53:51.328 INFO kablam! | ^^^^^^ help: consider using `_offset` instead Oct 26 17:53:51.328 INFO kablam! Oct 26 17:53:51.448 INFO kablam! warning: method is never used: `pertainyms` Oct 26 17:53:51.448 INFO kablam! --> src/word_net/mod.rs:47:5 Oct 26 17:53:51.448 INFO kablam! | Oct 26 17:53:51.448 INFO kablam! 47 | fn pertainyms(&self) -> Vec<&Lemma> { Oct 26 17:53:51.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.448 INFO kablam! | Oct 26 17:53:51.448 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:53:51.448 INFO kablam! Oct 26 17:53:51.448 INFO kablam! warning: method is never used: `related` Oct 26 17:53:51.448 INFO kablam! --> src/word_net/mod.rs:50:5 Oct 26 17:53:51.448 INFO kablam! | Oct 26 17:53:51.448 INFO kablam! 50 | fn related(&self, symbol: String) -> Vec<&Lemma> { Oct 26 17:53:51.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.448 INFO kablam! Oct 26 17:53:51.448 INFO kablam! warning: method is never used: `lemmas` Oct 26 17:53:51.448 INFO kablam! --> src/word_net/mod.rs:228:5 Oct 26 17:53:51.448 INFO kablam! | Oct 26 17:53:51.448 INFO kablam! 228 | fn lemmas(&self) -> &Vec { Oct 26 17:53:51.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.448 INFO kablam! Oct 26 17:53:51.448 INFO kablam! warning: method is never used: `get` Oct 26 17:53:51.448 INFO kablam! --> src/word_net/mod.rs:248:5 Oct 26 17:53:51.448 INFO kablam! | Oct 26 17:53:51.449 INFO kablam! 248 | fn get(&self, ptr: &SynsetPtr) -> &BSynset { Oct 26 17:53:51.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.449 INFO kablam! Oct 26 17:53:51.449 INFO kablam! warning: function is never used: `get_all_wordnet_words` Oct 26 17:53:51.449 INFO kablam! --> src/word_net/mod.rs:580:5 Oct 26 17:53:51.449 INFO kablam! | Oct 26 17:53:51.449 INFO kablam! 580 | fn get_all_wordnet_words() -> Vec { Oct 26 17:53:51.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.449 INFO kablam! Oct 26 17:53:51.449 INFO kablam! warning: function is never used: `get_conjugated_verb_list` Oct 26 17:53:51.449 INFO kablam! --> src/word_net/mod.rs:590:5 Oct 26 17:53:51.449 INFO kablam! | Oct 26 17:53:51.449 INFO kablam! 590 | fn get_conjugated_verb_list() -> Vec> { Oct 26 17:53:51.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.449 INFO kablam! Oct 26 17:53:51.449 INFO kablam! warning: function is never used: `get_related_lemmas` Oct 26 17:53:51.449 INFO kablam! --> src/word_net/mod.rs:605:5 Oct 26 17:53:51.449 INFO kablam! | Oct 26 17:53:51.449 INFO kablam! 605 | fn get_related_lemmas(_word: &String) {} Oct 26 17:53:51.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.449 INFO kablam! Oct 26 17:53:51.449 INFO kablam! warning: function is never used: `get_word_forms` Oct 26 17:53:51.449 INFO kablam! --> src/word_net/mod.rs:607:5 Oct 26 17:53:51.449 INFO kablam! | Oct 26 17:53:51.449 INFO kablam! 607 | pub fn get_word_forms(word: String) { Oct 26 17:53:51.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.449 INFO kablam! Oct 26 17:53:51.449 INFO kablam! warning: function is never used: `get_adjective_to_adverb` Oct 26 17:53:51.449 INFO kablam! --> src/word_net/mod.rs:611:5 Oct 26 17:53:51.449 INFO kablam! | Oct 26 17:53:51.449 INFO kablam! 611 | fn get_adjective_to_adverb() -> HashMap { Oct 26 17:53:51.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.449 INFO kablam! Oct 26 17:53:51.623 INFO kablam! warning: method is never used: `pertainyms` Oct 26 17:53:51.623 INFO kablam! --> src/word_net/mod.rs:47:5 Oct 26 17:53:51.623 INFO kablam! | Oct 26 17:53:51.623 INFO kablam! 47 | fn pertainyms(&self) -> Vec<&Lemma> { Oct 26 17:53:51.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.623 INFO kablam! | Oct 26 17:53:51.623 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:53:51.623 INFO kablam! Oct 26 17:53:51.623 INFO kablam! warning: method is never used: `related` Oct 26 17:53:51.623 INFO kablam! --> src/word_net/mod.rs:50:5 Oct 26 17:53:51.623 INFO kablam! | Oct 26 17:53:51.623 INFO kablam! 50 | fn related(&self, symbol: String) -> Vec<&Lemma> { Oct 26 17:53:51.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.623 INFO kablam! Oct 26 17:53:51.623 INFO kablam! warning: method is never used: `lemmas` Oct 26 17:53:51.623 INFO kablam! --> src/word_net/mod.rs:228:5 Oct 26 17:53:51.623 INFO kablam! | Oct 26 17:53:51.623 INFO kablam! 228 | fn lemmas(&self) -> &Vec { Oct 26 17:53:51.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.623 INFO kablam! Oct 26 17:53:51.623 INFO kablam! warning: method is never used: `get` Oct 26 17:53:51.623 INFO kablam! --> src/word_net/mod.rs:248:5 Oct 26 17:53:51.623 INFO kablam! | Oct 26 17:53:51.623 INFO kablam! 248 | fn get(&self, ptr: &SynsetPtr) -> &BSynset { Oct 26 17:53:51.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.623 INFO kablam! Oct 26 17:53:51.623 INFO kablam! warning: function is never used: `get_all_wordnet_words` Oct 26 17:53:51.623 INFO kablam! --> src/word_net/mod.rs:580:5 Oct 26 17:53:51.623 INFO kablam! | Oct 26 17:53:51.623 INFO kablam! 580 | fn get_all_wordnet_words() -> Vec { Oct 26 17:53:51.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.623 INFO kablam! Oct 26 17:53:51.623 INFO kablam! warning: function is never used: `get_conjugated_verb_list` Oct 26 17:53:51.623 INFO kablam! --> src/word_net/mod.rs:590:5 Oct 26 17:53:51.623 INFO kablam! | Oct 26 17:53:51.623 INFO kablam! 590 | fn get_conjugated_verb_list() -> Vec> { Oct 26 17:53:51.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.623 INFO kablam! Oct 26 17:53:51.623 INFO kablam! warning: function is never used: `get_related_lemmas` Oct 26 17:53:51.623 INFO kablam! --> src/word_net/mod.rs:605:5 Oct 26 17:53:51.623 INFO kablam! | Oct 26 17:53:51.623 INFO kablam! 605 | fn get_related_lemmas(_word: &String) {} Oct 26 17:53:51.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.623 INFO kablam! Oct 26 17:53:51.623 INFO kablam! warning: function is never used: `get_word_forms` Oct 26 17:53:51.623 INFO kablam! --> src/word_net/mod.rs:607:5 Oct 26 17:53:51.623 INFO kablam! | Oct 26 17:53:51.623 INFO kablam! 607 | pub fn get_word_forms(word: String) { Oct 26 17:53:51.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.624 INFO kablam! Oct 26 17:53:51.624 INFO kablam! warning: function is never used: `get_adjective_to_adverb` Oct 26 17:53:51.624 INFO kablam! --> src/word_net/mod.rs:611:5 Oct 26 17:53:51.624 INFO kablam! | Oct 26 17:53:51.624 INFO kablam! 611 | fn get_adjective_to_adverb() -> HashMap { Oct 26 17:53:51.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:51.624 INFO kablam! Oct 26 17:53:51.667 INFO kablam! warning: variable `WN` should have a snake case name such as `wn` Oct 26 17:53:51.667 INFO kablam! --> src/word_net/mod.rs:788:13 Oct 26 17:53:51.667 INFO kablam! | Oct 26 17:53:51.667 INFO kablam! 788 | let WN = WordNet::new().unwrap(); Oct 26 17:53:51.667 INFO kablam! | ^^ Oct 26 17:53:51.667 INFO kablam! | Oct 26 17:53:51.667 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 17:53:51.667 INFO kablam! Oct 26 17:53:51.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.74s Oct 26 17:53:51.730 INFO kablam! su: No module specific data is present Oct 26 17:53:52.799 INFO running `"docker" "rm" "-f" "d425e4a48dea9e26e0ecab1184f02ed4edf9880f1987659a619adbde1761c990"` Oct 26 17:53:53.057 INFO blam! d425e4a48dea9e26e0ecab1184f02ed4edf9880f1987659a619adbde1761c990