Oct 12 17:16:14.001 INFO testing zhxiaogg/rdb against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 17:16:14.001 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 12 17:16:14.128 INFO blam! 71fb943a6a6d9693f07e4eb49ca7819a116b98a8a0e7b6ebb66f5c9f0fce7c5f Oct 12 17:16:14.130 INFO running `"docker" "start" "-a" "71fb943a6a6d9693f07e4eb49ca7819a116b98a8a0e7b6ebb66f5c9f0fce7c5f"` Oct 12 17:16:14.643 INFO kablam! usermod: no changes Oct 12 17:16:14.687 INFO kablam! Compiling libc v0.2.34 Oct 12 17:16:15.747 INFO kablam! Compiling memchr v1.0.2 Oct 12 17:16:15.999 INFO kablam! Compiling nom v3.2.1 Oct 12 17:16:18.537 INFO kablam! Compiling rdb v0.1.0 (/source) Oct 12 17:16:18.738 INFO kablam! warning: unused `#[macro_use]` import Oct 12 17:16:18.738 INFO kablam! --> src/main.rs:2:1 Oct 12 17:16:18.738 INFO kablam! | Oct 12 17:16:18.739 INFO kablam! 2 | #[macro_use] Oct 12 17:16:18.739 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:16:18.740 INFO kablam! | Oct 12 17:16:18.740 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:16:18.740 INFO kablam! Oct 12 17:16:18.741 INFO kablam! warning: unused import: `sql::SQLType` Oct 12 17:16:18.741 INFO kablam! --> src/vm/mod.rs:5:5 Oct 12 17:16:18.741 INFO kablam! | Oct 12 17:16:18.742 INFO kablam! 5 | use sql::SQLType; Oct 12 17:16:18.742 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:16:18.742 INFO kablam! Oct 12 17:16:18.743 INFO kablam! warning: unused import: `super::codegen::OpCode` Oct 12 17:16:18.743 INFO kablam! --> src/vm/row_buf.rs:6:5 Oct 12 17:16:18.743 INFO kablam! | Oct 12 17:16:18.744 INFO kablam! 6 | use super::codegen::OpCode; Oct 12 17:16:18.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:18.744 INFO kablam! Oct 12 17:16:18.745 INFO kablam! warning: unused import: `IResult` Oct 12 17:16:18.745 INFO kablam! --> src/sql/mod.rs:5:25 Oct 12 17:16:18.745 INFO kablam! | Oct 12 17:16:18.746 INFO kablam! 5 | use nom::{alphanumeric, IResult}; Oct 12 17:16:18.746 INFO kablam! | ^^^^^^^ Oct 12 17:16:18.746 INFO kablam! Oct 12 17:16:18.747 INFO kablam! warning: unused import: `IResult` Oct 12 17:16:18.747 INFO kablam! --> src/sql/operands.rs:9:32 Oct 12 17:16:18.747 INFO kablam! | Oct 12 17:16:18.748 INFO kablam! 9 | use nom::{alphanumeric, digit, IResult}; Oct 12 17:16:18.748 INFO kablam! | ^^^^^^^ Oct 12 17:16:18.748 INFO kablam! Oct 12 17:16:19.203 INFO kablam! warning: unused variable: `table` Oct 12 17:16:19.203 INFO kablam! --> src/vm/codegen.rs:34:17 Oct 12 17:16:19.203 INFO kablam! | Oct 12 17:16:19.203 INFO kablam! 34 | ref table, Oct 12 17:16:19.203 INFO kablam! | ^^^^^ help: try ignoring the field: `table: _` Oct 12 17:16:19.203 INFO kablam! | Oct 12 17:16:19.203 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:16:19.203 INFO kablam! Oct 12 17:16:19.203 INFO kablam! warning: unused variable: `str` Oct 12 17:16:19.203 INFO kablam! --> src/vm/codegen.rs:75:30 Oct 12 17:16:19.203 INFO kablam! | Oct 12 17:16:19.203 INFO kablam! 75 | &Operand::String(ref str) => Some(SQLType::String), Oct 12 17:16:19.203 INFO kablam! | ^^^ help: consider using `_str` instead Oct 12 17:16:19.203 INFO kablam! Oct 12 17:16:19.203 INFO kablam! warning: unused variable: `column` Oct 12 17:16:19.203 INFO kablam! --> src/vm/codegen.rs:92:30 Oct 12 17:16:19.203 INFO kablam! | Oct 12 17:16:19.203 INFO kablam! 92 | &Operand::Column(ref column) => panic!("not implemented"), Oct 12 17:16:19.203 INFO kablam! | ^^^^^^ help: consider using `_column` instead Oct 12 17:16:19.203 INFO kablam! Oct 12 17:16:19.325 INFO kablam! warning: method is never used: `reset` Oct 12 17:16:19.325 INFO kablam! --> src/vm/row_buf.rs:23:5 Oct 12 17:16:19.325 INFO kablam! | Oct 12 17:16:19.325 INFO kablam! 23 | pub fn reset(&mut self) { Oct 12 17:16:19.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:19.325 INFO kablam! | Oct 12 17:16:19.325 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:16:19.325 INFO kablam! Oct 12 17:16:19.325 INFO kablam! warning: variant is never constructed: `Exit` Oct 12 17:16:19.325 INFO kablam! --> src/vm/codegen.rs:19:5 Oct 12 17:16:19.325 INFO kablam! | Oct 12 17:16:19.325 INFO kablam! 19 | Exit(ErrCode), Oct 12 17:16:19.325 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:16:19.325 INFO kablam! Oct 12 17:16:20.297 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.63s Oct 12 17:16:20.299 INFO kablam! su: No module specific data is present Oct 12 17:16:20.662 INFO running `"docker" "rm" "-f" "71fb943a6a6d9693f07e4eb49ca7819a116b98a8a0e7b6ebb66f5c9f0fce7c5f"` Oct 12 17:16:20.752 INFO blam! 71fb943a6a6d9693f07e4eb49ca7819a116b98a8a0e7b6ebb66f5c9f0fce7c5f Oct 12 17:16:20.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 12 17:16:21.005 INFO blam! bb51f522e7324a6b5062a4c3548477b9f84ab280b6f68d37e0309980286f0cdc Oct 12 17:16:21.006 INFO running `"docker" "start" "-a" "bb51f522e7324a6b5062a4c3548477b9f84ab280b6f68d37e0309980286f0cdc"` Oct 12 17:16:21.480 INFO kablam! usermod: no changes Oct 12 17:16:21.513 INFO kablam! Compiling rdb v0.1.0 (/source) Oct 12 17:16:21.699 INFO kablam! warning: unused `#[macro_use]` import Oct 12 17:16:21.699 INFO kablam! --> src/main.rs:2:1 Oct 12 17:16:21.699 INFO kablam! | Oct 12 17:16:21.700 INFO kablam! 2 | #[macro_use] Oct 12 17:16:21.700 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:16:21.700 INFO kablam! | Oct 12 17:16:21.700 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:16:21.700 INFO kablam! Oct 12 17:16:21.700 INFO kablam! warning: unused import: `sql::SQLType` Oct 12 17:16:21.700 INFO kablam! --> src/vm/mod.rs:5:5 Oct 12 17:16:21.700 INFO kablam! | Oct 12 17:16:21.700 INFO kablam! 5 | use sql::SQLType; Oct 12 17:16:21.700 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:16:21.700 INFO kablam! Oct 12 17:16:21.700 INFO kablam! warning: unused import: `super::codegen::OpCode` Oct 12 17:16:21.700 INFO kablam! --> src/vm/row_buf.rs:6:5 Oct 12 17:16:21.700 INFO kablam! | Oct 12 17:16:21.700 INFO kablam! 6 | use super::codegen::OpCode; Oct 12 17:16:21.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:21.700 INFO kablam! Oct 12 17:16:22.258 INFO kablam! warning: unused variable: `table` Oct 12 17:16:22.259 INFO kablam! --> src/vm/codegen.rs:34:17 Oct 12 17:16:22.259 INFO kablam! | Oct 12 17:16:22.259 INFO kablam! 34 | ref table, Oct 12 17:16:22.259 INFO kablam! | ^^^^^ help: try ignoring the field: `table: _` Oct 12 17:16:22.259 INFO kablam! | Oct 12 17:16:22.259 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:16:22.259 INFO kablam! Oct 12 17:16:22.259 INFO kablam! warning: unused variable: `str` Oct 12 17:16:22.259 INFO kablam! --> src/vm/codegen.rs:75:30 Oct 12 17:16:22.259 INFO kablam! | Oct 12 17:16:22.259 INFO kablam! 75 | &Operand::String(ref str) => Some(SQLType::String), Oct 12 17:16:22.259 INFO kablam! | ^^^ help: consider using `_str` instead Oct 12 17:16:22.259 INFO kablam! Oct 12 17:16:22.259 INFO kablam! warning: unused variable: `column` Oct 12 17:16:22.259 INFO kablam! --> src/vm/codegen.rs:92:30 Oct 12 17:16:22.259 INFO kablam! | Oct 12 17:16:22.259 INFO kablam! 92 | &Operand::Column(ref column) => panic!("not implemented"), Oct 12 17:16:22.259 INFO kablam! | ^^^^^^ help: consider using `_column` instead Oct 12 17:16:22.259 INFO kablam! Oct 12 17:16:22.442 INFO kablam! warning: method is never used: `reset` Oct 12 17:16:22.442 INFO kablam! --> src/vm/row_buf.rs:23:5 Oct 12 17:16:22.442 INFO kablam! | Oct 12 17:16:22.442 INFO kablam! 23 | pub fn reset(&mut self) { Oct 12 17:16:22.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:22.442 INFO kablam! | Oct 12 17:16:22.442 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:16:22.442 INFO kablam! Oct 12 17:16:22.442 INFO kablam! warning: variant is never constructed: `Exit` Oct 12 17:16:22.442 INFO kablam! --> src/vm/codegen.rs:19:5 Oct 12 17:16:22.442 INFO kablam! | Oct 12 17:16:22.442 INFO kablam! 19 | Exit(ErrCode), Oct 12 17:16:22.442 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:16:22.442 INFO kablam! Oct 12 17:16:23.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.11s Oct 12 17:16:23.615 INFO kablam! su: No module specific data is present Oct 12 17:16:23.879 INFO running `"docker" "rm" "-f" "bb51f522e7324a6b5062a4c3548477b9f84ab280b6f68d37e0309980286f0cdc"` Oct 12 17:16:23.963 INFO blam! bb51f522e7324a6b5062a4c3548477b9f84ab280b6f68d37e0309980286f0cdc Oct 12 17:16:23.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 12 17:16:24.198 INFO blam! 83bcc9c829d2aaaea2fa7cc1d6ed2397d8a6478be6a0aad99881a412dd5ead97 Oct 12 17:16:24.199 INFO running `"docker" "start" "-a" "83bcc9c829d2aaaea2fa7cc1d6ed2397d8a6478be6a0aad99881a412dd5ead97"` Oct 12 17:16:24.885 INFO kablam! usermod: no changes Oct 12 17:16:24.914 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 17:16:24.914 INFO kablam! Running /target/debug/deps/rdb-9c2925fa6e278824 Oct 12 17:16:24.916 INFO blam! Oct 12 17:16:24.916 INFO blam! running 26 tests Oct 12 17:16:24.917 INFO blam! test sql::operands::test::can_parse_integer ... ok Oct 12 17:16:24.917 INFO blam! test sql::operands::test::can_parse_basic_operands ... ok Oct 12 17:16:24.917 INFO blam! test sql::operands::test::can_parse_any_operands_in_this_universe ... ok Oct 12 17:16:24.917 INFO blam! test sql::operands::test::can_parse_signed_integer ... ok Oct 12 17:16:24.917 INFO blam! test sql::operands::test::can_recognize_a_add_operand ... ok Oct 12 17:16:24.918 INFO blam! test sql::operands::test::can_recognize_a_integer_operand ... ok Oct 12 17:16:24.918 INFO blam! test sql::operands::test::can_recognize_a_parens_operand ... ok Oct 12 17:16:24.918 INFO blam! test sql::operands::test::can_recognize_a_column_operand ... ok Oct 12 17:16:24.918 INFO blam! test sql::tests::can_recognize_a_select_text_statement ... ok Oct 12 17:16:24.918 INFO blam! test sql::tests::can_recognize_simplest_select_statement ... ok Oct 12 17:16:24.918 INFO blam! test sql::tests::can_recognize_the_select_all_from_table_statement ... ok Oct 12 17:16:24.918 INFO blam! test sql::tests::can_recognize_a_select_statement_for_multiple_columns ... ok Oct 12 17:16:24.918 INFO blam! test sql::tests::can_recognize_the_select_columns_from_table_statement ... ok Oct 12 17:16:24.918 INFO blam! test vm::codegen::tests::gen_codes_for_a_single_load ... ok Oct 12 17:16:24.918 INFO blam! test sql::operands::test::can_recognize_a_string_literal ... ok Oct 12 17:16:24.918 INFO blam! test vm::codegen::tests::gen_codes_for_the_simplest_select_statement ... ok Oct 12 17:16:24.918 INFO blam! test vm::codegen::tests::gen_codes_for_add_ops ... ok Oct 12 17:16:24.918 INFO blam! test vm::codegen::tests::gen_codes_for_select_string_literal ... ok Oct 12 17:16:24.918 INFO blam! test vm::codegen::tests::type_inference_for_constants_done_right ... ok Oct 12 17:16:24.918 INFO blam! test vm::tests::statement_can_prepare_for_select_1 ... ok Oct 12 17:16:24.919 INFO blam! test vm::tests::vm_works ... ok Oct 12 17:16:24.919 INFO blam! test vm::tests::vm_can_select_multiple_columns ... ok Oct 12 17:16:24.919 INFO blam! test vm::row_buf::tests::can_read_string_from_row_buf ... ok Oct 12 17:16:24.919 INFO blam! test vm::row_buf::tests::can_read_all_column_values_from_row_buf ... ok Oct 12 17:16:24.920 INFO blam! test vm::row_buf::tests::can_read_integer_from_row_buf ... ok Oct 12 17:16:24.921 INFO blam! test vm::tests::vm_can_select_text ... ok Oct 12 17:16:24.921 INFO blam! Oct 12 17:16:24.921 INFO blam! test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:16:24.921 INFO blam! Oct 12 17:16:24.922 INFO kablam! su: No module specific data is present Oct 12 17:16:25.176 INFO running `"docker" "rm" "-f" "83bcc9c829d2aaaea2fa7cc1d6ed2397d8a6478be6a0aad99881a412dd5ead97"` Oct 12 17:16:25.264 INFO blam! 83bcc9c829d2aaaea2fa7cc1d6ed2397d8a6478be6a0aad99881a412dd5ead97