Oct 14 11:31:35.887 INFO testing megesdal/bedtree-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 11:31:35.887 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 11:31:36.197 INFO blam! 9e07efc9d57292114c864e268a95df1114d2d44133d10dd56f4ca8c1873e0e3e Oct 14 11:31:36.199 INFO running `"docker" "start" "-a" "9e07efc9d57292114c864e268a95df1114d2d44133d10dd56f4ca8c1873e0e3e"` Oct 14 11:31:36.839 INFO kablam! usermod: no changes Oct 14 11:31:36.859 INFO kablam! Compiling hello_world v0.0.1 (/source) Oct 14 11:31:36.934 INFO kablam! warning: unused import: `max` Oct 14 11:31:36.934 INFO kablam! --> src/main.rs:2:16 Oct 14 11:31:36.934 INFO kablam! | Oct 14 11:31:36.934 INFO kablam! 2 | use std::cmp::{max, min, Ordering}; Oct 14 11:31:36.934 INFO kablam! | ^^^ Oct 14 11:31:36.934 INFO kablam! | Oct 14 11:31:36.934 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:31:36.934 INFO kablam! Oct 14 11:31:36.981 INFO kablam! warning: unused variable: `node_to_insert` Oct 14 11:31:36.983 INFO kablam! --> src/main.rs:114:14 Oct 14 11:31:36.983 INFO kablam! | Oct 14 11:31:36.983 INFO kablam! 114 | let (node_to_insert, insert_idx) = match split_result { Oct 14 11:31:36.983 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_node_to_insert` instead Oct 14 11:31:36.983 INFO kablam! | Oct 14 11:31:36.983 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:31:36.983 INFO kablam! Oct 14 11:31:36.983 INFO kablam! warning: unused variable: `insert_idx` Oct 14 11:31:36.983 INFO kablam! --> src/main.rs:114:30 Oct 14 11:31:36.983 INFO kablam! | Oct 14 11:31:36.983 INFO kablam! 114 | let (node_to_insert, insert_idx) = match split_result { Oct 14 11:31:36.983 INFO kablam! | ^^^^^^^^^^ help: consider using `_insert_idx` instead Oct 14 11:31:36.983 INFO kablam! Oct 14 11:31:36.983 INFO kablam! warning: unused variable: `q` Oct 14 11:31:36.983 INFO kablam! --> src/main.rs:125:68 Oct 14 11:31:36.983 INFO kablam! | Oct 14 11:31:36.983 INFO kablam! 125 | fn split_if_necessary(&'a self, parent: &'a BPlusTreeNode<'a>, q: &str) Oct 14 11:31:36.983 INFO kablam! | ^ help: consider using `_q` instead Oct 14 11:31:36.983 INFO kablam! Oct 14 11:31:36.995 INFO kablam! warning: struct is never constructed: `BPlusTree` Oct 14 11:31:36.995 INFO kablam! --> src/main.rs:42:1 Oct 14 11:31:36.995 INFO kablam! | Oct 14 11:31:36.995 INFO kablam! 42 | struct BPlusTree<'a> { Oct 14 11:31:36.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:36.995 INFO kablam! | Oct 14 11:31:36.995 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:31:36.995 INFO kablam! Oct 14 11:31:36.995 INFO kablam! warning: struct is never constructed: `BPlusTreeNode` Oct 14 11:31:36.995 INFO kablam! --> src/main.rs:48:1 Oct 14 11:31:36.995 INFO kablam! | Oct 14 11:31:36.995 INFO kablam! 48 | struct BPlusTreeNode<'a> { Oct 14 11:31:36.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:36.995 INFO kablam! Oct 14 11:31:36.995 INFO kablam! warning: method is never used: `is_leaf_node` Oct 14 11:31:36.996 INFO kablam! --> src/main.rs:57:5 Oct 14 11:31:36.996 INFO kablam! | Oct 14 11:31:36.996 INFO kablam! 57 | fn is_leaf_node(&self) -> bool { Oct 14 11:31:36.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:36.996 INFO kablam! Oct 14 11:31:36.996 INFO kablam! warning: method is never used: `insert` Oct 14 11:31:36.996 INFO kablam! --> src/main.rs:64:5 Oct 14 11:31:36.996 INFO kablam! | Oct 14 11:31:36.996 INFO kablam! 64 | fn insert(&'a self, q: &str) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:36.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:36.996 INFO kablam! Oct 14 11:31:36.996 INFO kablam! warning: method is never used: `find_node` Oct 14 11:31:36.996 INFO kablam! --> src/main.rs:70:5 Oct 14 11:31:36.996 INFO kablam! | Oct 14 11:31:36.997 INFO kablam! 70 | fn find_node(&'a self, q: &str, node: &'a BPlusTreeNode<'a>) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:36.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:36.998 INFO kablam! Oct 14 11:31:36.998 INFO kablam! warning: function is never used: `check_split` Oct 14 11:31:36.998 INFO kablam! --> src/main.rs:75:13 Oct 14 11:31:36.998 INFO kablam! | Oct 14 11:31:36.998 INFO kablam! 75 | / fn check_split<'a>(tree: &'a BPlusTree<'a>, q: &str, node: &'a BPlusTreeNode<'a>, Oct 14 11:31:36.998 INFO kablam! 76 | | child_idx: usize) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:36.998 INFO kablam! 77 | | if child_idx == node.splits.len() { Oct 14 11:31:36.998 INFO kablam! 78 | | tree.find_node(q, &node.children[node.splits.len()]) Oct 14 11:31:36.998 INFO kablam! ... | Oct 14 11:31:36.998 INFO kablam! 83 | | } Oct 14 11:31:36.998 INFO kablam! 84 | | }; Oct 14 11:31:36.998 INFO kablam! | |_____________^ Oct 14 11:31:36.998 INFO kablam! Oct 14 11:31:36.998 INFO kablam! warning: method is never used: `rec_insert` Oct 14 11:31:36.998 INFO kablam! --> src/main.rs:89:5 Oct 14 11:31:36.998 INFO kablam! | Oct 14 11:31:36.998 INFO kablam! 89 | / fn rec_insert(&'a self, q: &str, parent: &'a BPlusTreeNode<'a>, Oct 14 11:31:36.998 INFO kablam! 90 | | child: Option<&'a BPlusTreeNode>) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:36.998 INFO kablam! 91 | | Oct 14 11:31:36.998 INFO kablam! 92 | | // TODO: recursive closure via struct? Oct 14 11:31:36.998 INFO kablam! ... | Oct 14 11:31:36.998 INFO kablam! 122 | | parent Oct 14 11:31:36.999 INFO kablam! 123 | | } Oct 14 11:31:36.999 INFO kablam! | |_____^ Oct 14 11:31:36.999 INFO kablam! Oct 14 11:31:36.999 INFO kablam! warning: function is never used: `find_insert_loc` Oct 14 11:31:36.999 INFO kablam! --> src/main.rs:93:9 Oct 14 11:31:36.999 INFO kablam! | Oct 14 11:31:36.999 INFO kablam! 93 | / fn find_insert_loc<'a>(compare: fn(&str,&str)->Ordering, splits: &Vec<&str>, idx: usize, Oct 14 11:31:36.999 INFO kablam! 94 | | q: &str, child: Option<&'a BPlusTreeNode>) -> (usize, bool) { Oct 14 11:31:36.999 INFO kablam! 95 | | if idx == splits.len() { Oct 14 11:31:36.999 INFO kablam! 96 | | (splits.len(), true) Oct 14 11:31:36.999 INFO kablam! ... | Oct 14 11:31:36.999 INFO kablam! 103 | | } Oct 14 11:31:36.999 INFO kablam! 104 | | } Oct 14 11:31:36.999 INFO kablam! | |_________^ Oct 14 11:31:36.999 INFO kablam! Oct 14 11:31:36.999 INFO kablam! warning: method is never used: `split_if_necessary` Oct 14 11:31:36.999 INFO kablam! --> src/main.rs:125:5 Oct 14 11:31:36.999 INFO kablam! | Oct 14 11:31:37.000 INFO kablam! 125 | / fn split_if_necessary(&'a self, parent: &'a BPlusTreeNode<'a>, q: &str) Oct 14 11:31:37.000 INFO kablam! 126 | | -> (Option<&'a BPlusTreeNode<'a>>, bool) { Oct 14 11:31:37.000 INFO kablam! 127 | | let should_split = parent.splits.len() == self.branch_factor - 1; Oct 14 11:31:37.000 INFO kablam! 128 | | if !should_split { Oct 14 11:31:37.000 INFO kablam! ... | Oct 14 11:31:37.000 INFO kablam! 133 | | } Oct 14 11:31:37.000 INFO kablam! 134 | | } Oct 14 11:31:37.000 INFO kablam! | |_____^ Oct 14 11:31:37.000 INFO kablam! Oct 14 11:31:37.000 INFO kablam! warning: function is never used: `verify_edit_distance` Oct 14 11:31:37.000 INFO kablam! --> src/main.rs:137:1 Oct 14 11:31:37.000 INFO kablam! | Oct 14 11:31:37.000 INFO kablam! 137 | fn verify_edit_distance(x: &str, y: &str, distance_threshold: usize) -> Option { Oct 14 11:31:37.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:37.000 INFO kablam! Oct 14 11:31:37.000 INFO kablam! warning: function is never used: `create_verification_table` Oct 14 11:31:37.000 INFO kablam! --> src/main.rs:171:1 Oct 14 11:31:37.000 INFO kablam! | Oct 14 11:31:37.000 INFO kablam! 171 | / fn create_verification_table( Oct 14 11:31:37.000 INFO kablam! 172 | | nrows: usize, Oct 14 11:31:37.000 INFO kablam! 173 | | ncols: usize, Oct 14 11:31:37.000 INFO kablam! 174 | | distance_threshold: usize, Oct 14 11:31:37.000 INFO kablam! ... | Oct 14 11:31:37.000 INFO kablam! 225 | | (row0, Some(m)) Oct 14 11:31:37.000 INFO kablam! 226 | | } Oct 14 11:31:37.000 INFO kablam! | |_^ Oct 14 11:31:37.000 INFO kablam! Oct 14 11:31:37.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.52s Oct 14 11:31:37.383 INFO kablam! su: No module specific data is present Oct 14 11:31:38.349 INFO running `"docker" "rm" "-f" "9e07efc9d57292114c864e268a95df1114d2d44133d10dd56f4ca8c1873e0e3e"` Oct 14 11:31:38.654 INFO blam! 9e07efc9d57292114c864e268a95df1114d2d44133d10dd56f4ca8c1873e0e3e Oct 14 11:31:38.664 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 11:31:39.092 INFO blam! ba9a54bfc014e433e006a16540ed9126bd788f0796c110923f9679cf3115eb8d Oct 14 11:31:39.101 INFO running `"docker" "start" "-a" "ba9a54bfc014e433e006a16540ed9126bd788f0796c110923f9679cf3115eb8d"` Oct 14 11:31:40.202 INFO kablam! usermod: no changes Oct 14 11:31:40.263 INFO kablam! Compiling hello_world v0.0.1 (/source) Oct 14 11:31:40.435 INFO kablam! warning: unused import: `max` Oct 14 11:31:40.435 INFO kablam! --> src/main.rs:2:16 Oct 14 11:31:40.435 INFO kablam! | Oct 14 11:31:40.435 INFO kablam! 2 | use std::cmp::{max, min, Ordering}; Oct 14 11:31:40.435 INFO kablam! | ^^^ Oct 14 11:31:40.435 INFO kablam! | Oct 14 11:31:40.435 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:31:40.435 INFO kablam! Oct 14 11:31:40.560 INFO kablam! warning: unused variable: `node_to_insert` Oct 14 11:31:40.560 INFO kablam! --> src/main.rs:114:14 Oct 14 11:31:40.560 INFO kablam! | Oct 14 11:31:40.560 INFO kablam! 114 | let (node_to_insert, insert_idx) = match split_result { Oct 14 11:31:40.560 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_node_to_insert` instead Oct 14 11:31:40.560 INFO kablam! | Oct 14 11:31:40.560 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:31:40.560 INFO kablam! Oct 14 11:31:40.560 INFO kablam! warning: unused variable: `insert_idx` Oct 14 11:31:40.560 INFO kablam! --> src/main.rs:114:30 Oct 14 11:31:40.560 INFO kablam! | Oct 14 11:31:40.560 INFO kablam! 114 | let (node_to_insert, insert_idx) = match split_result { Oct 14 11:31:40.560 INFO kablam! | ^^^^^^^^^^ help: consider using `_insert_idx` instead Oct 14 11:31:40.560 INFO kablam! Oct 14 11:31:40.560 INFO kablam! warning: unused variable: `q` Oct 14 11:31:40.560 INFO kablam! --> src/main.rs:125:68 Oct 14 11:31:40.560 INFO kablam! | Oct 14 11:31:40.560 INFO kablam! 125 | fn split_if_necessary(&'a self, parent: &'a BPlusTreeNode<'a>, q: &str) Oct 14 11:31:40.560 INFO kablam! | ^ help: consider using `_q` instead Oct 14 11:31:40.560 INFO kablam! Oct 14 11:31:40.587 INFO kablam! warning: struct is never constructed: `BPlusTree` Oct 14 11:31:40.587 INFO kablam! --> src/main.rs:42:1 Oct 14 11:31:40.587 INFO kablam! | Oct 14 11:31:40.587 INFO kablam! 42 | struct BPlusTree<'a> { Oct 14 11:31:40.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:40.587 INFO kablam! | Oct 14 11:31:40.587 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:31:40.587 INFO kablam! Oct 14 11:31:40.587 INFO kablam! warning: struct is never constructed: `BPlusTreeNode` Oct 14 11:31:40.587 INFO kablam! --> src/main.rs:48:1 Oct 14 11:31:40.587 INFO kablam! | Oct 14 11:31:40.587 INFO kablam! 48 | struct BPlusTreeNode<'a> { Oct 14 11:31:40.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:40.587 INFO kablam! Oct 14 11:31:40.587 INFO kablam! warning: method is never used: `is_leaf_node` Oct 14 11:31:40.587 INFO kablam! --> src/main.rs:57:5 Oct 14 11:31:40.587 INFO kablam! | Oct 14 11:31:40.587 INFO kablam! 57 | fn is_leaf_node(&self) -> bool { Oct 14 11:31:40.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:40.587 INFO kablam! Oct 14 11:31:40.587 INFO kablam! warning: method is never used: `insert` Oct 14 11:31:40.587 INFO kablam! --> src/main.rs:64:5 Oct 14 11:31:40.587 INFO kablam! | Oct 14 11:31:40.587 INFO kablam! 64 | fn insert(&'a self, q: &str) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:40.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:40.587 INFO kablam! Oct 14 11:31:40.588 INFO kablam! warning: method is never used: `find_node` Oct 14 11:31:40.588 INFO kablam! --> src/main.rs:70:5 Oct 14 11:31:40.588 INFO kablam! | Oct 14 11:31:40.588 INFO kablam! 70 | fn find_node(&'a self, q: &str, node: &'a BPlusTreeNode<'a>) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:40.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:31:40.588 INFO kablam! Oct 14 11:31:40.588 INFO kablam! warning: function is never used: `check_split` Oct 14 11:31:40.588 INFO kablam! --> src/main.rs:75:13 Oct 14 11:31:40.588 INFO kablam! | Oct 14 11:31:40.588 INFO kablam! 75 | / fn check_split<'a>(tree: &'a BPlusTree<'a>, q: &str, node: &'a BPlusTreeNode<'a>, Oct 14 11:31:40.588 INFO kablam! 76 | | child_idx: usize) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:40.588 INFO kablam! 77 | | if child_idx == node.splits.len() { Oct 14 11:31:40.588 INFO kablam! 78 | | tree.find_node(q, &node.children[node.splits.len()]) Oct 14 11:31:40.588 INFO kablam! ... | Oct 14 11:31:40.588 INFO kablam! 83 | | } Oct 14 11:31:40.588 INFO kablam! 84 | | }; Oct 14 11:31:40.588 INFO kablam! | |_____________^ Oct 14 11:31:40.588 INFO kablam! Oct 14 11:31:40.588 INFO kablam! warning: method is never used: `rec_insert` Oct 14 11:31:40.588 INFO kablam! --> src/main.rs:89:5 Oct 14 11:31:40.588 INFO kablam! | Oct 14 11:31:40.588 INFO kablam! 89 | / fn rec_insert(&'a self, q: &str, parent: &'a BPlusTreeNode<'a>, Oct 14 11:31:40.588 INFO kablam! 90 | | child: Option<&'a BPlusTreeNode>) -> &'a BPlusTreeNode<'a> { Oct 14 11:31:40.588 INFO kablam! 91 | | Oct 14 11:31:40.588 INFO kablam! 92 | | // TODO: recursive closure via struct? Oct 14 11:31:40.588 INFO kablam! ... | Oct 14 11:31:40.588 INFO kablam! 122 | | parent Oct 14 11:31:40.588 INFO kablam! 123 | | } Oct 14 11:31:40.588 INFO kablam! | |_____^ Oct 14 11:31:40.588 INFO kablam! Oct 14 11:31:40.588 INFO kablam! warning: function is never used: `find_insert_loc` Oct 14 11:31:40.588 INFO kablam! --> src/main.rs:93:9 Oct 14 11:31:40.588 INFO kablam! | Oct 14 11:31:40.588 INFO kablam! 93 | / fn find_insert_loc<'a>(compare: fn(&str,&str)->Ordering, splits: &Vec<&str>, idx: usize, Oct 14 11:31:40.588 INFO kablam! 94 | | q: &str, child: Option<&'a BPlusTreeNode>) -> (usize, bool) { Oct 14 11:31:40.588 INFO kablam! 95 | | if idx == splits.len() { Oct 14 11:31:40.588 INFO kablam! 96 | | (splits.len(), true) Oct 14 11:31:40.588 INFO kablam! ... | Oct 14 11:31:40.588 INFO kablam! 103 | | } Oct 14 11:31:40.588 INFO kablam! 104 | | } Oct 14 11:31:40.588 INFO kablam! | |_________^ Oct 14 11:31:40.588 INFO kablam! Oct 14 11:31:40.588 INFO kablam! warning: method is never used: `split_if_necessary` Oct 14 11:31:40.588 INFO kablam! --> src/main.rs:125:5 Oct 14 11:31:40.588 INFO kablam! | Oct 14 11:31:40.588 INFO kablam! 125 | / fn split_if_necessary(&'a self, parent: &'a BPlusTreeNode<'a>, q: &str) Oct 14 11:31:40.588 INFO kablam! 126 | | -> (Option<&'a BPlusTreeNode<'a>>, bool) { Oct 14 11:31:40.588 INFO kablam! 127 | | let should_split = parent.splits.len() == self.branch_factor - 1; Oct 14 11:31:40.588 INFO kablam! 128 | | if !should_split { Oct 14 11:31:40.588 INFO kablam! ... | Oct 14 11:31:40.588 INFO kablam! 133 | | } Oct 14 11:31:40.588 INFO kablam! 134 | | } Oct 14 11:31:40.588 INFO kablam! | |_____^ Oct 14 11:31:40.588 INFO kablam! Oct 14 11:31:41.364 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 14 11:31:41.366 INFO kablam! su: No module specific data is present Oct 14 11:31:42.640 INFO running `"docker" "rm" "-f" "ba9a54bfc014e433e006a16540ed9126bd788f0796c110923f9679cf3115eb8d"` Oct 14 11:31:42.951 INFO blam! ba9a54bfc014e433e006a16540ed9126bd788f0796c110923f9679cf3115eb8d Oct 14 11:31:42.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 11:31:43.479 INFO blam! d844ac9c2b8e1eba9bb78f662569ce7e95873393678baa369117fb1457d3e32d Oct 14 11:31:43.483 INFO running `"docker" "start" "-a" "d844ac9c2b8e1eba9bb78f662569ce7e95873393678baa369117fb1457d3e32d"` Oct 14 11:31:45.027 INFO kablam! usermod: no changes Oct 14 11:31:45.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 11:31:45.103 INFO kablam! Running /target/debug/deps/hello_world-84946377f995cbb0 Oct 14 11:31:45.103 INFO blam! Oct 14 11:31:45.104 INFO blam! running 1 test Oct 14 11:31:45.111 INFO blam! test test_verify_edit_distance ... ok Oct 14 11:31:45.111 INFO blam! Oct 14 11:31:45.111 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:31:45.111 INFO blam! Oct 14 11:31:45.119 INFO kablam! su: No module specific data is present Oct 14 11:31:45.739 INFO running `"docker" "rm" "-f" "d844ac9c2b8e1eba9bb78f662569ce7e95873393678baa369117fb1457d3e32d"` Oct 14 11:31:45.999 INFO blam! d844ac9c2b8e1eba9bb78f662569ce7e95873393678baa369117fb1457d3e32d