Oct 13 11:24:26.394 INFO checking o2lsh-0.1.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 11:24:26.396 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 11:24:26.896 INFO blam! fdc249d523dd27c104419c383832ada44a262eeaa80ad7cff8f7d1a317f04647 Oct 13 11:24:26.905 INFO running `"docker" "start" "-a" "fdc249d523dd27c104419c383832ada44a262eeaa80ad7cff8f7d1a317f04647"` Oct 13 11:24:27.868 INFO kablam! usermod: no changes Oct 13 11:24:27.964 INFO kablam! Checking revord v0.0.2 Oct 13 11:24:27.980 INFO kablam! Checking rayon v0.7.1 Oct 13 11:24:30.948 INFO kablam! Checking o2lsh v0.1.0 (/source) Oct 13 11:24:32.833 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 11:24:32.833 INFO kablam! --> src/multi.rs:23:48 Oct 13 11:24:32.834 INFO kablam! | Oct 13 11:24:32.834 INFO kablam! 23 | vec![((i, 1), bucket_distance(*fi, (*hi as f32), 1, W)), Oct 13 11:24:32.834 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 13 11:24:32.834 INFO kablam! | Oct 13 11:24:32.835 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 11:24:32.835 INFO kablam! Oct 13 11:24:32.835 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 11:24:32.835 INFO kablam! --> src/multi.rs:24:49 Oct 13 11:24:32.836 INFO kablam! | Oct 13 11:24:32.836 INFO kablam! 24 | ((i, -1), bucket_distance(*fi, (*hi as f32), -1, W))] Oct 13 11:24:32.836 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 13 11:24:32.836 INFO kablam! Oct 13 11:24:32.896 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 11:24:32.896 INFO kablam! --> src/multi.rs:23:48 Oct 13 11:24:32.896 INFO kablam! | Oct 13 11:24:32.896 INFO kablam! 23 | vec![((i, 1), bucket_distance(*fi, (*hi as f32), 1, W)), Oct 13 11:24:32.896 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 13 11:24:32.896 INFO kablam! | Oct 13 11:24:32.896 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 11:24:32.896 INFO kablam! Oct 13 11:24:32.896 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 11:24:32.896 INFO kablam! --> src/multi.rs:24:49 Oct 13 11:24:32.896 INFO kablam! | Oct 13 11:24:32.896 INFO kablam! 24 | ((i, -1), bucket_distance(*fi, (*hi as f32), -1, W))] Oct 13 11:24:32.896 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 13 11:24:32.896 INFO kablam! Oct 13 11:24:33.168 INFO kablam! warning: unused variable: `x` Oct 13 11:24:33.168 INFO kablam! --> src/table.rs:222:13 Oct 13 11:24:33.168 INFO kablam! | Oct 13 11:24:33.168 INFO kablam! 222 | let x = StandardLSHTable::new(&test_data, funcs, &ms); Oct 13 11:24:33.168 INFO kablam! | ^ help: consider using `_x` instead Oct 13 11:24:33.168 INFO kablam! | Oct 13 11:24:33.168 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 11:24:33.168 INFO kablam! Oct 13 11:24:33.168 INFO kablam! warning: unused variable: `x` Oct 13 11:24:33.168 INFO kablam! --> src/table.rs:235:13 Oct 13 11:24:33.168 INFO kablam! | Oct 13 11:24:33.168 INFO kablam! 235 | let x = StandardLSHTable::new_build(&test_data, funcs, &ms); Oct 13 11:24:33.168 INFO kablam! | ^ help: consider using `_x` instead Oct 13 11:24:33.168 INFO kablam! Oct 13 11:24:33.168 INFO kablam! warning: unused variable: `z` Oct 13 11:24:33.168 INFO kablam! --> src/multi.rs:76:9 Oct 13 11:24:33.168 INFO kablam! | Oct 13 11:24:33.168 INFO kablam! 76 | let z: Vec<_> = ii.take(3).collect(); Oct 13 11:24:33.168 INFO kablam! | ^ help: consider using `_z` instead Oct 13 11:24:33.168 INFO kablam! Oct 13 11:24:34.960 INFO kablam! error[E0603]: trait `LSHTable` is private Oct 13 11:24:34.960 INFO kablam! --> benches/mnist_benchmark.rs:31:21 Oct 13 11:24:34.960 INFO kablam! | Oct 13 11:24:34.960 INFO kablam! 31 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 13 11:24:34.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:24:34.960 INFO kablam! Oct 13 11:24:34.960 INFO kablam! error[E0603]: trait `LSHTable` is private Oct 13 11:24:34.960 INFO kablam! --> benches/mnist_benchmark.rs:31:78 Oct 13 11:24:34.960 INFO kablam! | Oct 13 11:24:34.960 INFO kablam! 31 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 13 11:24:34.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:24:34.960 INFO kablam! Oct 13 11:24:34.960 INFO kablam! error[E0603]: trait `LSHTable` is private Oct 13 11:24:34.961 INFO kablam! --> benches/mnist_benchmark.rs:68:25 Oct 13 11:24:34.961 INFO kablam! | Oct 13 11:24:34.961 INFO kablam! 68 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 13 11:24:34.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:24:34.961 INFO kablam! Oct 13 11:24:34.961 INFO kablam! error[E0603]: trait `LSHTable` is private Oct 13 11:24:34.961 INFO kablam! --> benches/mnist_benchmark.rs:68:82 Oct 13 11:24:34.961 INFO kablam! | Oct 13 11:24:34.961 INFO kablam! 68 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 13 11:24:34.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:24:34.961 INFO kablam! Oct 13 11:24:35.057 INFO kablam! error[E0599]: no function or associated item named `new_build` found for type `dyn o2lsh::lshtable::LSHTable<'_, _, _>` in the current scope Oct 13 11:24:35.057 INFO kablam! --> benches/mnist_benchmark.rs:31:78 Oct 13 11:24:35.057 INFO kablam! | Oct 13 11:24:35.058 INFO kablam! 31 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 13 11:24:35.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn o2lsh::lshtable::LSHTable<'_, _, _>` Oct 13 11:24:35.058 INFO kablam! Oct 13 11:24:35.059 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 13 11:24:35.059 INFO kablam! --> benches/mnist_benchmark.rs:31:9 Oct 13 11:24:35.059 INFO kablam! | Oct 13 11:24:35.059 INFO kablam! 31 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 13 11:24:35.060 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Oct 13 11:24:35.060 INFO kablam! | Oct 13 11:24:35.060 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 13 11:24:35.060 INFO kablam! = note: to learn more, visit Oct 13 11:24:35.061 INFO kablam! = note: all local variables must have a statically known size Oct 13 11:24:35.061 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 13 11:24:35.061 INFO kablam! Oct 13 11:24:35.061 INFO kablam! error: the `query_multiprobe` method cannot be invoked on a trait object Oct 13 11:24:35.062 INFO kablam! --> benches/mnist_benchmark.rs:35:24 Oct 13 11:24:35.062 INFO kablam! | Oct 13 11:24:35.062 INFO kablam! 35 | hash_table.query_multiprobe(vec, 10); Oct 13 11:24:35.062 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 11:24:35.063 INFO kablam! Oct 13 11:24:35.072 INFO kablam! error[E0599]: no function or associated item named `new_build` found for type `dyn o2lsh::lshtable::LSHTable<'_, _, _>` in the current scope Oct 13 11:24:35.072 INFO kablam! --> benches/mnist_benchmark.rs:68:82 Oct 13 11:24:35.073 INFO kablam! | Oct 13 11:24:35.073 INFO kablam! 68 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 13 11:24:35.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn o2lsh::lshtable::LSHTable<'_, _, _>` Oct 13 11:24:35.073 INFO kablam! Oct 13 11:24:35.073 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 13 11:24:35.074 INFO kablam! --> benches/mnist_benchmark.rs:68:13 Oct 13 11:24:35.074 INFO kablam! | Oct 13 11:24:35.074 INFO kablam! 68 | let hash_table: o2lsh::table::LSHTable, Fn(&Vec) -> f32> = o2lsh::table::LSHTable::new_build(&mnist_data, hash_boxes, &ms); Oct 13 11:24:35.074 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Oct 13 11:24:35.074 INFO kablam! | Oct 13 11:24:35.078 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 13 11:24:35.078 INFO kablam! = note: to learn more, visit Oct 13 11:24:35.078 INFO kablam! = note: all local variables must have a statically known size Oct 13 11:24:35.078 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 13 11:24:35.078 INFO kablam! Oct 13 11:24:35.079 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 13 11:24:35.079 INFO kablam! --> benches/mnist_benchmark.rs:69:20 Oct 13 11:24:35.079 INFO kablam! | Oct 13 11:24:35.079 INFO kablam! 69 | all_tables.add_table(hash_table); Oct 13 11:24:35.079 INFO kablam! | ^^^^^^^^^ doesn't have a size known at compile-time Oct 13 11:24:35.079 INFO kablam! | Oct 13 11:24:35.079 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 13 11:24:35.080 INFO kablam! = note: to learn more, visit Oct 13 11:24:35.080 INFO kablam! Oct 13 11:24:35.080 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 13 11:24:35.080 INFO kablam! --> benches/mnist_benchmark.rs:69:20 Oct 13 11:24:35.080 INFO kablam! | Oct 13 11:24:35.080 INFO kablam! 69 | all_tables.add_table(hash_table); Oct 13 11:24:35.081 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 13 11:24:35.081 INFO kablam! Oct 13 11:24:35.081 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 13 11:24:35.081 INFO kablam! --> benches/mnist_benchmark.rs:64:26 Oct 13 11:24:35.081 INFO kablam! | Oct 13 11:24:35.081 INFO kablam! 64 | let mut all_tables = o2lsh::lsh::LSHLookup::new(); Oct 13 11:24:35.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Oct 13 11:24:35.082 INFO kablam! | Oct 13 11:24:35.082 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 13 11:24:35.082 INFO kablam! = note: to learn more, visit Oct 13 11:24:35.082 INFO kablam! = note: required by `>::new` Oct 13 11:24:35.082 INFO kablam! Oct 13 11:24:35.083 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 13 11:24:35.083 INFO kablam! --> benches/mnist_benchmark.rs:64:26 Oct 13 11:24:35.083 INFO kablam! | Oct 13 11:24:35.083 INFO kablam! 64 | let mut all_tables = o2lsh::lsh::LSHLookup::new(); Oct 13 11:24:35.083 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 13 11:24:35.083 INFO kablam! | Oct 13 11:24:35.083 INFO kablam! = note: required by `>::new` Oct 13 11:24:35.084 INFO kablam! Oct 13 11:24:35.084 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 13 11:24:35.084 INFO kablam! --> benches/mnist_benchmark.rs:74:24 Oct 13 11:24:35.084 INFO kablam! | Oct 13 11:24:35.084 INFO kablam! 74 | all_tables.query_vec(vec, 10); Oct 13 11:24:35.084 INFO kablam! | ^^^^^^^^^ Oct 13 11:24:35.085 INFO kablam! | Oct 13 11:24:35.085 INFO kablam! = note: the method `query_vec` exists but the following trait bounds were not satisfied: Oct 13 11:24:35.085 INFO kablam! `dyn o2lsh::lshtable::LSHTable<'_, std::vec::Vec, dyn for<'r> std::ops::Fn(&'r std::vec::Vec) -> f32> : std::marker::Sized` Oct 13 11:24:35.085 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 13 11:24:35.085 INFO kablam! Oct 13 11:24:35.085 INFO kablam! error: aborting due to 14 previous errors Oct 13 11:24:35.085 INFO kablam! Oct 13 11:24:35.086 INFO kablam! Some errors occurred: E0277, E0599, E0603. Oct 13 11:24:35.086 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 13 11:24:35.086 INFO kablam! error: Could not compile `o2lsh`. Oct 13 11:24:35.087 INFO kablam! Oct 13 11:24:35.087 INFO kablam! To learn more, run the command again with --verbose. Oct 13 11:24:35.087 INFO kablam! su: No module specific data is present Oct 13 11:24:35.335 INFO running `"docker" "rm" "-f" "fdc249d523dd27c104419c383832ada44a262eeaa80ad7cff8f7d1a317f04647"` Oct 13 11:24:35.454 INFO blam! fdc249d523dd27c104419c383832ada44a262eeaa80ad7cff8f7d1a317f04647