Oct 22 01:11:05.398 INFO checking o2lsh-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:11:05.398 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 22 01:11:05.614 INFO blam! b264f25a9299258cb12f544c94f1c09c9282bd94c06e21f98429785b1d3eb75f Oct 22 01:11:05.614 INFO running `"docker" "start" "-a" "b264f25a9299258cb12f544c94f1c09c9282bd94c06e21f98429785b1d3eb75f"` Oct 22 01:11:06.512 INFO kablam! usermod: no changes Oct 22 01:11:06.638 INFO kablam! Checking ndarray v0.9.1 Oct 22 01:11:06.661 INFO kablam! Checking rayon v0.7.1 Oct 22 01:11:13.915 INFO kablam! Checking o2lsh v0.1.0 (/source) Oct 22 01:11:16.016 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 01:11:16.016 INFO kablam! --> src/multi.rs:23:48 Oct 22 01:11:16.016 INFO kablam! | Oct 22 01:11:16.016 INFO kablam! 23 | vec![((i, 1), bucket_distance(*fi, (*hi as f32), 1, W)), Oct 22 01:11:16.016 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 22 01:11:16.016 INFO kablam! | Oct 22 01:11:16.016 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 01:11:16.016 INFO kablam! Oct 22 01:11:16.016 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 01:11:16.016 INFO kablam! --> src/multi.rs:24:49 Oct 22 01:11:16.016 INFO kablam! | Oct 22 01:11:16.016 INFO kablam! 24 | ((i, -1), bucket_distance(*fi, (*hi as f32), -1, W))] Oct 22 01:11:16.016 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 22 01:11:16.016 INFO kablam! Oct 22 01:11:16.216 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 01:11:16.216 INFO kablam! --> src/multi.rs:23:48 Oct 22 01:11:16.216 INFO kablam! | Oct 22 01:11:16.216 INFO kablam! 23 | vec![((i, 1), bucket_distance(*fi, (*hi as f32), 1, W)), Oct 22 01:11:16.216 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 22 01:11:16.216 INFO kablam! | Oct 22 01:11:16.216 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 01:11:16.216 INFO kablam! Oct 22 01:11:16.216 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 01:11:16.216 INFO kablam! --> src/multi.rs:24:49 Oct 22 01:11:16.216 INFO kablam! | Oct 22 01:11:16.216 INFO kablam! 24 | ((i, -1), bucket_distance(*fi, (*hi as f32), -1, W))] Oct 22 01:11:16.216 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 22 01:11:16.216 INFO kablam! Oct 22 01:11:16.324 INFO kablam! warning: unused variable: `x` Oct 22 01:11:16.324 INFO kablam! --> src/table.rs:222:13 Oct 22 01:11:16.324 INFO kablam! | Oct 22 01:11:16.324 INFO kablam! 222 | let x = StandardLSHTable::new(&test_data, funcs, &ms); Oct 22 01:11:16.324 INFO kablam! | ^ help: consider using `_x` instead Oct 22 01:11:16.324 INFO kablam! | Oct 22 01:11:16.324 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 01:11:16.324 INFO kablam! Oct 22 01:11:16.324 INFO kablam! warning: unused variable: `x` Oct 22 01:11:16.324 INFO kablam! --> src/table.rs:235:13 Oct 22 01:11:16.324 INFO kablam! | Oct 22 01:11:16.324 INFO kablam! 235 | let x = StandardLSHTable::new_build(&test_data, funcs, &ms); Oct 22 01:11:16.324 INFO kablam! | ^ help: consider using `_x` instead Oct 22 01:11:16.324 INFO kablam! Oct 22 01:11:16.324 INFO kablam! warning: unused variable: `z` Oct 22 01:11:16.324 INFO kablam! --> src/multi.rs:76:9 Oct 22 01:11:16.324 INFO kablam! | Oct 22 01:11:16.324 INFO kablam! 76 | let z: Vec<_> = ii.take(3).collect(); Oct 22 01:11:16.324 INFO kablam! | ^ help: consider using `_z` instead Oct 22 01:11:16.325 INFO kablam! Oct 22 01:11:18.743 INFO kablam! error[E0603]: trait `LSHTable` is private Oct 22 01:11:18.744 INFO kablam! --> benches/mnist_benchmark.rs:31:21 Oct 22 01:11:18.744 INFO kablam! | Oct 22 01:11:18.744 INFO kablam! 31 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 22 01:11:18.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:11:18.744 INFO kablam! Oct 22 01:11:18.744 INFO kablam! error[E0603]: trait `LSHTable` is private Oct 22 01:11:18.744 INFO kablam! --> benches/mnist_benchmark.rs:31:78 Oct 22 01:11:18.744 INFO kablam! | Oct 22 01:11:18.744 INFO kablam! 31 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 22 01:11:18.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:11:18.744 INFO kablam! Oct 22 01:11:18.744 INFO kablam! error[E0603]: trait `LSHTable` is private Oct 22 01:11:18.744 INFO kablam! --> benches/mnist_benchmark.rs:68:25 Oct 22 01:11:18.744 INFO kablam! | Oct 22 01:11:18.744 INFO kablam! 68 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 22 01:11:18.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:11:18.744 INFO kablam! Oct 22 01:11:18.744 INFO kablam! error[E0603]: trait `LSHTable` is private Oct 22 01:11:18.744 INFO kablam! --> benches/mnist_benchmark.rs:68:82 Oct 22 01:11:18.744 INFO kablam! | Oct 22 01:11:18.744 INFO kablam! 68 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 22 01:11:18.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:11:18.744 INFO kablam! Oct 22 01:11:18.823 INFO kablam! error[E0599]: no function or associated item named `new_build` found for type `dyn o2lsh::lshtable::LSHTable<'_, _, _>` in the current scope Oct 22 01:11:18.823 INFO kablam! --> benches/mnist_benchmark.rs:31:78 Oct 22 01:11:18.823 INFO kablam! | Oct 22 01:11:18.823 INFO kablam! 31 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 22 01:11:18.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn o2lsh::lshtable::LSHTable<'_, _, _>` Oct 22 01:11:18.823 INFO kablam! Oct 22 01:11:18.823 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 22 01:11:18.823 INFO kablam! --> benches/mnist_benchmark.rs:31:9 Oct 22 01:11:18.823 INFO kablam! | Oct 22 01:11:18.823 INFO kablam! 31 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 22 01:11:18.823 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Oct 22 01:11:18.824 INFO kablam! | Oct 22 01:11:18.824 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 22 01:11:18.824 INFO kablam! = note: to learn more, visit Oct 22 01:11:18.824 INFO kablam! = note: all local variables must have a statically known size Oct 22 01:11:18.824 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 22 01:11:18.826 INFO kablam! Oct 22 01:11:18.830 INFO kablam! error: the `query_multiprobe` method cannot be invoked on a trait object Oct 22 01:11:18.830 INFO kablam! --> benches/mnist_benchmark.rs:35:24 Oct 22 01:11:18.830 INFO kablam! | Oct 22 01:11:18.830 INFO kablam! 35 | hash_table.query_multiprobe(vec, 10); Oct 22 01:11:18.830 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 01:11:18.830 INFO kablam! Oct 22 01:11:18.835 INFO kablam! error[E0599]: no function or associated item named `new_build` found for type `dyn o2lsh::lshtable::LSHTable<'_, _, _>` in the current scope Oct 22 01:11:18.835 INFO kablam! --> benches/mnist_benchmark.rs:68:82 Oct 22 01:11:18.835 INFO kablam! | Oct 22 01:11:18.835 INFO kablam! 68 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 22 01:11:18.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn o2lsh::lshtable::LSHTable<'_, _, _>` Oct 22 01:11:18.835 INFO kablam! Oct 22 01:11:18.837 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 22 01:11:18.837 INFO kablam! --> benches/mnist_benchmark.rs:68:13 Oct 22 01:11:18.837 INFO kablam! | Oct 22 01:11:18.837 INFO kablam! 68 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 22 01:11:18.837 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Oct 22 01:11:18.837 INFO kablam! | Oct 22 01:11:18.837 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 22 01:11:18.837 INFO kablam! = note: to learn more, visit Oct 22 01:11:18.837 INFO kablam! = note: all local variables must have a statically known size Oct 22 01:11:18.837 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 22 01:11:18.837 INFO kablam! Oct 22 01:11:18.837 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 22 01:11:18.837 INFO kablam! --> benches/mnist_benchmark.rs:69:20 Oct 22 01:11:18.837 INFO kablam! | Oct 22 01:11:18.837 INFO kablam! 69 | all_tables.add_table(hash_table); Oct 22 01:11:18.837 INFO kablam! | ^^^^^^^^^ doesn't have a size known at compile-time Oct 22 01:11:18.837 INFO kablam! | Oct 22 01:11:18.837 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 22 01:11:18.838 INFO kablam! = note: to learn more, visit Oct 22 01:11:18.838 INFO kablam! Oct 22 01:11:18.838 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 22 01:11:18.838 INFO kablam! --> benches/mnist_benchmark.rs:69:20 Oct 22 01:11:18.838 INFO kablam! | Oct 22 01:11:18.838 INFO kablam! 69 | all_tables.add_table(hash_table); Oct 22 01:11:18.838 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 22 01:11:18.838 INFO kablam! Oct 22 01:11:18.838 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 22 01:11:18.838 INFO kablam! --> benches/mnist_benchmark.rs:64:26 Oct 22 01:11:18.838 INFO kablam! | Oct 22 01:11:18.838 INFO kablam! 64 | let mut all_tables = o2lsh::lsh::LSHLookup::new(); Oct 22 01:11:18.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Oct 22 01:11:18.839 INFO kablam! | Oct 22 01:11:18.839 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 22 01:11:18.839 INFO kablam! = note: to learn more, visit Oct 22 01:11:18.839 INFO kablam! = note: required by `>::new` Oct 22 01:11:18.839 INFO kablam! Oct 22 01:11:18.839 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 22 01:11:18.839 INFO kablam! --> benches/mnist_benchmark.rs:64:26 Oct 22 01:11:18.839 INFO kablam! | Oct 22 01:11:18.839 INFO kablam! 64 | let mut all_tables = o2lsh::lsh::LSHLookup::new(); Oct 22 01:11:18.839 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 22 01:11:18.839 INFO kablam! | Oct 22 01:11:18.842 INFO kablam! = note: required by `>::new` Oct 22 01:11:18.842 INFO kablam! Oct 22 01:11:18.848 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 22 01:11:18.848 INFO kablam! --> benches/mnist_benchmark.rs:74:24 Oct 22 01:11:18.848 INFO kablam! | Oct 22 01:11:18.848 INFO kablam! 74 | all_tables.query_vec(vec, 10); Oct 22 01:11:18.848 INFO kablam! | ^^^^^^^^^ Oct 22 01:11:18.848 INFO kablam! | Oct 22 01:11:18.848 INFO kablam! = note: the method `query_vec` exists but the following trait bounds were not satisfied: Oct 22 01:11:18.848 INFO kablam! `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32> : std::marker::Sized` Oct 22 01:11:18.848 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 22 01:11:18.848 INFO kablam! Oct 22 01:11:18.848 INFO kablam! error: aborting due to 14 previous errors Oct 22 01:11:18.848 INFO kablam! Oct 22 01:11:18.848 INFO kablam! Some errors occurred: E0277, E0599, E0603. Oct 22 01:11:18.848 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 22 01:11:18.858 INFO kablam! error: Could not compile `o2lsh`. Oct 22 01:11:18.859 INFO kablam! Oct 22 01:11:18.859 INFO kablam! To learn more, run the command again with --verbose. Oct 22 01:11:18.860 INFO kablam! su: No module specific data is present Oct 22 01:11:19.204 INFO running `"docker" "rm" "-f" "b264f25a9299258cb12f544c94f1c09c9282bd94c06e21f98429785b1d3eb75f"` Oct 22 01:11:19.285 INFO blam! b264f25a9299258cb12f544c94f1c09c9282bd94c06e21f98429785b1d3eb75f