Oct 31 17:59:15.325 INFO checking woodgear/word-forms-rust against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 17:59:15.325 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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.800 INFO blam! 89f9f19e2de177318d8cf9c95e9076412c32aeb2d56745e9006a6652db5adafa Oct 31 17:59:15.809 INFO running `"docker" "start" "-a" "89f9f19e2de177318d8cf9c95e9076412c32aeb2d56745e9006a6652db5adafa"` Oct 31 17:59:16.884 INFO kablam! usermod: no changes Oct 31 17:59:17.014 INFO kablam! Checking cfg-if v0.1.4 Oct 31 17:59:17.017 INFO kablam! Checking lazy_static v1.0.2 Oct 31 17:59:17.021 INFO kablam! Compiling regex v1.0.2 Oct 31 17:59:17.028 INFO kablam! Checking strum v0.10.0 Oct 31 17:59:17.028 INFO kablam! Checking cute v0.3.0 Oct 31 17:59:17.028 INFO kablam! Checking difflib v0.4.0 Oct 31 17:59:17.076 INFO kablam! Compiling proc-macro2 v0.4.9 Oct 31 17:59:17.105 INFO kablam! Checking itertools v0.7.8 Oct 31 17:59:17.476 INFO kablam! Checking aho-corasick v0.6.6 Oct 31 17:59:17.940 INFO kablam! Checking crossbeam-utils v0.2.2 Oct 31 17:59:18.048 INFO kablam! Checking log v0.4.3 Oct 31 17:59:18.276 INFO kablam! Compiling synstructure v0.6.1 Oct 31 17:59:19.955 INFO kablam! Checking thread_local v0.3.5 Oct 31 17:59:20.099 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 31 17:59:21.262 INFO kablam! Checking backtrace v0.3.9 Oct 31 17:59:23.802 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 31 17:59:29.648 INFO kablam! Checking rayon-core v1.4.1 Oct 31 17:59:29.684 INFO kablam! Compiling failure_derive v0.1.1 Oct 31 17:59:30.149 INFO kablam! Compiling quote v0.6.4 Oct 31 17:59:32.475 INFO kablam! Compiling syn v0.14.5 Oct 31 17:59:32.621 INFO kablam! Checking rayon v1.0.2 Oct 31 17:59:36.010 INFO kablam! Checking failure v0.1.1 Oct 31 17:59:36.467 INFO kablam! Checking Inflector v0.11.3 Oct 31 17:59:47.602 INFO kablam! Compiling strum_macros v0.10.0 Oct 31 17:59:50.956 INFO kablam! Checking word-forms-rust v0.1.0 (/source) Oct 31 17:59:52.018 INFO kablam! warning: unused variable: `index` Oct 31 17:59:52.018 INFO kablam! --> src/word_net/mod.rs:774:13 Oct 31 17:59:52.018 INFO kablam! | Oct 31 17:59:52.018 INFO kablam! 774 | let index = WordNetIndex::build_index(PathBuf::from("/home/oaa/Downloads/dict")).unwrap(); Oct 31 17:59:52.018 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 31 17:59:52.018 INFO kablam! | Oct 31 17:59:52.018 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 17:59:52.018 INFO kablam! Oct 31 17:59:52.018 INFO kablam! warning: unused variable: `pos` Oct 31 17:59:52.018 INFO kablam! --> src/word_net/mod.rs:780:13 Oct 31 17:59:52.018 INFO kablam! | Oct 31 17:59:52.018 INFO kablam! 780 | let pos = PosSynsets::build_data("/home/oaa/Downloads/dict").unwrap(); Oct 31 17:59:52.018 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 31 17:59:52.018 INFO kablam! Oct 31 17:59:52.018 INFO kablam! warning: unused variable: `all` Oct 31 17:59:52.018 INFO kablam! --> src/word_net/mod.rs:798:13 Oct 31 17:59:52.018 INFO kablam! | Oct 31 17:59:52.018 INFO kablam! 798 | let all = wn.all_synsets(None); Oct 31 17:59:52.018 INFO kablam! | ^^^ help: consider using `_all` instead Oct 31 17:59:52.018 INFO kablam! Oct 31 17:59:52.018 INFO kablam! warning: unused variable: `name` Oct 31 17:59:52.018 INFO kablam! --> src/word_net/mod.rs:401:35 Oct 31 17:59:52.018 INFO kablam! | Oct 31 17:59:52.018 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 31 17:59:52.018 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 31 17:59:52.018 INFO kablam! Oct 31 17:59:52.018 INFO kablam! warning: unused variable: `p` Oct 31 17:59:52.018 INFO kablam! --> src/word_net/mod.rs:401:50 Oct 31 17:59:52.018 INFO kablam! | Oct 31 17:59:52.018 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 31 17:59:52.018 INFO kablam! | ^ help: consider using `_p` instead Oct 31 17:59:52.018 INFO kablam! Oct 31 17:59:52.018 INFO kablam! warning: unused variable: `offset` Oct 31 17:59:52.018 INFO kablam! --> src/word_net/mod.rs:401:59 Oct 31 17:59:52.018 INFO kablam! | Oct 31 17:59:52.018 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 31 17:59:52.018 INFO kablam! | ^^^^^^ help: consider using `_offset` instead Oct 31 17:59:52.018 INFO kablam! Oct 31 17:59:52.160 INFO kablam! warning: method is never used: `pertainyms` Oct 31 17:59:52.160 INFO kablam! --> src/word_net/mod.rs:47:5 Oct 31 17:59:52.160 INFO kablam! | Oct 31 17:59:52.160 INFO kablam! 47 | fn pertainyms(&self) -> Vec<&Lemma> { Oct 31 17:59:52.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.160 INFO kablam! | Oct 31 17:59:52.160 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:59:52.160 INFO kablam! Oct 31 17:59:52.160 INFO kablam! warning: method is never used: `related` Oct 31 17:59:52.160 INFO kablam! --> src/word_net/mod.rs:50:5 Oct 31 17:59:52.160 INFO kablam! | Oct 31 17:59:52.160 INFO kablam! 50 | fn related(&self, symbol: String) -> Vec<&Lemma> { Oct 31 17:59:52.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.161 INFO kablam! Oct 31 17:59:52.161 INFO kablam! warning: method is never used: `lemmas` Oct 31 17:59:52.161 INFO kablam! --> src/word_net/mod.rs:228:5 Oct 31 17:59:52.161 INFO kablam! | Oct 31 17:59:52.161 INFO kablam! 228 | fn lemmas(&self) -> &Vec { Oct 31 17:59:52.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.161 INFO kablam! Oct 31 17:59:52.161 INFO kablam! warning: method is never used: `get` Oct 31 17:59:52.161 INFO kablam! --> src/word_net/mod.rs:248:5 Oct 31 17:59:52.161 INFO kablam! | Oct 31 17:59:52.161 INFO kablam! 248 | fn get(&self, ptr: &SynsetPtr) -> &BSynset { Oct 31 17:59:52.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.161 INFO kablam! Oct 31 17:59:52.161 INFO kablam! warning: function is never used: `get_all_wordnet_words` Oct 31 17:59:52.161 INFO kablam! --> src/word_net/mod.rs:580:5 Oct 31 17:59:52.161 INFO kablam! | Oct 31 17:59:52.161 INFO kablam! 580 | fn get_all_wordnet_words() -> Vec { Oct 31 17:59:52.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.161 INFO kablam! Oct 31 17:59:52.161 INFO kablam! warning: function is never used: `get_conjugated_verb_list` Oct 31 17:59:52.161 INFO kablam! --> src/word_net/mod.rs:590:5 Oct 31 17:59:52.161 INFO kablam! | Oct 31 17:59:52.161 INFO kablam! 590 | fn get_conjugated_verb_list() -> Vec> { Oct 31 17:59:52.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.161 INFO kablam! Oct 31 17:59:52.161 INFO kablam! warning: function is never used: `get_related_lemmas` Oct 31 17:59:52.161 INFO kablam! --> src/word_net/mod.rs:605:5 Oct 31 17:59:52.161 INFO kablam! | Oct 31 17:59:52.161 INFO kablam! 605 | fn get_related_lemmas(_word: &String) {} Oct 31 17:59:52.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.161 INFO kablam! Oct 31 17:59:52.161 INFO kablam! warning: function is never used: `get_word_forms` Oct 31 17:59:52.161 INFO kablam! --> src/word_net/mod.rs:607:5 Oct 31 17:59:52.161 INFO kablam! | Oct 31 17:59:52.161 INFO kablam! 607 | pub fn get_word_forms(word: String) { Oct 31 17:59:52.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.161 INFO kablam! Oct 31 17:59:52.161 INFO kablam! warning: function is never used: `get_adjective_to_adverb` Oct 31 17:59:52.161 INFO kablam! --> src/word_net/mod.rs:611:5 Oct 31 17:59:52.161 INFO kablam! | Oct 31 17:59:52.161 INFO kablam! 611 | fn get_adjective_to_adverb() -> HashMap { Oct 31 17:59:52.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.161 INFO kablam! Oct 31 17:59:52.228 INFO kablam! warning: method is never used: `pertainyms` Oct 31 17:59:52.228 INFO kablam! --> src/word_net/mod.rs:47:5 Oct 31 17:59:52.228 INFO kablam! | Oct 31 17:59:52.228 INFO kablam! 47 | fn pertainyms(&self) -> Vec<&Lemma> { Oct 31 17:59:52.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.228 INFO kablam! | Oct 31 17:59:52.228 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:59:52.228 INFO kablam! Oct 31 17:59:52.228 INFO kablam! warning: method is never used: `related` Oct 31 17:59:52.228 INFO kablam! --> src/word_net/mod.rs:50:5 Oct 31 17:59:52.228 INFO kablam! | Oct 31 17:59:52.228 INFO kablam! 50 | fn related(&self, symbol: String) -> Vec<&Lemma> { Oct 31 17:59:52.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.229 INFO kablam! Oct 31 17:59:52.229 INFO kablam! warning: method is never used: `lemmas` Oct 31 17:59:52.229 INFO kablam! --> src/word_net/mod.rs:228:5 Oct 31 17:59:52.229 INFO kablam! | Oct 31 17:59:52.229 INFO kablam! 228 | fn lemmas(&self) -> &Vec { Oct 31 17:59:52.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.229 INFO kablam! Oct 31 17:59:52.229 INFO kablam! warning: method is never used: `get` Oct 31 17:59:52.229 INFO kablam! --> src/word_net/mod.rs:248:5 Oct 31 17:59:52.229 INFO kablam! | Oct 31 17:59:52.229 INFO kablam! 248 | fn get(&self, ptr: &SynsetPtr) -> &BSynset { Oct 31 17:59:52.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.229 INFO kablam! Oct 31 17:59:52.229 INFO kablam! warning: function is never used: `get_all_wordnet_words` Oct 31 17:59:52.229 INFO kablam! --> src/word_net/mod.rs:580:5 Oct 31 17:59:52.229 INFO kablam! | Oct 31 17:59:52.229 INFO kablam! 580 | fn get_all_wordnet_words() -> Vec { Oct 31 17:59:52.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.229 INFO kablam! Oct 31 17:59:52.229 INFO kablam! warning: function is never used: `get_conjugated_verb_list` Oct 31 17:59:52.229 INFO kablam! --> src/word_net/mod.rs:590:5 Oct 31 17:59:52.229 INFO kablam! | Oct 31 17:59:52.229 INFO kablam! 590 | fn get_conjugated_verb_list() -> Vec> { Oct 31 17:59:52.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.229 INFO kablam! Oct 31 17:59:52.229 INFO kablam! warning: function is never used: `get_related_lemmas` Oct 31 17:59:52.229 INFO kablam! --> src/word_net/mod.rs:605:5 Oct 31 17:59:52.229 INFO kablam! | Oct 31 17:59:52.229 INFO kablam! 605 | fn get_related_lemmas(_word: &String) {} Oct 31 17:59:52.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.229 INFO kablam! Oct 31 17:59:52.229 INFO kablam! warning: function is never used: `get_word_forms` Oct 31 17:59:52.229 INFO kablam! --> src/word_net/mod.rs:607:5 Oct 31 17:59:52.229 INFO kablam! | Oct 31 17:59:52.229 INFO kablam! 607 | pub fn get_word_forms(word: String) { Oct 31 17:59:52.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.234 INFO kablam! Oct 31 17:59:52.234 INFO kablam! warning: function is never used: `get_adjective_to_adverb` Oct 31 17:59:52.234 INFO kablam! --> src/word_net/mod.rs:611:5 Oct 31 17:59:52.234 INFO kablam! | Oct 31 17:59:52.234 INFO kablam! 611 | fn get_adjective_to_adverb() -> HashMap { Oct 31 17:59:52.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:59:52.234 INFO kablam! Oct 31 17:59:52.252 INFO kablam! warning: variable `WN` should have a snake case name such as `wn` Oct 31 17:59:52.252 INFO kablam! --> src/word_net/mod.rs:788:13 Oct 31 17:59:52.252 INFO kablam! | Oct 31 17:59:52.252 INFO kablam! 788 | let WN = WordNet::new().unwrap(); Oct 31 17:59:52.252 INFO kablam! | ^^ Oct 31 17:59:52.252 INFO kablam! | Oct 31 17:59:52.252 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 17:59:52.252 INFO kablam! Oct 31 17:59:52.308 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.38s Oct 31 17:59:52.314 INFO kablam! su: No module specific data is present Oct 31 17:59:53.420 INFO running `"docker" "rm" "-f" "89f9f19e2de177318d8cf9c95e9076412c32aeb2d56745e9006a6652db5adafa"` Oct 31 17:59:53.640 INFO blam! 89f9f19e2de177318d8cf9c95e9076412c32aeb2d56745e9006a6652db5adafa