Oct 11 05:06:09.752 INFO testing PBertinJohannet/exprToSop against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:06:09.752 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:06:09.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:06:10.166 INFO blam! 280052510b6b1215854fd04ee7006c40010ffcf499d9097b7075e0ae12c22b39 Oct 11 05:06:10.168 INFO running `"docker" "start" "-a" "280052510b6b1215854fd04ee7006c40010ffcf499d9097b7075e0ae12c22b39"` Oct 11 05:06:11.216 INFO kablam! usermod: no changes Oct 11 05:06:11.304 INFO kablam! Compiling booleansimplify v0.1.0 (/source) Oct 11 05:06:11.724 INFO kablam! warning: unused import: `std::env` Oct 11 05:06:11.724 INFO kablam! --> src/main.rs:5:5 Oct 11 05:06:11.724 INFO kablam! | Oct 11 05:06:11.724 INFO kablam! 5 | use std::env; Oct 11 05:06:11.724 INFO kablam! | ^^^^^^^^ Oct 11 05:06:11.724 INFO kablam! | Oct 11 05:06:11.724 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:06:11.724 INFO kablam! Oct 11 05:06:11.724 INFO kablam! warning: unused import: `Sum` Oct 11 05:06:11.724 INFO kablam! --> src/mccluskey.rs:3:26 Oct 11 05:06:11.724 INFO kablam! | Oct 11 05:06:11.724 INFO kablam! 3 | use equation::{Equation, Sum, Prod, Not}; Oct 11 05:06:11.724 INFO kablam! | ^^^ Oct 11 05:06:11.724 INFO kablam! Oct 11 05:06:11.984 INFO kablam! warning: unused variable: `new_sum` Oct 11 05:06:11.984 INFO kablam! --> src/equation.rs:68:13 Oct 11 05:06:11.984 INFO kablam! | Oct 11 05:06:11.984 INFO kablam! 68 | let new_sum = match self { Oct 11 05:06:11.984 INFO kablam! | ^^^^^^^ help: consider using `_new_sum` instead Oct 11 05:06:11.984 INFO kablam! | Oct 11 05:06:11.984 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:06:11.984 INFO kablam! Oct 11 05:06:11.984 INFO kablam! warning: unused variable: `v` Oct 11 05:06:11.984 INFO kablam! --> src/equation.rs:82:13 Oct 11 05:06:11.984 INFO kablam! | Oct 11 05:06:11.984 INFO kablam! 82 | v => vec![self], Oct 11 05:06:11.984 INFO kablam! | ^ help: consider using `_v` instead Oct 11 05:06:11.984 INFO kablam! Oct 11 05:06:11.985 INFO kablam! warning: unused variable: `ancient_nb_var` Oct 11 05:06:11.985 INFO kablam! --> src/equation.rs:106:13 Oct 11 05:06:11.985 INFO kablam! | Oct 11 05:06:11.985 INFO kablam! 106 | let ancient_nb_var = self.get_vars().len(); Oct 11 05:06:11.985 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_ancient_nb_var` instead Oct 11 05:06:11.985 INFO kablam! Oct 11 05:06:11.985 INFO kablam! warning: unused variable: `s` Oct 11 05:06:11.985 INFO kablam! --> src/mccluskey.rs:24:32 Oct 11 05:06:11.985 INFO kablam! | Oct 11 05:06:11.985 INFO kablam! 24 | &Equation::Sum(ref s) => panic!("do not give a sum to from_eq"), Oct 11 05:06:11.985 INFO kablam! | ^ help: consider using `_s` instead Oct 11 05:06:11.985 INFO kablam! Oct 11 05:06:12.084 INFO kablam! warning: variable does not need to be mutable Oct 11 05:06:12.084 INFO kablam! --> src/mccluskey.rs:134:25 Oct 11 05:06:12.084 INFO kablam! | Oct 11 05:06:12.084 INFO kablam! 134 | pub fn mccluskey((vars, mut impls) : (Vec, Vec)) -> Vec{ Oct 11 05:06:12.084 INFO kablam! | ----^^^^^ Oct 11 05:06:12.084 INFO kablam! | | Oct 11 05:06:12.084 INFO kablam! | help: remove this `mut` Oct 11 05:06:12.084 INFO kablam! | Oct 11 05:06:12.084 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:06:12.084 INFO kablam! Oct 11 05:06:12.084 INFO kablam! warning: variable does not need to be mutable Oct 11 05:06:12.084 INFO kablam! --> src/mccluskey.rs:176:25 Oct 11 05:06:12.084 INFO kablam! | Oct 11 05:06:12.084 INFO kablam! 176 | pub fn mccluskey_primes(mut impls : Vec)-> Vec{ Oct 11 05:06:12.084 INFO kablam! | ----^^^^^ Oct 11 05:06:12.084 INFO kablam! | | Oct 11 05:06:12.084 INFO kablam! | help: remove this `mut` Oct 11 05:06:12.084 INFO kablam! Oct 11 05:06:12.085 INFO kablam! warning: variable does not need to be mutable Oct 11 05:06:12.085 INFO kablam! --> src/mccluskey.rs:180:13 Oct 11 05:06:12.085 INFO kablam! | Oct 11 05:06:12.085 INFO kablam! 180 | let mut to_add = mccluskey_pass_two(sort_prime_implicants(mccluskey_pass_one(sorted_primes))); Oct 11 05:06:12.085 INFO kablam! | ----^^^^^^ Oct 11 05:06:12.085 INFO kablam! | | Oct 11 05:06:12.085 INFO kablam! | help: remove this `mut` Oct 11 05:06:12.085 INFO kablam! Oct 11 05:06:12.088 INFO kablam! warning: method is never used: `len_removed` Oct 11 05:06:12.088 INFO kablam! --> src/equation.rs:50:5 Oct 11 05:06:12.088 INFO kablam! | Oct 11 05:06:12.088 INFO kablam! 50 | pub fn len_removed(&mut self) -> usize{ Oct 11 05:06:12.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:06:12.088 INFO kablam! | Oct 11 05:06:12.088 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:06:12.088 INFO kablam! Oct 11 05:06:12.088 INFO kablam! warning: method is never used: `eval` Oct 11 05:06:12.088 INFO kablam! --> src/equation.rs:57:5 Oct 11 05:06:12.088 INFO kablam! | Oct 11 05:06:12.088 INFO kablam! 57 | pub fn eval(&self, vars: &HashMap) -> bool { Oct 11 05:06:12.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:06:12.089 INFO kablam! Oct 11 05:06:12.089 INFO kablam! warning: method is never used: `inners` Oct 11 05:06:12.089 INFO kablam! --> src/equation.rs:77:5 Oct 11 05:06:12.089 INFO kablam! | Oct 11 05:06:12.089 INFO kablam! 77 | pub fn inners(&self) -> Vec<&Equation> { Oct 11 05:06:12.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:06:12.089 INFO kablam! Oct 11 05:06:12.089 INFO kablam! warning: method is never used: `compare_random_values` Oct 11 05:06:12.089 INFO kablam! --> src/equation.rs:87:5 Oct 11 05:06:12.089 INFO kablam! | Oct 11 05:06:12.089 INFO kablam! 87 | pub fn compare_random_values(&self, other : &Equation, tests : usize) { Oct 11 05:06:12.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:06:12.089 INFO kablam! Oct 11 05:06:12.089 INFO kablam! warning: method is never used: `is_product` Oct 11 05:06:12.089 INFO kablam! --> src/equation.rs:120:5 Oct 11 05:06:12.089 INFO kablam! | Oct 11 05:06:12.089 INFO kablam! 120 | pub fn is_product(&self) -> bool { Oct 11 05:06:12.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:06:12.089 INFO kablam! Oct 11 05:06:12.089 INFO kablam! warning: method is never used: `get_owned_vars` Oct 11 05:06:12.089 INFO kablam! --> src/equation.rs:175:5 Oct 11 05:06:12.089 INFO kablam! | Oct 11 05:06:12.089 INFO kablam! 175 | pub fn get_owned_vars(&self) -> Vec { Oct 11 05:06:12.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:06:12.089 INFO kablam! Oct 11 05:06:12.089 INFO kablam! warning: method is never used: `get_owned_vars` Oct 11 05:06:12.089 INFO kablam! --> src/equation.rs:250:5 Oct 11 05:06:12.089 INFO kablam! | Oct 11 05:06:12.089 INFO kablam! 250 | pub fn get_owned_vars(&self) -> Vec { Oct 11 05:06:12.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:06:12.089 INFO kablam! Oct 11 05:06:14.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.00s Oct 11 05:06:14.253 INFO kablam! su: No module specific data is present Oct 11 05:06:15.006 INFO running `"docker" "rm" "-f" "280052510b6b1215854fd04ee7006c40010ffcf499d9097b7075e0ae12c22b39"` Oct 11 05:06:15.392 INFO blam! 280052510b6b1215854fd04ee7006c40010ffcf499d9097b7075e0ae12c22b39 Oct 11 05:06:15.394 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:06:15.394 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:06:15.851 INFO blam! ecd99df16addfb068d400c94ab32c929e5eb5b028b9bcc75303f56f2a70cd6e8 Oct 11 05:06:15.857 INFO running `"docker" "start" "-a" "ecd99df16addfb068d400c94ab32c929e5eb5b028b9bcc75303f56f2a70cd6e8"` Oct 11 05:06:16.718 INFO kablam! usermod: no changes Oct 11 05:06:16.760 INFO kablam! Compiling booleansimplify v0.1.0 (/source) Oct 11 05:06:17.163 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 11 05:06:17.163 INFO kablam! --> src/equation.rs:434:30 Oct 11 05:06:17.164 INFO kablam! | Oct 11 05:06:17.164 INFO kablam! 434 | use equation::{Equation, Not, Prod, Sum}; Oct 11 05:06:17.180 INFO kablam! | ^^^ ^^^^ ^^^ Oct 11 05:06:17.180 INFO kablam! | Oct 11 05:06:17.180 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:06:17.180 INFO kablam! Oct 11 05:06:17.180 INFO kablam! warning: unused import: `lexer::EqLexer` Oct 11 05:06:17.180 INFO kablam! --> src/equation.rs:435:9 Oct 11 05:06:17.180 INFO kablam! | Oct 11 05:06:17.180 INFO kablam! 435 | use lexer::EqLexer; Oct 11 05:06:17.180 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 05:06:17.180 INFO kablam! Oct 11 05:06:17.180 INFO kablam! warning: unused import: `super::*` Oct 11 05:06:17.180 INFO kablam! --> src/equation.rs:489:9 Oct 11 05:06:17.180 INFO kablam! | Oct 11 05:06:17.180 INFO kablam! 489 | use super::*; Oct 11 05:06:17.180 INFO kablam! | ^^^^^^^^ Oct 11 05:06:17.180 INFO kablam! Oct 11 05:06:17.180 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 11 05:06:17.180 INFO kablam! --> src/equation.rs:490:30 Oct 11 05:06:17.180 INFO kablam! | Oct 11 05:06:17.180 INFO kablam! 490 | use equation::{Equation, Not, Prod, Sum}; Oct 11 05:06:17.180 INFO kablam! | ^^^ ^^^^ ^^^ Oct 11 05:06:17.180 INFO kablam! Oct 11 05:06:17.180 INFO kablam! warning: unused import: `lexer::EqLexer` Oct 11 05:06:17.180 INFO kablam! --> src/equation.rs:491:9 Oct 11 05:06:17.180 INFO kablam! | Oct 11 05:06:17.180 INFO kablam! 491 | use lexer::EqLexer; Oct 11 05:06:17.180 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 05:06:17.180 INFO kablam! Oct 11 05:06:17.180 INFO kablam! warning: unused import: `super::*` Oct 11 05:06:17.180 INFO kablam! --> src/equation.rs:511:9 Oct 11 05:06:17.180 INFO kablam! | Oct 11 05:06:17.180 INFO kablam! 511 | use super::*; Oct 11 05:06:17.180 INFO kablam! | ^^^^^^^^ Oct 11 05:06:17.180 INFO kablam! Oct 11 05:06:17.180 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 11 05:06:17.180 INFO kablam! --> src/equation.rs:512:30 Oct 11 05:06:17.180 INFO kablam! | Oct 11 05:06:17.180 INFO kablam! 512 | use equation::{Equation, Not, Prod, Sum}; Oct 11 05:06:17.180 INFO kablam! | ^^^ ^^^^ ^^^ Oct 11 05:06:17.180 INFO kablam! Oct 11 05:06:17.180 INFO kablam! warning: unused import: `lexer::EqLexer` Oct 11 05:06:17.180 INFO kablam! --> src/equation.rs:513:9 Oct 11 05:06:17.180 INFO kablam! | Oct 11 05:06:17.180 INFO kablam! 513 | use lexer::EqLexer; Oct 11 05:06:17.180 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 05:06:17.180 INFO kablam! Oct 11 05:06:17.180 INFO kablam! warning: unused import: `super::*` Oct 11 05:06:17.180 INFO kablam! --> src/equation.rs:529:9 Oct 11 05:06:17.180 INFO kablam! | Oct 11 05:06:17.180 INFO kablam! 529 | use super::*; Oct 11 05:06:17.180 INFO kablam! | ^^^^^^^^ Oct 11 05:06:17.180 INFO kablam! Oct 11 05:06:17.180 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 11 05:06:17.180 INFO kablam! --> src/equation.rs:530:30 Oct 11 05:06:17.180 INFO kablam! | Oct 11 05:06:17.180 INFO kablam! 530 | use equation::{Equation, Not, Prod, Sum}; Oct 11 05:06:17.181 INFO kablam! | ^^^ ^^^^ ^^^ Oct 11 05:06:17.181 INFO kablam! Oct 11 05:06:17.181 INFO kablam! warning: unused import: `lexer::EqLexer` Oct 11 05:06:17.181 INFO kablam! --> src/equation.rs:531:9 Oct 11 05:06:17.181 INFO kablam! | Oct 11 05:06:17.181 INFO kablam! 531 | use lexer::EqLexer; Oct 11 05:06:17.181 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 05:06:17.181 INFO kablam! Oct 11 05:06:17.181 INFO kablam! warning: unused import: `std::env` Oct 11 05:06:17.181 INFO kablam! --> src/main.rs:5:5 Oct 11 05:06:17.181 INFO kablam! | Oct 11 05:06:17.181 INFO kablam! 5 | use std::env; Oct 11 05:06:17.181 INFO kablam! | ^^^^^^^^ Oct 11 05:06:17.181 INFO kablam! Oct 11 05:06:17.181 INFO kablam! warning: unused import: `Sum` Oct 11 05:06:17.181 INFO kablam! --> src/mccluskey.rs:3:26 Oct 11 05:06:17.181 INFO kablam! | Oct 11 05:06:17.181 INFO kablam! 3 | use equation::{Equation, Sum, Prod, Not}; Oct 11 05:06:17.181 INFO kablam! | ^^^ Oct 11 05:06:17.181 INFO kablam! Oct 11 05:06:17.181 INFO kablam! warning: unused imports: `Not`, `Prod` Oct 11 05:06:17.181 INFO kablam! --> src/mccluskey.rs:194:30 Oct 11 05:06:17.181 INFO kablam! | Oct 11 05:06:17.181 INFO kablam! 194 | use equation::{Equation, Not, Prod, Sum}; Oct 11 05:06:17.181 INFO kablam! | ^^^ ^^^^ Oct 11 05:06:17.181 INFO kablam! Oct 11 05:06:17.181 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 11 05:06:17.181 INFO kablam! --> src/mccluskey.rs:241:30 Oct 11 05:06:17.181 INFO kablam! | Oct 11 05:06:17.181 INFO kablam! 241 | use equation::{Equation, Not, Prod, Sum}; Oct 11 05:06:17.181 INFO kablam! | ^^^ ^^^^ ^^^ Oct 11 05:06:17.181 INFO kablam! Oct 11 05:06:17.181 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 11 05:06:17.181 INFO kablam! --> src/mccluskey.rs:281:30 Oct 11 05:06:17.181 INFO kablam! | Oct 11 05:06:17.181 INFO kablam! 281 | use equation::{Equation, Not, Prod, Sum}; Oct 11 05:06:17.181 INFO kablam! | ^^^ ^^^^ ^^^ Oct 11 05:06:17.181 INFO kablam! Oct 11 05:06:17.181 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 11 05:06:17.181 INFO kablam! --> src/mccluskey.rs:299:30 Oct 11 05:06:17.181 INFO kablam! | Oct 11 05:06:17.181 INFO kablam! 299 | use equation::{Equation, Not, Prod, Sum}; Oct 11 05:06:17.181 INFO kablam! | ^^^ ^^^^ ^^^ Oct 11 05:06:17.181 INFO kablam! Oct 11 05:06:17.568 INFO kablam! warning: unused variable: `new_sum` Oct 11 05:06:17.568 INFO kablam! --> src/equation.rs:68:13 Oct 11 05:06:17.568 INFO kablam! | Oct 11 05:06:17.568 INFO kablam! 68 | let new_sum = match self { Oct 11 05:06:17.568 INFO kablam! | ^^^^^^^ help: consider using `_new_sum` instead Oct 11 05:06:17.568 INFO kablam! | Oct 11 05:06:17.568 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:06:17.568 INFO kablam! Oct 11 05:06:17.568 INFO kablam! warning: unused variable: `v` Oct 11 05:06:17.568 INFO kablam! --> src/equation.rs:82:13 Oct 11 05:06:17.568 INFO kablam! | Oct 11 05:06:17.568 INFO kablam! 82 | v => vec![self], Oct 11 05:06:17.568 INFO kablam! | ^ help: consider using `_v` instead Oct 11 05:06:17.568 INFO kablam! Oct 11 05:06:17.568 INFO kablam! warning: unused variable: `ancient_nb_var` Oct 11 05:06:17.568 INFO kablam! --> src/equation.rs:106:13 Oct 11 05:06:17.568 INFO kablam! | Oct 11 05:06:17.568 INFO kablam! 106 | let ancient_nb_var = self.get_vars().len(); Oct 11 05:06:17.568 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_ancient_nb_var` instead Oct 11 05:06:17.568 INFO kablam! Oct 11 05:06:17.568 INFO kablam! warning: unused variable: `s` Oct 11 05:06:17.568 INFO kablam! --> src/mccluskey.rs:24:32 Oct 11 05:06:17.568 INFO kablam! | Oct 11 05:06:17.569 INFO kablam! 24 | &Equation::Sum(ref s) => panic!("do not give a sum to from_eq"), Oct 11 05:06:17.569 INFO kablam! | ^ help: consider using `_s` instead Oct 11 05:06:17.569 INFO kablam! Oct 11 05:06:17.656 INFO kablam! warning: variable does not need to be mutable Oct 11 05:06:17.656 INFO kablam! --> src/equation.rs:536:13 Oct 11 05:06:17.656 INFO kablam! | Oct 11 05:06:17.656 INFO kablam! 536 | let mut new_eq = eq.complete_simplify(); Oct 11 05:06:17.656 INFO kablam! | ----^^^^^^ Oct 11 05:06:17.656 INFO kablam! | | Oct 11 05:06:17.656 INFO kablam! | help: remove this `mut` Oct 11 05:06:17.656 INFO kablam! | Oct 11 05:06:17.656 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:06:17.656 INFO kablam! Oct 11 05:06:17.720 INFO kablam! warning: variable does not need to be mutable Oct 11 05:06:17.721 INFO kablam! --> src/mccluskey.rs:134:25 Oct 11 05:06:17.721 INFO kablam! | Oct 11 05:06:17.721 INFO kablam! 134 | pub fn mccluskey((vars, mut impls) : (Vec, Vec)) -> Vec{ Oct 11 05:06:17.722 INFO kablam! | ----^^^^^ Oct 11 05:06:17.722 INFO kablam! | | Oct 11 05:06:17.722 INFO kablam! | help: remove this `mut` Oct 11 05:06:17.723 INFO kablam! Oct 11 05:06:17.723 INFO kablam! warning: variable does not need to be mutable Oct 11 05:06:17.723 INFO kablam! --> src/mccluskey.rs:176:25 Oct 11 05:06:17.724 INFO kablam! | Oct 11 05:06:17.724 INFO kablam! 176 | pub fn mccluskey_primes(mut impls : Vec)-> Vec{ Oct 11 05:06:17.724 INFO kablam! | ----^^^^^ Oct 11 05:06:17.725 INFO kablam! | | Oct 11 05:06:17.725 INFO kablam! | help: remove this `mut` Oct 11 05:06:17.725 INFO kablam! Oct 11 05:06:17.726 INFO kablam! warning: variable does not need to be mutable Oct 11 05:06:17.726 INFO kablam! --> src/mccluskey.rs:180:13 Oct 11 05:06:17.726 INFO kablam! | Oct 11 05:06:17.726 INFO kablam! 180 | let mut to_add = mccluskey_pass_two(sort_prime_implicants(mccluskey_pass_one(sorted_primes))); Oct 11 05:06:17.727 INFO kablam! | ----^^^^^^ Oct 11 05:06:17.727 INFO kablam! | | Oct 11 05:06:17.727 INFO kablam! | help: remove this `mut` Oct 11 05:06:17.728 INFO kablam! Oct 11 05:06:17.761 INFO kablam! warning: method is never used: `len_removed` Oct 11 05:06:17.761 INFO kablam! --> src/equation.rs:50:5 Oct 11 05:06:17.762 INFO kablam! | Oct 11 05:06:17.762 INFO kablam! 50 | pub fn len_removed(&mut self) -> usize{ Oct 11 05:06:17.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:06:17.762 INFO kablam! | Oct 11 05:06:17.762 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:06:17.762 INFO kablam! Oct 11 05:06:17.762 INFO kablam! warning: method is never used: `inners` Oct 11 05:06:17.762 INFO kablam! --> src/equation.rs:77:5 Oct 11 05:06:17.762 INFO kablam! | Oct 11 05:06:17.762 INFO kablam! 77 | pub fn inners(&self) -> Vec<&Equation> { Oct 11 05:06:17.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:06:17.762 INFO kablam! Oct 11 05:06:17.762 INFO kablam! warning: method is never used: `is_product` Oct 11 05:06:17.762 INFO kablam! --> src/equation.rs:120:5 Oct 11 05:06:17.762 INFO kablam! | Oct 11 05:06:17.762 INFO kablam! 120 | pub fn is_product(&self) -> bool { Oct 11 05:06:17.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:06:17.762 INFO kablam! Oct 11 05:06:17.763 INFO kablam! warning: method is never used: `get_owned_vars` Oct 11 05:06:17.763 INFO kablam! --> src/equation.rs:175:5 Oct 11 05:06:17.763 INFO kablam! | Oct 11 05:06:17.763 INFO kablam! 175 | pub fn get_owned_vars(&self) -> Vec { Oct 11 05:06:17.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:06:17.763 INFO kablam! Oct 11 05:06:17.763 INFO kablam! warning: method is never used: `get_owned_vars` Oct 11 05:06:17.763 INFO kablam! --> src/equation.rs:250:5 Oct 11 05:06:17.763 INFO kablam! | Oct 11 05:06:17.763 INFO kablam! 250 | pub fn get_owned_vars(&self) -> Vec { Oct 11 05:06:17.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:06:17.763 INFO kablam! Oct 11 05:06:20.696 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.95s Oct 11 05:06:20.700 INFO kablam! su: No module specific data is present Oct 11 05:06:21.591 INFO running `"docker" "rm" "-f" "ecd99df16addfb068d400c94ab32c929e5eb5b028b9bcc75303f56f2a70cd6e8"` Oct 11 05:06:21.896 INFO blam! ecd99df16addfb068d400c94ab32c929e5eb5b028b9bcc75303f56f2a70cd6e8 Oct 11 05:06:21.905 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:06:21.908 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:06:22.368 INFO blam! e4ab7049091817448fb0e51607c33c677603bfd0e8ef0d321f77a275b0e70675 Oct 11 05:06:22.377 INFO running `"docker" "start" "-a" "e4ab7049091817448fb0e51607c33c677603bfd0e8ef0d321f77a275b0e70675"` Oct 11 05:06:23.517 INFO kablam! usermod: no changes Oct 11 05:06:23.583 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 05:06:23.583 INFO kablam! Running /target/debug/deps/booleansimplify-e3b98fe458a9d37b Oct 11 05:06:23.592 INFO blam! Oct 11 05:06:23.592 INFO blam! running 27 tests Oct 11 05:06:23.592 INFO blam! test equation::tests_get_var::test_more ... ok Oct 11 05:06:23.592 INFO blam! test equation::tests_simplify::test_flatten_prod ... ok Oct 11 05:06:23.592 INFO blam! test equation::tests_simplify::test_keep_same ... ok Oct 11 05:06:23.592 INFO blam! test equation::tests_simplify::test_not_not ... ok Oct 11 05:06:23.592 INFO blam! test equation::tests_simplify::test_not_prod ... ok Oct 11 05:06:23.597 INFO blam! test equation::tests_simplify::test_not_sum ... ok Oct 11 05:06:23.597 INFO blam! test equation::tests_simplify::test_remove_par ... ok Oct 11 05:06:23.597 INFO blam! test equation::tests_simplify::test_simplify_sum ... ok Oct 11 05:06:23.597 INFO blam! test lexer::tests_lexer::test_basics ... ok Oct 11 05:06:23.597 INFO blam! test equation::tests_simplify::test_factorise ... ok Oct 11 05:06:23.597 INFO blam! test equation::tests_get_var::test_basics ... ok Oct 11 05:06:23.597 INFO blam! test equation::tests_eval::test_more ... ok Oct 11 05:06:23.597 INFO blam! test equation::tests_eval::test_basics ... ok Oct 11 05:06:23.597 INFO blam! test equation::tests_depth::test_more ... ok Oct 11 05:06:23.597 INFO blam! test equation::tests_depth::test_basics ... ok Oct 11 05:06:23.597 INFO blam! test mccluskey::tests_from_eq::test_from_multi ... ok Oct 11 05:06:23.600 INFO blam! test mccluskey::tests_from_eq::test_from_prod ... ok Oct 11 05:06:23.600 INFO blam! test mccluskey::tests_from_eq::test_from_var ... ok Oct 11 05:06:23.608 INFO blam! test mccluskey::tests_mccluskey_primes::test_complete ... ok Oct 11 05:06:23.608 INFO blam! test mccluskey::tests_from_eq::test_from_not ... ok Oct 11 05:06:23.616 INFO blam! test mccluskey::tests_to_eq::test_complete ... ok Oct 11 05:06:23.616 INFO blam! test parser::tests_parser::test_basics ... ok Oct 11 05:06:23.624 INFO blam! test mccluskey::tests_mccluskey_primes::test_just_one ... ok Oct 11 05:06:23.624 INFO blam! test mccluskey::tests_mccluskey_primes::test_yes_and_not ... ok Oct 11 05:06:23.624 INFO blam! test mccluskey::tests_merging::test_merge ... ok Oct 11 05:06:23.632 INFO blam! test mccluskey::tests_merging::test_can_merge ... ok Oct 11 05:06:23.892 INFO blam! test equation::tests_simplify::combined_tests ... ok Oct 11 05:06:23.892 INFO kablam! su: No module specific data is present Oct 11 05:06:23.892 INFO blam! Oct 11 05:06:23.892 INFO blam! test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:06:23.892 INFO blam! Oct 11 05:06:24.552 INFO running `"docker" "rm" "-f" "e4ab7049091817448fb0e51607c33c677603bfd0e8ef0d321f77a275b0e70675"` Oct 11 05:06:24.824 INFO blam! e4ab7049091817448fb0e51607c33c677603bfd0e8ef0d321f77a275b0e70675