Oct 10 23:54:24.705 INFO testing dropbox/ruba against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:54:24.705 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:54:24.705 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 23:54:25.308 INFO blam! 1a48ec33c42068a54e1e8e0ce72ecdb8827910a403c9f0bc179fe189285f272d Oct 10 23:54:25.308 INFO running `"docker" "start" "-a" "1a48ec33c42068a54e1e8e0ce72ecdb8827910a403c9f0bc179fe189285f272d"` Oct 10 23:54:26.773 INFO kablam! usermod: no changes Oct 10 23:54:27.108 INFO kablam! Compiling either v1.4.0 Oct 10 23:54:27.128 INFO kablam! Compiling seahash v3.0.5 Oct 10 23:54:27.129 INFO kablam! Compiling memchr v1.0.2 Oct 10 23:54:27.129 INFO kablam! Compiling heapsize v0.3.9 Oct 10 23:54:27.129 INFO kablam! Compiling nix v0.5.1 Oct 10 23:54:27.136 INFO kablam! Compiling bincode v0.9.2 Oct 10 23:54:27.137 INFO kablam! Compiling num-rational v0.1.42 Oct 10 23:54:27.140 INFO kablam! Compiling regex v0.2.10 Oct 10 23:54:30.313 INFO kablam! Compiling failure v0.1.1 Oct 10 23:54:32.654 INFO kablam! Compiling futures-core v0.2.0-alpha Oct 10 23:54:32.917 INFO kablam! Compiling itertools v0.5.10 Oct 10 23:54:33.164 INFO kablam! Compiling csv v0.15.0 Oct 10 23:54:35.504 INFO kablam! Compiling nom v3.2.1 Oct 10 23:54:40.552 INFO kablam! Compiling futures-channel v0.2.0-alpha Oct 10 23:54:40.556 INFO kablam! Compiling futures-io v0.2.0-alpha Oct 10 23:54:42.009 INFO kablam! Compiling num v0.1.42 Oct 10 23:54:46.760 INFO kablam! Compiling futures-sink v0.2.0-alpha Oct 10 23:54:46.787 INFO kablam! Compiling chrono v0.4.0 Oct 10 23:54:48.704 INFO kablam! Compiling futures-util v0.2.0-alpha Oct 10 23:54:50.977 INFO kablam! Compiling rustyline v1.0.0 Oct 10 23:55:02.512 INFO kablam! Compiling futures-executor v0.2.0-alpha Oct 10 23:55:05.197 INFO kablam! Compiling futures v0.2.0-alpha Oct 10 23:55:06.228 INFO kablam! Compiling ruba v0.1.0 (/source) Oct 10 23:55:11.804 INFO kablam! warning: unused variable: `aggregation_cardinality` Oct 10 23:55:11.804 INFO kablam! --> src/engine/query.rs:99:53 Oct 10 23:55:11.804 INFO kablam! | Oct 10 23:55:11.804 INFO kablam! 99 | let (encoded_group_by_column, grouping_key, aggregation_cardinality) = Oct 10 23:55:11.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_aggregation_cardinality` instead Oct 10 23:55:11.804 INFO kablam! | Oct 10 23:55:11.804 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:55:11.804 INFO kablam! Oct 10 23:55:12.344 INFO kablam! warning: variable does not need to be mutable Oct 10 23:55:12.344 INFO kablam! --> src/engine/vector_op/vector_operator.rs:521:13 Oct 10 23:55:12.344 INFO kablam! | Oct 10 23:55:12.344 INFO kablam! 521 | let mut result = _lhs.cast_ref_mut_bit_vec(); Oct 10 23:55:12.344 INFO kablam! | ----^^^^^^ Oct 10 23:55:12.344 INFO kablam! | | Oct 10 23:55:12.344 INFO kablam! | help: remove this `mut` Oct 10 23:55:12.344 INFO kablam! | Oct 10 23:55:12.344 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 23:55:12.344 INFO kablam! Oct 10 23:55:12.384 INFO kablam! warning: variable does not need to be mutable Oct 10 23:55:12.384 INFO kablam! --> src/engine/query.rs:37:21 Oct 10 23:55:12.384 INFO kablam! | Oct 10 23:55:12.384 INFO kablam! 37 | let mut compiled_filter = query_plan::prepare(filter_plan, &mut executor); Oct 10 23:55:12.384 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 10 23:55:12.384 INFO kablam! | | Oct 10 23:55:12.384 INFO kablam! | help: remove this `mut` Oct 10 23:55:12.384 INFO kablam! Oct 10 23:55:12.392 INFO kablam! warning: variable does not need to be mutable Oct 10 23:55:12.392 INFO kablam! --> src/engine/query.rs:89:21 Oct 10 23:55:12.392 INFO kablam! | Oct 10 23:55:12.392 INFO kablam! 89 | let mut compiled_filter = query_plan::prepare(filter_plan, &mut executor); Oct 10 23:55:12.392 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 10 23:55:12.392 INFO kablam! | | Oct 10 23:55:12.392 INFO kablam! | help: remove this `mut` Oct 10 23:55:12.392 INFO kablam! Oct 10 23:55:12.392 INFO kablam! warning: variable does not need to be mutable Oct 10 23:55:12.392 INFO kablam! --> src/engine/query.rs:128:17 Oct 10 23:55:12.392 INFO kablam! | Oct 10 23:55:12.392 INFO kablam! 128 | let mut aggregate = query_plan::prepare_aggregation( Oct 10 23:55:12.392 INFO kablam! | ----^^^^^^^^^ Oct 10 23:55:12.392 INFO kablam! | | Oct 10 23:55:12.392 INFO kablam! | help: remove this `mut` Oct 10 23:55:12.392 INFO kablam! Oct 10 23:55:12.736 INFO kablam! warning: struct is never constructed: `VectorConstant` Oct 10 23:55:12.736 INFO kablam! --> src/engine/vector_op/vector_operator.rs:266:1 Oct 10 23:55:12.736 INFO kablam! | Oct 10 23:55:12.736 INFO kablam! 266 | pub struct VectorConstant<'a> { Oct 10 23:55:12.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:55:12.736 INFO kablam! | Oct 10 23:55:12.736 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:55:12.736 INFO kablam! Oct 10 23:55:12.736 INFO kablam! warning: struct is never constructed: `Identity` Oct 10 23:55:12.736 INFO kablam! --> src/engine/vector_op/vector_operator.rs:727:1 Oct 10 23:55:12.736 INFO kablam! | Oct 10 23:55:12.736 INFO kablam! 727 | struct Identity { Oct 10 23:55:12.736 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 23:55:12.736 INFO kablam! Oct 10 23:55:12.736 INFO kablam! warning: method is never used: `new` Oct 10 23:55:12.736 INFO kablam! --> src/engine/vector_op/vector_operator.rs:733:5 Oct 10 23:55:12.736 INFO kablam! | Oct 10 23:55:12.736 INFO kablam! 733 | pub fn new(input: BufferRef, output: BufferRef) -> Identity { Oct 10 23:55:12.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:55:12.736 INFO kablam! Oct 10 23:55:12.736 INFO kablam! warning: field is never used: `storage` Oct 10 23:55:12.736 INFO kablam! --> src/scheduler/inner_ruba.rs:23:5 Oct 10 23:55:12.736 INFO kablam! | Oct 10 23:55:12.737 INFO kablam! 23 | storage: Box, Oct 10 23:55:12.737 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 23:55:12.737 INFO kablam! Oct 10 23:55:32.613 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Oct 10 23:55:32.629 INFO kablam! su: No module specific data is present Oct 10 23:55:33.179 INFO running `"docker" "rm" "-f" "1a48ec33c42068a54e1e8e0ce72ecdb8827910a403c9f0bc179fe189285f272d"` Oct 10 23:55:33.436 INFO blam! 1a48ec33c42068a54e1e8e0ce72ecdb8827910a403c9f0bc179fe189285f272d Oct 10 23:55:33.452 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:55:33.452 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 23:55:33.828 INFO blam! af7ad77cb39e78500c992f5092ba2d56ef4d1cd50ac0f5249949a57b3a799f66 Oct 10 23:55:33.832 INFO running `"docker" "start" "-a" "af7ad77cb39e78500c992f5092ba2d56ef4d1cd50ac0f5249949a57b3a799f66"` Oct 10 23:55:34.544 INFO kablam! usermod: no changes Oct 10 23:55:34.760 INFO kablam! Compiling env_logger v0.5.6 Oct 10 23:55:36.960 INFO kablam! Compiling ruba v0.1.0 (/source) Oct 10 23:55:48.336 INFO kablam! warning: unused variable: `aggregation_cardinality` Oct 10 23:55:48.336 INFO kablam! --> src/engine/query.rs:99:53 Oct 10 23:55:48.336 INFO kablam! | Oct 10 23:55:48.336 INFO kablam! 99 | let (encoded_group_by_column, grouping_key, aggregation_cardinality) = Oct 10 23:55:48.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_aggregation_cardinality` instead Oct 10 23:55:48.336 INFO kablam! | Oct 10 23:55:48.336 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:55:48.336 INFO kablam! Oct 10 23:55:48.985 INFO kablam! warning: variable does not need to be mutable Oct 10 23:55:48.986 INFO kablam! --> src/engine/vector_op/vector_operator.rs:521:13 Oct 10 23:55:48.986 INFO kablam! | Oct 10 23:55:48.986 INFO kablam! 521 | let mut result = _lhs.cast_ref_mut_bit_vec(); Oct 10 23:55:48.986 INFO kablam! | ----^^^^^^ Oct 10 23:55:48.986 INFO kablam! | | Oct 10 23:55:48.986 INFO kablam! | help: remove this `mut` Oct 10 23:55:48.986 INFO kablam! | Oct 10 23:55:48.986 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 23:55:48.986 INFO kablam! Oct 10 23:55:49.032 INFO kablam! warning: variable does not need to be mutable Oct 10 23:55:49.032 INFO kablam! --> src/engine/query.rs:37:21 Oct 10 23:55:49.032 INFO kablam! | Oct 10 23:55:49.032 INFO kablam! 37 | let mut compiled_filter = query_plan::prepare(filter_plan, &mut executor); Oct 10 23:55:49.032 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 10 23:55:49.032 INFO kablam! | | Oct 10 23:55:49.032 INFO kablam! | help: remove this `mut` Oct 10 23:55:49.032 INFO kablam! Oct 10 23:55:49.044 INFO kablam! warning: variable does not need to be mutable Oct 10 23:55:49.044 INFO kablam! --> src/engine/query.rs:89:21 Oct 10 23:55:49.044 INFO kablam! | Oct 10 23:55:49.044 INFO kablam! 89 | let mut compiled_filter = query_plan::prepare(filter_plan, &mut executor); Oct 10 23:55:49.044 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 10 23:55:49.044 INFO kablam! | | Oct 10 23:55:49.044 INFO kablam! | help: remove this `mut` Oct 10 23:55:49.044 INFO kablam! Oct 10 23:55:49.044 INFO kablam! warning: variable does not need to be mutable Oct 10 23:55:49.044 INFO kablam! --> src/engine/query.rs:128:17 Oct 10 23:55:49.044 INFO kablam! | Oct 10 23:55:49.044 INFO kablam! 128 | let mut aggregate = query_plan::prepare_aggregation( Oct 10 23:55:49.044 INFO kablam! | ----^^^^^^^^^ Oct 10 23:55:49.044 INFO kablam! | | Oct 10 23:55:49.044 INFO kablam! | help: remove this `mut` Oct 10 23:55:49.044 INFO kablam! Oct 10 23:55:49.404 INFO kablam! warning: struct is never constructed: `VectorConstant` Oct 10 23:55:49.404 INFO kablam! --> src/engine/vector_op/vector_operator.rs:266:1 Oct 10 23:55:49.404 INFO kablam! | Oct 10 23:55:49.404 INFO kablam! 266 | pub struct VectorConstant<'a> { Oct 10 23:55:49.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:55:49.404 INFO kablam! | Oct 10 23:55:49.404 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:55:49.404 INFO kablam! Oct 10 23:55:49.404 INFO kablam! warning: struct is never constructed: `Identity` Oct 10 23:55:49.404 INFO kablam! --> src/engine/vector_op/vector_operator.rs:727:1 Oct 10 23:55:49.404 INFO kablam! | Oct 10 23:55:49.404 INFO kablam! 727 | struct Identity { Oct 10 23:55:49.404 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 23:55:49.404 INFO kablam! Oct 10 23:55:49.404 INFO kablam! warning: method is never used: `new` Oct 10 23:55:49.404 INFO kablam! --> src/engine/vector_op/vector_operator.rs:733:5 Oct 10 23:55:49.404 INFO kablam! | Oct 10 23:55:49.404 INFO kablam! 733 | pub fn new(input: BufferRef, output: BufferRef) -> Identity { Oct 10 23:55:49.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:55:49.404 INFO kablam! Oct 10 23:55:49.404 INFO kablam! warning: field is never used: `storage` Oct 10 23:55:49.404 INFO kablam! --> src/scheduler/inner_ruba.rs:23:5 Oct 10 23:55:49.404 INFO kablam! | Oct 10 23:55:49.404 INFO kablam! 23 | storage: Box, Oct 10 23:55:49.404 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 23:55:49.404 INFO kablam! Oct 10 23:55:52.268 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.69s Oct 10 23:55:52.288 INFO kablam! su: No module specific data is present Oct 10 23:55:52.966 INFO running `"docker" "rm" "-f" "af7ad77cb39e78500c992f5092ba2d56ef4d1cd50ac0f5249949a57b3a799f66"` Oct 10 23:55:53.276 INFO blam! af7ad77cb39e78500c992f5092ba2d56ef4d1cd50ac0f5249949a57b3a799f66 Oct 10 23:55:53.293 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:55:53.294 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 23:55:53.838 INFO blam! 79f7a044a6d5ca3f5efbfd52368c9d88ca92a0d2776069c6570259e12d164c14 Oct 10 23:55:53.840 INFO running `"docker" "start" "-a" "79f7a044a6d5ca3f5efbfd52368c9d88ca92a0d2776069c6570259e12d164c14"` Oct 10 23:55:55.414 INFO kablam! usermod: no changes Oct 10 23:55:55.658 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 10 23:55:55.685 INFO kablam! Running /target/debug/deps/ruba-b050dc10d12af631 Oct 10 23:55:55.697 INFO blam! Oct 10 23:55:55.698 INFO blam! running 3 tests Oct 10 23:55:55.707 INFO blam! test engine::batch_merging::tests::test_multipass_grouping ... ok Oct 10 23:55:55.707 INFO kablam! Running /target/debug/deps/profile-2ae1aee050236d16 Oct 10 23:55:55.708 INFO blam! test syntax::parser::tests::test_last_hour ... ok Oct 10 23:55:55.708 INFO blam! test syntax::parser::tests::test_select_star ... ok Oct 10 23:55:55.708 INFO blam! Oct 10 23:55:55.709 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:55:55.709 INFO blam! Oct 10 23:55:55.713 INFO blam! Oct 10 23:55:55.713 INFO blam! running 0 tests Oct 10 23:55:55.713 INFO blam! Oct 10 23:55:55.714 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:55:55.714 INFO blam! Oct 10 23:55:55.716 INFO kablam! Running /target/debug/deps/repl-03ee58276cdd2587 Oct 10 23:55:55.725 INFO kablam! Running /target/debug/deps/query_tests-a5c41d8c6483f02e Oct 10 23:55:55.725 INFO blam! Oct 10 23:55:55.725 INFO blam! running 0 tests Oct 10 23:55:55.726 INFO blam! Oct 10 23:55:55.726 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:55:55.726 INFO blam! Oct 10 23:55:55.727 INFO blam! Oct 10 23:55:55.727 INFO blam! running 11 tests Oct 10 23:55:55.753 INFO blam! test lt_filter_on_offset_encoded_column ... ok Oct 10 23:55:55.881 INFO blam! test test_multiple_group_by_2 ... ok Oct 10 23:55:55.916 INFO blam! test test_and_or ... ok Oct 10 23:55:55.921 INFO blam! test group_by_integer_filter_integer_lt ... ok Oct 10 23:55:55.921 INFO blam! test test_sum_2 ... ok Oct 10 23:55:55.961 INFO blam! test test_sort_string ... ok Oct 10 23:55:55.968 INFO blam! test test_sum ... ok Oct 10 23:55:55.968 INFO blam! test test_select_string ... ok Oct 10 23:55:55.974 INFO blam! test test_multiple_group_by ... ok Oct 10 23:55:56.004 INFO blam! test group_by_string_filter_string_eq ... ok Oct 10 23:55:56.005 INFO blam! test test_select_integer ... ok Oct 10 23:55:56.005 INFO blam! Oct 10 23:55:56.005 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:55:56.005 INFO blam! Oct 10 23:55:56.012 INFO kablam! Doc-tests ruba Oct 10 23:56:01.848 INFO blam! Oct 10 23:56:01.848 INFO blam! running 0 tests Oct 10 23:56:01.848 INFO blam! Oct 10 23:56:01.848 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:56:01.848 INFO blam! Oct 10 23:56:01.864 INFO kablam! su: No module specific data is present Oct 10 23:56:02.811 INFO running `"docker" "rm" "-f" "79f7a044a6d5ca3f5efbfd52368c9d88ca92a0d2776069c6570259e12d164c14"` Oct 10 23:56:03.112 INFO blam! 79f7a044a6d5ca3f5efbfd52368c9d88ca92a0d2776069c6570259e12d164c14