Oct 15 05:26:41.900 INFO testing ZangaiFamily/matching against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:26:41.900 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 05:26:42.488 INFO blam! 979b9e63aaf803bd3edd659329b4fe22794de879255ae9edfc3f50250a45138e Oct 15 05:26:42.493 INFO running `"docker" "start" "-a" "979b9e63aaf803bd3edd659329b4fe22794de879255ae9edfc3f50250a45138e"` Oct 15 05:26:44.114 INFO kablam! usermod: no changes Oct 15 05:26:44.259 INFO kablam! Compiling num-traits v0.2.5 Oct 15 05:26:44.259 INFO kablam! Compiling serde_json v1.0.26 Oct 15 05:26:48.878 INFO kablam! Compiling num-integer v0.1.39 Oct 15 05:26:48.878 INFO kablam! Compiling num-complex v0.2.0 Oct 15 05:26:49.979 INFO kablam! Compiling num-bigint v0.2.0 Oct 15 05:26:49.979 INFO kablam! Compiling num-iter v0.1.37 Oct 15 05:26:53.408 INFO kablam! Compiling num-rational v0.2.1 Oct 15 05:26:54.983 INFO kablam! Compiling num v0.2.0 Oct 15 05:26:55.355 INFO kablam! Compiling rust_decimal v0.10.1 Oct 15 05:26:56.651 INFO kablam! Compiling matching v0.1.0 (/source) Oct 15 05:26:57.241 INFO kablam! warning: unused import: `rust_decimal::Decimal` Oct 15 05:26:57.241 INFO kablam! --> src/main.rs:3:5 Oct 15 05:26:57.241 INFO kablam! | Oct 15 05:26:57.241 INFO kablam! 3 | use rust_decimal::Decimal; Oct 15 05:26:57.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.241 INFO kablam! | Oct 15 05:26:57.241 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:26:57.241 INFO kablam! Oct 15 05:26:57.241 INFO kablam! warning: unused imports: `Error`, `Value` Oct 15 05:26:57.241 INFO kablam! --> src/main.rs:5:18 Oct 15 05:26:57.241 INFO kablam! | Oct 15 05:26:57.241 INFO kablam! 5 | use serde_json::{Value, Error}; Oct 15 05:26:57.241 INFO kablam! | ^^^^^ ^^^^^ Oct 15 05:26:57.241 INFO kablam! Oct 15 05:26:57.241 INFO kablam! warning: unused import: `std::fs::read_to_string` Oct 15 05:26:57.241 INFO kablam! --> src/main.rs:8:5 Oct 15 05:26:57.241 INFO kablam! | Oct 15 05:26:57.241 INFO kablam! 8 | use std::fs::read_to_string; Oct 15 05:26:57.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.241 INFO kablam! Oct 15 05:26:57.241 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 05:26:57.241 INFO kablam! --> src/main.rs:9:5 Oct 15 05:26:57.241 INFO kablam! | Oct 15 05:26:57.241 INFO kablam! 9 | use std::io::prelude::*; Oct 15 05:26:57.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.241 INFO kablam! Oct 15 05:26:57.241 INFO kablam! warning: unused import: `std::io::BufReader` Oct 15 05:26:57.241 INFO kablam! --> src/main.rs:10:5 Oct 15 05:26:57.241 INFO kablam! | Oct 15 05:26:57.241 INFO kablam! 10 | use std::io::BufReader; Oct 15 05:26:57.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.241 INFO kablam! Oct 15 05:26:57.241 INFO kablam! warning: unused import: `std::collections::LinkedList` Oct 15 05:26:57.241 INFO kablam! --> src/structs/order_book.rs:1:5 Oct 15 05:26:57.241 INFO kablam! | Oct 15 05:26:57.241 INFO kablam! 1 | use std::collections::LinkedList; Oct 15 05:26:57.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.241 INFO kablam! Oct 15 05:26:57.241 INFO kablam! warning: unused import: `std::cmp::Ord` Oct 15 05:26:57.241 INFO kablam! --> src/structs/order_book.rs:2:5 Oct 15 05:26:57.241 INFO kablam! | Oct 15 05:26:57.241 INFO kablam! 2 | use std::cmp::Ord; Oct 15 05:26:57.241 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:26:57.242 INFO kablam! Oct 15 05:26:57.242 INFO kablam! warning: unused import: `std::cmp` Oct 15 05:26:57.242 INFO kablam! --> src/structs/order_book.rs:4:5 Oct 15 05:26:57.242 INFO kablam! | Oct 15 05:26:57.242 INFO kablam! 4 | use std::cmp; Oct 15 05:26:57.242 INFO kablam! | ^^^^^^^^ Oct 15 05:26:57.242 INFO kablam! Oct 15 05:26:57.242 INFO kablam! warning: unused import: `rust_decimal::Decimal` Oct 15 05:26:57.242 INFO kablam! --> src/structs/order_book.rs:5:5 Oct 15 05:26:57.242 INFO kablam! | Oct 15 05:26:57.242 INFO kablam! 5 | use rust_decimal::Decimal; Oct 15 05:26:57.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.242 INFO kablam! Oct 15 05:26:57.242 INFO kablam! warning: unused import: `std::cmp::Ord` Oct 15 05:26:57.242 INFO kablam! --> src/ds/list.rs:1:5 Oct 15 05:26:57.242 INFO kablam! | Oct 15 05:26:57.242 INFO kablam! 1 | use std::cmp::Ord; Oct 15 05:26:57.242 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:26:57.242 INFO kablam! Oct 15 05:26:57.242 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 15 05:26:57.242 INFO kablam! --> src/ds/list.rs:3:5 Oct 15 05:26:57.242 INFO kablam! | Oct 15 05:26:57.242 INFO kablam! 3 | use std::cmp::Ordering; Oct 15 05:26:57.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.242 INFO kablam! Oct 15 05:26:57.242 INFO kablam! warning: unused import: `test::Bencher` Oct 15 05:26:57.242 INFO kablam! --> src/main.rs:24:5 Oct 15 05:26:57.242 INFO kablam! | Oct 15 05:26:57.242 INFO kablam! 24 | use test::Bencher; Oct 15 05:26:57.242 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:26:57.242 INFO kablam! Oct 15 05:26:57.365 INFO kablam! warning: unused variable: `start` Oct 15 05:26:57.365 INFO kablam! --> src/ds/heap.rs:37:7 Oct 15 05:26:57.365 INFO kablam! | Oct 15 05:26:57.365 INFO kablam! 37 | let start = 0; Oct 15 05:26:57.365 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 15 05:26:57.365 INFO kablam! | Oct 15 05:26:57.365 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:26:57.365 INFO kablam! Oct 15 05:26:57.407 INFO kablam! warning: variant is never constructed: `Limit` Oct 15 05:26:57.407 INFO kablam! --> src/structs/order.rs:8:2 Oct 15 05:26:57.407 INFO kablam! | Oct 15 05:26:57.407 INFO kablam! 8 | Limit, Oct 15 05:26:57.408 INFO kablam! | ^^^^^ Oct 15 05:26:57.408 INFO kablam! | Oct 15 05:26:57.408 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:26:57.408 INFO kablam! Oct 15 05:26:57.408 INFO kablam! warning: variant is never constructed: `Market` Oct 15 05:26:57.408 INFO kablam! --> src/structs/order.rs:9:2 Oct 15 05:26:57.408 INFO kablam! | Oct 15 05:26:57.408 INFO kablam! 9 | Market Oct 15 05:26:57.408 INFO kablam! | ^^^^^^ Oct 15 05:26:57.408 INFO kablam! Oct 15 05:26:57.408 INFO kablam! warning: variant is never constructed: `Ask` Oct 15 05:26:57.408 INFO kablam! --> src/structs/order.rs:14:2 Oct 15 05:26:57.408 INFO kablam! | Oct 15 05:26:57.408 INFO kablam! 14 | Ask, Oct 15 05:26:57.408 INFO kablam! | ^^^ Oct 15 05:26:57.408 INFO kablam! Oct 15 05:26:57.408 INFO kablam! warning: variant is never constructed: `Bid` Oct 15 05:26:57.408 INFO kablam! --> src/structs/order.rs:15:2 Oct 15 05:26:57.409 INFO kablam! | Oct 15 05:26:57.409 INFO kablam! 15 | Bid Oct 15 05:26:57.409 INFO kablam! | ^^^ Oct 15 05:26:57.409 INFO kablam! Oct 15 05:26:57.409 INFO kablam! warning: method is never used: `new` Oct 15 05:26:57.409 INFO kablam! --> src/structs/order.rs:29:2 Oct 15 05:26:57.409 INFO kablam! | Oct 15 05:26:57.409 INFO kablam! 29 | pub fn new(id: u64, price: &str, volume: &str, kind: OrderKind, side: OrderSide) -> Order { Oct 15 05:26:57.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.409 INFO kablam! Oct 15 05:26:57.409 INFO kablam! warning: method is never used: `is_fulfilled` Oct 15 05:26:57.409 INFO kablam! --> src/structs/order.rs:40:2 Oct 15 05:26:57.409 INFO kablam! | Oct 15 05:26:57.410 INFO kablam! 40 | pub fn is_fulfilled(&self) -> bool { Oct 15 05:26:57.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.410 INFO kablam! Oct 15 05:26:57.410 INFO kablam! warning: method is never used: `volume_remained` Oct 15 05:26:57.410 INFO kablam! --> src/structs/order.rs:44:2 Oct 15 05:26:57.410 INFO kablam! | Oct 15 05:26:57.410 INFO kablam! 44 | pub fn volume_remained(&self) -> Decimal { Oct 15 05:26:57.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.410 INFO kablam! Oct 15 05:26:57.410 INFO kablam! warning: struct is never constructed: `OrderBook` Oct 15 05:26:57.410 INFO kablam! --> src/structs/order_book.rs:10:1 Oct 15 05:26:57.411 INFO kablam! | Oct 15 05:26:57.411 INFO kablam! 10 | pub struct OrderBook { Oct 15 05:26:57.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.411 INFO kablam! Oct 15 05:26:57.411 INFO kablam! warning: method is never used: `new` Oct 15 05:26:57.411 INFO kablam! --> src/structs/order_book.rs:18:2 Oct 15 05:26:57.411 INFO kablam! | Oct 15 05:26:57.411 INFO kablam! 18 | pub fn new(side: OrderSide) -> OrderBook { Oct 15 05:26:57.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.412 INFO kablam! Oct 15 05:26:57.412 INFO kablam! warning: method is never used: `add_order` Oct 15 05:26:57.412 INFO kablam! --> src/structs/order_book.rs:31:2 Oct 15 05:26:57.412 INFO kablam! | Oct 15 05:26:57.412 INFO kablam! 31 | pub fn add_order(&mut self, order: Order) { Oct 15 05:26:57.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.412 INFO kablam! Oct 15 05:26:57.412 INFO kablam! warning: method is never used: `cancel_order` Oct 15 05:26:57.412 INFO kablam! --> src/structs/order_book.rs:39:2 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 39 | pub fn cancel_order(&mut self, order: Order) { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: struct is never constructed: `Market` Oct 15 05:26:57.413 INFO kablam! --> src/structs/market.rs:4:1 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 4 | pub struct Market { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: method is never used: `new` Oct 15 05:26:57.413 INFO kablam! --> src/structs/market.rs:11:2 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 11 | pub fn new(id: u64) -> Market { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: method is never used: `add_order` Oct 15 05:26:57.413 INFO kablam! --> src/structs/market.rs:19:2 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 19 | pub fn add_order(&mut self, order: Order) { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: method is never used: `cancel_order` Oct 15 05:26:57.413 INFO kablam! --> src/structs/market.rs:26:2 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 26 | pub fn cancel_order(&mut self, order: Order) { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: function is never used: `consume_limit_orders` Oct 15 05:26:57.413 INFO kablam! --> src/matching/mod.rs:5:1 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 5 | pub fn consume_limit_orders (order: &mut Order, order_book: &mut OrderBook) { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: function is never used: `consume_market_orders` Oct 15 05:26:57.413 INFO kablam! --> src/matching/mod.rs:32:1 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 32 | pub fn consume_market_orders (order: &mut Order, order_book: &mut OrderBook) { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: function is never used: `start_match` Oct 15 05:26:57.413 INFO kablam! --> src/matching/mod.rs:46:1 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 46 | pub fn start_match (mut order: Order, market: &mut Market) { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: function is never used: `subtract_volume` Oct 15 05:26:57.413 INFO kablam! --> src/matching/mod.rs:67:1 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 67 | pub fn subtract_volume(order_a: &mut Order, order_b: &mut Order) -> (bool, bool) { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: struct is never constructed: `Heap` Oct 15 05:26:57.413 INFO kablam! --> src/ds/heap.rs:7:1 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 7 | pub struct Heap { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: method is never used: `new` Oct 15 05:26:57.413 INFO kablam! --> src/ds/heap.rs:13:2 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 13 | pub fn new() -> Heap { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: method is never used: `parent` Oct 15 05:26:57.413 INFO kablam! --> src/ds/heap.rs:21:2 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 21 | pub fn parent(&self, idx: usize) -> usize { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: method is never used: `left` Oct 15 05:26:57.413 INFO kablam! --> src/ds/heap.rs:26:2 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 26 | pub fn left(&self, idx: usize) -> usize { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.413 INFO kablam! Oct 15 05:26:57.413 INFO kablam! warning: method is never used: `right` Oct 15 05:26:57.413 INFO kablam! --> src/ds/heap.rs:31:2 Oct 15 05:26:57.413 INFO kablam! | Oct 15 05:26:57.413 INFO kablam! 31 | pub fn right(&self, idx: usize) -> usize { Oct 15 05:26:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: method is never used: `sift_up` Oct 15 05:26:57.414 INFO kablam! --> src/ds/heap.rs:36:2 Oct 15 05:26:57.414 INFO kablam! | Oct 15 05:26:57.414 INFO kablam! 36 | pub fn sift_up(&mut self, from: usize) -> usize { Oct 15 05:26:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: method is never used: `sift_down` Oct 15 05:26:57.414 INFO kablam! --> src/ds/heap.rs:52:2 Oct 15 05:26:57.414 INFO kablam! | Oct 15 05:26:57.414 INFO kablam! 52 | pub fn sift_down(&mut self, from: usize) { Oct 15 05:26:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: method is never used: `push` Oct 15 05:26:57.414 INFO kablam! --> src/ds/heap.rs:73:2 Oct 15 05:26:57.414 INFO kablam! | Oct 15 05:26:57.414 INFO kablam! 73 | pub fn push(&mut self, elem: T) { Oct 15 05:26:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: method is never used: `swap` Oct 15 05:26:57.414 INFO kablam! --> src/ds/heap.rs:81:2 Oct 15 05:26:57.414 INFO kablam! | Oct 15 05:26:57.414 INFO kablam! 81 | pub fn swap(&mut self, idx_a: usize, idx_b: usize) { Oct 15 05:26:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: method is never used: `remove` Oct 15 05:26:57.414 INFO kablam! --> src/ds/heap.rs:88:2 Oct 15 05:26:57.414 INFO kablam! | Oct 15 05:26:57.414 INFO kablam! 88 | pub fn remove(&mut self, id: u64) { Oct 15 05:26:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: method is never used: `peek` Oct 15 05:26:57.414 INFO kablam! --> src/ds/heap.rs:114:2 Oct 15 05:26:57.414 INFO kablam! | Oct 15 05:26:57.414 INFO kablam! 114 | pub fn peek(&self) -> Option<&T> { Oct 15 05:26:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: method is never used: `peek_mut` Oct 15 05:26:57.414 INFO kablam! --> src/ds/heap.rs:119:2 Oct 15 05:26:57.414 INFO kablam! | Oct 15 05:26:57.414 INFO kablam! 119 | pub fn peek_mut(&mut self) -> Option<&mut T> { Oct 15 05:26:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: method is never used: `pop` Oct 15 05:26:57.414 INFO kablam! --> src/ds/heap.rs:124:2 Oct 15 05:26:57.414 INFO kablam! | Oct 15 05:26:57.414 INFO kablam! 124 | pub fn pop(&mut self) { Oct 15 05:26:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: method is never used: `len` Oct 15 05:26:57.414 INFO kablam! --> src/ds/heap.rs:130:2 Oct 15 05:26:57.414 INFO kablam! | Oct 15 05:26:57.414 INFO kablam! 130 | pub fn len(&self) -> usize { Oct 15 05:26:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: struct is never constructed: `List` Oct 15 05:26:57.414 INFO kablam! --> src/ds/list.rs:7:1 Oct 15 05:26:57.414 INFO kablam! | Oct 15 05:26:57.414 INFO kablam! 7 | pub struct List { Oct 15 05:26:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: struct is never constructed: `Node` Oct 15 05:26:57.414 INFO kablam! --> src/ds/list.rs:15:1 Oct 15 05:26:57.414 INFO kablam! | Oct 15 05:26:57.414 INFO kablam! 15 | pub struct Node { Oct 15 05:26:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: method is never used: `new` Oct 15 05:26:57.414 INFO kablam! --> src/ds/list.rs:22:2 Oct 15 05:26:57.414 INFO kablam! | Oct 15 05:26:57.414 INFO kablam! 22 | pub fn new() -> List { Oct 15 05:26:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.414 INFO kablam! Oct 15 05:26:57.414 INFO kablam! warning: method is never used: `len` Oct 15 05:26:57.418 INFO kablam! --> src/ds/list.rs:32:2 Oct 15 05:26:57.418 INFO kablam! | Oct 15 05:26:57.418 INFO kablam! 32 | pub fn len(&self) -> usize { Oct 15 05:26:57.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.418 INFO kablam! Oct 15 05:26:57.418 INFO kablam! warning: method is never used: `front` Oct 15 05:26:57.418 INFO kablam! --> src/ds/list.rs:37:2 Oct 15 05:26:57.418 INFO kablam! | Oct 15 05:26:57.418 INFO kablam! 37 | pub fn front(&self) -> Option<&T> { Oct 15 05:26:57.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.418 INFO kablam! Oct 15 05:26:57.418 INFO kablam! warning: method is never used: `front_mut` Oct 15 05:26:57.418 INFO kablam! --> src/ds/list.rs:42:2 Oct 15 05:26:57.418 INFO kablam! | Oct 15 05:26:57.418 INFO kablam! 42 | pub fn front_mut(&mut self) -> Option<&mut T> { Oct 15 05:26:57.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.418 INFO kablam! Oct 15 05:26:57.418 INFO kablam! warning: method is never used: `push_back` Oct 15 05:26:57.418 INFO kablam! --> src/ds/list.rs:47:2 Oct 15 05:26:57.418 INFO kablam! | Oct 15 05:26:57.418 INFO kablam! 47 | pub fn push_back(&mut self, elem: T) { Oct 15 05:26:57.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.418 INFO kablam! Oct 15 05:26:57.418 INFO kablam! warning: method is never used: `remove` Oct 15 05:26:57.418 INFO kablam! --> src/ds/list.rs:71:2 Oct 15 05:26:57.418 INFO kablam! | Oct 15 05:26:57.418 INFO kablam! 71 | pub fn remove(&mut self, id: u64) { Oct 15 05:26:57.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.418 INFO kablam! Oct 15 05:26:57.419 INFO kablam! warning: method is never used: `pop_front` Oct 15 05:26:57.419 INFO kablam! --> src/ds/list.rs:99:2 Oct 15 05:26:57.419 INFO kablam! | Oct 15 05:26:57.419 INFO kablam! 99 | pub fn pop_front(&mut self) { Oct 15 05:26:57.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:57.419 INFO kablam! Oct 15 05:26:57.419 INFO kablam! warning: struct is never constructed: `Order` Oct 15 05:26:57.419 INFO kablam! --> src/ds/list.rs:106:1 Oct 15 05:26:57.419 INFO kablam! | Oct 15 05:26:57.419 INFO kablam! 106 | struct Order { Oct 15 05:26:57.419 INFO kablam! | ^^^^^^^^^^^^ Oct 15 05:26:57.419 INFO kablam! Oct 15 05:26:57.673 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.53s Oct 15 05:26:57.679 INFO kablam! su: No module specific data is present Oct 15 05:26:58.046 INFO running `"docker" "rm" "-f" "979b9e63aaf803bd3edd659329b4fe22794de879255ae9edfc3f50250a45138e"` Oct 15 05:26:58.144 INFO blam! 979b9e63aaf803bd3edd659329b4fe22794de879255ae9edfc3f50250a45138e Oct 15 05:26:58.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 05:26:58.451 INFO blam! a4ad2f6dbf60331481fb41123713d5cf8569a07c7933f0f855bcaab8b141da24 Oct 15 05:26:58.453 INFO running `"docker" "start" "-a" "a4ad2f6dbf60331481fb41123713d5cf8569a07c7933f0f855bcaab8b141da24"` Oct 15 05:26:58.988 INFO kablam! usermod: no changes Oct 15 05:26:59.027 INFO kablam! Compiling matching v0.1.0 (/source) Oct 15 05:26:59.685 INFO kablam! warning: unused import: `Error` Oct 15 05:26:59.685 INFO kablam! --> src/main.rs:5:25 Oct 15 05:26:59.685 INFO kablam! | Oct 15 05:26:59.685 INFO kablam! 5 | use serde_json::{Value, Error}; Oct 15 05:26:59.685 INFO kablam! | ^^^^^ Oct 15 05:26:59.685 INFO kablam! | Oct 15 05:26:59.685 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:26:59.685 INFO kablam! Oct 15 05:26:59.685 INFO kablam! warning: unused import: `std::fs::read_to_string` Oct 15 05:26:59.685 INFO kablam! --> src/main.rs:8:5 Oct 15 05:26:59.685 INFO kablam! | Oct 15 05:26:59.685 INFO kablam! 8 | use std::fs::read_to_string; Oct 15 05:26:59.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:59.685 INFO kablam! Oct 15 05:26:59.689 INFO kablam! warning: unused import: `std::io::BufReader` Oct 15 05:26:59.689 INFO kablam! --> src/main.rs:10:5 Oct 15 05:26:59.689 INFO kablam! | Oct 15 05:26:59.689 INFO kablam! 10 | use std::io::BufReader; Oct 15 05:26:59.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:59.689 INFO kablam! Oct 15 05:26:59.689 INFO kablam! warning: unused import: `std::collections::LinkedList` Oct 15 05:26:59.689 INFO kablam! --> src/structs/order_book.rs:1:5 Oct 15 05:26:59.689 INFO kablam! | Oct 15 05:26:59.689 INFO kablam! 1 | use std::collections::LinkedList; Oct 15 05:26:59.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:59.689 INFO kablam! Oct 15 05:26:59.689 INFO kablam! warning: unused import: `std::cmp::Ord` Oct 15 05:26:59.689 INFO kablam! --> src/structs/order_book.rs:2:5 Oct 15 05:26:59.689 INFO kablam! | Oct 15 05:26:59.689 INFO kablam! 2 | use std::cmp::Ord; Oct 15 05:26:59.689 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:26:59.689 INFO kablam! Oct 15 05:26:59.689 INFO kablam! warning: unused import: `std::cmp` Oct 15 05:26:59.689 INFO kablam! --> src/structs/order_book.rs:4:5 Oct 15 05:26:59.689 INFO kablam! | Oct 15 05:26:59.689 INFO kablam! 4 | use std::cmp; Oct 15 05:26:59.689 INFO kablam! | ^^^^^^^^ Oct 15 05:26:59.689 INFO kablam! Oct 15 05:26:59.690 INFO kablam! warning: unused import: `std::cmp::Ord` Oct 15 05:26:59.690 INFO kablam! --> src/ds/list.rs:1:5 Oct 15 05:26:59.690 INFO kablam! | Oct 15 05:26:59.690 INFO kablam! 1 | use std::cmp::Ord; Oct 15 05:26:59.690 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:26:59.690 INFO kablam! Oct 15 05:26:59.690 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 15 05:26:59.690 INFO kablam! --> src/ds/list.rs:3:5 Oct 15 05:26:59.690 INFO kablam! | Oct 15 05:26:59.690 INFO kablam! 3 | use std::cmp::Ordering; Oct 15 05:26:59.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:59.690 INFO kablam! Oct 15 05:27:00.011 INFO kablam! warning: unused import: `std::io::prelude` Oct 15 05:27:00.011 INFO kablam! --> src/main.rs:9:5 Oct 15 05:27:00.011 INFO kablam! | Oct 15 05:27:00.011 INFO kablam! 9 | use std::io::prelude::*; Oct 15 05:27:00.011 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 05:27:00.011 INFO kablam! Oct 15 05:27:00.047 INFO kablam! warning: unused variable: `market` Oct 15 05:27:00.047 INFO kablam! --> src/structs/market.rs:48:6 Oct 15 05:27:00.047 INFO kablam! | Oct 15 05:27:00.047 INFO kablam! 48 | let market = Market::new(1); Oct 15 05:27:00.047 INFO kablam! | ^^^^^^ help: consider using `_market` instead Oct 15 05:27:00.047 INFO kablam! | Oct 15 05:27:00.047 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:27:00.047 INFO kablam! Oct 15 05:27:00.047 INFO kablam! warning: unused variable: `b_fulfilled` Oct 15 05:27:00.047 INFO kablam! --> src/matching/mod.rs:81:20 Oct 15 05:27:00.047 INFO kablam! | Oct 15 05:27:00.048 INFO kablam! 81 | let (a_fulfilled, b_fulfilled) = subtract_volume(&mut order_a, &mut order_b); Oct 15 05:27:00.048 INFO kablam! | ^^^^^^^^^^^ help: consider using `_b_fulfilled` instead Oct 15 05:27:00.048 INFO kablam! Oct 15 05:27:00.048 INFO kablam! warning: unused variable: `start` Oct 15 05:27:00.048 INFO kablam! --> src/ds/heap.rs:37:7 Oct 15 05:27:00.048 INFO kablam! | Oct 15 05:27:00.048 INFO kablam! 37 | let start = 0; Oct 15 05:27:00.048 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 15 05:27:00.048 INFO kablam! Oct 15 05:27:00.175 INFO kablam! warning: method is never used: `left` Oct 15 05:27:00.175 INFO kablam! --> src/ds/heap.rs:26:2 Oct 15 05:27:00.175 INFO kablam! | Oct 15 05:27:00.175 INFO kablam! 26 | pub fn left(&self, idx: usize) -> usize { Oct 15 05:27:00.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:27:00.175 INFO kablam! | Oct 15 05:27:00.175 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:27:00.175 INFO kablam! Oct 15 05:27:00.175 INFO kablam! warning: method is never used: `right` Oct 15 05:27:00.175 INFO kablam! --> src/ds/heap.rs:31:2 Oct 15 05:27:00.175 INFO kablam! | Oct 15 05:27:00.175 INFO kablam! 31 | pub fn right(&self, idx: usize) -> usize { Oct 15 05:27:00.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:27:00.175 INFO kablam! Oct 15 05:27:01.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.94s Oct 15 05:27:01.943 INFO kablam! su: No module specific data is present Oct 15 05:27:02.449 INFO running `"docker" "rm" "-f" "a4ad2f6dbf60331481fb41123713d5cf8569a07c7933f0f855bcaab8b141da24"` Oct 15 05:27:02.595 INFO blam! a4ad2f6dbf60331481fb41123713d5cf8569a07c7933f0f855bcaab8b141da24 Oct 15 05:27:02.599 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 05:27:02.903 INFO blam! ce72d15ca1921fd8b6b98814e62ccd921f37186d047b57a1316e8f244862ba3e Oct 15 05:27:02.910 INFO running `"docker" "start" "-a" "ce72d15ca1921fd8b6b98814e62ccd921f37186d047b57a1316e8f244862ba3e"` Oct 15 05:27:03.615 INFO kablam! usermod: no changes Oct 15 05:27:03.693 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 05:27:03.695 INFO kablam! Running /target/debug/deps/matching-9410873e1b3ca4c2 Oct 15 05:27:03.703 INFO blam! Oct 15 05:27:03.703 INFO blam! running 21 tests Oct 15 05:27:03.719 INFO blam! test ds::heap::test_ord ... ok Oct 15 05:27:03.719 INFO blam! test ds::heap::test_pop ... ok Oct 15 05:27:03.719 INFO blam! test ds::list::test_pop_front ... ok Oct 15 05:27:03.719 INFO blam! test ds::list::test_push_back ... ok Oct 15 05:27:03.719 INFO blam! test ds::list::test_remove ... ok Oct 15 05:27:03.723 INFO blam! test matching::test_add_orders ... ok Oct 15 05:27:03.724 INFO blam! test ds::heap::test_remove_last_one ... ok Oct 15 05:27:03.724 INFO blam! test ds::heap::test_push ... ok Oct 15 05:27:03.725 INFO blam! test ds::heap::test_swap ... ok Oct 15 05:27:03.725 INFO blam! test ds::heap::test_remove_not_existed ... ok Oct 15 05:27:03.725 INFO blam! test ds::heap::test_remove ... ok Oct 15 05:27:03.725 INFO blam! test matching::test_matching_limit_order_then_market_other ... ok Oct 15 05:27:03.725 INFO blam! test matching::test_matching_limit_order ... ok Oct 15 05:27:03.725 INFO blam! test matching::test_matching_market_order ... ok Oct 15 05:27:03.725 INFO blam! test matching::test_subtract_volume ... ok Oct 15 05:27:03.731 INFO blam! test structs::order_book::test_place_market_order ... ok Oct 15 05:27:03.739 INFO blam! test structs::market::test_ok ... ok Oct 15 05:27:03.739 INFO blam! test structs::order::lower_price_should_be_greater_for_ask_order ... ok Oct 15 05:27:03.739 INFO blam! test structs::order_book::test_best_limit_order ... ok Oct 15 05:27:03.739 INFO blam! test structs::order::higher_price_should_be_greater_for_bid_order ... ok Oct 15 05:27:03.747 INFO kablam! error: test failed, to rerun pass '--bin matching' Oct 15 05:27:03.747 INFO kablam! su: No module specific data is present Oct 15 05:27:03.747 INFO blam! test bench_matching ... FAILED Oct 15 05:27:03.747 INFO blam! Oct 15 05:27:03.747 INFO blam! failures: Oct 15 05:27:03.747 INFO blam! Oct 15 05:27:03.747 INFO blam! ---- bench_matching stdout ---- Oct 15 05:27:03.747 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:27:03.747 INFO blam! stack backtrace: Oct 15 05:27:03.747 INFO blam! 0: 0x55b0c843715e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 15 05:27:03.747 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 05:27:03.747 INFO blam! 1: 0x55b0c8440006 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 15 05:27:03.747 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 05:27:03.747 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 05:27:03.747 INFO blam! 2: 0x55b0c843ad5d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 15 05:27:03.747 INFO blam! at libstd/panicking.rs:211 Oct 15 05:27:03.747 INFO blam! 3: 0x55b0c843aa6b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 15 05:27:03.747 INFO blam! at libstd/panicking.rs:221 Oct 15 05:27:03.747 INFO blam! 4: 0x55b0c843b40c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 15 05:27:03.747 INFO blam! at libstd/panicking.rs:476 Oct 15 05:27:03.747 INFO blam! 5: 0x55b0c843afc9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 15 05:27:03.747 INFO blam! at libstd/panicking.rs:390 Oct 15 05:27:03.747 INFO blam! 6: 0x55b0c843aec5 - rust_begin_unwind Oct 15 05:27:03.747 INFO blam! at libstd/panicking.rs:325 Oct 15 05:27:03.747 INFO blam! 7: 0x55b0c847b13b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 15 05:27:03.747 INFO blam! at libcore/panicking.rs:77 Oct 15 05:27:03.747 INFO blam! 8: 0x55b0c83b4003 - core::result::unwrap_failed::h45c269b33682eb5e Oct 15 05:27:03.747 INFO blam! at libcore/macros.rs:26 Oct 15 05:27:03.747 INFO blam! 9: 0x55b0c83b3268 - >::unwrap::h0daa6386e798a726 Oct 15 05:27:03.747 INFO blam! at libcore/result.rs:808 Oct 15 05:27:03.747 INFO blam! 10: 0x55b0c8395133 - matching::bench_matching::{{closure}}::h9bf5443f475948d3 Oct 15 05:27:03.747 INFO blam! at src/main.rs:30 Oct 15 05:27:03.747 INFO blam! 11: 0x55b0c83b5840 - test::ns_iter_inner::h20cb3e99f5f52941 Oct 15 05:27:03.747 INFO blam! at libtest/lib.rs:1591 Oct 15 05:27:03.747 INFO blam! 12: 0x55b0c83b61b0 - test::Bencher::iter::h9243219009c83b08 Oct 15 05:27:03.747 INFO blam! at libtest/lib.rs:1565 Oct 15 05:27:03.747 INFO blam! 13: 0x55b0c83950c2 - matching::bench_matching::h1b1a75ef6d48dfa5 Oct 15 05:27:03.747 INFO blam! at src/main.rs:27 Oct 15 05:27:03.747 INFO blam! 14: 0x55b0c8395097 - matching::bench_matching::{{closure}}::he4b7d3fa5b112429 Oct 15 05:27:03.747 INFO blam! at src/main.rs:26 Oct 15 05:27:03.747 INFO blam! 15: 0x55b0c8391a17 - core::ops::function::FnOnce::call_once::h462b988791b91a32 Oct 15 05:27:03.747 INFO blam! at libcore/ops/function.rs:238 Oct 15 05:27:03.747 INFO blam! 16: 0x55b0c83b7d87 - >::call_box::hb1424ea919551fa8 Oct 15 05:27:03.747 INFO blam! at libtest/lib.rs:1374 Oct 15 05:27:03.747 INFO blam! at libtest/lib.rs:1576 Oct 15 05:27:03.747 INFO blam! at libtest/lib.rs:1739 Oct 15 05:27:03.747 INFO blam! at libtest/lib.rs:1374 Oct 15 05:27:03.747 INFO blam! at libcore/ops/function.rs:238 Oct 15 05:27:03.747 INFO blam! at liballoc/boxed.rs:672 Oct 15 05:27:03.747 INFO blam! 17: 0x55b0c83b7bf2 - >::call_box::h477ac8c82814e76d Oct 15 05:27:03.747 INFO blam! at libtest/lib.rs:1461 Oct 15 05:27:03.747 INFO blam! at liballoc/boxed.rs:672 Oct 15 05:27:03.748 INFO blam! 18: 0x55b0c844b1d9 - __rust_maybe_catch_panic Oct 15 05:27:03.748 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 05:27:03.748 INFO blam! 19: 0x55b0c83d896d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 15 05:27:03.748 INFO blam! at libstd/panicking.rs:289 Oct 15 05:27:03.748 INFO blam! at libstd/panic.rs:392 Oct 15 05:27:03.748 INFO blam! at libtest/lib.rs:1423 Oct 15 05:27:03.748 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 05:27:03.748 INFO blam! 20: 0x55b0c83d9574 - std::panicking::try::do_call::ha990a345054c2d63 Oct 15 05:27:03.748 INFO blam! at libstd/thread/mod.rs:409 Oct 15 05:27:03.748 INFO blam! at libstd/panic.rs:313 Oct 15 05:27:03.748 INFO blam! at libstd/panicking.rs:310 Oct 15 05:27:03.748 INFO blam! 21: 0x55b0c844b1d9 - __rust_maybe_catch_panic Oct 15 05:27:03.748 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 05:27:03.748 INFO blam! 22: 0x55b0c83c6966 - >::call_box::h96125cb29a9ba44b Oct 15 05:27:03.748 INFO blam! at libstd/panicking.rs:289 Oct 15 05:27:03.748 INFO blam! at libstd/panic.rs:392 Oct 15 05:27:03.748 INFO blam! at libstd/thread/mod.rs:408 Oct 15 05:27:03.748 INFO blam! at liballoc/boxed.rs:672 Oct 15 05:27:03.748 INFO blam! 23: 0x55b0c843919a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 15 05:27:03.748 INFO blam! at liballoc/boxed.rs:682 Oct 15 05:27:03.748 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 05:27:03.748 INFO blam! 24: 0x55b0c842e825 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 15 05:27:03.748 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 05:27:03.748 INFO blam! 25: 0x7f4e1052b6b9 - start_thread Oct 15 05:27:03.748 INFO blam! 26: 0x7f4e1004b41c - clone Oct 15 05:27:03.748 INFO blam! 27: 0x0 - Oct 15 05:27:03.748 INFO blam! Oct 15 05:27:03.748 INFO blam! Oct 15 05:27:03.748 INFO blam! failures: Oct 15 05:27:03.748 INFO blam! bench_matching Oct 15 05:27:03.748 INFO blam! Oct 15 05:27:03.748 INFO blam! test result: FAILED. 20 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:27:03.748 INFO blam! Oct 15 05:27:04.097 INFO running `"docker" "rm" "-f" "ce72d15ca1921fd8b6b98814e62ccd921f37186d047b57a1316e8f244862ba3e"` Oct 15 05:27:04.285 INFO blam! ce72d15ca1921fd8b6b98814e62ccd921f37186d047b57a1316e8f244862ba3e