Oct 15 05:26:26.092 INFO testing ZangaiFamily/matching against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:26:26.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 05:26:26.581 INFO blam! 52f786751b477d1556f82f6f9da7cddfbb4d3ad7b3699a8d8e2784425788e9c6 Oct 15 05:26:26.584 INFO running `"docker" "start" "-a" "52f786751b477d1556f82f6f9da7cddfbb4d3ad7b3699a8d8e2784425788e9c6"` Oct 15 05:26:28.699 INFO kablam! usermod: no changes Oct 15 05:26:28.827 INFO kablam! Compiling num-bigint v0.2.0 Oct 15 05:26:28.831 INFO kablam! Compiling num-complex v0.2.0 Oct 15 05:26:28.839 INFO kablam! Compiling num-rational v0.2.1 Oct 15 05:26:28.840 INFO kablam! Compiling num-iter v0.1.37 Oct 15 05:26:28.840 INFO kablam! Compiling ryu v0.2.5 Oct 15 05:26:28.844 INFO kablam! Compiling num-integer v0.1.39 Oct 15 05:26:35.298 INFO kablam! Compiling serde_json v1.0.26 Oct 15 05:26:44.683 INFO kablam! Compiling num v0.2.0 Oct 15 05:26:45.142 INFO kablam! Compiling rust_decimal v0.10.1 Oct 15 05:26:47.091 INFO kablam! Compiling matching v0.1.0 (/source) Oct 15 05:26:47.636 INFO kablam! warning: unused import: `rust_decimal::Decimal` Oct 15 05:26:47.636 INFO kablam! --> src/main.rs:3:5 Oct 15 05:26:47.636 INFO kablam! | Oct 15 05:26:47.636 INFO kablam! 3 | use rust_decimal::Decimal; Oct 15 05:26:47.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.636 INFO kablam! | Oct 15 05:26:47.636 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:26:47.636 INFO kablam! Oct 15 05:26:47.636 INFO kablam! warning: unused imports: `Error`, `Value` Oct 15 05:26:47.636 INFO kablam! --> src/main.rs:5:18 Oct 15 05:26:47.636 INFO kablam! | Oct 15 05:26:47.636 INFO kablam! 5 | use serde_json::{Value, Error}; Oct 15 05:26:47.636 INFO kablam! | ^^^^^ ^^^^^ Oct 15 05:26:47.636 INFO kablam! Oct 15 05:26:47.636 INFO kablam! warning: unused import: `std::fs::read_to_string` Oct 15 05:26:47.636 INFO kablam! --> src/main.rs:8:5 Oct 15 05:26:47.636 INFO kablam! | Oct 15 05:26:47.636 INFO kablam! 8 | use std::fs::read_to_string; Oct 15 05:26:47.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.636 INFO kablam! Oct 15 05:26:47.636 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 05:26:47.636 INFO kablam! --> src/main.rs:9:5 Oct 15 05:26:47.636 INFO kablam! | Oct 15 05:26:47.636 INFO kablam! 9 | use std::io::prelude::*; Oct 15 05:26:47.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.636 INFO kablam! Oct 15 05:26:47.636 INFO kablam! warning: unused import: `std::io::BufReader` Oct 15 05:26:47.636 INFO kablam! --> src/main.rs:10:5 Oct 15 05:26:47.636 INFO kablam! | Oct 15 05:26:47.636 INFO kablam! 10 | use std::io::BufReader; Oct 15 05:26:47.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.636 INFO kablam! Oct 15 05:26:47.643 INFO kablam! warning: unused import: `std::collections::LinkedList` Oct 15 05:26:47.643 INFO kablam! --> src/structs/order_book.rs:1:5 Oct 15 05:26:47.643 INFO kablam! | Oct 15 05:26:47.643 INFO kablam! 1 | use std::collections::LinkedList; Oct 15 05:26:47.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.643 INFO kablam! Oct 15 05:26:47.643 INFO kablam! warning: unused import: `std::cmp::Ord` Oct 15 05:26:47.643 INFO kablam! --> src/structs/order_book.rs:2:5 Oct 15 05:26:47.643 INFO kablam! | Oct 15 05:26:47.643 INFO kablam! 2 | use std::cmp::Ord; Oct 15 05:26:47.643 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:26:47.643 INFO kablam! Oct 15 05:26:47.643 INFO kablam! warning: unused import: `std::cmp` Oct 15 05:26:47.643 INFO kablam! --> src/structs/order_book.rs:4:5 Oct 15 05:26:47.643 INFO kablam! | Oct 15 05:26:47.643 INFO kablam! 4 | use std::cmp; Oct 15 05:26:47.643 INFO kablam! | ^^^^^^^^ Oct 15 05:26:47.643 INFO kablam! Oct 15 05:26:47.643 INFO kablam! warning: unused import: `rust_decimal::Decimal` Oct 15 05:26:47.643 INFO kablam! --> src/structs/order_book.rs:5:5 Oct 15 05:26:47.643 INFO kablam! | Oct 15 05:26:47.643 INFO kablam! 5 | use rust_decimal::Decimal; Oct 15 05:26:47.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.643 INFO kablam! Oct 15 05:26:47.643 INFO kablam! warning: unused import: `std::cmp::Ord` Oct 15 05:26:47.643 INFO kablam! --> src/ds/list.rs:1:5 Oct 15 05:26:47.643 INFO kablam! | Oct 15 05:26:47.643 INFO kablam! 1 | use std::cmp::Ord; Oct 15 05:26:47.643 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:26:47.643 INFO kablam! Oct 15 05:26:47.643 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 15 05:26:47.643 INFO kablam! --> src/ds/list.rs:3:5 Oct 15 05:26:47.643 INFO kablam! | Oct 15 05:26:47.643 INFO kablam! 3 | use std::cmp::Ordering; Oct 15 05:26:47.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.643 INFO kablam! Oct 15 05:26:47.643 INFO kablam! warning: unused import: `test::Bencher` Oct 15 05:26:47.643 INFO kablam! --> src/main.rs:24:5 Oct 15 05:26:47.643 INFO kablam! | Oct 15 05:26:47.643 INFO kablam! 24 | use test::Bencher; Oct 15 05:26:47.643 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:26:47.643 INFO kablam! Oct 15 05:26:47.739 INFO kablam! warning: unused variable: `start` Oct 15 05:26:47.739 INFO kablam! --> src/ds/heap.rs:37:7 Oct 15 05:26:47.739 INFO kablam! | Oct 15 05:26:47.739 INFO kablam! 37 | let start = 0; Oct 15 05:26:47.739 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 15 05:26:47.739 INFO kablam! | Oct 15 05:26:47.739 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:26:47.739 INFO kablam! Oct 15 05:26:47.769 INFO kablam! warning: variant is never constructed: `Limit` Oct 15 05:26:47.769 INFO kablam! --> src/structs/order.rs:8:2 Oct 15 05:26:47.769 INFO kablam! | Oct 15 05:26:47.769 INFO kablam! 8 | Limit, Oct 15 05:26:47.769 INFO kablam! | ^^^^^ Oct 15 05:26:47.769 INFO kablam! | Oct 15 05:26:47.769 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:26:47.769 INFO kablam! Oct 15 05:26:47.769 INFO kablam! warning: variant is never constructed: `Market` Oct 15 05:26:47.769 INFO kablam! --> src/structs/order.rs:9:2 Oct 15 05:26:47.769 INFO kablam! | Oct 15 05:26:47.769 INFO kablam! 9 | Market Oct 15 05:26:47.769 INFO kablam! | ^^^^^^ Oct 15 05:26:47.769 INFO kablam! Oct 15 05:26:47.769 INFO kablam! warning: variant is never constructed: `Ask` Oct 15 05:26:47.769 INFO kablam! --> src/structs/order.rs:14:2 Oct 15 05:26:47.769 INFO kablam! | Oct 15 05:26:47.769 INFO kablam! 14 | Ask, Oct 15 05:26:47.769 INFO kablam! | ^^^ Oct 15 05:26:47.769 INFO kablam! Oct 15 05:26:47.769 INFO kablam! warning: variant is never constructed: `Bid` Oct 15 05:26:47.769 INFO kablam! --> src/structs/order.rs:15:2 Oct 15 05:26:47.769 INFO kablam! | Oct 15 05:26:47.769 INFO kablam! 15 | Bid Oct 15 05:26:47.769 INFO kablam! | ^^^ Oct 15 05:26:47.769 INFO kablam! Oct 15 05:26:47.769 INFO kablam! warning: method is never used: `new` Oct 15 05:26:47.769 INFO kablam! --> src/structs/order.rs:29:2 Oct 15 05:26:47.769 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 29 | pub fn new(id: u64, price: &str, volume: &str, kind: OrderKind, side: OrderSide) -> Order { Oct 15 05:26:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.770 INFO kablam! Oct 15 05:26:47.770 INFO kablam! warning: method is never used: `is_fulfilled` Oct 15 05:26:47.770 INFO kablam! --> src/structs/order.rs:40:2 Oct 15 05:26:47.770 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 40 | pub fn is_fulfilled(&self) -> bool { Oct 15 05:26:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.770 INFO kablam! Oct 15 05:26:47.770 INFO kablam! warning: method is never used: `volume_remained` Oct 15 05:26:47.770 INFO kablam! --> src/structs/order.rs:44:2 Oct 15 05:26:47.770 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 44 | pub fn volume_remained(&self) -> Decimal { Oct 15 05:26:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.770 INFO kablam! Oct 15 05:26:47.770 INFO kablam! warning: struct is never constructed: `OrderBook` Oct 15 05:26:47.770 INFO kablam! --> src/structs/order_book.rs:10:1 Oct 15 05:26:47.770 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 10 | pub struct OrderBook { Oct 15 05:26:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.770 INFO kablam! Oct 15 05:26:47.770 INFO kablam! warning: method is never used: `new` Oct 15 05:26:47.770 INFO kablam! --> src/structs/order_book.rs:18:2 Oct 15 05:26:47.770 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 18 | pub fn new(side: OrderSide) -> OrderBook { Oct 15 05:26:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.770 INFO kablam! Oct 15 05:26:47.770 INFO kablam! warning: method is never used: `add_order` Oct 15 05:26:47.770 INFO kablam! --> src/structs/order_book.rs:31:2 Oct 15 05:26:47.770 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 31 | pub fn add_order(&mut self, order: Order) { Oct 15 05:26:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.770 INFO kablam! Oct 15 05:26:47.770 INFO kablam! warning: method is never used: `cancel_order` Oct 15 05:26:47.770 INFO kablam! --> src/structs/order_book.rs:39:2 Oct 15 05:26:47.770 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 39 | pub fn cancel_order(&mut self, order: Order) { Oct 15 05:26:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.770 INFO kablam! Oct 15 05:26:47.770 INFO kablam! warning: struct is never constructed: `Market` Oct 15 05:26:47.770 INFO kablam! --> src/structs/market.rs:4:1 Oct 15 05:26:47.770 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 4 | pub struct Market { Oct 15 05:26:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.770 INFO kablam! Oct 15 05:26:47.770 INFO kablam! warning: method is never used: `new` Oct 15 05:26:47.770 INFO kablam! --> src/structs/market.rs:11:2 Oct 15 05:26:47.770 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 11 | pub fn new(id: u64) -> Market { Oct 15 05:26:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.770 INFO kablam! Oct 15 05:26:47.770 INFO kablam! warning: method is never used: `add_order` Oct 15 05:26:47.770 INFO kablam! --> src/structs/market.rs:19:2 Oct 15 05:26:47.770 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 19 | pub fn add_order(&mut self, order: Order) { Oct 15 05:26:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.770 INFO kablam! Oct 15 05:26:47.770 INFO kablam! warning: method is never used: `cancel_order` Oct 15 05:26:47.770 INFO kablam! --> src/structs/market.rs:26:2 Oct 15 05:26:47.770 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 26 | pub fn cancel_order(&mut self, order: Order) { Oct 15 05:26:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.770 INFO kablam! Oct 15 05:26:47.770 INFO kablam! warning: function is never used: `consume_limit_orders` Oct 15 05:26:47.770 INFO kablam! --> src/matching/mod.rs:5:1 Oct 15 05:26:47.770 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 5 | pub fn consume_limit_orders (order: &mut Order, order_book: &mut OrderBook) { Oct 15 05:26:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.770 INFO kablam! Oct 15 05:26:47.770 INFO kablam! warning: function is never used: `consume_market_orders` Oct 15 05:26:47.770 INFO kablam! --> src/matching/mod.rs:32:1 Oct 15 05:26:47.770 INFO kablam! | Oct 15 05:26:47.770 INFO kablam! 32 | pub fn consume_market_orders (order: &mut Order, order_book: &mut OrderBook) { Oct 15 05:26:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.771 INFO kablam! Oct 15 05:26:47.771 INFO kablam! warning: function is never used: `start_match` Oct 15 05:26:47.771 INFO kablam! --> src/matching/mod.rs:46:1 Oct 15 05:26:47.771 INFO kablam! | Oct 15 05:26:47.771 INFO kablam! 46 | pub fn start_match (mut order: Order, market: &mut Market) { Oct 15 05:26:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.771 INFO kablam! Oct 15 05:26:47.771 INFO kablam! warning: function is never used: `subtract_volume` Oct 15 05:26:47.771 INFO kablam! --> src/matching/mod.rs:67:1 Oct 15 05:26:47.771 INFO kablam! | Oct 15 05:26:47.771 INFO kablam! 67 | pub fn subtract_volume(order_a: &mut Order, order_b: &mut Order) -> (bool, bool) { Oct 15 05:26:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.771 INFO kablam! Oct 15 05:26:47.771 INFO kablam! warning: struct is never constructed: `Heap` Oct 15 05:26:47.771 INFO kablam! --> src/ds/heap.rs:7:1 Oct 15 05:26:47.771 INFO kablam! | Oct 15 05:26:47.771 INFO kablam! 7 | pub struct Heap { Oct 15 05:26:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.771 INFO kablam! Oct 15 05:26:47.771 INFO kablam! warning: method is never used: `new` Oct 15 05:26:47.771 INFO kablam! --> src/ds/heap.rs:13:2 Oct 15 05:26:47.771 INFO kablam! | Oct 15 05:26:47.771 INFO kablam! 13 | pub fn new() -> Heap { Oct 15 05:26:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.771 INFO kablam! Oct 15 05:26:47.771 INFO kablam! warning: method is never used: `parent` Oct 15 05:26:47.771 INFO kablam! --> src/ds/heap.rs:21:2 Oct 15 05:26:47.771 INFO kablam! | Oct 15 05:26:47.771 INFO kablam! 21 | pub fn parent(&self, idx: usize) -> usize { Oct 15 05:26:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.771 INFO kablam! Oct 15 05:26:47.771 INFO kablam! warning: method is never used: `left` Oct 15 05:26:47.771 INFO kablam! --> src/ds/heap.rs:26:2 Oct 15 05:26:47.771 INFO kablam! | Oct 15 05:26:47.771 INFO kablam! 26 | pub fn left(&self, idx: usize) -> usize { Oct 15 05:26:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.771 INFO kablam! Oct 15 05:26:47.771 INFO kablam! warning: method is never used: `right` Oct 15 05:26:47.771 INFO kablam! --> src/ds/heap.rs:31:2 Oct 15 05:26:47.771 INFO kablam! | Oct 15 05:26:47.771 INFO kablam! 31 | pub fn right(&self, idx: usize) -> usize { Oct 15 05:26:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.771 INFO kablam! Oct 15 05:26:47.771 INFO kablam! warning: method is never used: `sift_up` Oct 15 05:26:47.771 INFO kablam! --> src/ds/heap.rs:36:2 Oct 15 05:26:47.771 INFO kablam! | Oct 15 05:26:47.771 INFO kablam! 36 | pub fn sift_up(&mut self, from: usize) -> usize { Oct 15 05:26:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.771 INFO kablam! Oct 15 05:26:47.771 INFO kablam! warning: method is never used: `sift_down` Oct 15 05:26:47.771 INFO kablam! --> src/ds/heap.rs:52:2 Oct 15 05:26:47.771 INFO kablam! | Oct 15 05:26:47.771 INFO kablam! 52 | pub fn sift_down(&mut self, from: usize) { Oct 15 05:26:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.771 INFO kablam! Oct 15 05:26:47.771 INFO kablam! warning: method is never used: `push` Oct 15 05:26:47.771 INFO kablam! --> src/ds/heap.rs:73:2 Oct 15 05:26:47.771 INFO kablam! | Oct 15 05:26:47.771 INFO kablam! 73 | pub fn push(&mut self, elem: T) { Oct 15 05:26:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.771 INFO kablam! Oct 15 05:26:47.786 INFO kablam! warning: method is never used: `swap` Oct 15 05:26:47.787 INFO kablam! --> src/ds/heap.rs:81:2 Oct 15 05:26:47.787 INFO kablam! | Oct 15 05:26:47.787 INFO kablam! 81 | pub fn swap(&mut self, idx_a: usize, idx_b: usize) { Oct 15 05:26:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.787 INFO kablam! Oct 15 05:26:47.787 INFO kablam! warning: method is never used: `remove` Oct 15 05:26:47.787 INFO kablam! --> src/ds/heap.rs:88:2 Oct 15 05:26:47.787 INFO kablam! | Oct 15 05:26:47.787 INFO kablam! 88 | pub fn remove(&mut self, id: u64) { Oct 15 05:26:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.787 INFO kablam! Oct 15 05:26:47.787 INFO kablam! warning: method is never used: `peek` Oct 15 05:26:47.787 INFO kablam! --> src/ds/heap.rs:114:2 Oct 15 05:26:47.787 INFO kablam! | Oct 15 05:26:47.787 INFO kablam! 114 | pub fn peek(&self) -> Option<&T> { Oct 15 05:26:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.787 INFO kablam! Oct 15 05:26:47.787 INFO kablam! warning: method is never used: `peek_mut` Oct 15 05:26:47.787 INFO kablam! --> src/ds/heap.rs:119:2 Oct 15 05:26:47.787 INFO kablam! | Oct 15 05:26:47.787 INFO kablam! 119 | pub fn peek_mut(&mut self) -> Option<&mut T> { Oct 15 05:26:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.787 INFO kablam! Oct 15 05:26:47.787 INFO kablam! warning: method is never used: `pop` Oct 15 05:26:47.787 INFO kablam! --> src/ds/heap.rs:124:2 Oct 15 05:26:47.787 INFO kablam! | Oct 15 05:26:47.787 INFO kablam! 124 | pub fn pop(&mut self) { Oct 15 05:26:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.787 INFO kablam! Oct 15 05:26:47.787 INFO kablam! warning: method is never used: `len` Oct 15 05:26:47.787 INFO kablam! --> src/ds/heap.rs:130:2 Oct 15 05:26:47.787 INFO kablam! | Oct 15 05:26:47.787 INFO kablam! 130 | pub fn len(&self) -> usize { Oct 15 05:26:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.787 INFO kablam! Oct 15 05:26:47.787 INFO kablam! warning: struct is never constructed: `List` Oct 15 05:26:47.787 INFO kablam! --> src/ds/list.rs:7:1 Oct 15 05:26:47.787 INFO kablam! | Oct 15 05:26:47.787 INFO kablam! 7 | pub struct List { Oct 15 05:26:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.787 INFO kablam! Oct 15 05:26:47.787 INFO kablam! warning: struct is never constructed: `Node` Oct 15 05:26:47.787 INFO kablam! --> src/ds/list.rs:15:1 Oct 15 05:26:47.787 INFO kablam! | Oct 15 05:26:47.787 INFO kablam! 15 | pub struct Node { Oct 15 05:26:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.787 INFO kablam! Oct 15 05:26:47.787 INFO kablam! warning: method is never used: `new` Oct 15 05:26:47.787 INFO kablam! --> src/ds/list.rs:22:2 Oct 15 05:26:47.787 INFO kablam! | Oct 15 05:26:47.787 INFO kablam! 22 | pub fn new() -> List { Oct 15 05:26:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.787 INFO kablam! Oct 15 05:26:47.787 INFO kablam! warning: method is never used: `len` Oct 15 05:26:47.787 INFO kablam! --> src/ds/list.rs:32:2 Oct 15 05:26:47.787 INFO kablam! | Oct 15 05:26:47.787 INFO kablam! 32 | pub fn len(&self) -> usize { Oct 15 05:26:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.787 INFO kablam! Oct 15 05:26:47.787 INFO kablam! warning: method is never used: `front` Oct 15 05:26:47.787 INFO kablam! --> src/ds/list.rs:37:2 Oct 15 05:26:47.787 INFO kablam! | Oct 15 05:26:47.787 INFO kablam! 37 | pub fn front(&self) -> Option<&T> { Oct 15 05:26:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.787 INFO kablam! Oct 15 05:26:47.787 INFO kablam! warning: method is never used: `front_mut` Oct 15 05:26:47.787 INFO kablam! --> src/ds/list.rs:42:2 Oct 15 05:26:47.787 INFO kablam! | Oct 15 05:26:47.787 INFO kablam! 42 | pub fn front_mut(&mut self) -> Option<&mut T> { Oct 15 05:26:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.787 INFO kablam! Oct 15 05:26:47.787 INFO kablam! warning: method is never used: `push_back` Oct 15 05:26:47.787 INFO kablam! --> src/ds/list.rs:47:2 Oct 15 05:26:47.788 INFO kablam! | Oct 15 05:26:47.788 INFO kablam! 47 | pub fn push_back(&mut self, elem: T) { Oct 15 05:26:47.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.788 INFO kablam! Oct 15 05:26:47.788 INFO kablam! warning: method is never used: `remove` Oct 15 05:26:47.788 INFO kablam! --> src/ds/list.rs:71:2 Oct 15 05:26:47.788 INFO kablam! | Oct 15 05:26:47.788 INFO kablam! 71 | pub fn remove(&mut self, id: u64) { Oct 15 05:26:47.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.788 INFO kablam! Oct 15 05:26:47.788 INFO kablam! warning: method is never used: `pop_front` Oct 15 05:26:47.788 INFO kablam! --> src/ds/list.rs:99:2 Oct 15 05:26:47.788 INFO kablam! | Oct 15 05:26:47.788 INFO kablam! 99 | pub fn pop_front(&mut self) { Oct 15 05:26:47.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:47.788 INFO kablam! Oct 15 05:26:47.788 INFO kablam! warning: struct is never constructed: `Order` Oct 15 05:26:47.788 INFO kablam! --> src/ds/list.rs:106:1 Oct 15 05:26:47.788 INFO kablam! | Oct 15 05:26:47.788 INFO kablam! 106 | struct Order { Oct 15 05:26:47.788 INFO kablam! | ^^^^^^^^^^^^ Oct 15 05:26:47.788 INFO kablam! Oct 15 05:26:48.023 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.29s Oct 15 05:26:48.026 INFO kablam! su: No module specific data is present Oct 15 05:26:48.513 INFO running `"docker" "rm" "-f" "52f786751b477d1556f82f6f9da7cddfbb4d3ad7b3699a8d8e2784425788e9c6"` Oct 15 05:26:48.611 INFO blam! 52f786751b477d1556f82f6f9da7cddfbb4d3ad7b3699a8d8e2784425788e9c6 Oct 15 05:26:48.615 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 05:26:48.752 INFO blam! 2b08eb30f11a5600cc4e1557f56c3df5bf6d69a3a2b6e462de560db2311d5c24 Oct 15 05:26:48.755 INFO running `"docker" "start" "-a" "2b08eb30f11a5600cc4e1557f56c3df5bf6d69a3a2b6e462de560db2311d5c24"` Oct 15 05:26:49.195 INFO kablam! usermod: no changes Oct 15 05:26:49.237 INFO kablam! Compiling matching v0.1.0 (/source) Oct 15 05:26:49.909 INFO kablam! warning: unused import: `Error` Oct 15 05:26:49.909 INFO kablam! --> src/main.rs:5:25 Oct 15 05:26:49.909 INFO kablam! | Oct 15 05:26:49.909 INFO kablam! 5 | use serde_json::{Value, Error}; Oct 15 05:26:49.909 INFO kablam! | ^^^^^ Oct 15 05:26:49.909 INFO kablam! | Oct 15 05:26:49.909 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:26:49.909 INFO kablam! Oct 15 05:26:49.909 INFO kablam! warning: unused import: `std::fs::read_to_string` Oct 15 05:26:49.909 INFO kablam! --> src/main.rs:8:5 Oct 15 05:26:49.909 INFO kablam! | Oct 15 05:26:49.909 INFO kablam! 8 | use std::fs::read_to_string; Oct 15 05:26:49.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:49.909 INFO kablam! Oct 15 05:26:49.909 INFO kablam! warning: unused import: `std::io::BufReader` Oct 15 05:26:49.909 INFO kablam! --> src/main.rs:10:5 Oct 15 05:26:49.909 INFO kablam! | Oct 15 05:26:49.909 INFO kablam! 10 | use std::io::BufReader; Oct 15 05:26:49.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:49.910 INFO kablam! Oct 15 05:26:49.910 INFO kablam! warning: unused import: `std::collections::LinkedList` Oct 15 05:26:49.910 INFO kablam! --> src/structs/order_book.rs:1:5 Oct 15 05:26:49.910 INFO kablam! | Oct 15 05:26:49.910 INFO kablam! 1 | use std::collections::LinkedList; Oct 15 05:26:49.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:49.910 INFO kablam! Oct 15 05:26:49.910 INFO kablam! warning: unused import: `std::cmp::Ord` Oct 15 05:26:49.910 INFO kablam! --> src/structs/order_book.rs:2:5 Oct 15 05:26:49.910 INFO kablam! | Oct 15 05:26:49.910 INFO kablam! 2 | use std::cmp::Ord; Oct 15 05:26:49.910 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:26:49.910 INFO kablam! Oct 15 05:26:49.910 INFO kablam! warning: unused import: `std::cmp` Oct 15 05:26:49.910 INFO kablam! --> src/structs/order_book.rs:4:5 Oct 15 05:26:49.910 INFO kablam! | Oct 15 05:26:49.910 INFO kablam! 4 | use std::cmp; Oct 15 05:26:49.910 INFO kablam! | ^^^^^^^^ Oct 15 05:26:49.910 INFO kablam! Oct 15 05:26:49.911 INFO kablam! warning: unused import: `std::cmp::Ord` Oct 15 05:26:49.911 INFO kablam! --> src/ds/list.rs:1:5 Oct 15 05:26:49.911 INFO kablam! | Oct 15 05:26:49.911 INFO kablam! 1 | use std::cmp::Ord; Oct 15 05:26:49.911 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:26:49.915 INFO kablam! Oct 15 05:26:49.915 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 15 05:26:49.915 INFO kablam! --> src/ds/list.rs:3:5 Oct 15 05:26:49.915 INFO kablam! | Oct 15 05:26:49.916 INFO kablam! 3 | use std::cmp::Ordering; Oct 15 05:26:49.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:49.916 INFO kablam! Oct 15 05:26:50.243 INFO kablam! warning: unused import: `std::io::prelude` Oct 15 05:26:50.244 INFO kablam! --> src/main.rs:9:5 Oct 15 05:26:50.244 INFO kablam! | Oct 15 05:26:50.244 INFO kablam! 9 | use std::io::prelude::*; Oct 15 05:26:50.245 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 05:26:50.245 INFO kablam! Oct 15 05:26:50.283 INFO kablam! warning: unused variable: `market` Oct 15 05:26:50.284 INFO kablam! --> src/structs/market.rs:48:6 Oct 15 05:26:50.284 INFO kablam! | Oct 15 05:26:50.284 INFO kablam! 48 | let market = Market::new(1); Oct 15 05:26:50.285 INFO kablam! | ^^^^^^ help: consider using `_market` instead Oct 15 05:26:50.285 INFO kablam! | Oct 15 05:26:50.285 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:26:50.285 INFO kablam! Oct 15 05:26:50.286 INFO kablam! warning: unused variable: `b_fulfilled` Oct 15 05:26:50.286 INFO kablam! --> src/matching/mod.rs:81:20 Oct 15 05:26:50.286 INFO kablam! | Oct 15 05:26:50.287 INFO kablam! 81 | let (a_fulfilled, b_fulfilled) = subtract_volume(&mut order_a, &mut order_b); Oct 15 05:26:50.287 INFO kablam! | ^^^^^^^^^^^ help: consider using `_b_fulfilled` instead Oct 15 05:26:50.287 INFO kablam! Oct 15 05:26:50.291 INFO kablam! warning: unused variable: `start` Oct 15 05:26:50.291 INFO kablam! --> src/ds/heap.rs:37:7 Oct 15 05:26:50.292 INFO kablam! | Oct 15 05:26:50.292 INFO kablam! 37 | let start = 0; Oct 15 05:26:50.292 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 15 05:26:50.292 INFO kablam! Oct 15 05:26:50.441 INFO kablam! warning: method is never used: `left` Oct 15 05:26:50.442 INFO kablam! --> src/ds/heap.rs:26:2 Oct 15 05:26:50.442 INFO kablam! | Oct 15 05:26:50.442 INFO kablam! 26 | pub fn left(&self, idx: usize) -> usize { Oct 15 05:26:50.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:50.443 INFO kablam! | Oct 15 05:26:50.444 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:26:50.444 INFO kablam! Oct 15 05:26:50.445 INFO kablam! warning: method is never used: `right` Oct 15 05:26:50.445 INFO kablam! --> src/ds/heap.rs:31:2 Oct 15 05:26:50.445 INFO kablam! | Oct 15 05:26:50.445 INFO kablam! 31 | pub fn right(&self, idx: usize) -> usize { Oct 15 05:26:50.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:50.446 INFO kablam! Oct 15 05:26:51.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.61s Oct 15 05:26:51.819 INFO kablam! su: No module specific data is present Oct 15 05:26:52.197 INFO running `"docker" "rm" "-f" "2b08eb30f11a5600cc4e1557f56c3df5bf6d69a3a2b6e462de560db2311d5c24"` Oct 15 05:26:52.415 INFO blam! 2b08eb30f11a5600cc4e1557f56c3df5bf6d69a3a2b6e462de560db2311d5c24 Oct 15 05:26:52.422 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 05:26:52.803 INFO blam! 6cc8107ba0d4d156565ab243ede1d93813700e46c9849998ba2c2ea1d67aae44 Oct 15 05:26:52.815 INFO running `"docker" "start" "-a" "6cc8107ba0d4d156565ab243ede1d93813700e46c9849998ba2c2ea1d67aae44"` Oct 15 05:26:53.710 INFO kablam! usermod: no changes Oct 15 05:26:53.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 05:26:53.756 INFO kablam! Running /target/debug/deps/matching-5f44164c2b03026b Oct 15 05:26:53.761 INFO blam! Oct 15 05:26:53.761 INFO blam! running 21 tests Oct 15 05:26:53.766 INFO blam! test ds::heap::test_remove_not_existed ... ok Oct 15 05:26:53.766 INFO blam! test ds::heap::test_swap ... ok Oct 15 05:26:53.766 INFO blam! test ds::heap::test_remove_last_one ... ok Oct 15 05:26:53.766 INFO blam! test ds::heap::test_remove ... ok Oct 15 05:26:53.766 INFO blam! test ds::heap::test_push ... ok Oct 15 05:26:53.766 INFO blam! test ds::heap::test_pop ... ok Oct 15 05:26:53.766 INFO blam! test ds::heap::test_ord ... ok Oct 15 05:26:53.766 INFO blam! test matching::test_matching_market_order ... ok Oct 15 05:26:53.766 INFO blam! test ds::list::test_push_back ... ok Oct 15 05:26:53.766 INFO blam! test ds::list::test_pop_front ... ok Oct 15 05:26:53.768 INFO blam! test ds::list::test_remove ... ok Oct 15 05:26:53.768 INFO blam! test matching::test_add_orders ... ok Oct 15 05:26:53.768 INFO blam! test matching::test_matching_limit_order_then_market_other ... ok Oct 15 05:26:53.771 INFO blam! test matching::test_matching_limit_order ... ok Oct 15 05:26:53.771 INFO blam! test structs::order::lower_price_should_be_greater_for_ask_order ... ok Oct 15 05:26:53.771 INFO blam! test matching::test_subtract_volume ... ok Oct 15 05:26:53.771 INFO blam! test structs::order_book::test_best_limit_order ... ok Oct 15 05:26:53.771 INFO blam! test structs::order_book::test_place_market_order ... ok Oct 15 05:26:53.771 INFO blam! test structs::market::test_ok ... ok Oct 15 05:26:53.775 INFO blam! test structs::order::higher_price_should_be_greater_for_bid_order ... ok Oct 15 05:26:53.793 INFO blam! test bench_matching ... FAILED Oct 15 05:26:53.793 INFO blam! Oct 15 05:26:53.793 INFO blam! failures: Oct 15 05:26:53.793 INFO blam! Oct 15 05:26:53.793 INFO blam! ---- bench_matching stdout ---- Oct 15 05:26:53.793 INFO blam! thread 'bench_matching' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 15 05:26:53.793 INFO blam! stack backtrace: Oct 15 05:26:53.793 INFO blam! 0: 0x55c0d396b04e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 15 05:26:53.793 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 05:26:53.793 INFO blam! 1: 0x55c0d39741c6 - std::sys_common::backtrace::print::hce31971a380b167f Oct 15 05:26:53.793 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 05:26:53.793 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 05:26:53.793 INFO blam! 2: 0x55c0d396ef1d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 15 05:26:53.793 INFO blam! at libstd/panicking.rs:211 Oct 15 05:26:53.793 INFO blam! 3: 0x55c0d396ec2b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 15 05:26:53.793 INFO blam! at libstd/panicking.rs:221 Oct 15 05:26:53.793 INFO blam! 4: 0x55c0d396f5cc - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 15 05:26:53.793 INFO blam! at libstd/panicking.rs:476 Oct 15 05:26:53.793 INFO blam! 5: 0x55c0d396f189 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 15 05:26:53.793 INFO blam! at libstd/panicking.rs:390 Oct 15 05:26:53.793 INFO blam! 6: 0x55c0d396f085 - rust_begin_unwind Oct 15 05:26:53.793 INFO blam! at libstd/panicking.rs:325 Oct 15 05:26:53.793 INFO blam! 7: 0x55c0d39af2eb - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 15 05:26:53.793 INFO blam! at libcore/panicking.rs:77 Oct 15 05:26:53.793 INFO blam! 8: 0x55c0d38e8153 - core::result::unwrap_failed::h8c011e05f8f51cf5 Oct 15 05:26:53.793 INFO blam! at libcore/macros.rs:26 Oct 15 05:26:53.793 INFO blam! 9: 0x55c0d38e7498 - >::unwrap::he39bfb166a6106af Oct 15 05:26:53.793 INFO blam! at libcore/result.rs:808 Oct 15 05:26:53.793 INFO blam! 10: 0x55c0d38c9133 - matching::bench_matching::{{closure}}::he091ca400fd6c8ca Oct 15 05:26:53.793 INFO blam! at src/main.rs:30 Oct 15 05:26:53.793 INFO blam! 11: 0x55c0d38e9840 - test::ns_iter_inner::h52395f3775e5c684 Oct 15 05:26:53.793 INFO blam! at libtest/lib.rs:1591 Oct 15 05:26:53.793 INFO blam! 12: 0x55c0d38ea1b0 - test::Bencher::iter::hd1afac83bbb8aa04 Oct 15 05:26:53.793 INFO blam! at libtest/lib.rs:1565 Oct 15 05:26:53.793 INFO blam! 13: 0x55c0d38c90c2 - matching::bench_matching::h0c158b10cbfd61bc Oct 15 05:26:53.793 INFO blam! at src/main.rs:27 Oct 15 05:26:53.793 INFO blam! 14: 0x55c0d38c9097 - matching::bench_matching::{{closure}}::hdf630c5f248c643c Oct 15 05:26:53.793 INFO blam! at src/main.rs:26 Oct 15 05:26:53.793 INFO blam! 15: 0x55c0d38c5c17 - core::ops::function::FnOnce::call_once::hb81c63b85ea8c951 Oct 15 05:26:53.793 INFO blam! at libcore/ops/function.rs:238 Oct 15 05:26:53.793 INFO blam! 16: 0x55c0d38ebcf7 - >::call_box::h7790d5a62e6b4b2d Oct 15 05:26:53.793 INFO blam! at libtest/lib.rs:1374 Oct 15 05:26:53.793 INFO blam! at libtest/lib.rs:1576 Oct 15 05:26:53.793 INFO blam! at libtest/lib.rs:1739 Oct 15 05:26:53.794 INFO blam! at libtest/lib.rs:1374 Oct 15 05:26:53.794 INFO blam! at libcore/ops/function.rs:238 Oct 15 05:26:53.794 INFO blam! at liballoc/boxed.rs:672 Oct 15 05:26:53.794 INFO blam! 17: 0x55c0d38ebd82 - >::call_box::he91819c8a530d737 Oct 15 05:26:53.794 INFO blam! at libtest/lib.rs:1461 Oct 15 05:26:53.794 INFO blam! at liballoc/boxed.rs:672 Oct 15 05:26:53.794 INFO blam! 18: 0x55c0d397f6e9 - __rust_maybe_catch_panic Oct 15 05:26:53.794 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 05:26:53.794 INFO blam! 19: 0x55c0d390c94d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 15 05:26:53.794 INFO blam! at libstd/panicking.rs:289 Oct 15 05:26:53.794 INFO blam! at libstd/panic.rs:392 Oct 15 05:26:53.794 INFO blam! at libtest/lib.rs:1423 Oct 15 05:26:53.794 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 05:26:53.794 INFO blam! 20: 0x55c0d390d4f4 - std::panicking::try::do_call::h2c632c17829d0621 Oct 15 05:26:53.794 INFO blam! at libstd/thread/mod.rs:409 Oct 15 05:26:53.794 INFO blam! at libstd/panic.rs:313 Oct 15 05:26:53.794 INFO blam! at libstd/panicking.rs:310 Oct 15 05:26:53.794 INFO blam! 21: 0x55c0d397f6e9 - __rust_maybe_catch_panic Oct 15 05:26:53.794 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 05:26:53.794 INFO blam! 22: 0x55c0d38fa966 - >::call_box::h1a0832645645f090 Oct 15 05:26:53.794 INFO blam! at libstd/panicking.rs:289 Oct 15 05:26:53.794 INFO blam! at libstd/panic.rs:392 Oct 15 05:26:53.794 INFO blam! at libstd/thread/mod.rs:408 Oct 15 05:26:53.794 INFO blam! at liballoc/boxed.rs:672 Oct 15 05:26:53.794 INFO blam! 23: 0x55c0d396d35a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 15 05:26:53.794 INFO blam! at liballoc/boxed.rs:682 Oct 15 05:26:53.794 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 05:26:53.794 INFO blam! 24: 0x55c0d3962705 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 15 05:26:53.794 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 05:26:53.794 INFO blam! 25: 0x7f558fe256b9 - start_thread Oct 15 05:26:53.794 INFO blam! 26: 0x7f558f94541c - clone Oct 15 05:26:53.794 INFO blam! 27: 0x0 - Oct 15 05:26:53.794 INFO blam! Oct 15 05:26:53.794 INFO blam! Oct 15 05:26:53.794 INFO blam! failures: Oct 15 05:26:53.794 INFO blam! bench_matching Oct 15 05:26:53.794 INFO blam! Oct 15 05:26:53.794 INFO blam! test result: FAILED. 20 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:26:53.794 INFO blam! Oct 15 05:26:53.808 INFO kablam! error: test failed, to rerun pass '--bin matching' Oct 15 05:26:53.809 INFO kablam! su: No module specific data is present Oct 15 05:26:54.087 INFO running `"docker" "rm" "-f" "6cc8107ba0d4d156565ab243ede1d93813700e46c9849998ba2c2ea1d67aae44"` Oct 15 05:26:54.180 INFO blam! 6cc8107ba0d4d156565ab243ede1d93813700e46c9849998ba2c2ea1d67aae44