Oct 31 17:59:15.485 INFO checking woodgear/word-forms-rust against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 17:59:15.486 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-4/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 17:59:15.885 INFO blam! f7e58e407fe9cfbd954ddcbf2a8cb62fbcd0313ccc07f76c18d9be33a1895f08 Oct 31 17:59:15.897 INFO running `"docker" "start" "-a" "f7e58e407fe9cfbd954ddcbf2a8cb62fbcd0313ccc07f76c18d9be33a1895f08"` Oct 31 17:59:17.096 INFO kablam! usermod: no changes Oct 31 17:59:17.252 INFO kablam! Compiling cc v1.0.18 Oct 31 17:59:17.252 INFO kablam! Checking cfg-if v0.1.4 Oct 31 17:59:17.260 INFO kablam! Checking lazy_static v1.0.2 Oct 31 17:59:17.260 INFO kablam! Compiling regex v1.0.2 Oct 31 17:59:17.268 INFO kablam! Checking difflib v0.4.0 Oct 31 17:59:17.268 INFO kablam! Checking cute v0.3.0 Oct 31 17:59:17.268 INFO kablam! Checking strum v0.10.0 Oct 31 17:59:17.268 INFO kablam! Compiling proc-macro2 v0.4.9 Oct 31 17:59:17.524 INFO kablam! Checking regex-syntax v0.6.2 Oct 31 17:59:17.886 INFO kablam! Checking aho-corasick v0.6.6 Oct 31 17:59:18.180 INFO kablam! Checking crossbeam-utils v0.2.2 Oct 31 17:59:20.673 INFO kablam! Checking log v0.4.3 Oct 31 17:59:20.697 INFO kablam! Checking thread_local v0.3.5 Oct 31 17:59:22.052 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 31 17:59:24.645 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 31 17:59:28.902 INFO kablam! Checking rayon-core v1.4.1 Oct 31 17:59:29.590 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 31 17:59:29.870 INFO kablam! Compiling quote v0.6.4 Oct 31 17:59:32.428 INFO kablam! Compiling syn v0.14.5 Oct 31 17:59:32.618 INFO kablam! Checking rayon v1.0.2 Oct 31 17:59:35.526 INFO kablam! Checking backtrace v0.3.9 Oct 31 17:59:36.840 INFO kablam! Checking failure v0.1.1 Oct 31 17:59:47.048 INFO kablam! Checking Inflector v0.11.3 Oct 31 17:59:48.249 INFO kablam! Compiling strum_macros v0.10.0 Oct 31 17:59:51.281 INFO kablam! Checking word-forms-rust v0.1.0 (/source) Oct 31 17:59:52.604 INFO kablam! warning: unused variable: `index` Oct 31 17:59:52.604 INFO kablam! --> src/word_net/mod.rs:774:13 Oct 31 17:59:52.604 INFO kablam! | Oct 31 17:59:52.604 INFO kablam! 774 | let index = WordNetIndex::build_index(PathBuf::from("/home/oaa/Downloads/dict")).unwrap(); Oct 31 17:59:52.604 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 31 17:59:52.604 INFO kablam! | Oct 31 17:59:52.604 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 17:59:52.604 INFO kablam! Oct 31 17:59:52.604 INFO kablam! warning: unused variable: `pos` Oct 31 17:59:52.604 INFO kablam! --> src/word_net/mod.rs:780:13 Oct 31 17:59:52.604 INFO kablam! | Oct 31 17:59:52.604 INFO kablam! 780 | let pos = PosSynsets::build_data("/home/oaa/Downloads/dict").unwrap(); Oct 31 17:59:52.604 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 31 17:59:52.604 INFO kablam! Oct 31 17:59:52.605 INFO kablam! warning: unused variable: `all` Oct 31 17:59:52.605 INFO kablam! --> src/word_net/mod.rs:798:13 Oct 31 17:59:52.605 INFO kablam! | Oct 31 17:59:52.605 INFO kablam! 798 | let all = wn.all_synsets(None); Oct 31 17:59:52.605 INFO kablam! | ^^^ help: consider using `_all` instead Oct 31 17:59:52.605 INFO kablam! Oct 31 17:59:52.605 INFO kablam! warning: unused variable: `name` Oct 31 17:59:52.605 INFO kablam! --> src/word_net/mod.rs:401:35 Oct 31 17:59:52.605 INFO kablam! | Oct 31 17:59:52.605 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 31 17:59:52.605 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 31 17:59:52.605 INFO kablam! Oct 31 17:59:52.605 INFO kablam! warning: unused variable: `p` Oct 31 17:59:52.605 INFO kablam! --> src/word_net/mod.rs:401:50 Oct 31 17:59:52.605 INFO kablam! | Oct 31 17:59:52.605 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 31 17:59:52.605 INFO kablam! | ^ help: consider using `_p` instead Oct 31 17:59:52.605 INFO kablam! Oct 31 17:59:52.605 INFO kablam! warning: unused variable: `offset` Oct 31 17:59:52.605 INFO kablam! --> src/word_net/mod.rs:401:59 Oct 31 17:59:52.605 INFO kablam! | Oct 31 17:59:52.605 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 31 17:59:52.605 INFO kablam! | ^^^^^^ help: consider using `_offset` instead Oct 31 17:59:52.605 INFO kablam! Oct 31 17:59:52.872 INFO kablam! warning: method is never used: `pertainyms` Oct 31 17:59:52.872 INFO kablam! --> src/word_net/mod.rs:47:5 Oct 31 17:59:52.872 INFO kablam! | Oct 31 17:59:52.872 INFO kablam! 47 | fn pertainyms(&self) -> Vec<&Lemma> { Oct 31 17:59:52.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.872 INFO kablam! | Oct 31 17:59:52.873 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:59:52.873 INFO kablam! Oct 31 17:59:52.873 INFO kablam! warning: method is never used: `related` Oct 31 17:59:52.873 INFO kablam! --> src/word_net/mod.rs:50:5 Oct 31 17:59:52.873 INFO kablam! | Oct 31 17:59:52.873 INFO kablam! 50 | fn related(&self, symbol: String) -> Vec<&Lemma> { Oct 31 17:59:52.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.873 INFO kablam! Oct 31 17:59:52.873 INFO kablam! warning: method is never used: `lemmas` Oct 31 17:59:52.873 INFO kablam! --> src/word_net/mod.rs:228:5 Oct 31 17:59:52.873 INFO kablam! | Oct 31 17:59:52.873 INFO kablam! 228 | fn lemmas(&self) -> &Vec { Oct 31 17:59:52.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.873 INFO kablam! Oct 31 17:59:52.873 INFO kablam! warning: method is never used: `get` Oct 31 17:59:52.873 INFO kablam! --> src/word_net/mod.rs:248:5 Oct 31 17:59:52.873 INFO kablam! | Oct 31 17:59:52.873 INFO kablam! 248 | fn get(&self, ptr: &SynsetPtr) -> &BSynset { Oct 31 17:59:52.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.873 INFO kablam! Oct 31 17:59:52.873 INFO kablam! warning: function is never used: `get_all_wordnet_words` Oct 31 17:59:52.873 INFO kablam! --> src/word_net/mod.rs:580:5 Oct 31 17:59:52.873 INFO kablam! | Oct 31 17:59:52.873 INFO kablam! 580 | fn get_all_wordnet_words() -> Vec { Oct 31 17:59:52.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.873 INFO kablam! Oct 31 17:59:52.873 INFO kablam! warning: function is never used: `get_conjugated_verb_list` Oct 31 17:59:52.873 INFO kablam! --> src/word_net/mod.rs:590:5 Oct 31 17:59:52.873 INFO kablam! | Oct 31 17:59:52.873 INFO kablam! 590 | fn get_conjugated_verb_list() -> Vec> { Oct 31 17:59:52.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.873 INFO kablam! Oct 31 17:59:52.873 INFO kablam! warning: function is never used: `get_related_lemmas` Oct 31 17:59:52.873 INFO kablam! --> src/word_net/mod.rs:605:5 Oct 31 17:59:52.873 INFO kablam! | Oct 31 17:59:52.873 INFO kablam! 605 | fn get_related_lemmas(_word: &String) {} Oct 31 17:59:52.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.873 INFO kablam! Oct 31 17:59:52.873 INFO kablam! warning: function is never used: `get_word_forms` Oct 31 17:59:52.873 INFO kablam! --> src/word_net/mod.rs:607:5 Oct 31 17:59:52.873 INFO kablam! | Oct 31 17:59:52.873 INFO kablam! 607 | pub fn get_word_forms(word: String) { Oct 31 17:59:52.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.873 INFO kablam! Oct 31 17:59:52.873 INFO kablam! warning: function is never used: `get_adjective_to_adverb` Oct 31 17:59:52.873 INFO kablam! --> src/word_net/mod.rs:611:5 Oct 31 17:59:52.873 INFO kablam! | Oct 31 17:59:52.873 INFO kablam! 611 | fn get_adjective_to_adverb() -> HashMap { Oct 31 17:59:52.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.873 INFO kablam! Oct 31 17:59:52.892 INFO kablam! warning: variable `WN` should have a snake case name such as `wn` Oct 31 17:59:52.892 INFO kablam! --> src/word_net/mod.rs:788:13 Oct 31 17:59:52.892 INFO kablam! | Oct 31 17:59:52.892 INFO kablam! 788 | let WN = WordNet::new().unwrap(); Oct 31 17:59:52.892 INFO kablam! | ^^ Oct 31 17:59:52.892 INFO kablam! | Oct 31 17:59:52.892 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 17:59:52.892 INFO kablam! Oct 31 17:59:52.956 INFO kablam! warning: method is never used: `pertainyms` Oct 31 17:59:52.956 INFO kablam! --> src/word_net/mod.rs:47:5 Oct 31 17:59:52.956 INFO kablam! | Oct 31 17:59:52.956 INFO kablam! 47 | fn pertainyms(&self) -> Vec<&Lemma> { Oct 31 17:59:52.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.956 INFO kablam! | Oct 31 17:59:52.956 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:59:52.956 INFO kablam! Oct 31 17:59:52.956 INFO kablam! warning: method is never used: `related` Oct 31 17:59:52.956 INFO kablam! --> src/word_net/mod.rs:50:5 Oct 31 17:59:52.957 INFO kablam! | Oct 31 17:59:52.957 INFO kablam! 50 | fn related(&self, symbol: String) -> Vec<&Lemma> { Oct 31 17:59:52.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.957 INFO kablam! Oct 31 17:59:52.957 INFO kablam! warning: method is never used: `lemmas` Oct 31 17:59:52.957 INFO kablam! --> src/word_net/mod.rs:228:5 Oct 31 17:59:52.957 INFO kablam! | Oct 31 17:59:52.957 INFO kablam! 228 | fn lemmas(&self) -> &Vec { Oct 31 17:59:52.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.957 INFO kablam! Oct 31 17:59:52.957 INFO kablam! warning: method is never used: `get` Oct 31 17:59:52.957 INFO kablam! --> src/word_net/mod.rs:248:5 Oct 31 17:59:52.957 INFO kablam! | Oct 31 17:59:52.957 INFO kablam! 248 | fn get(&self, ptr: &SynsetPtr) -> &BSynset { Oct 31 17:59:52.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.957 INFO kablam! Oct 31 17:59:52.957 INFO kablam! warning: function is never used: `get_all_wordnet_words` Oct 31 17:59:52.957 INFO kablam! --> src/word_net/mod.rs:580:5 Oct 31 17:59:52.957 INFO kablam! | Oct 31 17:59:52.957 INFO kablam! 580 | fn get_all_wordnet_words() -> Vec { Oct 31 17:59:52.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.957 INFO kablam! Oct 31 17:59:52.957 INFO kablam! warning: function is never used: `get_conjugated_verb_list` Oct 31 17:59:52.957 INFO kablam! --> src/word_net/mod.rs:590:5 Oct 31 17:59:52.957 INFO kablam! | Oct 31 17:59:52.957 INFO kablam! 590 | fn get_conjugated_verb_list() -> Vec> { Oct 31 17:59:52.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.957 INFO kablam! Oct 31 17:59:52.957 INFO kablam! warning: function is never used: `get_related_lemmas` Oct 31 17:59:52.957 INFO kablam! --> src/word_net/mod.rs:605:5 Oct 31 17:59:52.957 INFO kablam! | Oct 31 17:59:52.957 INFO kablam! 605 | fn get_related_lemmas(_word: &String) {} Oct 31 17:59:52.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.957 INFO kablam! Oct 31 17:59:52.957 INFO kablam! warning: function is never used: `get_word_forms` Oct 31 17:59:52.957 INFO kablam! --> src/word_net/mod.rs:607:5 Oct 31 17:59:52.957 INFO kablam! | Oct 31 17:59:52.957 INFO kablam! 607 | pub fn get_word_forms(word: String) { Oct 31 17:59:52.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.957 INFO kablam! Oct 31 17:59:52.957 INFO kablam! warning: function is never used: `get_adjective_to_adverb` Oct 31 17:59:52.957 INFO kablam! --> src/word_net/mod.rs:611:5 Oct 31 17:59:52.957 INFO kablam! | Oct 31 17:59:52.957 INFO kablam! 611 | fn get_adjective_to_adverb() -> HashMap { Oct 31 17:59:52.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.957 INFO kablam! Oct 31 17:59:53.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.88s Oct 31 17:59:53.032 INFO kablam! su: No module specific data is present Oct 31 17:59:54.090 INFO running `"docker" "rm" "-f" "f7e58e407fe9cfbd954ddcbf2a8cb62fbcd0313ccc07f76c18d9be33a1895f08"` Oct 31 17:59:54.423 INFO blam! f7e58e407fe9cfbd954ddcbf2a8cb62fbcd0313ccc07f76c18d9be33a1895f08