Oct 15 07:53:15.803 INFO testing PBertinJohannet/exprToSop against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:53:15.803 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:16.355 INFO blam! 0e5db5927fc991a5fc853b541c7a64ffe3ed7ff97be1ff42220ca6029bd2ee0b Oct 15 07:53:16.367 INFO running `"docker" "start" "-a" "0e5db5927fc991a5fc853b541c7a64ffe3ed7ff97be1ff42220ca6029bd2ee0b"` Oct 15 07:53:17.585 INFO kablam! usermod: no changes Oct 15 07:53:17.638 INFO kablam! Compiling booleansimplify v0.1.0 (/source) Oct 15 07:53:18.259 INFO kablam! warning: unused import: `std::env` Oct 15 07:53:18.259 INFO kablam! --> src/main.rs:5:5 Oct 15 07:53:18.259 INFO kablam! | Oct 15 07:53:18.259 INFO kablam! 5 | use std::env; Oct 15 07:53:18.259 INFO kablam! | ^^^^^^^^ Oct 15 07:53:18.259 INFO kablam! | Oct 15 07:53:18.259 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:53:18.259 INFO kablam! Oct 15 07:53:18.259 INFO kablam! warning: unused import: `Sum` Oct 15 07:53:18.259 INFO kablam! --> src/mccluskey.rs:3:26 Oct 15 07:53:18.259 INFO kablam! | Oct 15 07:53:18.259 INFO kablam! 3 | use equation::{Equation, Sum, Prod, Not}; Oct 15 07:53:18.259 INFO kablam! | ^^^ Oct 15 07:53:18.259 INFO kablam! Oct 15 07:53:18.559 INFO kablam! warning: unused variable: `new_sum` Oct 15 07:53:18.560 INFO kablam! --> src/equation.rs:68:13 Oct 15 07:53:18.560 INFO kablam! | Oct 15 07:53:18.560 INFO kablam! 68 | let new_sum = match self { Oct 15 07:53:18.560 INFO kablam! | ^^^^^^^ help: consider using `_new_sum` instead Oct 15 07:53:18.560 INFO kablam! | Oct 15 07:53:18.560 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:53:18.560 INFO kablam! Oct 15 07:53:18.560 INFO kablam! warning: unused variable: `v` Oct 15 07:53:18.560 INFO kablam! --> src/equation.rs:82:13 Oct 15 07:53:18.560 INFO kablam! | Oct 15 07:53:18.560 INFO kablam! 82 | v => vec![self], Oct 15 07:53:18.560 INFO kablam! | ^ help: consider using `_v` instead Oct 15 07:53:18.560 INFO kablam! Oct 15 07:53:18.560 INFO kablam! warning: unused variable: `ancient_nb_var` Oct 15 07:53:18.560 INFO kablam! --> src/equation.rs:106:13 Oct 15 07:53:18.560 INFO kablam! | Oct 15 07:53:18.560 INFO kablam! 106 | let ancient_nb_var = self.get_vars().len(); Oct 15 07:53:18.560 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_ancient_nb_var` instead Oct 15 07:53:18.560 INFO kablam! Oct 15 07:53:18.560 INFO kablam! warning: unused variable: `s` Oct 15 07:53:18.560 INFO kablam! --> src/mccluskey.rs:24:32 Oct 15 07:53:18.560 INFO kablam! | Oct 15 07:53:18.560 INFO kablam! 24 | &Equation::Sum(ref s) => panic!("do not give a sum to from_eq"), Oct 15 07:53:18.560 INFO kablam! | ^ help: consider using `_s` instead Oct 15 07:53:18.560 INFO kablam! Oct 15 07:53:18.667 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:18.667 INFO kablam! --> src/mccluskey.rs:134:25 Oct 15 07:53:18.667 INFO kablam! | Oct 15 07:53:18.667 INFO kablam! 134 | pub fn mccluskey((vars, mut impls) : (Vec, Vec)) -> Vec{ Oct 15 07:53:18.667 INFO kablam! | ----^^^^^ Oct 15 07:53:18.667 INFO kablam! | | Oct 15 07:53:18.667 INFO kablam! | help: remove this `mut` Oct 15 07:53:18.667 INFO kablam! | Oct 15 07:53:18.667 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:53:18.667 INFO kablam! Oct 15 07:53:18.667 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:18.667 INFO kablam! --> src/mccluskey.rs:176:25 Oct 15 07:53:18.667 INFO kablam! | Oct 15 07:53:18.667 INFO kablam! 176 | pub fn mccluskey_primes(mut impls : Vec)-> Vec{ Oct 15 07:53:18.667 INFO kablam! | ----^^^^^ Oct 15 07:53:18.667 INFO kablam! | | Oct 15 07:53:18.667 INFO kablam! | help: remove this `mut` Oct 15 07:53:18.667 INFO kablam! Oct 15 07:53:18.667 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:18.667 INFO kablam! --> src/mccluskey.rs:180:13 Oct 15 07:53:18.667 INFO kablam! | Oct 15 07:53:18.667 INFO kablam! 180 | let mut to_add = mccluskey_pass_two(sort_prime_implicants(mccluskey_pass_one(sorted_primes))); Oct 15 07:53:18.667 INFO kablam! | ----^^^^^^ Oct 15 07:53:18.667 INFO kablam! | | Oct 15 07:53:18.667 INFO kablam! | help: remove this `mut` Oct 15 07:53:18.667 INFO kablam! Oct 15 07:53:18.671 INFO kablam! warning: method is never used: `len_removed` Oct 15 07:53:18.671 INFO kablam! --> src/equation.rs:50:5 Oct 15 07:53:18.671 INFO kablam! | Oct 15 07:53:18.671 INFO kablam! 50 | pub fn len_removed(&mut self) -> usize{ Oct 15 07:53:18.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:18.671 INFO kablam! | Oct 15 07:53:18.671 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:53:18.671 INFO kablam! Oct 15 07:53:18.671 INFO kablam! warning: method is never used: `eval` Oct 15 07:53:18.671 INFO kablam! --> src/equation.rs:57:5 Oct 15 07:53:18.671 INFO kablam! | Oct 15 07:53:18.671 INFO kablam! 57 | pub fn eval(&self, vars: &HashMap) -> bool { Oct 15 07:53:18.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:18.671 INFO kablam! Oct 15 07:53:18.671 INFO kablam! warning: method is never used: `inners` Oct 15 07:53:18.671 INFO kablam! --> src/equation.rs:77:5 Oct 15 07:53:18.671 INFO kablam! | Oct 15 07:53:18.671 INFO kablam! 77 | pub fn inners(&self) -> Vec<&Equation> { Oct 15 07:53:18.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:18.671 INFO kablam! Oct 15 07:53:18.671 INFO kablam! warning: method is never used: `compare_random_values` Oct 15 07:53:18.671 INFO kablam! --> src/equation.rs:87:5 Oct 15 07:53:18.672 INFO kablam! | Oct 15 07:53:18.672 INFO kablam! 87 | pub fn compare_random_values(&self, other : &Equation, tests : usize) { Oct 15 07:53:18.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:18.672 INFO kablam! Oct 15 07:53:18.672 INFO kablam! warning: method is never used: `is_product` Oct 15 07:53:18.672 INFO kablam! --> src/equation.rs:120:5 Oct 15 07:53:18.672 INFO kablam! | Oct 15 07:53:18.672 INFO kablam! 120 | pub fn is_product(&self) -> bool { Oct 15 07:53:18.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:18.672 INFO kablam! Oct 15 07:53:18.672 INFO kablam! warning: method is never used: `get_owned_vars` Oct 15 07:53:18.672 INFO kablam! --> src/equation.rs:175:5 Oct 15 07:53:18.672 INFO kablam! | Oct 15 07:53:18.672 INFO kablam! 175 | pub fn get_owned_vars(&self) -> Vec { Oct 15 07:53:18.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:18.672 INFO kablam! Oct 15 07:53:18.672 INFO kablam! warning: method is never used: `get_owned_vars` Oct 15 07:53:18.672 INFO kablam! --> src/equation.rs:250:5 Oct 15 07:53:18.672 INFO kablam! | Oct 15 07:53:18.672 INFO kablam! 250 | pub fn get_owned_vars(&self) -> Vec { Oct 15 07:53:18.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:18.672 INFO kablam! Oct 15 07:53:21.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.00s Oct 15 07:53:21.615 INFO kablam! su: No module specific data is present Oct 15 07:53:22.513 INFO running `"docker" "rm" "-f" "0e5db5927fc991a5fc853b541c7a64ffe3ed7ff97be1ff42220ca6029bd2ee0b"` Oct 15 07:53:22.763 INFO blam! 0e5db5927fc991a5fc853b541c7a64ffe3ed7ff97be1ff42220ca6029bd2ee0b Oct 15 07:53:22.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:23.233 INFO blam! 1f4bb1ec4a859c350e3a8d3add16895b0b00627b37de20dcd76319a494108b23 Oct 15 07:53:23.235 INFO running `"docker" "start" "-a" "1f4bb1ec4a859c350e3a8d3add16895b0b00627b37de20dcd76319a494108b23"` Oct 15 07:53:24.811 INFO kablam! usermod: no changes Oct 15 07:53:24.914 INFO kablam! Compiling booleansimplify v0.1.0 (/source) Oct 15 07:53:25.575 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:25.575 INFO kablam! --> src/equation.rs:434:30 Oct 15 07:53:25.575 INFO kablam! | Oct 15 07:53:25.575 INFO kablam! 434 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:25.575 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:25.575 INFO kablam! | Oct 15 07:53:25.575 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:53:25.575 INFO kablam! Oct 15 07:53:25.575 INFO kablam! warning: unused import: `lexer::EqLexer` Oct 15 07:53:25.575 INFO kablam! --> src/equation.rs:435:9 Oct 15 07:53:25.575 INFO kablam! | Oct 15 07:53:25.575 INFO kablam! 435 | use lexer::EqLexer; Oct 15 07:53:25.575 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:53:25.575 INFO kablam! Oct 15 07:53:25.575 INFO kablam! warning: unused import: `super::*` Oct 15 07:53:25.575 INFO kablam! --> src/equation.rs:489:9 Oct 15 07:53:25.575 INFO kablam! | Oct 15 07:53:25.575 INFO kablam! 489 | use super::*; Oct 15 07:53:25.575 INFO kablam! | ^^^^^^^^ Oct 15 07:53:25.575 INFO kablam! Oct 15 07:53:25.575 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:25.575 INFO kablam! --> src/equation.rs:490:30 Oct 15 07:53:25.575 INFO kablam! | Oct 15 07:53:25.575 INFO kablam! 490 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:25.575 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:25.575 INFO kablam! Oct 15 07:53:25.575 INFO kablam! warning: unused import: `lexer::EqLexer` Oct 15 07:53:25.575 INFO kablam! --> src/equation.rs:491:9 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 491 | use lexer::EqLexer; Oct 15 07:53:25.576 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.576 INFO kablam! warning: unused import: `super::*` Oct 15 07:53:25.576 INFO kablam! --> src/equation.rs:511:9 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 511 | use super::*; Oct 15 07:53:25.576 INFO kablam! | ^^^^^^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.576 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:25.576 INFO kablam! --> src/equation.rs:512:30 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 512 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:25.576 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.576 INFO kablam! warning: unused import: `lexer::EqLexer` Oct 15 07:53:25.576 INFO kablam! --> src/equation.rs:513:9 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 513 | use lexer::EqLexer; Oct 15 07:53:25.576 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.576 INFO kablam! warning: unused import: `super::*` Oct 15 07:53:25.576 INFO kablam! --> src/equation.rs:529:9 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 529 | use super::*; Oct 15 07:53:25.576 INFO kablam! | ^^^^^^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.576 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:25.576 INFO kablam! --> src/equation.rs:530:30 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 530 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:25.576 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.576 INFO kablam! warning: unused import: `lexer::EqLexer` Oct 15 07:53:25.576 INFO kablam! --> src/equation.rs:531:9 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 531 | use lexer::EqLexer; Oct 15 07:53:25.576 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.576 INFO kablam! warning: unused import: `std::env` Oct 15 07:53:25.576 INFO kablam! --> src/main.rs:5:5 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 5 | use std::env; Oct 15 07:53:25.576 INFO kablam! | ^^^^^^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.576 INFO kablam! warning: unused import: `Sum` Oct 15 07:53:25.576 INFO kablam! --> src/mccluskey.rs:3:26 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 3 | use equation::{Equation, Sum, Prod, Not}; Oct 15 07:53:25.576 INFO kablam! | ^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.576 INFO kablam! warning: unused imports: `Not`, `Prod` Oct 15 07:53:25.576 INFO kablam! --> src/mccluskey.rs:194:30 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 194 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:25.576 INFO kablam! | ^^^ ^^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.576 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:25.576 INFO kablam! --> src/mccluskey.rs:241:30 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 241 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:25.576 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.576 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:25.576 INFO kablam! --> src/mccluskey.rs:281:30 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 281 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:25.576 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.576 INFO kablam! warning: unused imports: `Not`, `Prod`, `Sum` Oct 15 07:53:25.576 INFO kablam! --> src/mccluskey.rs:299:30 Oct 15 07:53:25.576 INFO kablam! | Oct 15 07:53:25.576 INFO kablam! 299 | use equation::{Equation, Not, Prod, Sum}; Oct 15 07:53:25.576 INFO kablam! | ^^^ ^^^^ ^^^ Oct 15 07:53:25.576 INFO kablam! Oct 15 07:53:25.959 INFO kablam! warning: unused variable: `new_sum` Oct 15 07:53:25.959 INFO kablam! --> src/equation.rs:68:13 Oct 15 07:53:25.959 INFO kablam! | Oct 15 07:53:25.959 INFO kablam! 68 | let new_sum = match self { Oct 15 07:53:25.959 INFO kablam! | ^^^^^^^ help: consider using `_new_sum` instead Oct 15 07:53:25.959 INFO kablam! | Oct 15 07:53:25.959 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:53:25.959 INFO kablam! Oct 15 07:53:25.959 INFO kablam! warning: unused variable: `v` Oct 15 07:53:25.959 INFO kablam! --> src/equation.rs:82:13 Oct 15 07:53:25.959 INFO kablam! | Oct 15 07:53:25.959 INFO kablam! 82 | v => vec![self], Oct 15 07:53:25.959 INFO kablam! | ^ help: consider using `_v` instead Oct 15 07:53:25.959 INFO kablam! Oct 15 07:53:25.959 INFO kablam! warning: unused variable: `ancient_nb_var` Oct 15 07:53:25.959 INFO kablam! --> src/equation.rs:106:13 Oct 15 07:53:25.959 INFO kablam! | Oct 15 07:53:25.959 INFO kablam! 106 | let ancient_nb_var = self.get_vars().len(); Oct 15 07:53:25.959 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_ancient_nb_var` instead Oct 15 07:53:25.959 INFO kablam! Oct 15 07:53:25.959 INFO kablam! warning: unused variable: `s` Oct 15 07:53:25.959 INFO kablam! --> src/mccluskey.rs:24:32 Oct 15 07:53:25.959 INFO kablam! | Oct 15 07:53:25.959 INFO kablam! 24 | &Equation::Sum(ref s) => panic!("do not give a sum to from_eq"), Oct 15 07:53:25.959 INFO kablam! | ^ help: consider using `_s` instead Oct 15 07:53:25.959 INFO kablam! Oct 15 07:53:26.023 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:26.023 INFO kablam! --> src/equation.rs:536:13 Oct 15 07:53:26.023 INFO kablam! | Oct 15 07:53:26.023 INFO kablam! 536 | let mut new_eq = eq.complete_simplify(); Oct 15 07:53:26.023 INFO kablam! | ----^^^^^^ Oct 15 07:53:26.023 INFO kablam! | | Oct 15 07:53:26.023 INFO kablam! | help: remove this `mut` Oct 15 07:53:26.023 INFO kablam! | Oct 15 07:53:26.023 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:53:26.023 INFO kablam! Oct 15 07:53:26.091 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:26.091 INFO kablam! --> src/mccluskey.rs:134:25 Oct 15 07:53:26.091 INFO kablam! | Oct 15 07:53:26.091 INFO kablam! 134 | pub fn mccluskey((vars, mut impls) : (Vec, Vec)) -> Vec{ Oct 15 07:53:26.091 INFO kablam! | ----^^^^^ Oct 15 07:53:26.091 INFO kablam! | | Oct 15 07:53:26.091 INFO kablam! | help: remove this `mut` Oct 15 07:53:26.091 INFO kablam! Oct 15 07:53:26.102 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:26.102 INFO kablam! --> src/mccluskey.rs:176:25 Oct 15 07:53:26.102 INFO kablam! | Oct 15 07:53:26.102 INFO kablam! 176 | pub fn mccluskey_primes(mut impls : Vec)-> Vec{ Oct 15 07:53:26.103 INFO kablam! | ----^^^^^ Oct 15 07:53:26.103 INFO kablam! | | Oct 15 07:53:26.103 INFO kablam! | help: remove this `mut` Oct 15 07:53:26.103 INFO kablam! Oct 15 07:53:26.103 INFO kablam! warning: variable does not need to be mutable Oct 15 07:53:26.103 INFO kablam! --> src/mccluskey.rs:180:13 Oct 15 07:53:26.103 INFO kablam! | Oct 15 07:53:26.103 INFO kablam! 180 | let mut to_add = mccluskey_pass_two(sort_prime_implicants(mccluskey_pass_one(sorted_primes))); Oct 15 07:53:26.103 INFO kablam! | ----^^^^^^ Oct 15 07:53:26.103 INFO kablam! | | Oct 15 07:53:26.103 INFO kablam! | help: remove this `mut` Oct 15 07:53:26.103 INFO kablam! Oct 15 07:53:26.135 INFO kablam! warning: method is never used: `len_removed` Oct 15 07:53:26.135 INFO kablam! --> src/equation.rs:50:5 Oct 15 07:53:26.135 INFO kablam! | Oct 15 07:53:26.135 INFO kablam! 50 | pub fn len_removed(&mut self) -> usize{ Oct 15 07:53:26.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:26.135 INFO kablam! | Oct 15 07:53:26.135 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:53:26.135 INFO kablam! Oct 15 07:53:26.135 INFO kablam! warning: method is never used: `inners` Oct 15 07:53:26.135 INFO kablam! --> src/equation.rs:77:5 Oct 15 07:53:26.135 INFO kablam! | Oct 15 07:53:26.135 INFO kablam! 77 | pub fn inners(&self) -> Vec<&Equation> { Oct 15 07:53:26.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:26.135 INFO kablam! Oct 15 07:53:26.135 INFO kablam! warning: method is never used: `is_product` Oct 15 07:53:26.135 INFO kablam! --> src/equation.rs:120:5 Oct 15 07:53:26.135 INFO kablam! | Oct 15 07:53:26.135 INFO kablam! 120 | pub fn is_product(&self) -> bool { Oct 15 07:53:26.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:26.135 INFO kablam! Oct 15 07:53:26.135 INFO kablam! warning: method is never used: `get_owned_vars` Oct 15 07:53:26.135 INFO kablam! --> src/equation.rs:175:5 Oct 15 07:53:26.135 INFO kablam! | Oct 15 07:53:26.135 INFO kablam! 175 | pub fn get_owned_vars(&self) -> Vec { Oct 15 07:53:26.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:26.135 INFO kablam! Oct 15 07:53:26.135 INFO kablam! warning: method is never used: `get_owned_vars` Oct 15 07:53:26.135 INFO kablam! --> src/equation.rs:250:5 Oct 15 07:53:26.135 INFO kablam! | Oct 15 07:53:26.135 INFO kablam! 250 | pub fn get_owned_vars(&self) -> Vec { Oct 15 07:53:26.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:53:26.135 INFO kablam! Oct 15 07:53:29.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.63s Oct 15 07:53:29.503 INFO kablam! su: No module specific data is present Oct 15 07:53:30.540 INFO running `"docker" "rm" "-f" "1f4bb1ec4a859c350e3a8d3add16895b0b00627b37de20dcd76319a494108b23"` Oct 15 07:53:30.839 INFO blam! 1f4bb1ec4a859c350e3a8d3add16895b0b00627b37de20dcd76319a494108b23 Oct 15 07:53:30.844 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:31.513 INFO blam! f19ee7f8fb865c9ea7daca0e53947f2ee20318877cf9874dadb5dd10369f39e2 Oct 15 07:53:31.514 INFO running `"docker" "start" "-a" "f19ee7f8fb865c9ea7daca0e53947f2ee20318877cf9874dadb5dd10369f39e2"` Oct 15 07:53:32.815 INFO kablam! usermod: no changes Oct 15 07:53:32.911 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 07:53:32.911 INFO blam! Oct 15 07:53:32.911 INFO kablam! Running /target/debug/deps/booleansimplify-582ab7eebbf40fd0 Oct 15 07:53:32.911 INFO blam! running 27 tests Oct 15 07:53:32.927 INFO blam! test equation::tests_depth::test_more ... ok Oct 15 07:53:32.927 INFO blam! test equation::tests_depth::test_basics ... ok Oct 15 07:53:32.927 INFO blam! test equation::tests_get_var::test_more ... ok Oct 15 07:53:32.935 INFO blam! test equation::tests_simplify::test_flatten_prod ... ok Oct 15 07:53:32.935 INFO blam! test equation::tests_eval::test_basics ... ok Oct 15 07:53:32.947 INFO blam! test equation::tests_simplify::test_factorise ... ok Oct 15 07:53:32.947 INFO blam! test equation::tests_eval::test_more ... ok Oct 15 07:53:32.967 INFO blam! test equation::tests_get_var::test_basics ... ok Oct 15 07:53:32.967 INFO blam! test equation::tests_simplify::test_keep_same ... ok Oct 15 07:53:32.967 INFO blam! test lexer::tests_lexer::test_basics ... ok Oct 15 07:53:32.967 INFO blam! test equation::tests_simplify::test_not_not ... ok Oct 15 07:53:32.971 INFO blam! test mccluskey::tests_from_eq::test_from_prod ... ok Oct 15 07:53:32.971 INFO blam! test mccluskey::tests_from_eq::test_from_var ... ok Oct 15 07:53:32.971 INFO blam! test equation::tests_simplify::test_not_prod ... ok Oct 15 07:53:32.971 INFO blam! test equation::tests_simplify::test_remove_par ... ok Oct 15 07:53:32.971 INFO blam! test equation::tests_simplify::test_not_sum ... ok Oct 15 07:53:32.971 INFO blam! test mccluskey::tests_mccluskey_primes::test_complete ... ok Oct 15 07:53:32.975 INFO blam! test mccluskey::tests_from_eq::test_from_not ... ok Oct 15 07:53:32.983 INFO blam! test mccluskey::tests_mccluskey_primes::test_just_one ... ok Oct 15 07:53:32.995 INFO blam! test mccluskey::tests_from_eq::test_from_multi ... ok Oct 15 07:53:32.995 INFO blam! test mccluskey::tests_to_eq::test_complete ... ok Oct 15 07:53:32.996 INFO blam! test parser::tests_parser::test_basics ... ok Oct 15 07:53:33.012 INFO blam! test mccluskey::tests_merging::test_merge ... ok Oct 15 07:53:33.012 INFO blam! test equation::tests_simplify::test_simplify_sum ... ok Oct 15 07:53:33.012 INFO blam! test mccluskey::tests_merging::test_can_merge ... ok Oct 15 07:53:33.039 INFO blam! test mccluskey::tests_mccluskey_primes::test_yes_and_not ... ok Oct 15 07:53:33.176 INFO blam! test equation::tests_simplify::combined_tests ... ok Oct 15 07:53:33.176 INFO blam! Oct 15 07:53:33.176 INFO blam! test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:53:33.176 INFO blam! Oct 15 07:53:33.179 INFO kablam! su: No module specific data is present Oct 15 07:53:34.031 INFO running `"docker" "rm" "-f" "f19ee7f8fb865c9ea7daca0e53947f2ee20318877cf9874dadb5dd10369f39e2"` Oct 15 07:53:34.354 INFO blam! f19ee7f8fb865c9ea7daca0e53947f2ee20318877cf9874dadb5dd10369f39e2