Oct 26 17:53:16.118 INFO checking woodgear/word-forms-rust against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 17:53:16.119 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:16.526 INFO blam! fd84aad920bedc28bb3a9cf23845a29a1eb65413391210400b96bd6ce589031e Oct 26 17:53:16.526 INFO running `"docker" "start" "-a" "fd84aad920bedc28bb3a9cf23845a29a1eb65413391210400b96bd6ce589031e"` Oct 26 17:53:18.910 INFO kablam! usermod: no changes Oct 26 17:53:19.043 INFO kablam! Compiling cc v1.0.18 Oct 26 17:53:19.047 INFO kablam! Checking lazy_static v1.0.2 Oct 26 17:53:19.047 INFO kablam! Compiling regex v1.0.2 Oct 26 17:53:19.047 INFO kablam! Checking difflib v0.4.0 Oct 26 17:53:19.047 INFO kablam! Checking strum v0.10.0 Oct 26 17:53:19.049 INFO kablam! Checking cute v0.3.0 Oct 26 17:53:19.049 INFO kablam! Checking crossbeam-utils v0.2.2 Oct 26 17:53:19.049 INFO kablam! Checking log v0.4.3 Oct 26 17:53:19.863 INFO kablam! Compiling proc-macro2 v0.4.9 Oct 26 17:53:20.148 INFO kablam! Checking itertools v0.7.8 Oct 26 17:53:20.391 INFO kablam! Checking thread_local v0.3.5 Oct 26 17:53:20.964 INFO kablam! Checking aho-corasick v0.6.6 Oct 26 17:53:21.144 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 26 17:53:25.064 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 26 17:53:29.667 INFO kablam! Checking rayon-core v1.4.1 Oct 26 17:53:29.816 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 26 17:53:30.855 INFO kablam! Compiling quote v0.6.4 Oct 26 17:53:33.472 INFO kablam! Checking rayon v1.0.2 Oct 26 17:53:33.517 INFO kablam! Compiling syn v0.14.5 Oct 26 17:53:35.988 INFO kablam! Checking backtrace v0.3.9 Oct 26 17:53:37.515 INFO kablam! Checking failure v0.1.1 Oct 26 17:53:39.696 INFO kablam! Checking Inflector v0.11.3 Oct 26 17:53:49.399 INFO kablam! Compiling strum_macros v0.10.0 Oct 26 17:53:52.640 INFO kablam! Checking word-forms-rust v0.1.0 (/source) Oct 26 17:53:53.477 INFO kablam! warning: unused variable: `index` Oct 26 17:53:53.477 INFO kablam! --> src/word_net/mod.rs:774:13 Oct 26 17:53:53.477 INFO kablam! | Oct 26 17:53:53.478 INFO kablam! 774 | let index = WordNetIndex::build_index(PathBuf::from("/home/oaa/Downloads/dict")).unwrap(); Oct 26 17:53:53.478 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 26 17:53:53.478 INFO kablam! | Oct 26 17:53:53.478 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 17:53:53.479 INFO kablam! Oct 26 17:53:53.479 INFO kablam! warning: unused variable: `pos` Oct 26 17:53:53.479 INFO kablam! --> src/word_net/mod.rs:780:13 Oct 26 17:53:53.479 INFO kablam! | Oct 26 17:53:53.480 INFO kablam! 780 | let pos = PosSynsets::build_data("/home/oaa/Downloads/dict").unwrap(); Oct 26 17:53:53.480 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 26 17:53:53.480 INFO kablam! Oct 26 17:53:53.480 INFO kablam! warning: unused variable: `all` Oct 26 17:53:53.481 INFO kablam! --> src/word_net/mod.rs:798:13 Oct 26 17:53:53.481 INFO kablam! | Oct 26 17:53:53.481 INFO kablam! 798 | let all = wn.all_synsets(None); Oct 26 17:53:53.482 INFO kablam! | ^^^ help: consider using `_all` instead Oct 26 17:53:53.482 INFO kablam! Oct 26 17:53:53.482 INFO kablam! warning: unused variable: `name` Oct 26 17:53:53.482 INFO kablam! --> src/word_net/mod.rs:401:35 Oct 26 17:53:53.483 INFO kablam! | Oct 26 17:53:53.483 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 26 17:53:53.483 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 26 17:53:53.483 INFO kablam! Oct 26 17:53:53.484 INFO kablam! warning: unused variable: `p` Oct 26 17:53:53.484 INFO kablam! --> src/word_net/mod.rs:401:50 Oct 26 17:53:53.484 INFO kablam! | Oct 26 17:53:53.484 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 26 17:53:53.485 INFO kablam! | ^ help: consider using `_p` instead Oct 26 17:53:53.485 INFO kablam! Oct 26 17:53:53.485 INFO kablam! warning: unused variable: `offset` Oct 26 17:53:53.486 INFO kablam! --> src/word_net/mod.rs:401:59 Oct 26 17:53:53.486 INFO kablam! | Oct 26 17:53:53.486 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 26 17:53:53.486 INFO kablam! | ^^^^^^ help: consider using `_offset` instead Oct 26 17:53:53.487 INFO kablam! Oct 26 17:53:53.647 INFO kablam! warning: method is never used: `pertainyms` Oct 26 17:53:53.648 INFO kablam! --> src/word_net/mod.rs:47:5 Oct 26 17:53:53.648 INFO kablam! | Oct 26 17:53:53.648 INFO kablam! 47 | fn pertainyms(&self) -> Vec<&Lemma> { Oct 26 17:53:53.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.649 INFO kablam! | Oct 26 17:53:53.649 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:53:53.649 INFO kablam! Oct 26 17:53:53.650 INFO kablam! warning: method is never used: `related` Oct 26 17:53:53.650 INFO kablam! --> src/word_net/mod.rs:50:5 Oct 26 17:53:53.650 INFO kablam! | Oct 26 17:53:53.650 INFO kablam! 50 | fn related(&self, symbol: String) -> Vec<&Lemma> { Oct 26 17:53:53.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.651 INFO kablam! Oct 26 17:53:53.651 INFO kablam! warning: method is never used: `lemmas` Oct 26 17:53:53.652 INFO kablam! --> src/word_net/mod.rs:228:5 Oct 26 17:53:53.652 INFO kablam! | Oct 26 17:53:53.652 INFO kablam! 228 | fn lemmas(&self) -> &Vec { Oct 26 17:53:53.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.653 INFO kablam! Oct 26 17:53:53.653 INFO kablam! warning: method is never used: `get` Oct 26 17:53:53.653 INFO kablam! --> src/word_net/mod.rs:248:5 Oct 26 17:53:53.654 INFO kablam! | Oct 26 17:53:53.654 INFO kablam! 248 | fn get(&self, ptr: &SynsetPtr) -> &BSynset { Oct 26 17:53:53.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.655 INFO kablam! Oct 26 17:53:53.655 INFO kablam! warning: function is never used: `get_all_wordnet_words` Oct 26 17:53:53.655 INFO kablam! --> src/word_net/mod.rs:580:5 Oct 26 17:53:53.655 INFO kablam! | Oct 26 17:53:53.656 INFO kablam! 580 | fn get_all_wordnet_words() -> Vec { Oct 26 17:53:53.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.656 INFO kablam! Oct 26 17:53:53.656 INFO kablam! warning: function is never used: `get_conjugated_verb_list` Oct 26 17:53:53.657 INFO kablam! --> src/word_net/mod.rs:590:5 Oct 26 17:53:53.657 INFO kablam! | Oct 26 17:53:53.657 INFO kablam! 590 | fn get_conjugated_verb_list() -> Vec> { Oct 26 17:53:53.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.658 INFO kablam! Oct 26 17:53:53.658 INFO kablam! warning: function is never used: `get_related_lemmas` Oct 26 17:53:53.659 INFO kablam! --> src/word_net/mod.rs:605:5 Oct 26 17:53:53.659 INFO kablam! | Oct 26 17:53:53.659 INFO kablam! 605 | fn get_related_lemmas(_word: &String) {} Oct 26 17:53:53.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.660 INFO kablam! Oct 26 17:53:53.660 INFO kablam! warning: function is never used: `get_word_forms` Oct 26 17:53:53.660 INFO kablam! --> src/word_net/mod.rs:607:5 Oct 26 17:53:53.661 INFO kablam! | Oct 26 17:53:53.661 INFO kablam! 607 | pub fn get_word_forms(word: String) { Oct 26 17:53:53.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.661 INFO kablam! Oct 26 17:53:53.662 INFO kablam! warning: function is never used: `get_adjective_to_adverb` Oct 26 17:53:53.662 INFO kablam! --> src/word_net/mod.rs:611:5 Oct 26 17:53:53.662 INFO kablam! | Oct 26 17:53:53.663 INFO kablam! 611 | fn get_adjective_to_adverb() -> HashMap { Oct 26 17:53:53.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.663 INFO kablam! Oct 26 17:53:53.664 INFO kablam! warning: method is never used: `pertainyms` Oct 26 17:53:53.664 INFO kablam! --> src/word_net/mod.rs:47:5 Oct 26 17:53:53.664 INFO kablam! | Oct 26 17:53:53.664 INFO kablam! 47 | fn pertainyms(&self) -> Vec<&Lemma> { Oct 26 17:53:53.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.665 INFO kablam! | Oct 26 17:53:53.665 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:53:53.665 INFO kablam! Oct 26 17:53:53.666 INFO kablam! warning: method is never used: `related` Oct 26 17:53:53.666 INFO kablam! --> src/word_net/mod.rs:50:5 Oct 26 17:53:53.666 INFO kablam! | Oct 26 17:53:53.667 INFO kablam! 50 | fn related(&self, symbol: String) -> Vec<&Lemma> { Oct 26 17:53:53.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.667 INFO kablam! Oct 26 17:53:53.668 INFO kablam! warning: method is never used: `lemmas` Oct 26 17:53:53.668 INFO kablam! --> src/word_net/mod.rs:228:5 Oct 26 17:53:53.668 INFO kablam! | Oct 26 17:53:53.668 INFO kablam! 228 | fn lemmas(&self) -> &Vec { Oct 26 17:53:53.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.669 INFO kablam! Oct 26 17:53:53.669 INFO kablam! warning: method is never used: `get` Oct 26 17:53:53.670 INFO kablam! --> src/word_net/mod.rs:248:5 Oct 26 17:53:53.670 INFO kablam! | Oct 26 17:53:53.670 INFO kablam! 248 | fn get(&self, ptr: &SynsetPtr) -> &BSynset { Oct 26 17:53:53.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.675 INFO kablam! Oct 26 17:53:53.675 INFO kablam! warning: function is never used: `get_all_wordnet_words` Oct 26 17:53:53.675 INFO kablam! --> src/word_net/mod.rs:580:5 Oct 26 17:53:53.676 INFO kablam! | Oct 26 17:53:53.676 INFO kablam! 580 | fn get_all_wordnet_words() -> Vec { Oct 26 17:53:53.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.677 INFO kablam! Oct 26 17:53:53.677 INFO kablam! warning: function is never used: `get_conjugated_verb_list` Oct 26 17:53:53.677 INFO kablam! --> src/word_net/mod.rs:590:5 Oct 26 17:53:53.677 INFO kablam! | Oct 26 17:53:53.678 INFO kablam! 590 | fn get_conjugated_verb_list() -> Vec> { Oct 26 17:53:53.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.678 INFO kablam! Oct 26 17:53:53.678 INFO kablam! warning: function is never used: `get_related_lemmas` Oct 26 17:53:53.679 INFO kablam! --> src/word_net/mod.rs:605:5 Oct 26 17:53:53.679 INFO kablam! | Oct 26 17:53:53.679 INFO kablam! 605 | fn get_related_lemmas(_word: &String) {} Oct 26 17:53:53.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.680 INFO kablam! Oct 26 17:53:53.680 INFO kablam! warning: function is never used: `get_word_forms` Oct 26 17:53:53.680 INFO kablam! --> src/word_net/mod.rs:607:5 Oct 26 17:53:53.681 INFO kablam! | Oct 26 17:53:53.681 INFO kablam! 607 | pub fn get_word_forms(word: String) { Oct 26 17:53:53.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.682 INFO kablam! Oct 26 17:53:53.682 INFO kablam! warning: function is never used: `get_adjective_to_adverb` Oct 26 17:53:53.682 INFO kablam! --> src/word_net/mod.rs:611:5 Oct 26 17:53:53.683 INFO kablam! | Oct 26 17:53:53.683 INFO kablam! 611 | fn get_adjective_to_adverb() -> HashMap { Oct 26 17:53:53.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:53:53.683 INFO kablam! Oct 26 17:53:53.683 INFO kablam! warning: variable `WN` should have a snake case name such as `wn` Oct 26 17:53:53.683 INFO kablam! --> src/word_net/mod.rs:788:13 Oct 26 17:53:53.683 INFO kablam! | Oct 26 17:53:53.683 INFO kablam! 788 | let WN = WordNet::new().unwrap(); Oct 26 17:53:53.683 INFO kablam! | ^^ Oct 26 17:53:53.683 INFO kablam! | Oct 26 17:53:53.683 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 17:53:53.683 INFO kablam! Oct 26 17:53:53.753 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.76s Oct 26 17:53:53.753 INFO kablam! su: No module specific data is present Oct 26 17:53:54.635 INFO running `"docker" "rm" "-f" "fd84aad920bedc28bb3a9cf23845a29a1eb65413391210400b96bd6ce589031e"` Oct 26 17:53:54.953 INFO blam! fd84aad920bedc28bb3a9cf23845a29a1eb65413391210400b96bd6ce589031e