Oct 13 06:50:55.508 INFO testing mohas556/cassowaryr against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:50:55.508 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 06:50:55.896 INFO blam! a1621f1b8d2d345a1920d1f44bcbf7716410f423a42b61262881f782623815ac Oct 13 06:50:55.897 INFO running `"docker" "start" "-a" "a1621f1b8d2d345a1920d1f44bcbf7716410f423a42b61262881f782623815ac"` Oct 13 06:50:56.337 INFO kablam! usermod: no changes Oct 13 06:50:56.396 INFO kablam! Compiling cassowaryr v0.1.0 (/source) Oct 13 06:50:56.759 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 06:50:56.759 INFO kablam! --> src/lib.rs:2055:36 Oct 13 06:50:56.767 INFO kablam! | Oct 13 06:50:56.767 INFO kablam! 2055 | if (val > 0f64 && var.pivotable()) { Oct 13 06:50:56.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 06:50:56.767 INFO kablam! | Oct 13 06:50:56.771 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 06:50:56.771 INFO kablam! Oct 13 06:50:57.007 INFO kablam! warning: value assigned to `prev_edit_constant` is never read Oct 13 06:50:57.007 INFO kablam! --> src/lib.rs:1838:25 Oct 13 06:50:57.007 INFO kablam! | Oct 13 06:50:57.007 INFO kablam! 1838 | prev_edit_constant = some_val; Oct 13 06:50:57.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:50:57.007 INFO kablam! | Oct 13 06:50:57.007 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 06:50:57.007 INFO kablam! Oct 13 06:50:57.007 INFO kablam! warning: value assigned to `r` is never read Oct 13 06:50:57.007 INFO kablam! --> src/lib.rs:2006:25 Oct 13 06:50:57.007 INFO kablam! | Oct 13 06:50:57.007 INFO kablam! 2006 | let mut r: f64 = 0f64; Oct 13 06:50:57.007 INFO kablam! | ^ Oct 13 06:50:57.007 INFO kablam! Oct 13 06:50:58.152 INFO kablam! warning: value assigned to `prev_edit_constant` is never read Oct 13 06:50:58.152 INFO kablam! --> src/main.rs:1830:7 Oct 13 06:50:58.153 INFO kablam! | Oct 13 06:50:58.153 INFO kablam! 1830 | prev_edit_constant = some_val; Oct 13 06:50:58.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.153 INFO kablam! | Oct 13 06:50:58.153 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 06:50:58.153 INFO kablam! Oct 13 06:50:58.153 INFO kablam! warning: value assigned to `r` is never read Oct 13 06:50:58.153 INFO kablam! --> src/main.rs:1997:25 Oct 13 06:50:58.153 INFO kablam! | Oct 13 06:50:58.153 INFO kablam! 1997 | let mut r: f64 = 0f64; Oct 13 06:50:58.153 INFO kablam! | ^ Oct 13 06:50:58.153 INFO kablam! Oct 13 06:50:58.153 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.153 INFO kablam! --> src/main.rs:863:14 Oct 13 06:50:58.153 INFO kablam! | Oct 13 06:50:58.153 INFO kablam! 863 | let mut expr = Rc::new(Expression::new_blank()); Oct 13 06:50:58.153 INFO kablam! | ----^^^^ Oct 13 06:50:58.153 INFO kablam! | | Oct 13 06:50:58.153 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.153 INFO kablam! | Oct 13 06:50:58.154 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:50:58.154 INFO kablam! Oct 13 06:50:58.154 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.154 INFO kablam! --> src/main.rs:915:21 Oct 13 06:50:58.154 INFO kablam! | Oct 13 06:50:58.154 INFO kablam! 915 | let mut expr = Rc::new(Expression::new_single_variable(var_two)); Oct 13 06:50:58.154 INFO kablam! | ----^^^^ Oct 13 06:50:58.154 INFO kablam! | | Oct 13 06:50:58.154 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.154 INFO kablam! Oct 13 06:50:58.154 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.154 INFO kablam! --> src/main.rs:937:17 Oct 13 06:50:58.154 INFO kablam! | Oct 13 06:50:58.154 INFO kablam! 937 | let mut cexpr: Rc = expr.clone(); Oct 13 06:50:58.154 INFO kablam! | ----^^^^^ Oct 13 06:50:58.154 INFO kablam! | | Oct 13 06:50:58.154 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.154 INFO kablam! Oct 13 06:50:58.154 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.154 INFO kablam! --> src/main.rs:966:17 Oct 13 06:50:58.154 INFO kablam! | Oct 13 06:50:58.154 INFO kablam! 966 | let mut expr = expr_two.clone(); Oct 13 06:50:58.154 INFO kablam! | ----^^^^ Oct 13 06:50:58.154 INFO kablam! | | Oct 13 06:50:58.154 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.154 INFO kablam! Oct 13 06:50:58.154 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.154 INFO kablam! --> src/main.rs:1146:17 Oct 13 06:50:58.154 INFO kablam! | Oct 13 06:50:58.154 INFO kablam! 1146 | let mut expr = Rc::new(Expression::new_blank()); Oct 13 06:50:58.154 INFO kablam! | ----^^^^ Oct 13 06:50:58.154 INFO kablam! | | Oct 13 06:50:58.154 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.154 INFO kablam! Oct 13 06:50:58.154 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.154 INFO kablam! --> src/main.rs:1268:17 Oct 13 06:50:58.154 INFO kablam! | Oct 13 06:50:58.154 INFO kablam! 1268 | let mut prev_edit_constant = 0f64; Oct 13 06:50:58.154 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.154 INFO kablam! | | Oct 13 06:50:58.154 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.154 INFO kablam! Oct 13 06:50:58.154 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.154 INFO kablam! --> src/main.rs:1270:17 Oct 13 06:50:58.154 INFO kablam! | Oct 13 06:50:58.154 INFO kablam! 1270 | let mut expr = self.new_expression(constraint, Oct 13 06:50:58.154 INFO kablam! | ----^^^^ Oct 13 06:50:58.154 INFO kablam! | | Oct 13 06:50:58.154 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.154 INFO kablam! Oct 13 06:50:58.154 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.154 INFO kablam! --> src/main.rs:1389:22 Oct 13 06:50:58.154 INFO kablam! | Oct 13 06:50:58.154 INFO kablam! 1389 | Some(mut expr) => { Oct 13 06:50:58.154 INFO kablam! | ----^^^^ Oct 13 06:50:58.154 INFO kablam! | | Oct 13 06:50:58.154 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.154 INFO kablam! Oct 13 06:50:58.162 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.162 INFO kablam! --> src/main.rs:1429:17 Oct 13 06:50:58.162 INFO kablam! | Oct 13 06:50:58.162 INFO kablam! 1429 | let mut obj_row: Rc = self.get_row_expression(&obj).unwrap(); Oct 13 06:50:58.162 INFO kablam! | ----^^^^^^^ Oct 13 06:50:58.162 INFO kablam! | | Oct 13 06:50:58.162 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.162 INFO kablam! Oct 13 06:50:58.162 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.162 INFO kablam! --> src/main.rs:1432:17 Oct 13 06:50:58.162 INFO kablam! | Oct 13 06:50:58.162 INFO kablam! 1432 | let mut error_option = self.error_vars.borrow_mut().get(constraint).map(|x| x.clone()); Oct 13 06:50:58.162 INFO kablam! | ----^^^^^^^^^^^^ Oct 13 06:50:58.162 INFO kablam! | | Oct 13 06:50:58.162 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.162 INFO kablam! Oct 13 06:50:58.175 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.175 INFO kablam! --> src/main.rs:1760:25 Oct 13 06:50:58.175 INFO kablam! | Oct 13 06:50:58.175 INFO kablam! 1760 | let mut row_expr = self.get_row_expression(&obj).unwrap(); Oct 13 06:50:58.175 INFO kablam! | ----^^^^^^^^ Oct 13 06:50:58.175 INFO kablam! | | Oct 13 06:50:58.175 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.175 INFO kablam! Oct 13 06:50:58.175 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.175 INFO kablam! --> src/main.rs:1800:25 Oct 13 06:50:58.175 INFO kablam! | Oct 13 06:50:58.175 INFO kablam! 1800 | let mut row_expr = self.get_row_expression(&obj).unwrap(); Oct 13 06:50:58.175 INFO kablam! | ----^^^^^^^^ Oct 13 06:50:58.175 INFO kablam! | | Oct 13 06:50:58.175 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.175 INFO kablam! Oct 13 06:50:58.175 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.175 INFO kablam! --> src/main.rs:1816:25 Oct 13 06:50:58.175 INFO kablam! | Oct 13 06:50:58.175 INFO kablam! 1816 | let mut some_val = constraint_expr.mref.borrow().clone().constant.clone(); Oct 13 06:50:58.175 INFO kablam! | ----^^^^^^^^ Oct 13 06:50:58.176 INFO kablam! | | Oct 13 06:50:58.176 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.176 INFO kablam! Oct 13 06:50:58.195 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.195 INFO kablam! --> src/main.rs:2038:17 Oct 13 06:50:58.195 INFO kablam! | Oct 13 06:50:58.195 INFO kablam! 2038 | let mut len = self.infeasible_rows.borrow().len(); Oct 13 06:50:58.195 INFO kablam! | ----^^^ Oct 13 06:50:58.195 INFO kablam! | | Oct 13 06:50:58.195 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.195 INFO kablam! Oct 13 06:50:58.199 INFO kablam! warning: variable does not need to be mutable Oct 13 06:50:58.199 INFO kablam! --> src/main.rs:2184:14 Oct 13 06:50:58.199 INFO kablam! | Oct 13 06:50:58.199 INFO kablam! 2184 | let mut m = self.columns.borrow().clone(); Oct 13 06:50:58.199 INFO kablam! | ----^ Oct 13 06:50:58.199 INFO kablam! | | Oct 13 06:50:58.199 INFO kablam! | help: remove this `mut` Oct 13 06:50:58.199 INFO kablam! Oct 13 06:50:58.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.231 INFO kablam! --> src/main.rs:1216:10 Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! 1216 | self.add_constraint(&c); Oct 13 06:50:58.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 06:50:58.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.231 INFO kablam! Oct 13 06:50:58.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.231 INFO kablam! --> src/main.rs:1280:21 Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! 1280 | self.add_with_artificial(&expr); Oct 13 06:50:58.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.231 INFO kablam! Oct 13 06:50:58.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.231 INFO kablam! --> src/main.rs:1307:17 Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! 1307 | self.optimise(&obj); Oct 13 06:50:58.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.231 INFO kablam! Oct 13 06:50:58.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.231 INFO kablam! --> src/main.rs:1373:13 Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! 1373 | self.optimise(&obj_var); Oct 13 06:50:58.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.231 INFO kablam! Oct 13 06:50:58.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.231 INFO kablam! --> src/main.rs:1401:29 Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! 1401 | self.pivot(&entry_var, &slack_var); Oct 13 06:50:58.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.231 INFO kablam! Oct 13 06:50:58.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.231 INFO kablam! --> src/main.rs:1514:25 Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! 1514 | self.pivot(&marker, &exit_var.unwrap()); Oct 13 06:50:58.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.231 INFO kablam! Oct 13 06:50:58.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.231 INFO kablam! --> src/main.rs:1574:17 Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! 1574 | self.optimise(&obj); Oct 13 06:50:58.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.231 INFO kablam! Oct 13 06:50:58.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.231 INFO kablam! --> src/main.rs:1691:13 Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! 1691 | self.remove_constraint(constraint); Oct 13 06:50:58.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.231 INFO kablam! Oct 13 06:50:58.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.231 INFO kablam! --> src/main.rs:1702:17 Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! 1702 | self.add_edit_var(var, Strength::REQUIRED); Oct 13 06:50:58.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.231 INFO kablam! Oct 13 06:50:58.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.231 INFO kablam! --> src/main.rs:1703:17 Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! 1703 | self.begin_edit(); Oct 13 06:50:58.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.231 INFO kablam! Oct 13 06:50:58.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.231 INFO kablam! --> src/main.rs:1706:25 Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! 1706 | self.end_edit(); Oct 13 06:50:58.231 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:50:58.231 INFO kablam! | Oct 13 06:50:58.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.231 INFO kablam! Oct 13 06:50:58.232 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.232 INFO kablam! --> src/main.rs:1854:13 Oct 13 06:50:58.232 INFO kablam! | Oct 13 06:50:58.232 INFO kablam! 1854 | self.dual_optimise(); Oct 13 06:50:58.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.232 INFO kablam! | Oct 13 06:50:58.232 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.232 INFO kablam! Oct 13 06:50:58.232 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.232 INFO kablam! --> src/main.rs:2026:17 Oct 13 06:50:58.232 INFO kablam! | Oct 13 06:50:58.232 INFO kablam! 2026 | self.pivot(&entry_var.clone().unwrap(), &exit_var.clone().unwrap()); Oct 13 06:50:58.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.232 INFO kablam! | Oct 13 06:50:58.232 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.232 INFO kablam! Oct 13 06:50:58.232 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:50:58.232 INFO kablam! --> src/main.rs:2069:29 Oct 13 06:50:58.232 INFO kablam! | Oct 13 06:50:58.232 INFO kablam! 2069 | self.pivot(&entry_var.clone().unwrap(), &exit_var); Oct 13 06:50:58.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:50:58.232 INFO kablam! | Oct 13 06:50:58.232 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:50:58.232 INFO kablam! Oct 13 06:50:58.582 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.22s Oct 13 06:50:58.598 INFO kablam! su: No module specific data is present Oct 13 06:50:59.195 INFO running `"docker" "rm" "-f" "a1621f1b8d2d345a1920d1f44bcbf7716410f423a42b61262881f782623815ac"` Oct 13 06:50:59.437 INFO blam! a1621f1b8d2d345a1920d1f44bcbf7716410f423a42b61262881f782623815ac Oct 13 06:50:59.450 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 06:50:59.792 INFO blam! b22566c20326c87cbe5401b3ebae2f0a7654c5d295ce6e449f291f57c8f355a1 Oct 13 06:50:59.793 INFO running `"docker" "start" "-a" "b22566c20326c87cbe5401b3ebae2f0a7654c5d295ce6e449f291f57c8f355a1"` Oct 13 06:51:00.507 INFO kablam! usermod: no changes Oct 13 06:51:00.559 INFO kablam! Compiling cassowaryr v0.1.0 (/source) Oct 13 06:51:00.930 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 06:51:00.930 INFO kablam! --> src/lib.rs:2055:36 Oct 13 06:51:00.930 INFO kablam! | Oct 13 06:51:00.942 INFO kablam! 2055 | if (val > 0f64 && var.pivotable()) { Oct 13 06:51:00.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 06:51:00.942 INFO kablam! | Oct 13 06:51:00.942 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 06:51:00.942 INFO kablam! Oct 13 06:51:01.205 INFO kablam! warning: value assigned to `prev_edit_constant` is never read Oct 13 06:51:01.205 INFO kablam! --> src/main.rs:1830:7 Oct 13 06:51:01.205 INFO kablam! | Oct 13 06:51:01.205 INFO kablam! 1830 | prev_edit_constant = some_val; Oct 13 06:51:01.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.205 INFO kablam! | Oct 13 06:51:01.205 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 06:51:01.205 INFO kablam! Oct 13 06:51:01.211 INFO kablam! warning: value assigned to `r` is never read Oct 13 06:51:01.211 INFO kablam! --> src/main.rs:1997:25 Oct 13 06:51:01.211 INFO kablam! | Oct 13 06:51:01.212 INFO kablam! 1997 | let mut r: f64 = 0f64; Oct 13 06:51:01.212 INFO kablam! | ^ Oct 13 06:51:01.212 INFO kablam! Oct 13 06:51:01.251 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.254 INFO kablam! --> src/main.rs:863:14 Oct 13 06:51:01.255 INFO kablam! | Oct 13 06:51:01.255 INFO kablam! 863 | let mut expr = Rc::new(Expression::new_blank()); Oct 13 06:51:01.255 INFO kablam! | ----^^^^ Oct 13 06:51:01.255 INFO kablam! | | Oct 13 06:51:01.255 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.255 INFO kablam! | Oct 13 06:51:01.255 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:51:01.256 INFO kablam! Oct 13 06:51:01.256 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.257 INFO kablam! --> src/main.rs:915:21 Oct 13 06:51:01.257 INFO kablam! | Oct 13 06:51:01.258 INFO kablam! 915 | let mut expr = Rc::new(Expression::new_single_variable(var_two)); Oct 13 06:51:01.259 INFO kablam! | ----^^^^ Oct 13 06:51:01.259 INFO kablam! | | Oct 13 06:51:01.259 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.259 INFO kablam! Oct 13 06:51:01.259 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.259 INFO kablam! --> src/main.rs:937:17 Oct 13 06:51:01.259 INFO kablam! | Oct 13 06:51:01.259 INFO kablam! 937 | let mut cexpr: Rc = expr.clone(); Oct 13 06:51:01.259 INFO kablam! | ----^^^^^ Oct 13 06:51:01.259 INFO kablam! | | Oct 13 06:51:01.259 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.259 INFO kablam! Oct 13 06:51:01.259 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.259 INFO kablam! --> src/main.rs:966:17 Oct 13 06:51:01.260 INFO kablam! | Oct 13 06:51:01.260 INFO kablam! 966 | let mut expr = expr_two.clone(); Oct 13 06:51:01.260 INFO kablam! | ----^^^^ Oct 13 06:51:01.260 INFO kablam! | | Oct 13 06:51:01.260 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.260 INFO kablam! Oct 13 06:51:01.260 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.260 INFO kablam! --> src/main.rs:1146:17 Oct 13 06:51:01.260 INFO kablam! | Oct 13 06:51:01.260 INFO kablam! 1146 | let mut expr = Rc::new(Expression::new_blank()); Oct 13 06:51:01.260 INFO kablam! | ----^^^^ Oct 13 06:51:01.262 INFO kablam! | | Oct 13 06:51:01.263 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.263 INFO kablam! Oct 13 06:51:01.263 INFO kablam! warning: value assigned to `prev_edit_constant` is never read Oct 13 06:51:01.263 INFO kablam! --> src/lib.rs:1838:25 Oct 13 06:51:01.263 INFO kablam! | Oct 13 06:51:01.263 INFO kablam! 1838 | prev_edit_constant = some_val; Oct 13 06:51:01.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.263 INFO kablam! | Oct 13 06:51:01.263 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 06:51:01.263 INFO kablam! Oct 13 06:51:01.263 INFO kablam! warning: value assigned to `r` is never read Oct 13 06:51:01.263 INFO kablam! --> src/lib.rs:2006:25 Oct 13 06:51:01.263 INFO kablam! | Oct 13 06:51:01.263 INFO kablam! 2006 | let mut r: f64 = 0f64; Oct 13 06:51:01.263 INFO kablam! | ^ Oct 13 06:51:01.263 INFO kablam! Oct 13 06:51:01.263 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.263 INFO kablam! --> src/main.rs:1268:17 Oct 13 06:51:01.263 INFO kablam! | Oct 13 06:51:01.263 INFO kablam! 1268 | let mut prev_edit_constant = 0f64; Oct 13 06:51:01.263 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.263 INFO kablam! | | Oct 13 06:51:01.264 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.264 INFO kablam! Oct 13 06:51:01.264 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.264 INFO kablam! --> src/main.rs:1270:17 Oct 13 06:51:01.264 INFO kablam! | Oct 13 06:51:01.264 INFO kablam! 1270 | let mut expr = self.new_expression(constraint, Oct 13 06:51:01.264 INFO kablam! | ----^^^^ Oct 13 06:51:01.264 INFO kablam! | | Oct 13 06:51:01.264 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.264 INFO kablam! Oct 13 06:51:01.264 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.264 INFO kablam! --> src/main.rs:1389:22 Oct 13 06:51:01.264 INFO kablam! | Oct 13 06:51:01.264 INFO kablam! 1389 | Some(mut expr) => { Oct 13 06:51:01.264 INFO kablam! | ----^^^^ Oct 13 06:51:01.264 INFO kablam! | | Oct 13 06:51:01.264 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.264 INFO kablam! Oct 13 06:51:01.272 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.272 INFO kablam! --> src/main.rs:1429:17 Oct 13 06:51:01.272 INFO kablam! | Oct 13 06:51:01.272 INFO kablam! 1429 | let mut obj_row: Rc = self.get_row_expression(&obj).unwrap(); Oct 13 06:51:01.272 INFO kablam! | ----^^^^^^^ Oct 13 06:51:01.272 INFO kablam! | | Oct 13 06:51:01.272 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.272 INFO kablam! Oct 13 06:51:01.272 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.272 INFO kablam! --> src/main.rs:1432:17 Oct 13 06:51:01.272 INFO kablam! | Oct 13 06:51:01.272 INFO kablam! 1432 | let mut error_option = self.error_vars.borrow_mut().get(constraint).map(|x| x.clone()); Oct 13 06:51:01.272 INFO kablam! | ----^^^^^^^^^^^^ Oct 13 06:51:01.272 INFO kablam! | | Oct 13 06:51:01.272 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.272 INFO kablam! Oct 13 06:51:01.284 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.284 INFO kablam! --> src/main.rs:1760:25 Oct 13 06:51:01.284 INFO kablam! | Oct 13 06:51:01.286 INFO kablam! 1760 | let mut row_expr = self.get_row_expression(&obj).unwrap(); Oct 13 06:51:01.286 INFO kablam! | ----^^^^^^^^ Oct 13 06:51:01.286 INFO kablam! | | Oct 13 06:51:01.286 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.286 INFO kablam! Oct 13 06:51:01.287 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.287 INFO kablam! --> src/main.rs:1800:25 Oct 13 06:51:01.287 INFO kablam! | Oct 13 06:51:01.287 INFO kablam! 1800 | let mut row_expr = self.get_row_expression(&obj).unwrap(); Oct 13 06:51:01.287 INFO kablam! | ----^^^^^^^^ Oct 13 06:51:01.287 INFO kablam! | | Oct 13 06:51:01.287 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.287 INFO kablam! Oct 13 06:51:01.287 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.287 INFO kablam! --> src/main.rs:1816:25 Oct 13 06:51:01.287 INFO kablam! | Oct 13 06:51:01.287 INFO kablam! 1816 | let mut some_val = constraint_expr.mref.borrow().clone().constant.clone(); Oct 13 06:51:01.287 INFO kablam! | ----^^^^^^^^ Oct 13 06:51:01.287 INFO kablam! | | Oct 13 06:51:01.287 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.287 INFO kablam! Oct 13 06:51:01.298 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.298 INFO kablam! --> src/main.rs:2038:17 Oct 13 06:51:01.301 INFO kablam! | Oct 13 06:51:01.301 INFO kablam! 2038 | let mut len = self.infeasible_rows.borrow().len(); Oct 13 06:51:01.301 INFO kablam! | ----^^^ Oct 13 06:51:01.301 INFO kablam! | | Oct 13 06:51:01.301 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.301 INFO kablam! Oct 13 06:51:01.302 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.306 INFO kablam! --> src/main.rs:2184:14 Oct 13 06:51:01.306 INFO kablam! | Oct 13 06:51:01.309 INFO kablam! 2184 | let mut m = self.columns.borrow().clone(); Oct 13 06:51:01.309 INFO kablam! | ----^ Oct 13 06:51:01.309 INFO kablam! | | Oct 13 06:51:01.309 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.310 INFO kablam! Oct 13 06:51:01.315 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.315 INFO kablam! --> src/main.rs:2406:17 Oct 13 06:51:01.315 INFO kablam! | Oct 13 06:51:01.315 INFO kablam! 2406 | let mut x: Rc = Rc::new(Variable::new(String::from("var1"), Oct 13 06:51:01.315 INFO kablam! | ----^ Oct 13 06:51:01.315 INFO kablam! | | Oct 13 06:51:01.315 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.315 INFO kablam! Oct 13 06:51:01.315 INFO kablam! warning: variable does not need to be mutable Oct 13 06:51:01.315 INFO kablam! --> src/main.rs:2410:17 Oct 13 06:51:01.315 INFO kablam! | Oct 13 06:51:01.317 INFO kablam! 2410 | let mut y: Rc = Rc::new(Variable::new(String::from("var2"), Oct 13 06:51:01.317 INFO kablam! | ----^ Oct 13 06:51:01.318 INFO kablam! | | Oct 13 06:51:01.318 INFO kablam! | help: remove this `mut` Oct 13 06:51:01.318 INFO kablam! Oct 13 06:51:01.330 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.330 INFO kablam! --> src/main.rs:1216:10 Oct 13 06:51:01.342 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! 1216 | self.add_constraint(&c); Oct 13 06:51:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 06:51:01.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.343 INFO kablam! Oct 13 06:51:01.343 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.343 INFO kablam! --> src/main.rs:1280:21 Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! 1280 | self.add_with_artificial(&expr); Oct 13 06:51:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.343 INFO kablam! Oct 13 06:51:01.343 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.343 INFO kablam! --> src/main.rs:1307:17 Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! 1307 | self.optimise(&obj); Oct 13 06:51:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.343 INFO kablam! Oct 13 06:51:01.343 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.343 INFO kablam! --> src/main.rs:1373:13 Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! 1373 | self.optimise(&obj_var); Oct 13 06:51:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.343 INFO kablam! Oct 13 06:51:01.343 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.343 INFO kablam! --> src/main.rs:1401:29 Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! 1401 | self.pivot(&entry_var, &slack_var); Oct 13 06:51:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.343 INFO kablam! Oct 13 06:51:01.343 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.343 INFO kablam! --> src/main.rs:1514:25 Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! 1514 | self.pivot(&marker, &exit_var.unwrap()); Oct 13 06:51:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.343 INFO kablam! Oct 13 06:51:01.343 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.343 INFO kablam! --> src/main.rs:1574:17 Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! 1574 | self.optimise(&obj); Oct 13 06:51:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.343 INFO kablam! Oct 13 06:51:01.343 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.343 INFO kablam! --> src/main.rs:1691:13 Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! 1691 | self.remove_constraint(constraint); Oct 13 06:51:01.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.343 INFO kablam! | Oct 13 06:51:01.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.343 INFO kablam! Oct 13 06:51:01.343 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.344 INFO kablam! --> src/main.rs:1702:17 Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! 1702 | self.add_edit_var(var, Strength::REQUIRED); Oct 13 06:51:01.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.344 INFO kablam! Oct 13 06:51:01.344 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.344 INFO kablam! --> src/main.rs:1703:17 Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! 1703 | self.begin_edit(); Oct 13 06:51:01.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.344 INFO kablam! Oct 13 06:51:01.344 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.344 INFO kablam! --> src/main.rs:1706:25 Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! 1706 | self.end_edit(); Oct 13 06:51:01.344 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.344 INFO kablam! Oct 13 06:51:01.344 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.344 INFO kablam! --> src/main.rs:1854:13 Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! 1854 | self.dual_optimise(); Oct 13 06:51:01.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.344 INFO kablam! Oct 13 06:51:01.344 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.344 INFO kablam! --> src/main.rs:2026:17 Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! 2026 | self.pivot(&entry_var.clone().unwrap(), &exit_var.clone().unwrap()); Oct 13 06:51:01.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.344 INFO kablam! Oct 13 06:51:01.344 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.344 INFO kablam! --> src/main.rs:2069:29 Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! 2069 | self.pivot(&entry_var.clone().unwrap(), &exit_var); Oct 13 06:51:01.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.344 INFO kablam! Oct 13 06:51:01.344 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:51:01.344 INFO kablam! --> src/main.rs:2424:13 Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! 2424 | s.add_constraint(&c); Oct 13 06:51:01.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:01.344 INFO kablam! | Oct 13 06:51:01.344 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:51:01.344 INFO kablam! Oct 13 06:51:03.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.11s Oct 13 06:51:03.655 INFO kablam! su: No module specific data is present Oct 13 06:51:03.995 INFO running `"docker" "rm" "-f" "b22566c20326c87cbe5401b3ebae2f0a7654c5d295ce6e449f291f57c8f355a1"` Oct 13 06:51:04.108 INFO blam! b22566c20326c87cbe5401b3ebae2f0a7654c5d295ce6e449f291f57c8f355a1 Oct 13 06:51:04.110 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 06:51:04.401 INFO blam! 478c006fd2f7d893df1056258625c517d60c2895368751a0cc9a190cb5ed4795 Oct 13 06:51:04.401 INFO running `"docker" "start" "-a" "478c006fd2f7d893df1056258625c517d60c2895368751a0cc9a190cb5ed4795"` Oct 13 06:51:04.724 INFO kablam! usermod: no changes Oct 13 06:51:04.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 13 06:51:04.755 INFO kablam! Running /target/debug/deps/cassowaryr-da0352b84091e4ee Oct 13 06:51:04.757 INFO blam! Oct 13 06:51:04.758 INFO blam! running 4 tests Oct 13 06:51:04.760 INFO blam! test cass_tests::t1 ... ok Oct 13 06:51:04.761 INFO blam! test cass_tests::t2 ... ok Oct 13 06:51:04.766 INFO blam! test cass_tests::t3 ... ok Oct 13 06:51:04.767 INFO kablam! Running /target/debug/deps/cassowaryr-185302a448980147 Oct 13 06:51:04.767 INFO blam! test cass_tests::t4 ... ok Oct 13 06:51:04.767 INFO blam! Oct 13 06:51:04.767 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:51:04.767 INFO blam! Oct 13 06:51:04.767 INFO blam! Oct 13 06:51:04.767 INFO blam! running 1 test Oct 13 06:51:04.771 INFO blam! test cass_tests::t1 ... ok Oct 13 06:51:04.771 INFO blam! Oct 13 06:51:04.771 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:51:04.771 INFO blam! Oct 13 06:51:04.771 INFO kablam! Doc-tests cassowaryr Oct 13 06:51:05.128 INFO blam! Oct 13 06:51:05.128 INFO blam! running 0 tests Oct 13 06:51:05.128 INFO blam! Oct 13 06:51:05.128 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:51:05.128 INFO blam! Oct 13 06:51:05.143 INFO kablam! su: No module specific data is present Oct 13 06:51:05.471 INFO running `"docker" "rm" "-f" "478c006fd2f7d893df1056258625c517d60c2895368751a0cc9a190cb5ed4795"` Oct 13 06:51:05.604 INFO blam! 478c006fd2f7d893df1056258625c517d60c2895368751a0cc9a190cb5ed4795