Oct 15 07:53:17.125 INFO testing PBertinJohannet/exprToSop against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:53:17.127 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 07:53:17.572 INFO blam! d3c1ea6e31a248345fd827a67aa00ddbc26750c5c15c47b5d6bf7e376a150414 Oct 15 07:53:17.574 INFO running `"docker" "start" "-a" "d3c1ea6e31a248345fd827a67aa00ddbc26750c5c15c47b5d6bf7e376a150414"` Oct 15 07:53:18.871 INFO kablam! usermod: no changes Oct 15 07:53:18.975 INFO kablam! Compiling booleansimplify v0.1.0 (/source) Oct 15 07:53:19.567 INFO kablam! warning: unused import: `std::env` Oct 15 07:53:19.567 INFO kablam! --> src/main.rs:5:5 Oct 15 07:53:19.568 INFO kablam! | Oct 15 07:53:19.568 INFO kablam! 5 | use std::env; Oct 15 07:53:19.568 INFO kablam! | ^^^^^^^^ Oct 15 07:53:19.569 INFO kablam! | Oct 15 07:53:19.569 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:53:19.569 INFO kablam! Oct 15 07:53:19.570 INFO kablam! warning: unused import: `Sum` Oct 15 07:53:19.570 INFO kablam! --> src/mccluskey.rs:3:26 Oct 15 07:53:19.570 INFO kablam! | Oct 15 07:53:19.571 INFO kablam! 3 | use equation::{Equation, Sum, Prod, Not}; Oct 15 07:53:19.571 INFO kablam! | ^^^ Oct 15 07:53:19.571 INFO kablam! Oct 15 07:53:19.893 INFO kablam! warning: unused variable: `new_sum` Oct 15 07:53:19.894 INFO kablam! --> src/equation.rs:68:13 Oct 15 07:53:19.894 INFO kablam! | Oct 15 07:53:19.894 INFO kablam! 68 | let new_sum = match self { Oct 15 07:53:19.895 INFO kablam! | ^^^^^^^ help: consider using `_new_sum` instead Oct 15 07:53:19.895 INFO kablam! | Oct 15 07:53:19.895 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:53:19.896 INFO kablam! Oct 15 07:53:19.896 INFO kablam! warning: unused variable: `v` Oct 15 07:53:19.896 INFO kablam! --> src/equation.rs:82:13 Oct 15 07:53:19.897 INFO kablam! | Oct 15 07:53:19.897 INFO kablam! 82 | v => vec![self], Oct 15 07:53:19.897 INFO kablam! | ^ help: consider using `_v` instead Oct 15 07:53:19.898 INFO kablam! Oct 15 07:53:19.898 INFO kablam! warning: unused variable: `ancient_nb_var` Oct 15 07:53:19.898 INFO kablam! --> src/equation.rs:106:13 Oct 15 07:53:19.899 INFO kablam! | Oct 15 07:53:19.899 INFO kablam! 106 | let ancient_nb_var = self.get_vars().len(); Oct 15 07:53:19.899 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_ancient_nb_var` instead Oct 15 07:53:19.899 INFO kablam! Oct 15 07:53:19.900 INFO kablam! warning: unused variable: `s` Oct 15 07:53:19.900 INFO kablam! --> src/mccluskey.rs:24:32 Oct 15 07:53:19.900 INFO kablam! | Oct 15 07:53:19.901 INFO kablam! 24 | &Equation::Sum(ref s) => panic!("do not give a sum to from_eq"), Oct 15 07:53:19.901 INFO kablam! | ^ help: consider using `_s` instead Oct 15 07:53:19.901 INFO kablam! Oct 15 07:53:19.992 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:19.993 INFO kablam! --> src/mccluskey.rs:134:25 Oct 15 07:53:19.993 INFO kablam! | Oct 15 07:53:19.993 INFO kablam! 134 | pub fn mccluskey((vars, mut impls) : (Vec, Vec)) -> Vec{ Oct 15 07:53:19.993 INFO kablam! | ----^^^^^ Oct 15 07:53:19.994 INFO kablam! | | Oct 15 07:53:19.994 INFO kablam! | help: remove this `mut` Oct 15 07:53:19.994 INFO kablam! | Oct 15 07:53:19.995 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:53:19.995 INFO kablam! Oct 15 07:53:19.999 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:19.999 INFO kablam! --> src/mccluskey.rs:176:25 Oct 15 07:53:20.000 INFO kablam! | Oct 15 07:53:20.000 INFO kablam! 176 | pub fn mccluskey_primes(mut impls : Vec)-> Vec{ Oct 15 07:53:20.000 INFO kablam! | ----^^^^^ Oct 15 07:53:20.000 INFO kablam! | | Oct 15 07:53:20.001 INFO kablam! | help: remove this `mut` Oct 15 07:53:20.001 INFO kablam! Oct 15 07:53:20.001 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:20.002 INFO kablam! --> src/mccluskey.rs:180:13 Oct 15 07:53:20.002 INFO kablam! | Oct 15 07:53:20.002 INFO kablam! 180 | let mut to_add = mccluskey_pass_two(sort_prime_implicants(mccluskey_pass_one(sorted_primes))); Oct 15 07:53:20.002 INFO kablam! | ----^^^^^^ Oct 15 07:53:20.003 INFO kablam! | | Oct 15 07:53:20.003 INFO kablam! | help: remove this `mut` Oct 15 07:53:20.003 INFO kablam! Oct 15 07:53:20.003 INFO kablam! warning: method is never used: `len_removed` Oct 15 07:53:20.004 INFO kablam! --> src/equation.rs:50:5 Oct 15 07:53:20.004 INFO kablam! | Oct 15 07:53:20.004 INFO kablam! 50 | pub fn len_removed(&mut self) -> usize{ Oct 15 07:53:20.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:20.005 INFO kablam! | Oct 15 07:53:20.005 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:53:20.006 INFO kablam! Oct 15 07:53:20.006 INFO kablam! warning: method is never used: `eval` Oct 15 07:53:20.006 INFO kablam! --> src/equation.rs:57:5 Oct 15 07:53:20.006 INFO kablam! | Oct 15 07:53:20.007 INFO kablam! 57 | pub fn eval(&self, vars: &HashMap) -> bool { Oct 15 07:53:20.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:20.007 INFO kablam! Oct 15 07:53:20.008 INFO kablam! warning: method is never used: `inners` Oct 15 07:53:20.008 INFO kablam! --> src/equation.rs:77:5 Oct 15 07:53:20.008 INFO kablam! | Oct 15 07:53:20.008 INFO kablam! 77 | pub fn inners(&self) -> Vec<&Equation> { Oct 15 07:53:20.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:20.009 INFO kablam! Oct 15 07:53:20.009 INFO kablam! warning: method is never used: `compare_random_values` Oct 15 07:53:20.009 INFO kablam! --> src/equation.rs:87:5 Oct 15 07:53:20.010 INFO kablam! | Oct 15 07:53:20.010 INFO kablam! 87 | pub fn compare_random_values(&self, other : &Equation, tests : usize) { Oct 15 07:53:20.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:20.015 INFO kablam! Oct 15 07:53:20.015 INFO kablam! warning: method is never used: `is_product` Oct 15 07:53:20.015 INFO kablam! --> src/equation.rs:120:5 Oct 15 07:53:20.015 INFO kablam! | Oct 15 07:53:20.016 INFO kablam! 120 | pub fn is_product(&self) -> bool { Oct 15 07:53:20.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:20.016 INFO kablam! Oct 15 07:53:20.016 INFO kablam! warning: method is never used: `get_owned_vars` Oct 15 07:53:20.017 INFO kablam! --> src/equation.rs:175:5 Oct 15 07:53:20.017 INFO kablam! | Oct 15 07:53:20.017 INFO kablam! 175 | pub fn get_owned_vars(&self) -> Vec { Oct 15 07:53:20.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:20.018 INFO kablam! Oct 15 07:53:20.018 INFO kablam! warning: method is never used: `get_owned_vars` Oct 15 07:53:20.018 INFO kablam! --> src/equation.rs:250:5 Oct 15 07:53:20.018 INFO kablam! | Oct 15 07:53:20.019 INFO kablam! 250 | pub fn get_owned_vars(&self) -> Vec { Oct 15 07:53:20.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:20.019 INFO kablam! Oct 15 07:53:23.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.30s Oct 15 07:53:23.219 INFO kablam! su: No module specific data is present Oct 15 07:53:23.825 INFO running `"docker" "rm" "-f" "d3c1ea6e31a248345fd827a67aa00ddbc26750c5c15c47b5d6bf7e376a150414"` Oct 15 07:53:24.151 INFO blam! d3c1ea6e31a248345fd827a67aa00ddbc26750c5c15c47b5d6bf7e376a150414 Oct 15 07:53:24.160 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 07:53:24.735 INFO blam! 2b1454f4fbcb8986e131d4d07b8571357394c9d75618097a0913f44877c657db Oct 15 07:53:24.737 INFO running `"docker" "start" "-a" "2b1454f4fbcb8986e131d4d07b8571357394c9d75618097a0913f44877c657db"` Oct 15 07:53:26.414 INFO kablam! usermod: no changes Oct 15 07:53:26.539 INFO kablam! Compiling booleansimplify v0.1.0 (/source) Oct 15 07:53:27.243 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:27.243 INFO kablam! --> src/equation.rs:434:30 Oct 15 07:53:27.243 INFO kablam! | Oct 15 07:53:27.243 INFO kablam! 434 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:27.243 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:27.243 INFO kablam! | Oct 15 07:53:27.243 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:53:27.243 INFO kablam! Oct 15 07:53:27.243 INFO kablam! warning: unused import: `lexer::EqLexer` Oct 15 07:53:27.243 INFO kablam! --> src/equation.rs:435:9 Oct 15 07:53:27.243 INFO kablam! | Oct 15 07:53:27.243 INFO kablam! 435 | use lexer::EqLexer; Oct 15 07:53:27.243 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:53:27.243 INFO kablam! Oct 15 07:53:27.243 INFO kablam! warning: unused import: `super::*` Oct 15 07:53:27.243 INFO kablam! --> src/equation.rs:489:9 Oct 15 07:53:27.243 INFO kablam! | Oct 15 07:53:27.243 INFO kablam! 489 | use super::*; Oct 15 07:53:27.243 INFO kablam! | ^^^^^^^^ Oct 15 07:53:27.243 INFO kablam! Oct 15 07:53:27.243 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:27.243 INFO kablam! --> src/equation.rs:490:30 Oct 15 07:53:27.243 INFO kablam! | Oct 15 07:53:27.243 INFO kablam! 490 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:27.243 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:27.243 INFO kablam! Oct 15 07:53:27.243 INFO kablam! warning: unused import: `lexer::EqLexer` Oct 15 07:53:27.243 INFO kablam! --> src/equation.rs:491:9 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 491 | use lexer::EqLexer; Oct 15 07:53:27.244 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.244 INFO kablam! warning: unused import: `super::*` Oct 15 07:53:27.244 INFO kablam! --> src/equation.rs:511:9 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 511 | use super::*; Oct 15 07:53:27.244 INFO kablam! | ^^^^^^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.244 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:27.244 INFO kablam! --> src/equation.rs:512:30 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 512 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:27.244 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.244 INFO kablam! warning: unused import: `lexer::EqLexer` Oct 15 07:53:27.244 INFO kablam! --> src/equation.rs:513:9 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 513 | use lexer::EqLexer; Oct 15 07:53:27.244 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.244 INFO kablam! warning: unused import: `super::*` Oct 15 07:53:27.244 INFO kablam! --> src/equation.rs:529:9 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 529 | use super::*; Oct 15 07:53:27.244 INFO kablam! | ^^^^^^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.244 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:27.244 INFO kablam! --> src/equation.rs:530:30 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 530 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:27.244 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.244 INFO kablam! warning: unused import: `lexer::EqLexer` Oct 15 07:53:27.244 INFO kablam! --> src/equation.rs:531:9 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 531 | use lexer::EqLexer; Oct 15 07:53:27.244 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.244 INFO kablam! warning: unused import: `std::env` Oct 15 07:53:27.244 INFO kablam! --> src/main.rs:5:5 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 5 | use std::env; Oct 15 07:53:27.244 INFO kablam! | ^^^^^^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.244 INFO kablam! warning: unused import: `Sum` Oct 15 07:53:27.244 INFO kablam! --> src/mccluskey.rs:3:26 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 3 | use equation::{Equation, Sum, Prod, Not}; Oct 15 07:53:27.244 INFO kablam! | ^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.244 INFO kablam! warning: unused imports: `Not`, `Prod` Oct 15 07:53:27.244 INFO kablam! --> src/mccluskey.rs:194:30 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 194 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:27.244 INFO kablam! | ^^^ ^^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.244 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:27.244 INFO kablam! --> src/mccluskey.rs:241:30 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 241 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:27.244 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.244 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:27.244 INFO kablam! --> src/mccluskey.rs:281:30 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 281 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:27.244 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.244 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:27.244 INFO kablam! --> src/mccluskey.rs:299:30 Oct 15 07:53:27.244 INFO kablam! | Oct 15 07:53:27.244 INFO kablam! 299 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:27.244 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:27.244 INFO kablam! Oct 15 07:53:27.673 INFO kablam! warning: unused variable: `new_sum` Oct 15 07:53:27.673 INFO kablam! --> src/equation.rs:68:13 Oct 15 07:53:27.673 INFO kablam! | Oct 15 07:53:27.673 INFO kablam! 68 | let new_sum = match self { Oct 15 07:53:27.673 INFO kablam! | ^^^^^^^ help: consider using `_new_sum` instead Oct 15 07:53:27.673 INFO kablam! | Oct 15 07:53:27.674 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:53:27.674 INFO kablam! Oct 15 07:53:27.674 INFO kablam! warning: unused variable: `v` Oct 15 07:53:27.674 INFO kablam! --> src/equation.rs:82:13 Oct 15 07:53:27.674 INFO kablam! | Oct 15 07:53:27.674 INFO kablam! 82 | v => vec![self], Oct 15 07:53:27.674 INFO kablam! | ^ help: consider using `_v` instead Oct 15 07:53:27.674 INFO kablam! Oct 15 07:53:27.674 INFO kablam! warning: unused variable: `ancient_nb_var` Oct 15 07:53:27.674 INFO kablam! --> src/equation.rs:106:13 Oct 15 07:53:27.674 INFO kablam! | Oct 15 07:53:27.674 INFO kablam! 106 | let ancient_nb_var = self.get_vars().len(); Oct 15 07:53:27.674 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_ancient_nb_var` instead Oct 15 07:53:27.674 INFO kablam! Oct 15 07:53:27.675 INFO kablam! warning: unused variable: `s` Oct 15 07:53:27.675 INFO kablam! --> src/mccluskey.rs:24:32 Oct 15 07:53:27.675 INFO kablam! | Oct 15 07:53:27.675 INFO kablam! 24 | &Equation::Sum(ref s) => panic!("do not give a sum to from_eq"), Oct 15 07:53:27.675 INFO kablam! | ^ help: consider using `_s` instead Oct 15 07:53:27.675 INFO kablam! Oct 15 07:53:27.756 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:27.756 INFO kablam! --> src/equation.rs:536:13 Oct 15 07:53:27.757 INFO kablam! | Oct 15 07:53:27.757 INFO kablam! 536 | let mut new_eq = eq.complete_simplify(); Oct 15 07:53:27.757 INFO kablam! | ----^^^^^^ Oct 15 07:53:27.757 INFO kablam! | | Oct 15 07:53:27.757 INFO kablam! | help: remove this `mut` Oct 15 07:53:27.757 INFO kablam! | Oct 15 07:53:27.757 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:53:27.757 INFO kablam! Oct 15 07:53:27.823 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:27.823 INFO kablam! --> src/mccluskey.rs:134:25 Oct 15 07:53:27.823 INFO kablam! | Oct 15 07:53:27.823 INFO kablam! 134 | pub fn mccluskey((vars, mut impls) : (Vec, Vec)) -> Vec{ Oct 15 07:53:27.824 INFO kablam! | ----^^^^^ Oct 15 07:53:27.824 INFO kablam! | | Oct 15 07:53:27.824 INFO kablam! | help: remove this `mut` Oct 15 07:53:27.824 INFO kablam! Oct 15 07:53:27.827 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:27.827 INFO kablam! --> src/mccluskey.rs:176:25 Oct 15 07:53:27.827 INFO kablam! | Oct 15 07:53:27.827 INFO kablam! 176 | pub fn mccluskey_primes(mut impls : Vec)-> Vec{ Oct 15 07:53:27.827 INFO kablam! | ----^^^^^ Oct 15 07:53:27.827 INFO kablam! | | Oct 15 07:53:27.827 INFO kablam! | help: remove this `mut` Oct 15 07:53:27.827 INFO kablam! Oct 15 07:53:27.829 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:27.829 INFO kablam! --> src/mccluskey.rs:180:13 Oct 15 07:53:27.829 INFO kablam! | Oct 15 07:53:27.829 INFO kablam! 180 | let mut to_add = mccluskey_pass_two(sort_prime_implicants(mccluskey_pass_one(sorted_primes))); Oct 15 07:53:27.829 INFO kablam! | ----^^^^^^ Oct 15 07:53:27.829 INFO kablam! | | Oct 15 07:53:27.829 INFO kablam! | help: remove this `mut` Oct 15 07:53:27.829 INFO kablam! Oct 15 07:53:27.862 INFO kablam! warning: method is never used: `len_removed` Oct 15 07:53:27.862 INFO kablam! --> src/equation.rs:50:5 Oct 15 07:53:27.863 INFO kablam! | Oct 15 07:53:27.863 INFO kablam! 50 | pub fn len_removed(&mut self) -> usize{ Oct 15 07:53:27.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:27.863 INFO kablam! | Oct 15 07:53:27.863 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:53:27.863 INFO kablam! Oct 15 07:53:27.863 INFO kablam! warning: method is never used: `inners` Oct 15 07:53:27.863 INFO kablam! --> src/equation.rs:77:5 Oct 15 07:53:27.863 INFO kablam! | Oct 15 07:53:27.863 INFO kablam! 77 | pub fn inners(&self) -> Vec<&Equation> { Oct 15 07:53:27.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:27.863 INFO kablam! Oct 15 07:53:27.863 INFO kablam! warning: method is never used: `is_product` Oct 15 07:53:27.863 INFO kablam! --> src/equation.rs:120:5 Oct 15 07:53:27.863 INFO kablam! | Oct 15 07:53:27.863 INFO kablam! 120 | pub fn is_product(&self) -> bool { Oct 15 07:53:27.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:27.863 INFO kablam! Oct 15 07:53:27.863 INFO kablam! warning: method is never used: `get_owned_vars` Oct 15 07:53:27.863 INFO kablam! --> src/equation.rs:175:5 Oct 15 07:53:27.863 INFO kablam! | Oct 15 07:53:27.863 INFO kablam! 175 | pub fn get_owned_vars(&self) -> Vec { Oct 15 07:53:27.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:27.863 INFO kablam! Oct 15 07:53:27.863 INFO kablam! warning: method is never used: `get_owned_vars` Oct 15 07:53:27.863 INFO kablam! --> src/equation.rs:250:5 Oct 15 07:53:27.863 INFO kablam! | Oct 15 07:53:27.863 INFO kablam! 250 | pub fn get_owned_vars(&self) -> Vec { Oct 15 07:53:27.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:27.864 INFO kablam! Oct 15 07:53:31.560 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.10s Oct 15 07:53:31.563 INFO kablam! su: No module specific data is present Oct 15 07:53:32.431 INFO running `"docker" "rm" "-f" "2b1454f4fbcb8986e131d4d07b8571357394c9d75618097a0913f44877c657db"` Oct 15 07:53:32.671 INFO blam! 2b1454f4fbcb8986e131d4d07b8571357394c9d75618097a0913f44877c657db Oct 15 07:53:32.680 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 07:53:33.185 INFO blam! ac93ea2888446ee7d7ce3fd01a07bddba0b515f6b99cc03d9f3fec397a121dbc Oct 15 07:53:33.199 INFO running `"docker" "start" "-a" "ac93ea2888446ee7d7ce3fd01a07bddba0b515f6b99cc03d9f3fec397a121dbc"` Oct 15 07:53:34.287 INFO kablam! usermod: no changes Oct 15 07:53:34.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 07:53:34.352 INFO kablam! Running /target/debug/deps/booleansimplify-e3b98fe458a9d37b Oct 15 07:53:34.357 INFO blam! Oct 15 07:53:34.357 INFO blam! running 27 tests Oct 15 07:53:34.359 INFO blam! test equation::tests_depth::test_basics ... ok Oct 15 07:53:34.359 INFO blam! test equation::tests_depth::test_more ... ok Oct 15 07:53:34.359 INFO blam! test equation::tests_eval::test_more ... ok Oct 15 07:53:34.359 INFO blam! test equation::tests_eval::test_basics ... ok Oct 15 07:53:34.363 INFO blam! test equation::tests_get_var::test_basics ... ok Oct 15 07:53:34.371 INFO blam! test equation::tests_simplify::test_flatten_prod ... ok Oct 15 07:53:34.372 INFO blam! test equation::tests_simplify::test_keep_same ... ok Oct 15 07:53:34.372 INFO blam! test equation::tests_get_var::test_more ... ok Oct 15 07:53:34.380 INFO blam! test equation::tests_simplify::test_factorise ... ok Oct 15 07:53:34.383 INFO blam! test equation::tests_simplify::test_not_not ... ok Oct 15 07:53:34.383 INFO blam! test equation::tests_simplify::test_not_prod ... ok Oct 15 07:53:34.384 INFO blam! test equation::tests_simplify::test_remove_par ... ok Oct 15 07:53:34.384 INFO blam! test mccluskey::tests_from_eq::test_from_var ... ok Oct 15 07:53:34.387 INFO blam! test equation::tests_simplify::test_simplify_sum ... ok Oct 15 07:53:34.387 INFO blam! test lexer::tests_lexer::test_basics ... ok Oct 15 07:53:34.387 INFO blam! test mccluskey::tests_from_eq::test_from_multi ... ok Oct 15 07:53:34.398 INFO blam! test mccluskey::tests_mccluskey_primes::test_complete ... ok Oct 15 07:53:34.399 INFO blam! test equation::tests_simplify::test_not_sum ... ok Oct 15 07:53:34.399 INFO blam! test mccluskey::tests_from_eq::test_from_not ... ok Oct 15 07:53:34.399 INFO blam! test mccluskey::tests_mccluskey_primes::test_just_one ... ok Oct 15 07:53:34.399 INFO blam! test parser::tests_parser::test_basics ... ok Oct 15 07:53:34.399 INFO blam! test mccluskey::tests_to_eq::test_complete ... ok Oct 15 07:53:34.400 INFO blam! test mccluskey::tests_mccluskey_primes::test_yes_and_not ... ok Oct 15 07:53:34.405 INFO blam! test mccluskey::tests_merging::test_merge ... ok Oct 15 07:53:34.418 INFO blam! test mccluskey::tests_from_eq::test_from_prod ... ok Oct 15 07:53:34.423 INFO blam! test mccluskey::tests_merging::test_can_merge ... ok Oct 15 07:53:34.667 INFO blam! test equation::tests_simplify::combined_tests ... ok Oct 15 07:53:34.667 INFO blam! Oct 15 07:53:34.668 INFO blam! test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:53:34.668 INFO blam! Oct 15 07:53:34.670 INFO kablam! su: No module specific data is present Oct 15 07:53:35.639 INFO running `"docker" "rm" "-f" "ac93ea2888446ee7d7ce3fd01a07bddba0b515f6b99cc03d9f3fec397a121dbc"` Oct 15 07:53:35.894 INFO blam! ac93ea2888446ee7d7ce3fd01a07bddba0b515f6b99cc03d9f3fec397a121dbc