Oct 10 18:36:38.093 INFO testing megesdal/bedtree-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:36:38.093 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:36:38.094 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:36:38.498 INFO blam! 24df746a3eb6cac9f9499e4028bef2d99df72bb8db13878b89feec934ccdf6f8 Oct 10 18:36:38.513 INFO running `"docker" "start" "-a" "24df746a3eb6cac9f9499e4028bef2d99df72bb8db13878b89feec934ccdf6f8"` Oct 10 18:36:39.493 INFO kablam! usermod: no changes Oct 10 18:36:39.525 INFO kablam! Compiling hello_world v0.0.1 (/source) Oct 10 18:36:39.929 INFO kablam! warning: unused import: `max` Oct 10 18:36:39.929 INFO kablam! --> src/main.rs:2:16 Oct 10 18:36:39.929 INFO kablam! | Oct 10 18:36:39.930 INFO kablam! 2 | use std::cmp::{max, min, Ordering}; Oct 10 18:36:39.930 INFO kablam! | ^^^ Oct 10 18:36:39.930 INFO kablam! | Oct 10 18:36:39.930 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:36:39.931 INFO kablam! Oct 10 18:36:39.997 INFO kablam! warning: unused variable: `node_to_insert` Oct 10 18:36:39.998 INFO kablam! --> src/main.rs:114:14 Oct 10 18:36:39.998 INFO kablam! | Oct 10 18:36:39.998 INFO kablam! 114 | let (node_to_insert, insert_idx) = match split_result { Oct 10 18:36:40.005 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_node_to_insert` instead Oct 10 18:36:40.005 INFO kablam! | Oct 10 18:36:40.005 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:36:40.005 INFO kablam! Oct 10 18:36:40.005 INFO kablam! warning: unused variable: `insert_idx` Oct 10 18:36:40.006 INFO kablam! --> src/main.rs:114:30 Oct 10 18:36:40.006 INFO kablam! | Oct 10 18:36:40.006 INFO kablam! 114 | let (node_to_insert, insert_idx) = match split_result { Oct 10 18:36:40.006 INFO kablam! | ^^^^^^^^^^ help: consider using `_insert_idx` instead Oct 10 18:36:40.006 INFO kablam! Oct 10 18:36:40.007 INFO kablam! warning: unused variable: `q` Oct 10 18:36:40.007 INFO kablam! --> src/main.rs:125:68 Oct 10 18:36:40.007 INFO kablam! | Oct 10 18:36:40.007 INFO kablam! 125 | fn split_if_necessary(&'a self, parent: &'a BPlusTreeNode<'a>, q: &str) Oct 10 18:36:40.007 INFO kablam! | ^ help: consider using `_q` instead Oct 10 18:36:40.008 INFO kablam! Oct 10 18:36:40.015 INFO kablam! warning: struct is never constructed: `BPlusTree` Oct 10 18:36:40.016 INFO kablam! --> src/main.rs:42:1 Oct 10 18:36:40.017 INFO kablam! | Oct 10 18:36:40.017 INFO kablam! 42 | struct BPlusTree<'a> { Oct 10 18:36:40.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:40.017 INFO kablam! | Oct 10 18:36:40.018 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:36:40.018 INFO kablam! Oct 10 18:36:40.018 INFO kablam! warning: struct is never constructed: `BPlusTreeNode` Oct 10 18:36:40.018 INFO kablam! --> src/main.rs:48:1 Oct 10 18:36:40.018 INFO kablam! | Oct 10 18:36:40.018 INFO kablam! 48 | struct BPlusTreeNode<'a> { Oct 10 18:36:40.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:40.019 INFO kablam! Oct 10 18:36:40.019 INFO kablam! warning: method is never used: `is_leaf_node` Oct 10 18:36:40.019 INFO kablam! --> src/main.rs:57:5 Oct 10 18:36:40.019 INFO kablam! | Oct 10 18:36:40.020 INFO kablam! 57 | fn is_leaf_node(&self) -> bool { Oct 10 18:36:40.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:40.024 INFO kablam! Oct 10 18:36:40.024 INFO kablam! warning: method is never used: `insert` Oct 10 18:36:40.025 INFO kablam! --> src/main.rs:64:5 Oct 10 18:36:40.025 INFO kablam! | Oct 10 18:36:40.025 INFO kablam! 64 | fn insert(&'a self, q: &str) -> &'a BPlusTreeNode<'a> { Oct 10 18:36:40.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:40.025 INFO kablam! Oct 10 18:36:40.025 INFO kablam! warning: method is never used: `find_node` Oct 10 18:36:40.026 INFO kablam! --> src/main.rs:70:5 Oct 10 18:36:40.026 INFO kablam! | Oct 10 18:36:40.026 INFO kablam! 70 | fn find_node(&'a self, q: &str, node: &'a BPlusTreeNode<'a>) -> &'a BPlusTreeNode<'a> { Oct 10 18:36:40.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:40.026 INFO kablam! Oct 10 18:36:40.027 INFO kablam! warning: function is never used: `check_split` Oct 10 18:36:40.027 INFO kablam! --> src/main.rs:75:13 Oct 10 18:36:40.027 INFO kablam! | Oct 10 18:36:40.027 INFO kablam! 75 | / fn check_split<'a>(tree: &'a BPlusTree<'a>, q: &str, node: &'a BPlusTreeNode<'a>, Oct 10 18:36:40.027 INFO kablam! 76 | | child_idx: usize) -> &'a BPlusTreeNode<'a> { Oct 10 18:36:40.027 INFO kablam! 77 | | if child_idx == node.splits.len() { Oct 10 18:36:40.028 INFO kablam! 78 | | tree.find_node(q, &node.children[node.splits.len()]) Oct 10 18:36:40.028 INFO kablam! ... | Oct 10 18:36:40.028 INFO kablam! 83 | | } Oct 10 18:36:40.028 INFO kablam! 84 | | }; Oct 10 18:36:40.028 INFO kablam! | |_____________^ Oct 10 18:36:40.029 INFO kablam! Oct 10 18:36:40.029 INFO kablam! warning: method is never used: `rec_insert` Oct 10 18:36:40.029 INFO kablam! --> src/main.rs:89:5 Oct 10 18:36:40.029 INFO kablam! | Oct 10 18:36:40.029 INFO kablam! 89 | / fn rec_insert(&'a self, q: &str, parent: &'a BPlusTreeNode<'a>, Oct 10 18:36:40.030 INFO kablam! 90 | | child: Option<&'a BPlusTreeNode>) -> &'a BPlusTreeNode<'a> { Oct 10 18:36:40.030 INFO kablam! 91 | | Oct 10 18:36:40.030 INFO kablam! 92 | | // TODO: recursive closure via struct? Oct 10 18:36:40.030 INFO kablam! ... | Oct 10 18:36:40.030 INFO kablam! 122 | | parent Oct 10 18:36:40.031 INFO kablam! 123 | | } Oct 10 18:36:40.031 INFO kablam! | |_____^ Oct 10 18:36:40.031 INFO kablam! Oct 10 18:36:40.031 INFO kablam! warning: function is never used: `find_insert_loc` Oct 10 18:36:40.031 INFO kablam! --> src/main.rs:93:9 Oct 10 18:36:40.031 INFO kablam! | Oct 10 18:36:40.032 INFO kablam! 93 | / fn find_insert_loc<'a>(compare: fn(&str,&str)->Ordering, splits: &Vec<&str>, idx: usize, Oct 10 18:36:40.032 INFO kablam! 94 | | q: &str, child: Option<&'a BPlusTreeNode>) -> (usize, bool) { Oct 10 18:36:40.032 INFO kablam! 95 | | if idx == splits.len() { Oct 10 18:36:40.032 INFO kablam! 96 | | (splits.len(), true) Oct 10 18:36:40.032 INFO kablam! ... | Oct 10 18:36:40.033 INFO kablam! 103 | | } Oct 10 18:36:40.033 INFO kablam! 104 | | } Oct 10 18:36:40.033 INFO kablam! | |_________^ Oct 10 18:36:40.033 INFO kablam! Oct 10 18:36:40.033 INFO kablam! warning: method is never used: `split_if_necessary` Oct 10 18:36:40.034 INFO kablam! --> src/main.rs:125:5 Oct 10 18:36:40.034 INFO kablam! | Oct 10 18:36:40.034 INFO kablam! 125 | / fn split_if_necessary(&'a self, parent: &'a BPlusTreeNode<'a>, q: &str) Oct 10 18:36:40.034 INFO kablam! 126 | | -> (Option<&'a BPlusTreeNode<'a>>, bool) { Oct 10 18:36:40.034 INFO kablam! 127 | | let should_split = parent.splits.len() == self.branch_factor - 1; Oct 10 18:36:40.034 INFO kablam! 128 | | if !should_split { Oct 10 18:36:40.035 INFO kablam! ... | Oct 10 18:36:40.035 INFO kablam! 133 | | } Oct 10 18:36:40.035 INFO kablam! 134 | | } Oct 10 18:36:40.035 INFO kablam! | |_____^ Oct 10 18:36:40.035 INFO kablam! Oct 10 18:36:40.036 INFO kablam! warning: function is never used: `verify_edit_distance` Oct 10 18:36:40.036 INFO kablam! --> src/main.rs:137:1 Oct 10 18:36:40.036 INFO kablam! | Oct 10 18:36:40.036 INFO kablam! 137 | fn verify_edit_distance(x: &str, y: &str, distance_threshold: usize) -> Option { Oct 10 18:36:40.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:40.037 INFO kablam! Oct 10 18:36:40.037 INFO kablam! warning: function is never used: `create_verification_table` Oct 10 18:36:40.037 INFO kablam! --> src/main.rs:171:1 Oct 10 18:36:40.037 INFO kablam! | Oct 10 18:36:40.037 INFO kablam! 171 | / fn create_verification_table( Oct 10 18:36:40.038 INFO kablam! 172 | | nrows: usize, Oct 10 18:36:40.038 INFO kablam! 173 | | ncols: usize, Oct 10 18:36:40.038 INFO kablam! 174 | | distance_threshold: usize, Oct 10 18:36:40.038 INFO kablam! ... | Oct 10 18:36:40.038 INFO kablam! 225 | | (row0, Some(m)) Oct 10 18:36:40.038 INFO kablam! 226 | | } Oct 10 18:36:40.039 INFO kablam! | |_^ Oct 10 18:36:40.039 INFO kablam! Oct 10 18:36:40.575 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 10 18:36:40.578 INFO kablam! su: No module specific data is present Oct 10 18:36:41.168 INFO running `"docker" "rm" "-f" "24df746a3eb6cac9f9499e4028bef2d99df72bb8db13878b89feec934ccdf6f8"` Oct 10 18:36:41.356 INFO blam! 24df746a3eb6cac9f9499e4028bef2d99df72bb8db13878b89feec934ccdf6f8 Oct 10 18:36:41.364 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:36:41.364 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:36:41.705 INFO blam! 9468bcb4639a23b9a87e0fe18a37cf41fb7373680753a70910092864ab5ef363 Oct 10 18:36:41.716 INFO running `"docker" "start" "-a" "9468bcb4639a23b9a87e0fe18a37cf41fb7373680753a70910092864ab5ef363"` Oct 10 18:36:42.627 INFO kablam! usermod: no changes Oct 10 18:36:42.650 INFO kablam! Compiling hello_world v0.0.1 (/source) Oct 10 18:36:43.299 INFO kablam! warning: unused import: `max` Oct 10 18:36:43.299 INFO kablam! --> src/main.rs:2:16 Oct 10 18:36:43.299 INFO kablam! | Oct 10 18:36:43.299 INFO kablam! 2 | use std::cmp::{max, min, Ordering}; Oct 10 18:36:43.299 INFO kablam! | ^^^ Oct 10 18:36:43.299 INFO kablam! | Oct 10 18:36:43.299 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:36:43.299 INFO kablam! Oct 10 18:36:43.397 INFO kablam! warning: unused variable: `node_to_insert` Oct 10 18:36:43.397 INFO kablam! --> src/main.rs:114:14 Oct 10 18:36:43.397 INFO kablam! | Oct 10 18:36:43.397 INFO kablam! 114 | let (node_to_insert, insert_idx) = match split_result { Oct 10 18:36:43.397 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_node_to_insert` instead Oct 10 18:36:43.397 INFO kablam! | Oct 10 18:36:43.397 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:36:43.397 INFO kablam! Oct 10 18:36:43.397 INFO kablam! warning: unused variable: `insert_idx` Oct 10 18:36:43.397 INFO kablam! --> src/main.rs:114:30 Oct 10 18:36:43.397 INFO kablam! | Oct 10 18:36:43.397 INFO kablam! 114 | let (node_to_insert, insert_idx) = match split_result { Oct 10 18:36:43.397 INFO kablam! | ^^^^^^^^^^ help: consider using `_insert_idx` instead Oct 10 18:36:43.397 INFO kablam! Oct 10 18:36:43.400 INFO kablam! warning: unused variable: `q` Oct 10 18:36:43.400 INFO kablam! --> src/main.rs:125:68 Oct 10 18:36:43.400 INFO kablam! | Oct 10 18:36:43.400 INFO kablam! 125 | fn split_if_necessary(&'a self, parent: &'a BPlusTreeNode<'a>, q: &str) Oct 10 18:36:43.400 INFO kablam! | ^ help: consider using `_q` instead Oct 10 18:36:43.400 INFO kablam! Oct 10 18:36:43.415 INFO kablam! warning: struct is never constructed: `BPlusTree` Oct 10 18:36:43.415 INFO kablam! --> src/main.rs:42:1 Oct 10 18:36:43.415 INFO kablam! | Oct 10 18:36:43.415 INFO kablam! 42 | struct BPlusTree<'a> { Oct 10 18:36:43.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:43.415 INFO kablam! | Oct 10 18:36:43.415 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:36:43.415 INFO kablam! Oct 10 18:36:43.415 INFO kablam! warning: struct is never constructed: `BPlusTreeNode` Oct 10 18:36:43.415 INFO kablam! --> src/main.rs:48:1 Oct 10 18:36:43.415 INFO kablam! | Oct 10 18:36:43.415 INFO kablam! 48 | struct BPlusTreeNode<'a> { Oct 10 18:36:43.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:43.415 INFO kablam! Oct 10 18:36:43.415 INFO kablam! warning: method is never used: `is_leaf_node` Oct 10 18:36:43.415 INFO kablam! --> src/main.rs:57:5 Oct 10 18:36:43.415 INFO kablam! | Oct 10 18:36:43.415 INFO kablam! 57 | fn is_leaf_node(&self) -> bool { Oct 10 18:36:43.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:43.415 INFO kablam! Oct 10 18:36:43.415 INFO kablam! warning: method is never used: `insert` Oct 10 18:36:43.415 INFO kablam! --> src/main.rs:64:5 Oct 10 18:36:43.415 INFO kablam! | Oct 10 18:36:43.415 INFO kablam! 64 | fn insert(&'a self, q: &str) -> &'a BPlusTreeNode<'a> { Oct 10 18:36:43.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:43.415 INFO kablam! Oct 10 18:36:43.416 INFO kablam! warning: method is never used: `find_node` Oct 10 18:36:43.416 INFO kablam! --> src/main.rs:70:5 Oct 10 18:36:43.416 INFO kablam! | Oct 10 18:36:43.416 INFO kablam! 70 | fn find_node(&'a self, q: &str, node: &'a BPlusTreeNode<'a>) -> &'a BPlusTreeNode<'a> { Oct 10 18:36:43.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:36:43.416 INFO kablam! Oct 10 18:36:43.416 INFO kablam! warning: function is never used: `check_split` Oct 10 18:36:43.416 INFO kablam! --> src/main.rs:75:13 Oct 10 18:36:43.416 INFO kablam! | Oct 10 18:36:43.416 INFO kablam! 75 | / fn check_split<'a>(tree: &'a BPlusTree<'a>, q: &str, node: &'a BPlusTreeNode<'a>, Oct 10 18:36:43.416 INFO kablam! 76 | | child_idx: usize) -> &'a BPlusTreeNode<'a> { Oct 10 18:36:43.416 INFO kablam! 77 | | if child_idx == node.splits.len() { Oct 10 18:36:43.416 INFO kablam! 78 | | tree.find_node(q, &node.children[node.splits.len()]) Oct 10 18:36:43.416 INFO kablam! ... | Oct 10 18:36:43.416 INFO kablam! 83 | | } Oct 10 18:36:43.416 INFO kablam! 84 | | }; Oct 10 18:36:43.416 INFO kablam! | |_____________^ Oct 10 18:36:43.416 INFO kablam! Oct 10 18:36:43.416 INFO kablam! warning: method is never used: `rec_insert` Oct 10 18:36:43.416 INFO kablam! --> src/main.rs:89:5 Oct 10 18:36:43.416 INFO kablam! | Oct 10 18:36:43.416 INFO kablam! 89 | / fn rec_insert(&'a self, q: &str, parent: &'a BPlusTreeNode<'a>, Oct 10 18:36:43.416 INFO kablam! 90 | | child: Option<&'a BPlusTreeNode>) -> &'a BPlusTreeNode<'a> { Oct 10 18:36:43.416 INFO kablam! 91 | | Oct 10 18:36:43.416 INFO kablam! 92 | | // TODO: recursive closure via struct? Oct 10 18:36:43.416 INFO kablam! ... | Oct 10 18:36:43.416 INFO kablam! 122 | | parent Oct 10 18:36:43.416 INFO kablam! 123 | | } Oct 10 18:36:43.416 INFO kablam! | |_____^ Oct 10 18:36:43.416 INFO kablam! Oct 10 18:36:43.416 INFO kablam! warning: function is never used: `find_insert_loc` Oct 10 18:36:43.416 INFO kablam! --> src/main.rs:93:9 Oct 10 18:36:43.416 INFO kablam! | Oct 10 18:36:43.416 INFO kablam! 93 | / fn find_insert_loc<'a>(compare: fn(&str,&str)->Ordering, splits: &Vec<&str>, idx: usize, Oct 10 18:36:43.416 INFO kablam! 94 | | q: &str, child: Option<&'a BPlusTreeNode>) -> (usize, bool) { Oct 10 18:36:43.416 INFO kablam! 95 | | if idx == splits.len() { Oct 10 18:36:43.416 INFO kablam! 96 | | (splits.len(), true) Oct 10 18:36:43.416 INFO kablam! ... | Oct 10 18:36:43.416 INFO kablam! 103 | | } Oct 10 18:36:43.416 INFO kablam! 104 | | } Oct 10 18:36:43.416 INFO kablam! | |_________^ Oct 10 18:36:43.416 INFO kablam! Oct 10 18:36:43.416 INFO kablam! warning: method is never used: `split_if_necessary` Oct 10 18:36:43.416 INFO kablam! --> src/main.rs:125:5 Oct 10 18:36:43.416 INFO kablam! | Oct 10 18:36:43.416 INFO kablam! 125 | / fn split_if_necessary(&'a self, parent: &'a BPlusTreeNode<'a>, q: &str) Oct 10 18:36:43.416 INFO kablam! 126 | | -> (Option<&'a BPlusTreeNode<'a>>, bool) { Oct 10 18:36:43.416 INFO kablam! 127 | | let should_split = parent.splits.len() == self.branch_factor - 1; Oct 10 18:36:43.416 INFO kablam! 128 | | if !should_split { Oct 10 18:36:43.416 INFO kablam! ... | Oct 10 18:36:43.416 INFO kablam! 133 | | } Oct 10 18:36:43.416 INFO kablam! 134 | | } Oct 10 18:36:43.417 INFO kablam! | |_____^ Oct 10 18:36:43.417 INFO kablam! Oct 10 18:36:43.914 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 10 18:36:43.915 INFO kablam! su: No module specific data is present Oct 10 18:36:44.169 INFO running `"docker" "rm" "-f" "9468bcb4639a23b9a87e0fe18a37cf41fb7373680753a70910092864ab5ef363"` Oct 10 18:36:44.241 INFO blam! 9468bcb4639a23b9a87e0fe18a37cf41fb7373680753a70910092864ab5ef363 Oct 10 18:36:44.242 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:36:44.242 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:36:44.617 INFO blam! 0644c4369a3aaec0b1a9787e8fa2fad7edbfdebd5e8b568dd93b519367fc6a4d Oct 10 18:36:44.629 INFO running `"docker" "start" "-a" "0644c4369a3aaec0b1a9787e8fa2fad7edbfdebd5e8b568dd93b519367fc6a4d"` Oct 10 18:36:45.224 INFO kablam! usermod: no changes Oct 10 18:36:45.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 18:36:45.248 INFO kablam! Running /target/debug/deps/hello_world-627285d19a6ad039 Oct 10 18:36:45.249 INFO blam! Oct 10 18:36:45.249 INFO blam! running 1 test Oct 10 18:36:45.253 INFO blam! test test_verify_edit_distance ... ok Oct 10 18:36:45.253 INFO blam! Oct 10 18:36:45.253 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:36:45.253 INFO blam! Oct 10 18:36:45.254 INFO kablam! su: No module specific data is present Oct 10 18:36:45.572 INFO running `"docker" "rm" "-f" "0644c4369a3aaec0b1a9787e8fa2fad7edbfdebd5e8b568dd93b519367fc6a4d"` Oct 10 18:36:45.670 INFO blam! 0644c4369a3aaec0b1a9787e8fa2fad7edbfdebd5e8b568dd93b519367fc6a4d