Oct 12 10:39:21.000 INFO checking woodgear/word-forms-rust against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 10:39:21.000 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 10:39:21.494 INFO blam! f81d02d71ffab2c3d7ab511cb17f6f390ed38c91133c60f8c5a17b2abd5fcc34 Oct 12 10:39:21.497 INFO running `"docker" "start" "-a" "f81d02d71ffab2c3d7ab511cb17f6f390ed38c91133c60f8c5a17b2abd5fcc34"` Oct 12 10:39:23.284 INFO kablam! usermod: no changes Oct 12 10:39:23.453 INFO kablam! Compiling cc v1.0.18 Oct 12 10:39:23.453 INFO kablam! Compiling rayon-core v1.4.1 Oct 12 10:39:23.453 INFO kablam! Compiling regex v1.0.2 Oct 12 10:39:23.453 INFO kablam! Checking rustc-demangle v0.1.9 Oct 12 10:39:23.460 INFO kablam! Compiling rayon v1.0.2 Oct 12 10:39:23.460 INFO kablam! Checking cute v0.3.0 Oct 12 10:39:23.472 INFO kablam! Checking difflib v0.4.0 Oct 12 10:39:23.472 INFO kablam! Checking strum v0.10.0 Oct 12 10:39:24.234 INFO kablam! Checking crossbeam-utils v0.2.2 Oct 12 10:39:24.404 INFO kablam! Checking log v0.4.3 Oct 12 10:39:24.981 INFO kablam! Checking regex-syntax v0.6.2 Oct 12 10:39:25.165 INFO kablam! Compiling quote v0.6.4 Oct 12 10:39:27.826 INFO kablam! Checking aho-corasick v0.6.6 Oct 12 10:39:27.828 INFO kablam! Checking thread_local v0.3.5 Oct 12 10:39:27.830 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 12 10:39:29.777 INFO kablam! Compiling syn v0.14.5 Oct 12 10:39:31.328 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 12 10:39:34.932 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 12 10:39:39.716 INFO kablam! Checking backtrace v0.3.9 Oct 12 10:39:41.096 INFO kablam! Checking failure v0.1.1 Oct 12 10:39:51.288 INFO kablam! Compiling strum_macros v0.10.0 Oct 12 10:39:52.261 INFO kablam! Checking Inflector v0.11.3 Oct 12 10:39:54.928 INFO kablam! Checking word-forms-rust v0.1.0 (/source) Oct 12 10:39:55.929 INFO kablam! warning: unused variable: `index` Oct 12 10:39:55.929 INFO kablam! --> src/word_net/mod.rs:774:13 Oct 12 10:39:55.929 INFO kablam! | Oct 12 10:39:55.930 INFO kablam! 774 | let index = WordNetIndex::build_index(PathBuf::from("/home/oaa/Downloads/dict")).unwrap(); Oct 12 10:39:55.930 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 12 10:39:55.930 INFO kablam! | Oct 12 10:39:55.931 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 10:39:55.931 INFO kablam! Oct 12 10:39:55.931 INFO kablam! warning: unused variable: `pos` Oct 12 10:39:55.931 INFO kablam! --> src/word_net/mod.rs:780:13 Oct 12 10:39:55.932 INFO kablam! | Oct 12 10:39:55.932 INFO kablam! 780 | let pos = PosSynsets::build_data("/home/oaa/Downloads/dict").unwrap(); Oct 12 10:39:55.932 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 12 10:39:55.933 INFO kablam! Oct 12 10:39:55.933 INFO kablam! warning: unused variable: `all` Oct 12 10:39:55.933 INFO kablam! --> src/word_net/mod.rs:798:13 Oct 12 10:39:55.933 INFO kablam! | Oct 12 10:39:55.934 INFO kablam! 798 | let all = wn.all_synsets(None); Oct 12 10:39:55.934 INFO kablam! | ^^^ help: consider using `_all` instead Oct 12 10:39:55.934 INFO kablam! Oct 12 10:39:55.935 INFO kablam! warning: unused variable: `name` Oct 12 10:39:55.935 INFO kablam! --> src/word_net/mod.rs:401:35 Oct 12 10:39:55.935 INFO kablam! | Oct 12 10:39:55.935 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 12 10:39:55.936 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 12 10:39:55.936 INFO kablam! Oct 12 10:39:55.936 INFO kablam! warning: unused variable: `p` Oct 12 10:39:55.936 INFO kablam! --> src/word_net/mod.rs:401:50 Oct 12 10:39:55.937 INFO kablam! | Oct 12 10:39:55.937 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 12 10:39:55.937 INFO kablam! | ^ help: consider using `_p` instead Oct 12 10:39:55.938 INFO kablam! Oct 12 10:39:55.938 INFO kablam! warning: unused variable: `offset` Oct 12 10:39:55.938 INFO kablam! --> src/word_net/mod.rs:401:59 Oct 12 10:39:55.938 INFO kablam! | Oct 12 10:39:55.939 INFO kablam! 401 | pub fn get_sense_index(&self, name: &String, p: &POS, offset: usize) -> usize { Oct 12 10:39:55.939 INFO kablam! | ^^^^^^ help: consider using `_offset` instead Oct 12 10:39:55.939 INFO kablam! Oct 12 10:39:56.109 INFO kablam! warning: method is never used: `pertainyms` Oct 12 10:39:56.109 INFO kablam! --> src/word_net/mod.rs:47:5 Oct 12 10:39:56.110 INFO kablam! | Oct 12 10:39:56.110 INFO kablam! 47 | fn pertainyms(&self) -> Vec<&Lemma> { Oct 12 10:39:56.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.110 INFO kablam! | Oct 12 10:39:56.111 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 10:39:56.111 INFO kablam! Oct 12 10:39:56.111 INFO kablam! warning: method is never used: `related` Oct 12 10:39:56.112 INFO kablam! --> src/word_net/mod.rs:50:5 Oct 12 10:39:56.112 INFO kablam! | Oct 12 10:39:56.112 INFO kablam! 50 | fn related(&self, symbol: String) -> Vec<&Lemma> { Oct 12 10:39:56.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.113 INFO kablam! Oct 12 10:39:56.113 INFO kablam! warning: method is never used: `lemmas` Oct 12 10:39:56.113 INFO kablam! --> src/word_net/mod.rs:228:5 Oct 12 10:39:56.114 INFO kablam! | Oct 12 10:39:56.114 INFO kablam! 228 | fn lemmas(&self) -> &Vec { Oct 12 10:39:56.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.114 INFO kablam! Oct 12 10:39:56.115 INFO kablam! warning: method is never used: `get` Oct 12 10:39:56.115 INFO kablam! --> src/word_net/mod.rs:248:5 Oct 12 10:39:56.115 INFO kablam! | Oct 12 10:39:56.116 INFO kablam! 248 | fn get(&self, ptr: &SynsetPtr) -> &BSynset { Oct 12 10:39:56.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.116 INFO kablam! Oct 12 10:39:56.116 INFO kablam! warning: function is never used: `get_all_wordnet_words` Oct 12 10:39:56.117 INFO kablam! --> src/word_net/mod.rs:580:5 Oct 12 10:39:56.117 INFO kablam! | Oct 12 10:39:56.117 INFO kablam! 580 | fn get_all_wordnet_words() -> Vec { Oct 12 10:39:56.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.118 INFO kablam! Oct 12 10:39:56.118 INFO kablam! warning: function is never used: `get_conjugated_verb_list` Oct 12 10:39:56.119 INFO kablam! --> src/word_net/mod.rs:590:5 Oct 12 10:39:56.119 INFO kablam! | Oct 12 10:39:56.119 INFO kablam! 590 | fn get_conjugated_verb_list() -> Vec> { Oct 12 10:39:56.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.120 INFO kablam! Oct 12 10:39:56.120 INFO kablam! warning: function is never used: `get_related_lemmas` Oct 12 10:39:56.120 INFO kablam! --> src/word_net/mod.rs:605:5 Oct 12 10:39:56.120 INFO kablam! | Oct 12 10:39:56.121 INFO kablam! 605 | fn get_related_lemmas(_word: &String) {} Oct 12 10:39:56.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.121 INFO kablam! Oct 12 10:39:56.121 INFO kablam! warning: function is never used: `get_word_forms` Oct 12 10:39:56.122 INFO kablam! --> src/word_net/mod.rs:607:5 Oct 12 10:39:56.122 INFO kablam! | Oct 12 10:39:56.122 INFO kablam! 607 | pub fn get_word_forms(word: String) { Oct 12 10:39:56.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.123 INFO kablam! Oct 12 10:39:56.123 INFO kablam! warning: function is never used: `get_adjective_to_adverb` Oct 12 10:39:56.123 INFO kablam! --> src/word_net/mod.rs:611:5 Oct 12 10:39:56.123 INFO kablam! | Oct 12 10:39:56.124 INFO kablam! 611 | fn get_adjective_to_adverb() -> HashMap { Oct 12 10:39:56.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.124 INFO kablam! Oct 12 10:39:56.149 INFO kablam! warning: method is never used: `pertainyms` Oct 12 10:39:56.149 INFO kablam! --> src/word_net/mod.rs:47:5 Oct 12 10:39:56.150 INFO kablam! | Oct 12 10:39:56.150 INFO kablam! 47 | fn pertainyms(&self) -> Vec<&Lemma> { Oct 12 10:39:56.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.150 INFO kablam! | Oct 12 10:39:56.151 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 10:39:56.151 INFO kablam! Oct 12 10:39:56.151 INFO kablam! warning: method is never used: `related` Oct 12 10:39:56.151 INFO kablam! --> src/word_net/mod.rs:50:5 Oct 12 10:39:56.152 INFO kablam! | Oct 12 10:39:56.152 INFO kablam! 50 | fn related(&self, symbol: String) -> Vec<&Lemma> { Oct 12 10:39:56.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.153 INFO kablam! Oct 12 10:39:56.153 INFO kablam! warning: method is never used: `lemmas` Oct 12 10:39:56.153 INFO kablam! --> src/word_net/mod.rs:228:5 Oct 12 10:39:56.153 INFO kablam! | Oct 12 10:39:56.153 INFO kablam! 228 | fn lemmas(&self) -> &Vec { Oct 12 10:39:56.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.154 INFO kablam! Oct 12 10:39:56.154 INFO kablam! warning: method is never used: `get` Oct 12 10:39:56.155 INFO kablam! --> src/word_net/mod.rs:248:5 Oct 12 10:39:56.155 INFO kablam! | Oct 12 10:39:56.155 INFO kablam! 248 | fn get(&self, ptr: &SynsetPtr) -> &BSynset { Oct 12 10:39:56.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.155 INFO kablam! Oct 12 10:39:56.156 INFO kablam! warning: function is never used: `get_all_wordnet_words` Oct 12 10:39:56.156 INFO kablam! --> src/word_net/mod.rs:580:5 Oct 12 10:39:56.156 INFO kablam! | Oct 12 10:39:56.156 INFO kablam! 580 | fn get_all_wordnet_words() -> Vec { Oct 12 10:39:56.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.157 INFO kablam! Oct 12 10:39:56.157 INFO kablam! warning: function is never used: `get_conjugated_verb_list` Oct 12 10:39:56.157 INFO kablam! --> src/word_net/mod.rs:590:5 Oct 12 10:39:56.158 INFO kablam! | Oct 12 10:39:56.158 INFO kablam! 590 | fn get_conjugated_verb_list() -> Vec> { Oct 12 10:39:56.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.158 INFO kablam! Oct 12 10:39:56.159 INFO kablam! warning: function is never used: `get_related_lemmas` Oct 12 10:39:56.159 INFO kablam! --> src/word_net/mod.rs:605:5 Oct 12 10:39:56.159 INFO kablam! | Oct 12 10:39:56.159 INFO kablam! 605 | fn get_related_lemmas(_word: &String) {} Oct 12 10:39:56.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.160 INFO kablam! Oct 12 10:39:56.160 INFO kablam! warning: function is never used: `get_word_forms` Oct 12 10:39:56.160 INFO kablam! --> src/word_net/mod.rs:607:5 Oct 12 10:39:56.160 INFO kablam! | Oct 12 10:39:56.161 INFO kablam! 607 | pub fn get_word_forms(word: String) { Oct 12 10:39:56.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.161 INFO kablam! Oct 12 10:39:56.161 INFO kablam! warning: function is never used: `get_adjective_to_adverb` Oct 12 10:39:56.162 INFO kablam! --> src/word_net/mod.rs:611:5 Oct 12 10:39:56.162 INFO kablam! | Oct 12 10:39:56.162 INFO kablam! 611 | fn get_adjective_to_adverb() -> HashMap { Oct 12 10:39:56.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:39:56.163 INFO kablam! Oct 12 10:39:56.182 INFO kablam! warning: variable `WN` should have a snake case name such as `wn` Oct 12 10:39:56.183 INFO kablam! --> src/word_net/mod.rs:788:13 Oct 12 10:39:56.183 INFO kablam! | Oct 12 10:39:56.183 INFO kablam! 788 | let WN = WordNet::new().unwrap(); Oct 12 10:39:56.183 INFO kablam! | ^^ Oct 12 10:39:56.183 INFO kablam! | Oct 12 10:39:56.183 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 10:39:56.183 INFO kablam! Oct 12 10:39:56.276 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.96s Oct 12 10:39:56.289 INFO kablam! su: No module specific data is present Oct 12 10:39:57.048 INFO running `"docker" "rm" "-f" "f81d02d71ffab2c3d7ab511cb17f6f390ed38c91133c60f8c5a17b2abd5fcc34"` Oct 12 10:39:57.412 INFO blam! f81d02d71ffab2c3d7ab511cb17f6f390ed38c91133c60f8c5a17b2abd5fcc34