Oct 21 18:17:00.061 INFO checking dropbox/ruba against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:17:00.063 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 21 18:17:00.640 INFO blam! ef0440469214e7e6e0eabc83e334a06084ffca67c75b00d7a826778da1b71232 Oct 21 18:17:00.645 INFO running `"docker" "start" "-a" "ef0440469214e7e6e0eabc83e334a06084ffca67c75b00d7a826778da1b71232"` Oct 21 18:17:01.896 INFO kablam! usermod: no changes Oct 21 18:17:02.218 INFO kablam! Checking either v1.4.0 Oct 21 18:17:02.268 INFO kablam! Compiling heapsize v0.3.9 Oct 21 18:17:02.268 INFO kablam! Checking seahash v3.0.5 Oct 21 18:17:02.268 INFO kablam! Checking nix v0.5.1 Oct 21 18:17:02.268 INFO kablam! Checking bincode v0.9.2 Oct 21 18:17:02.268 INFO kablam! Checking serde_json v0.9.10 Oct 21 18:17:02.268 INFO kablam! Checking nom v3.2.1 Oct 21 18:17:02.268 INFO kablam! Checking csv v0.15.0 Oct 21 18:17:03.960 INFO kablam! Checking env_logger v0.5.6 Oct 21 18:17:05.839 INFO kablam! Checking chrono v0.4.0 Oct 21 18:17:08.017 INFO kablam! Checking futures-core v0.2.0-alpha Oct 21 18:17:08.033 INFO kablam! Checking itertools v0.5.10 Oct 21 18:17:11.613 INFO kablam! Checking futures-channel v0.2.0-alpha Oct 21 18:17:12.264 INFO kablam! Checking futures-io v0.2.0-alpha Oct 21 18:17:15.904 INFO kablam! Checking futures-sink v0.2.0-alpha Oct 21 18:17:16.866 INFO kablam! Checking futures-util v0.2.0-alpha Oct 21 18:17:21.330 INFO kablam! Checking rustyline v1.0.0 Oct 21 18:17:23.711 INFO kablam! Checking futures-executor v0.2.0-alpha Oct 21 18:17:24.742 INFO kablam! Checking futures v0.2.0-alpha Oct 21 18:17:25.399 INFO kablam! Checking ruba v0.1.0 (/source) Oct 21 18:17:32.620 INFO kablam! warning: unused variable: `aggregation_cardinality` Oct 21 18:17:32.621 INFO kablam! --> src/engine/query.rs:99:53 Oct 21 18:17:32.621 INFO kablam! | Oct 21 18:17:32.621 INFO kablam! 99 | let (encoded_group_by_column, grouping_key, aggregation_cardinality) = Oct 21 18:17:32.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_aggregation_cardinality` instead Oct 21 18:17:32.622 INFO kablam! | Oct 21 18:17:32.622 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:17:32.622 INFO kablam! Oct 21 18:17:32.729 INFO kablam! warning: unused variable: `aggregation_cardinality` Oct 21 18:17:32.729 INFO kablam! --> src/engine/query.rs:99:53 Oct 21 18:17:32.729 INFO kablam! | Oct 21 18:17:32.729 INFO kablam! 99 | let (encoded_group_by_column, grouping_key, aggregation_cardinality) = Oct 21 18:17:32.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_aggregation_cardinality` instead Oct 21 18:17:32.730 INFO kablam! | Oct 21 18:17:32.730 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:17:32.730 INFO kablam! Oct 21 18:17:33.380 INFO kablam! warning: variable does not need to be mutable Oct 21 18:17:33.380 INFO kablam! --> src/engine/vector_op/vector_operator.rs:521:13 Oct 21 18:17:33.380 INFO kablam! | Oct 21 18:17:33.380 INFO kablam! 521 | let mut result = _lhs.cast_ref_mut_bit_vec(); Oct 21 18:17:33.380 INFO kablam! | ----^^^^^^ Oct 21 18:17:33.380 INFO kablam! | | Oct 21 18:17:33.380 INFO kablam! | help: remove this `mut` Oct 21 18:17:33.380 INFO kablam! | Oct 21 18:17:33.380 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:17:33.380 INFO kablam! Oct 21 18:17:33.429 INFO kablam! warning: variable does not need to be mutable Oct 21 18:17:33.429 INFO kablam! --> src/engine/query.rs:37:21 Oct 21 18:17:33.429 INFO kablam! | Oct 21 18:17:33.429 INFO kablam! 37 | let mut compiled_filter = query_plan::prepare(filter_plan, &mut executor); Oct 21 18:17:33.429 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 21 18:17:33.429 INFO kablam! | | Oct 21 18:17:33.429 INFO kablam! | help: remove this `mut` Oct 21 18:17:33.429 INFO kablam! Oct 21 18:17:33.444 INFO kablam! warning: variable does not need to be mutable Oct 21 18:17:33.444 INFO kablam! --> src/engine/query.rs:89:21 Oct 21 18:17:33.444 INFO kablam! | Oct 21 18:17:33.444 INFO kablam! 89 | let mut compiled_filter = query_plan::prepare(filter_plan, &mut executor); Oct 21 18:17:33.444 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 21 18:17:33.444 INFO kablam! | | Oct 21 18:17:33.444 INFO kablam! | help: remove this `mut` Oct 21 18:17:33.444 INFO kablam! Oct 21 18:17:33.444 INFO kablam! warning: variable does not need to be mutable Oct 21 18:17:33.444 INFO kablam! --> src/engine/query.rs:128:17 Oct 21 18:17:33.444 INFO kablam! | Oct 21 18:17:33.444 INFO kablam! 128 | let mut aggregate = query_plan::prepare_aggregation( Oct 21 18:17:33.444 INFO kablam! | ----^^^^^^^^^ Oct 21 18:17:33.444 INFO kablam! | | Oct 21 18:17:33.444 INFO kablam! | help: remove this `mut` Oct 21 18:17:33.444 INFO kablam! Oct 21 18:17:33.560 INFO kablam! warning: variable does not need to be mutable Oct 21 18:17:33.560 INFO kablam! --> src/engine/vector_op/vector_operator.rs:521:13 Oct 21 18:17:33.563 INFO kablam! | Oct 21 18:17:33.564 INFO kablam! 521 | let mut result = _lhs.cast_ref_mut_bit_vec(); Oct 21 18:17:33.564 INFO kablam! | ----^^^^^^ Oct 21 18:17:33.564 INFO kablam! | | Oct 21 18:17:33.565 INFO kablam! | help: remove this `mut` Oct 21 18:17:33.565 INFO kablam! | Oct 21 18:17:33.565 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:17:33.565 INFO kablam! Oct 21 18:17:33.628 INFO kablam! warning: variable does not need to be mutable Oct 21 18:17:33.629 INFO kablam! --> src/engine/query.rs:37:21 Oct 21 18:17:33.629 INFO kablam! | Oct 21 18:17:33.629 INFO kablam! 37 | let mut compiled_filter = query_plan::prepare(filter_plan, &mut executor); Oct 21 18:17:33.637 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 21 18:17:33.637 INFO kablam! | | Oct 21 18:17:33.637 INFO kablam! | help: remove this `mut` Oct 21 18:17:33.637 INFO kablam! Oct 21 18:17:33.643 INFO kablam! warning: variable does not need to be mutable Oct 21 18:17:33.643 INFO kablam! --> src/engine/query.rs:89:21 Oct 21 18:17:33.643 INFO kablam! | Oct 21 18:17:33.643 INFO kablam! 89 | let mut compiled_filter = query_plan::prepare(filter_plan, &mut executor); Oct 21 18:17:33.644 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 21 18:17:33.644 INFO kablam! | | Oct 21 18:17:33.644 INFO kablam! | help: remove this `mut` Oct 21 18:17:33.644 INFO kablam! Oct 21 18:17:33.645 INFO kablam! warning: variable does not need to be mutable Oct 21 18:17:33.645 INFO kablam! --> src/engine/query.rs:128:17 Oct 21 18:17:33.645 INFO kablam! | Oct 21 18:17:33.645 INFO kablam! 128 | let mut aggregate = query_plan::prepare_aggregation( Oct 21 18:17:33.645 INFO kablam! | ----^^^^^^^^^ Oct 21 18:17:33.646 INFO kablam! | | Oct 21 18:17:33.646 INFO kablam! | help: remove this `mut` Oct 21 18:17:33.646 INFO kablam! Oct 21 18:17:33.884 INFO kablam! warning: struct is never constructed: `VectorConstant` Oct 21 18:17:33.884 INFO kablam! --> src/engine/vector_op/vector_operator.rs:266:1 Oct 21 18:17:33.884 INFO kablam! | Oct 21 18:17:33.884 INFO kablam! 266 | pub struct VectorConstant<'a> { Oct 21 18:17:33.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:33.884 INFO kablam! | Oct 21 18:17:33.884 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:17:33.884 INFO kablam! Oct 21 18:17:33.884 INFO kablam! warning: struct is never constructed: `Identity` Oct 21 18:17:33.884 INFO kablam! --> src/engine/vector_op/vector_operator.rs:727:1 Oct 21 18:17:33.884 INFO kablam! | Oct 21 18:17:33.884 INFO kablam! 727 | struct Identity { Oct 21 18:17:33.884 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:17:33.884 INFO kablam! Oct 21 18:17:33.884 INFO kablam! warning: method is never used: `new` Oct 21 18:17:33.884 INFO kablam! --> src/engine/vector_op/vector_operator.rs:733:5 Oct 21 18:17:33.885 INFO kablam! | Oct 21 18:17:33.885 INFO kablam! 733 | pub fn new(input: BufferRef, output: BufferRef) -> Identity { Oct 21 18:17:33.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:33.885 INFO kablam! Oct 21 18:17:33.885 INFO kablam! warning: field is never used: `storage` Oct 21 18:17:33.885 INFO kablam! --> src/scheduler/inner_ruba.rs:23:5 Oct 21 18:17:33.885 INFO kablam! | Oct 21 18:17:33.885 INFO kablam! 23 | storage: Box, Oct 21 18:17:33.885 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 18:17:33.885 INFO kablam! Oct 21 18:17:34.388 INFO kablam! warning: struct is never constructed: `VectorConstant` Oct 21 18:17:34.388 INFO kablam! --> src/engine/vector_op/vector_operator.rs:266:1 Oct 21 18:17:34.388 INFO kablam! | Oct 21 18:17:34.388 INFO kablam! 266 | pub struct VectorConstant<'a> { Oct 21 18:17:34.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:34.388 INFO kablam! | Oct 21 18:17:34.388 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:17:34.388 INFO kablam! Oct 21 18:17:34.388 INFO kablam! warning: struct is never constructed: `Identity` Oct 21 18:17:34.388 INFO kablam! --> src/engine/vector_op/vector_operator.rs:727:1 Oct 21 18:17:34.388 INFO kablam! | Oct 21 18:17:34.388 INFO kablam! 727 | struct Identity { Oct 21 18:17:34.388 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 18:17:34.388 INFO kablam! Oct 21 18:17:34.388 INFO kablam! warning: method is never used: `new` Oct 21 18:17:34.388 INFO kablam! --> src/engine/vector_op/vector_operator.rs:733:5 Oct 21 18:17:34.388 INFO kablam! | Oct 21 18:17:34.388 INFO kablam! 733 | pub fn new(input: BufferRef, output: BufferRef) -> Identity { Oct 21 18:17:34.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:17:34.388 INFO kablam! Oct 21 18:17:34.388 INFO kablam! warning: field is never used: `storage` Oct 21 18:17:34.388 INFO kablam! --> src/scheduler/inner_ruba.rs:23:5 Oct 21 18:17:34.388 INFO kablam! | Oct 21 18:17:34.388 INFO kablam! 23 | storage: Box, Oct 21 18:17:34.388 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 18:17:34.388 INFO kablam! Oct 21 18:17:46.482 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.54s Oct 21 18:17:46.502 INFO kablam! su: No module specific data is present Oct 21 18:17:47.476 INFO running `"docker" "rm" "-f" "ef0440469214e7e6e0eabc83e334a06084ffca67c75b00d7a826778da1b71232"` Oct 21 18:17:47.766 INFO blam! ef0440469214e7e6e0eabc83e334a06084ffca67c75b00d7a826778da1b71232