Oct 14 11:31:36.139 INFO testing megesdal/bedtree-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:31:36.139 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 11:31:36.508 INFO blam! 4a328c8abdc61214abd34057daa8117c5b4ba539c2044ffb9d1f197e75da4b5f Oct 14 11:31:36.511 INFO running `"docker" "start" "-a" "4a328c8abdc61214abd34057daa8117c5b4ba539c2044ffb9d1f197e75da4b5f"` Oct 14 11:31:37.022 INFO kablam! usermod: no changes Oct 14 11:31:37.051 INFO kablam! Compiling hello_world v0.0.1 (/source) Oct 14 11:31:37.159 INFO kablam! warning: unused import: `max` Oct 14 11:31:37.159 INFO kablam! --> src/main.rs:2:16 Oct 14 11:31:37.159 INFO kablam! | Oct 14 11:31:37.159 INFO kablam! 2 | use std::cmp::{max, min, Ordering}; Oct 14 11:31:37.159 INFO kablam! | ^^^ Oct 14 11:31:37.159 INFO kablam! | Oct 14 11:31:37.159 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:31:37.159 INFO kablam! Oct 14 11:31:37.220 INFO kablam! warning: unused variable: `node_to_insert` Oct 14 11:31:37.220 INFO kablam! --> src/main.rs:114:14 Oct 14 11:31:37.220 INFO kablam! | Oct 14 11:31:37.220 INFO kablam! 114 | let (node_to_insert, insert_idx) = match split_result { Oct 14 11:31:37.220 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_node_to_insert` instead Oct 14 11:31:37.221 INFO kablam! | Oct 14 11:31:37.221 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:31:37.221 INFO kablam! Oct 14 11:31:37.221 INFO kablam! warning: unused variable: `insert_idx` Oct 14 11:31:37.221 INFO kablam! --> src/main.rs:114:30 Oct 14 11:31:37.222 INFO kablam! | Oct 14 11:31:37.222 INFO kablam! 114 | let (node_to_insert, insert_idx) = match split_result { Oct 14 11:31:37.222 INFO kablam! | ^^^^^^^^^^ help: consider using `_insert_idx` instead Oct 14 11:31:37.222 INFO kablam! Oct 14 11:31:37.222 INFO kablam! warning: unused variable: `q` Oct 14 11:31:37.223 INFO kablam! --> src/main.rs:125:68 Oct 14 11:31:37.223 INFO kablam! | Oct 14 11:31:37.223 INFO kablam! 125 | fn split_if_necessary(&'a self, parent: &'a BPlusTreeNode<'a>, q: &str) Oct 14 11:31:37.223 INFO kablam! | ^ help: consider using `_q` instead Oct 14 11:31:37.223 INFO kablam! Oct 14 11:31:37.235 INFO kablam! warning: struct is never constructed: `BPlusTree` Oct 14 11:31:37.236 INFO kablam! --> src/main.rs:42:1 Oct 14 11:31:37.236 INFO kablam! | Oct 14 11:31:37.236 INFO kablam! 42 | struct BPlusTree<'a> { Oct 14 11:31:37.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:37.237 INFO kablam! | Oct 14 11:31:37.237 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:31:37.237 INFO kablam! Oct 14 11:31:37.237 INFO kablam! warning: struct is never constructed: `BPlusTreeNode` Oct 14 11:31:37.237 INFO kablam! --> src/main.rs:48:1 Oct 14 11:31:37.237 INFO kablam! | Oct 14 11:31:37.237 INFO kablam! 48 | struct BPlusTreeNode<'a> { Oct 14 11:31:37.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:37.237 INFO kablam! Oct 14 11:31:37.237 INFO kablam! warning: method is never used: `is_leaf_node` Oct 14 11:31:37.237 INFO kablam! --> src/main.rs:57:5 Oct 14 11:31:37.237 INFO kablam! | Oct 14 11:31:37.237 INFO kablam! 57 | fn is_leaf_node(&self) -> bool { Oct 14 11:31:37.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:37.237 INFO kablam! Oct 14 11:31:37.237 INFO kablam! warning: method is never used: `insert` Oct 14 11:31:37.237 INFO kablam! --> src/main.rs:64:5 Oct 14 11:31:37.237 INFO kablam! | Oct 14 11:31:37.237 INFO kablam! 64 | fn insert(&'a self, q: &str) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:37.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:37.237 INFO kablam! Oct 14 11:31:37.237 INFO kablam! warning: method is never used: `find_node` Oct 14 11:31:37.237 INFO kablam! --> src/main.rs:70:5 Oct 14 11:31:37.238 INFO kablam! | Oct 14 11:31:37.238 INFO kablam! 70 | fn find_node(&'a self, q: &str, node: &'a BPlusTreeNode<'a>) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:37.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:37.238 INFO kablam! Oct 14 11:31:37.238 INFO kablam! warning: function is never used: `check_split` Oct 14 11:31:37.238 INFO kablam! --> src/main.rs:75:13 Oct 14 11:31:37.238 INFO kablam! | Oct 14 11:31:37.238 INFO kablam! 75 | / fn check_split<'a>(tree: &'a BPlusTree<'a>, q: &str, node: &'a BPlusTreeNode<'a>, Oct 14 11:31:37.238 INFO kablam! 76 | | child_idx: usize) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:37.238 INFO kablam! 77 | | if child_idx == node.splits.len() { Oct 14 11:31:37.238 INFO kablam! 78 | | tree.find_node(q, &node.children[node.splits.len()]) Oct 14 11:31:37.238 INFO kablam! ... | Oct 14 11:31:37.238 INFO kablam! 83 | | } Oct 14 11:31:37.238 INFO kablam! 84 | | }; Oct 14 11:31:37.238 INFO kablam! | |_____________^ Oct 14 11:31:37.238 INFO kablam! Oct 14 11:31:37.238 INFO kablam! warning: method is never used: `rec_insert` Oct 14 11:31:37.238 INFO kablam! --> src/main.rs:89:5 Oct 14 11:31:37.238 INFO kablam! | Oct 14 11:31:37.238 INFO kablam! 89 | / fn rec_insert(&'a self, q: &str, parent: &'a BPlusTreeNode<'a>, Oct 14 11:31:37.238 INFO kablam! 90 | | child: Option<&'a BPlusTreeNode>) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:37.238 INFO kablam! 91 | | Oct 14 11:31:37.238 INFO kablam! 92 | | // TODO: recursive closure via struct? Oct 14 11:31:37.238 INFO kablam! ... | Oct 14 11:31:37.238 INFO kablam! 122 | | parent Oct 14 11:31:37.238 INFO kablam! 123 | | } Oct 14 11:31:37.238 INFO kablam! | |_____^ Oct 14 11:31:37.238 INFO kablam! Oct 14 11:31:37.238 INFO kablam! warning: function is never used: `find_insert_loc` Oct 14 11:31:37.238 INFO kablam! --> src/main.rs:93:9 Oct 14 11:31:37.238 INFO kablam! | Oct 14 11:31:37.238 INFO kablam! 93 | / fn find_insert_loc<'a>(compare: fn(&str,&str)->Ordering, splits: &Vec<&str>, idx: usize, Oct 14 11:31:37.238 INFO kablam! 94 | | q: &str, child: Option<&'a BPlusTreeNode>) -> (usize, bool) { Oct 14 11:31:37.238 INFO kablam! 95 | | if idx == splits.len() { Oct 14 11:31:37.238 INFO kablam! 96 | | (splits.len(), true) Oct 14 11:31:37.238 INFO kablam! ... | Oct 14 11:31:37.238 INFO kablam! 103 | | } Oct 14 11:31:37.238 INFO kablam! 104 | | } Oct 14 11:31:37.238 INFO kablam! | |_________^ Oct 14 11:31:37.238 INFO kablam! Oct 14 11:31:37.238 INFO kablam! warning: method is never used: `split_if_necessary` Oct 14 11:31:37.238 INFO kablam! --> src/main.rs:125:5 Oct 14 11:31:37.238 INFO kablam! | Oct 14 11:31:37.238 INFO kablam! 125 | / fn split_if_necessary(&'a self, parent: &'a BPlusTreeNode<'a>, q: &str) Oct 14 11:31:37.238 INFO kablam! 126 | | -> (Option<&'a BPlusTreeNode<'a>>, bool) { Oct 14 11:31:37.238 INFO kablam! 127 | | let should_split = parent.splits.len() == self.branch_factor - 1; Oct 14 11:31:37.238 INFO kablam! 128 | | if !should_split { Oct 14 11:31:37.238 INFO kablam! ... | Oct 14 11:31:37.238 INFO kablam! 133 | | } Oct 14 11:31:37.238 INFO kablam! 134 | | } Oct 14 11:31:37.238 INFO kablam! | |_____^ Oct 14 11:31:37.238 INFO kablam! Oct 14 11:31:37.238 INFO kablam! warning: function is never used: `verify_edit_distance` Oct 14 11:31:37.238 INFO kablam! --> src/main.rs:137:1 Oct 14 11:31:37.238 INFO kablam! | Oct 14 11:31:37.238 INFO kablam! 137 | fn verify_edit_distance(x: &str, y: &str, distance_threshold: usize) -> Option { Oct 14 11:31:37.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:37.238 INFO kablam! Oct 14 11:31:37.238 INFO kablam! warning: function is never used: `create_verification_table` Oct 14 11:31:37.238 INFO kablam! --> src/main.rs:171:1 Oct 14 11:31:37.238 INFO kablam! | Oct 14 11:31:37.238 INFO kablam! 171 | / fn create_verification_table( Oct 14 11:31:37.238 INFO kablam! 172 | | nrows: usize, Oct 14 11:31:37.238 INFO kablam! 173 | | ncols: usize, Oct 14 11:31:37.238 INFO kablam! 174 | | distance_threshold: usize, Oct 14 11:31:37.238 INFO kablam! ... | Oct 14 11:31:37.238 INFO kablam! 225 | | (row0, Some(m)) Oct 14 11:31:37.238 INFO kablam! 226 | | } Oct 14 11:31:37.238 INFO kablam! | |_^ Oct 14 11:31:37.238 INFO kablam! Oct 14 11:31:37.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Oct 14 11:31:37.735 INFO kablam! su: No module specific data is present Oct 14 11:31:38.431 INFO running `"docker" "rm" "-f" "4a328c8abdc61214abd34057daa8117c5b4ba539c2044ffb9d1f197e75da4b5f"` Oct 14 11:31:38.747 INFO blam! 4a328c8abdc61214abd34057daa8117c5b4ba539c2044ffb9d1f197e75da4b5f Oct 14 11:31:38.750 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 11:31:39.171 INFO blam! 7c618cb92c6567ed7cce35cbd65f1fc99381daf8bc760c6eba9a50b401ec44bf Oct 14 11:31:39.187 INFO running `"docker" "start" "-a" "7c618cb92c6567ed7cce35cbd65f1fc99381daf8bc760c6eba9a50b401ec44bf"` Oct 14 11:31:40.663 INFO kablam! usermod: no changes Oct 14 11:31:40.699 INFO kablam! Compiling hello_world v0.0.1 (/source) Oct 14 11:31:40.938 INFO kablam! warning: unused import: `max` Oct 14 11:31:40.938 INFO kablam! --> src/main.rs:2:16 Oct 14 11:31:40.938 INFO kablam! | Oct 14 11:31:40.938 INFO kablam! 2 | use std::cmp::{max, min, Ordering}; Oct 14 11:31:40.938 INFO kablam! | ^^^ Oct 14 11:31:40.938 INFO kablam! | Oct 14 11:31:40.938 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:31:40.938 INFO kablam! Oct 14 11:31:41.074 INFO kablam! warning: unused variable: `node_to_insert` Oct 14 11:31:41.074 INFO kablam! --> src/main.rs:114:14 Oct 14 11:31:41.074 INFO kablam! | Oct 14 11:31:41.074 INFO kablam! 114 | let (node_to_insert, insert_idx) = match split_result { Oct 14 11:31:41.074 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_node_to_insert` instead Oct 14 11:31:41.074 INFO kablam! | Oct 14 11:31:41.074 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:31:41.074 INFO kablam! Oct 14 11:31:41.074 INFO kablam! warning: unused variable: `insert_idx` Oct 14 11:31:41.074 INFO kablam! --> src/main.rs:114:30 Oct 14 11:31:41.074 INFO kablam! | Oct 14 11:31:41.074 INFO kablam! 114 | let (node_to_insert, insert_idx) = match split_result { Oct 14 11:31:41.074 INFO kablam! | ^^^^^^^^^^ help: consider using `_insert_idx` instead Oct 14 11:31:41.074 INFO kablam! Oct 14 11:31:41.074 INFO kablam! warning: unused variable: `q` Oct 14 11:31:41.074 INFO kablam! --> src/main.rs:125:68 Oct 14 11:31:41.074 INFO kablam! | Oct 14 11:31:41.074 INFO kablam! 125 | fn split_if_necessary(&'a self, parent: &'a BPlusTreeNode<'a>, q: &str) Oct 14 11:31:41.074 INFO kablam! | ^ help: consider using `_q` instead Oct 14 11:31:41.074 INFO kablam! Oct 14 11:31:41.102 INFO kablam! warning: struct is never constructed: `BPlusTree` Oct 14 11:31:41.102 INFO kablam! --> src/main.rs:42:1 Oct 14 11:31:41.102 INFO kablam! | Oct 14 11:31:41.102 INFO kablam! 42 | struct BPlusTree<'a> { Oct 14 11:31:41.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:41.102 INFO kablam! | Oct 14 11:31:41.102 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:31:41.102 INFO kablam! Oct 14 11:31:41.102 INFO kablam! warning: struct is never constructed: `BPlusTreeNode` Oct 14 11:31:41.103 INFO kablam! --> src/main.rs:48:1 Oct 14 11:31:41.103 INFO kablam! | Oct 14 11:31:41.103 INFO kablam! 48 | struct BPlusTreeNode<'a> { Oct 14 11:31:41.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:41.103 INFO kablam! Oct 14 11:31:41.103 INFO kablam! warning: method is never used: `is_leaf_node` Oct 14 11:31:41.103 INFO kablam! --> src/main.rs:57:5 Oct 14 11:31:41.103 INFO kablam! | Oct 14 11:31:41.103 INFO kablam! 57 | fn is_leaf_node(&self) -> bool { Oct 14 11:31:41.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:41.103 INFO kablam! Oct 14 11:31:41.103 INFO kablam! warning: method is never used: `insert` Oct 14 11:31:41.111 INFO kablam! --> src/main.rs:64:5 Oct 14 11:31:41.111 INFO kablam! | Oct 14 11:31:41.111 INFO kablam! 64 | fn insert(&'a self, q: &str) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:41.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:41.111 INFO kablam! Oct 14 11:31:41.111 INFO kablam! warning: method is never used: `find_node` Oct 14 11:31:41.111 INFO kablam! --> src/main.rs:70:5 Oct 14 11:31:41.111 INFO kablam! | Oct 14 11:31:41.111 INFO kablam! 70 | fn find_node(&'a self, q: &str, node: &'a BPlusTreeNode<'a>) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:41.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:41.111 INFO kablam! Oct 14 11:31:41.111 INFO kablam! warning: function is never used: `check_split` Oct 14 11:31:41.111 INFO kablam! --> src/main.rs:75:13 Oct 14 11:31:41.111 INFO kablam! | Oct 14 11:31:41.111 INFO kablam! 75 | / fn check_split<'a>(tree: &'a BPlusTree<'a>, q: &str, node: &'a BPlusTreeNode<'a>, Oct 14 11:31:41.111 INFO kablam! 76 | | child_idx: usize) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:41.111 INFO kablam! 77 | | if child_idx == node.splits.len() { Oct 14 11:31:41.111 INFO kablam! 78 | | tree.find_node(q, &node.children[node.splits.len()]) Oct 14 11:31:41.111 INFO kablam! ... | Oct 14 11:31:41.111 INFO kablam! 83 | | } Oct 14 11:31:41.111 INFO kablam! 84 | | }; Oct 14 11:31:41.111 INFO kablam! | |_____________^ Oct 14 11:31:41.111 INFO kablam! Oct 14 11:31:41.111 INFO kablam! warning: method is never used: `rec_insert` Oct 14 11:31:41.111 INFO kablam! --> src/main.rs:89:5 Oct 14 11:31:41.111 INFO kablam! | Oct 14 11:31:41.111 INFO kablam! 89 | / fn rec_insert(&'a self, q: &str, parent: &'a BPlusTreeNode<'a>, Oct 14 11:31:41.111 INFO kablam! 90 | | child: Option<&'a BPlusTreeNode>) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:41.111 INFO kablam! 91 | | Oct 14 11:31:41.111 INFO kablam! 92 | | // TODO: recursive closure via struct? Oct 14 11:31:41.111 INFO kablam! ... | Oct 14 11:31:41.111 INFO kablam! 122 | | parent Oct 14 11:31:41.111 INFO kablam! 123 | | } Oct 14 11:31:41.111 INFO kablam! | |_____^ Oct 14 11:31:41.111 INFO kablam! Oct 14 11:31:41.111 INFO kablam! warning: function is never used: `find_insert_loc` Oct 14 11:31:41.111 INFO kablam! --> src/main.rs:93:9 Oct 14 11:31:41.111 INFO kablam! | Oct 14 11:31:41.111 INFO kablam! 93 | / fn find_insert_loc<'a>(compare: fn(&str,&str)->Ordering, splits: &Vec<&str>, idx: usize, Oct 14 11:31:41.111 INFO kablam! 94 | | q: &str, child: Option<&'a BPlusTreeNode>) -> (usize, bool) { Oct 14 11:31:41.111 INFO kablam! 95 | | if idx == splits.len() { Oct 14 11:31:41.111 INFO kablam! 96 | | (splits.len(), true) Oct 14 11:31:41.111 INFO kablam! ... | Oct 14 11:31:41.111 INFO kablam! 103 | | } Oct 14 11:31:41.111 INFO kablam! 104 | | } Oct 14 11:31:41.111 INFO kablam! | |_________^ Oct 14 11:31:41.111 INFO kablam! Oct 14 11:31:41.111 INFO kablam! warning: method is never used: `split_if_necessary` Oct 14 11:31:41.111 INFO kablam! --> src/main.rs:125:5 Oct 14 11:31:41.111 INFO kablam! | Oct 14 11:31:41.111 INFO kablam! 125 | / fn split_if_necessary(&'a self, parent: &'a BPlusTreeNode<'a>, q: &str) Oct 14 11:31:41.111 INFO kablam! 126 | | -> (Option<&'a BPlusTreeNode<'a>>, bool) { Oct 14 11:31:41.111 INFO kablam! 127 | | let should_split = parent.splits.len() == self.branch_factor - 1; Oct 14 11:31:41.111 INFO kablam! 128 | | if !should_split { Oct 14 11:31:41.112 INFO kablam! ... | Oct 14 11:31:41.112 INFO kablam! 133 | | } Oct 14 11:31:41.112 INFO kablam! 134 | | } Oct 14 11:31:41.112 INFO kablam! | |_____^ Oct 14 11:31:41.112 INFO kablam! Oct 14 11:31:42.005 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 14 11:31:42.007 INFO kablam! su: No module specific data is present Oct 14 11:31:42.711 INFO running `"docker" "rm" "-f" "7c618cb92c6567ed7cce35cbd65f1fc99381daf8bc760c6eba9a50b401ec44bf"` Oct 14 11:31:42.947 INFO blam! 7c618cb92c6567ed7cce35cbd65f1fc99381daf8bc760c6eba9a50b401ec44bf Oct 14 11:31:42.954 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 11:31:43.593 INFO blam! 3f48d7a7ba939f832710914633d485aabcf56392ecf0478e567640797e90168a Oct 14 11:31:43.594 INFO running `"docker" "start" "-a" "3f48d7a7ba939f832710914633d485aabcf56392ecf0478e567640797e90168a"` Oct 14 11:31:45.271 INFO kablam! usermod: no changes Oct 14 11:31:45.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 11:31:45.342 INFO kablam! Running /target/debug/deps/hello_world-627285d19a6ad039 Oct 14 11:31:45.343 INFO blam! Oct 14 11:31:45.343 INFO kablam! su: No module specific data is present Oct 14 11:31:45.343 INFO blam! running 1 test Oct 14 11:31:45.343 INFO blam! test test_verify_edit_distance ... ok Oct 14 11:31:45.343 INFO blam! Oct 14 11:31:45.343 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:31:45.343 INFO blam! Oct 14 11:31:46.151 INFO running `"docker" "rm" "-f" "3f48d7a7ba939f832710914633d485aabcf56392ecf0478e567640797e90168a"` Oct 14 11:31:46.545 INFO blam! 3f48d7a7ba939f832710914633d485aabcf56392ecf0478e567640797e90168a