Oct 27 18:33:59.187 INFO checking o2lsh-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:33:59.188 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 18:33:59.575 INFO blam! 5e3202784994a892fb5fbfbcde9265203e607b7a5cfff273ea95e63bf4aa7d8d Oct 27 18:33:59.591 INFO running `"docker" "start" "-a" "5e3202784994a892fb5fbfbcde9265203e607b7a5cfff273ea95e63bf4aa7d8d"` Oct 27 18:34:00.887 INFO kablam! usermod: no changes Oct 27 18:34:00.953 INFO kablam! Checking revord v0.0.2 Oct 27 18:34:01.594 INFO kablam! Checking o2lsh v0.1.0 (/source) Oct 27 18:34:04.451 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 18:34:04.451 INFO kablam! --> src/multi.rs:23:48 Oct 27 18:34:04.451 INFO kablam! | Oct 27 18:34:04.451 INFO kablam! 23 | vec![((i, 1), bucket_distance(*fi, (*hi as f32), 1, W)), Oct 27 18:34:04.451 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 18:34:04.451 INFO kablam! | Oct 27 18:34:04.451 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 18:34:04.451 INFO kablam! Oct 27 18:34:04.451 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 18:34:04.451 INFO kablam! --> src/multi.rs:24:49 Oct 27 18:34:04.451 INFO kablam! | Oct 27 18:34:04.451 INFO kablam! 24 | ((i, -1), bucket_distance(*fi, (*hi as f32), -1, W))] Oct 27 18:34:04.451 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 18:34:04.451 INFO kablam! Oct 27 18:34:04.451 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 18:34:04.454 INFO kablam! --> src/multi.rs:23:48 Oct 27 18:34:04.455 INFO kablam! | Oct 27 18:34:04.455 INFO kablam! 23 | vec![((i, 1), bucket_distance(*fi, (*hi as f32), 1, W)), Oct 27 18:34:04.455 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 18:34:04.455 INFO kablam! | Oct 27 18:34:04.455 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 18:34:04.455 INFO kablam! Oct 27 18:34:04.455 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 18:34:04.455 INFO kablam! --> src/multi.rs:24:49 Oct 27 18:34:04.455 INFO kablam! | Oct 27 18:34:04.455 INFO kablam! 24 | ((i, -1), bucket_distance(*fi, (*hi as f32), -1, W))] Oct 27 18:34:04.455 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 18:34:04.455 INFO kablam! Oct 27 18:34:04.929 INFO kablam! warning: unused variable: `x` Oct 27 18:34:04.929 INFO kablam! --> src/table.rs:222:13 Oct 27 18:34:04.929 INFO kablam! | Oct 27 18:34:04.929 INFO kablam! 222 | let x = StandardLSHTable::new(&test_data, funcs, &ms); Oct 27 18:34:04.930 INFO kablam! | ^ help: consider using `_x` instead Oct 27 18:34:04.930 INFO kablam! | Oct 27 18:34:04.930 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 18:34:04.931 INFO kablam! Oct 27 18:34:04.931 INFO kablam! warning: unused variable: `x` Oct 27 18:34:04.931 INFO kablam! --> src/table.rs:235:13 Oct 27 18:34:04.931 INFO kablam! | Oct 27 18:34:04.932 INFO kablam! 235 | let x = StandardLSHTable::new_build(&test_data, funcs, &ms); Oct 27 18:34:04.932 INFO kablam! | ^ help: consider using `_x` instead Oct 27 18:34:04.932 INFO kablam! Oct 27 18:34:04.932 INFO kablam! warning: unused variable: `z` Oct 27 18:34:04.933 INFO kablam! --> src/multi.rs:76:9 Oct 27 18:34:04.933 INFO kablam! | Oct 27 18:34:04.933 INFO kablam! 76 | let z: Vec<_> = ii.take(3).collect(); Oct 27 18:34:04.933 INFO kablam! | ^ help: consider using `_z` instead Oct 27 18:34:04.934 INFO kablam! Oct 27 18:34:07.008 INFO kablam! error[E0603]: trait `LSHTable` is private Oct 27 18:34:07.008 INFO kablam! --> benches/mnist_benchmark.rs:31:21 Oct 27 18:34:07.008 INFO kablam! | Oct 27 18:34:07.008 INFO kablam! 31 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 27 18:34:07.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:34:07.009 INFO kablam! Oct 27 18:34:07.009 INFO kablam! error[E0603]: trait `LSHTable` is private Oct 27 18:34:07.009 INFO kablam! --> benches/mnist_benchmark.rs:31:78 Oct 27 18:34:07.009 INFO kablam! | Oct 27 18:34:07.009 INFO kablam! 31 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 27 18:34:07.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:34:07.009 INFO kablam! Oct 27 18:34:07.009 INFO kablam! error[E0603]: trait `LSHTable` is private Oct 27 18:34:07.009 INFO kablam! --> benches/mnist_benchmark.rs:68:25 Oct 27 18:34:07.009 INFO kablam! | Oct 27 18:34:07.009 INFO kablam! 68 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 27 18:34:07.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:34:07.009 INFO kablam! Oct 27 18:34:07.009 INFO kablam! error[E0603]: trait `LSHTable` is private Oct 27 18:34:07.009 INFO kablam! --> benches/mnist_benchmark.rs:68:82 Oct 27 18:34:07.009 INFO kablam! | Oct 27 18:34:07.009 INFO kablam! 68 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 27 18:34:07.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:34:07.012 INFO kablam! Oct 27 18:34:07.125 INFO kablam! error[E0599]: no function or associated item named `new_build` found for type `dyn o2lsh::lshtable::LSHTable<'_, _, _>` in the current scope Oct 27 18:34:07.126 INFO kablam! --> benches/mnist_benchmark.rs:31:78 Oct 27 18:34:07.126 INFO kablam! | Oct 27 18:34:07.126 INFO kablam! 31 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 27 18:34:07.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn o2lsh::lshtable::LSHTable<'_, _, _>` Oct 27 18:34:07.127 INFO kablam! Oct 27 18:34:07.127 INFO kablam! error[E0277]: the size for values of type `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>` cannot be known at compilation time Oct 27 18:34:07.128 INFO kablam! --> benches/mnist_benchmark.rs:31:9 Oct 27 18:34:07.128 INFO kablam! | Oct 27 18:34:07.128 INFO kablam! 31 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 27 18:34:07.128 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Oct 27 18:34:07.129 INFO kablam! | Oct 27 18:34:07.129 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>` Oct 27 18:34:07.129 INFO kablam! = note: to learn more, visit Oct 27 18:34:07.130 INFO kablam! = note: all local variables must have a statically known size Oct 27 18:34:07.130 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 27 18:34:07.130 INFO kablam! Oct 27 18:34:07.140 INFO kablam! error: the `query_multiprobe` method cannot be invoked on a trait object Oct 27 18:34:07.141 INFO kablam! --> benches/mnist_benchmark.rs:35:24 Oct 27 18:34:07.141 INFO kablam! | Oct 27 18:34:07.141 INFO kablam! 35 | hash_table.query_multiprobe(vec, 10); Oct 27 18:34:07.142 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 18:34:07.142 INFO kablam! Oct 27 18:34:07.142 INFO kablam! error[E0599]: no function or associated item named `new_build` found for type `dyn o2lsh::lshtable::LSHTable<'_, _, _>` in the current scope Oct 27 18:34:07.143 INFO kablam! --> benches/mnist_benchmark.rs:68:82 Oct 27 18:34:07.143 INFO kablam! | Oct 27 18:34:07.143 INFO kablam! 68 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 27 18:34:07.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn o2lsh::lshtable::LSHTable<'_, _, _>` Oct 27 18:34:07.144 INFO kablam! Oct 27 18:34:07.144 INFO kablam! error[E0277]: the size for values of type `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>` cannot be known at compilation time Oct 27 18:34:07.144 INFO kablam! --> benches/mnist_benchmark.rs:68:13 Oct 27 18:34:07.144 INFO kablam! | Oct 27 18:34:07.145 INFO kablam! 68 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 27 18:34:07.145 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Oct 27 18:34:07.145 INFO kablam! | Oct 27 18:34:07.146 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>` Oct 27 18:34:07.146 INFO kablam! = note: to learn more, visit Oct 27 18:34:07.146 INFO kablam! = note: all local variables must have a statically known size Oct 27 18:34:07.146 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 27 18:34:07.147 INFO kablam! Oct 27 18:34:07.147 INFO kablam! error[E0277]: the size for values of type `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>` cannot be known at compilation time Oct 27 18:34:07.147 INFO kablam! --> benches/mnist_benchmark.rs:69:20 Oct 27 18:34:07.147 INFO kablam! | Oct 27 18:34:07.148 INFO kablam! 69 | all_tables.add_table(hash_table); Oct 27 18:34:07.148 INFO kablam! | ^^^^^^^^^ doesn't have a size known at compile-time Oct 27 18:34:07.148 INFO kablam! | Oct 27 18:34:07.149 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>` Oct 27 18:34:07.149 INFO kablam! = note: to learn more, visit Oct 27 18:34:07.149 INFO kablam! Oct 27 18:34:07.149 INFO kablam! error[E0277]: the trait bound `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>: o2lsh::lshtable::LSHTable<'_, _, f32>` is not satisfied Oct 27 18:34:07.150 INFO kablam! --> benches/mnist_benchmark.rs:69:20 Oct 27 18:34:07.150 INFO kablam! | Oct 27 18:34:07.150 INFO kablam! 69 | all_tables.add_table(hash_table); Oct 27 18:34:07.151 INFO kablam! | ^^^^^^^^^ the trait `o2lsh::lshtable::LSHTable<'_, _, f32>` is not implemented for `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>` Oct 27 18:34:07.151 INFO kablam! Oct 27 18:34:07.151 INFO kablam! error[E0277]: the size for values of type `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>` cannot be known at compilation time Oct 27 18:34:07.151 INFO kablam! --> benches/mnist_benchmark.rs:64:26 Oct 27 18:34:07.152 INFO kablam! | Oct 27 18:34:07.152 INFO kablam! 64 | let mut all_tables = o2lsh::lsh::LSHLookup::new(); Oct 27 18:34:07.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Oct 27 18:34:07.152 INFO kablam! | Oct 27 18:34:07.153 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>` Oct 27 18:34:07.153 INFO kablam! = note: to learn more, visit Oct 27 18:34:07.153 INFO kablam! = note: required by `>::new` Oct 27 18:34:07.153 INFO kablam! Oct 27 18:34:07.154 INFO kablam! error[E0277]: the trait bound `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>: o2lsh::lshtable::LSHTable<'_, _, f32>` is not satisfied Oct 27 18:34:07.154 INFO kablam! --> benches/mnist_benchmark.rs:64:26 Oct 27 18:34:07.154 INFO kablam! | Oct 27 18:34:07.154 INFO kablam! 64 | let mut all_tables = o2lsh::lsh::LSHLookup::new(); Oct 27 18:34:07.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `o2lsh::lshtable::LSHTable<'_, _, f32>` is not implemented for `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>` Oct 27 18:34:07.157 INFO kablam! | Oct 27 18:34:07.158 INFO kablam! = note: required by `>::new` Oct 27 18:34:07.158 INFO kablam! Oct 27 18:34:07.158 INFO kablam! error[E0599]: no method named `query_vec` found for type `o2lsh::lsh::LSHLookup<'_, _, f32, dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32>>` in the current scope Oct 27 18:34:07.158 INFO kablam! --> benches/mnist_benchmark.rs:74:24 Oct 27 18:34:07.158 INFO kablam! | Oct 27 18:34:07.158 INFO kablam! 74 | all_tables.query_vec(vec, 10); Oct 27 18:34:07.158 INFO kablam! | ^^^^^^^^^ Oct 27 18:34:07.159 INFO kablam! | Oct 27 18:34:07.159 INFO kablam! = note: the method `query_vec` exists but the following trait bounds were not satisfied: Oct 27 18:34:07.159 INFO kablam! `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32> : std::marker::Sized` Oct 27 18:34:07.159 INFO kablam! `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32> : o2lsh::lshtable::LSHTable<_, f32>` Oct 27 18:34:07.159 INFO kablam! Oct 27 18:34:07.163 INFO kablam! error: aborting due to 14 previous errors Oct 27 18:34:07.163 INFO kablam! Oct 27 18:34:07.163 INFO kablam! Some errors occurred: E0277, E0599, E0603. Oct 27 18:34:07.163 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 18:34:07.177 INFO kablam! error: Could not compile `o2lsh`. Oct 27 18:34:07.177 INFO kablam! Oct 27 18:34:07.177 INFO kablam! To learn more, run the command again with --verbose. Oct 27 18:34:07.177 INFO kablam! su: No module specific data is present Oct 27 18:34:07.549 INFO running `"docker" "rm" "-f" "5e3202784994a892fb5fbfbcde9265203e607b7a5cfff273ea95e63bf4aa7d8d"` Oct 27 18:34:07.647 INFO blam! 5e3202784994a892fb5fbfbcde9265203e607b7a5cfff273ea95e63bf4aa7d8d