Oct 12 17:16:15.777 INFO testing zhxiaogg/rdb against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 17:16:15.777 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:16.027 INFO blam! bc5034bf79335cd64e4dd1eaf13b22d8db1485ce5447800ebbcd86b3b22cc920 Oct 12 17:16:16.031 INFO running `"docker" "start" "-a" "bc5034bf79335cd64e4dd1eaf13b22d8db1485ce5447800ebbcd86b3b22cc920"` Oct 12 17:16:16.431 INFO kablam! usermod: no changes Oct 12 17:16:16.462 INFO kablam! Compiling libc v0.2.34 Oct 12 17:16:16.462 INFO kablam! Compiling log v0.3.8 Oct 12 17:16:17.399 INFO kablam! Compiling memchr v1.0.2 Oct 12 17:16:17.614 INFO kablam! Compiling nom v3.2.1 Oct 12 17:16:20.262 INFO kablam! Compiling rdb v0.1.0 (/source) Oct 12 17:16:20.362 INFO kablam! warning: unused `#[macro_use]` import Oct 12 17:16:20.362 INFO kablam! --> src/main.rs:2:1 Oct 12 17:16:20.362 INFO kablam! | Oct 12 17:16:20.362 INFO kablam! 2 | #[macro_use] Oct 12 17:16:20.362 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:16:20.362 INFO kablam! | Oct 12 17:16:20.362 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:16:20.362 INFO kablam! Oct 12 17:16:20.363 INFO kablam! warning: unused import: `sql::SQLType` Oct 12 17:16:20.363 INFO kablam! --> src/vm/mod.rs:5:5 Oct 12 17:16:20.363 INFO kablam! | Oct 12 17:16:20.363 INFO kablam! 5 | use sql::SQLType; Oct 12 17:16:20.363 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:16:20.363 INFO kablam! Oct 12 17:16:20.363 INFO kablam! warning: unused import: `super::codegen::OpCode` Oct 12 17:16:20.363 INFO kablam! --> src/vm/row_buf.rs:6:5 Oct 12 17:16:20.363 INFO kablam! | Oct 12 17:16:20.363 INFO kablam! 6 | use super::codegen::OpCode; Oct 12 17:16:20.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:20.363 INFO kablam! Oct 12 17:16:20.363 INFO kablam! warning: unused import: `IResult` Oct 12 17:16:20.363 INFO kablam! --> src/sql/mod.rs:5:25 Oct 12 17:16:20.363 INFO kablam! | Oct 12 17:16:20.363 INFO kablam! 5 | use nom::{alphanumeric, IResult}; Oct 12 17:16:20.363 INFO kablam! | ^^^^^^^ Oct 12 17:16:20.363 INFO kablam! Oct 12 17:16:20.363 INFO kablam! warning: unused import: `IResult` Oct 12 17:16:20.363 INFO kablam! --> src/sql/operands.rs:9:32 Oct 12 17:16:20.363 INFO kablam! | Oct 12 17:16:20.363 INFO kablam! 9 | use nom::{alphanumeric, digit, IResult}; Oct 12 17:16:20.363 INFO kablam! | ^^^^^^^ Oct 12 17:16:20.363 INFO kablam! Oct 12 17:16:20.673 INFO kablam! warning: unused variable: `table` Oct 12 17:16:20.673 INFO kablam! --> src/vm/codegen.rs:34:17 Oct 12 17:16:20.673 INFO kablam! | Oct 12 17:16:20.673 INFO kablam! 34 | ref table, Oct 12 17:16:20.673 INFO kablam! | ^^^^^ help: try ignoring the field: `table: _` Oct 12 17:16:20.673 INFO kablam! | Oct 12 17:16:20.673 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:16:20.673 INFO kablam! Oct 12 17:16:20.673 INFO kablam! warning: unused variable: `str` Oct 12 17:16:20.673 INFO kablam! --> src/vm/codegen.rs:75:30 Oct 12 17:16:20.673 INFO kablam! | Oct 12 17:16:20.673 INFO kablam! 75 | &Operand::String(ref str) => Some(SQLType::String), Oct 12 17:16:20.673 INFO kablam! | ^^^ help: consider using `_str` instead Oct 12 17:16:20.673 INFO kablam! Oct 12 17:16:20.673 INFO kablam! warning: unused variable: `column` Oct 12 17:16:20.673 INFO kablam! --> src/vm/codegen.rs:92:30 Oct 12 17:16:20.673 INFO kablam! | Oct 12 17:16:20.674 INFO kablam! 92 | &Operand::Column(ref column) => panic!("not implemented"), Oct 12 17:16:20.674 INFO kablam! | ^^^^^^ help: consider using `_column` instead Oct 12 17:16:20.674 INFO kablam! Oct 12 17:16:20.795 INFO kablam! warning: method is never used: `reset` Oct 12 17:16:20.795 INFO kablam! --> src/vm/row_buf.rs:23:5 Oct 12 17:16:20.795 INFO kablam! | Oct 12 17:16:20.795 INFO kablam! 23 | pub fn reset(&mut self) { Oct 12 17:16:20.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:20.795 INFO kablam! | Oct 12 17:16:20.795 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:16:20.795 INFO kablam! Oct 12 17:16:20.795 INFO kablam! warning: variant is never constructed: `Exit` Oct 12 17:16:20.795 INFO kablam! --> src/vm/codegen.rs:19:5 Oct 12 17:16:20.795 INFO kablam! | Oct 12 17:16:20.795 INFO kablam! 19 | Exit(ErrCode), Oct 12 17:16:20.795 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:16:20.795 INFO kablam! Oct 12 17:16:21.646 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.20s Oct 12 17:16:21.648 INFO kablam! su: No module specific data is present Oct 12 17:16:22.015 INFO running `"docker" "rm" "-f" "bc5034bf79335cd64e4dd1eaf13b22d8db1485ce5447800ebbcd86b3b22cc920"` Oct 12 17:16:22.163 INFO blam! bc5034bf79335cd64e4dd1eaf13b22d8db1485ce5447800ebbcd86b3b22cc920 Oct 12 17:16:22.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:22.423 INFO blam! bf44261f6f6c456d965e2eefdb2511b44977a479fd2f3ed2b3425f7d730bb14d Oct 12 17:16:22.424 INFO running `"docker" "start" "-a" "bf44261f6f6c456d965e2eefdb2511b44977a479fd2f3ed2b3425f7d730bb14d"` Oct 12 17:16:23.315 INFO kablam! usermod: no changes Oct 12 17:16:23.348 INFO kablam! Compiling rdb v0.1.0 (/source) Oct 12 17:16:23.503 INFO kablam! warning: unused `#[macro_use]` import Oct 12 17:16:23.503 INFO kablam! --> src/main.rs:2:1 Oct 12 17:16:23.503 INFO kablam! | Oct 12 17:16:23.503 INFO kablam! 2 | #[macro_use] Oct 12 17:16:23.503 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:16:23.503 INFO kablam! | Oct 12 17:16:23.503 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:16:23.503 INFO kablam! Oct 12 17:16:23.503 INFO kablam! warning: unused import: `sql::SQLType` Oct 12 17:16:23.503 INFO kablam! --> src/vm/mod.rs:5:5 Oct 12 17:16:23.503 INFO kablam! | Oct 12 17:16:23.503 INFO kablam! 5 | use sql::SQLType; Oct 12 17:16:23.503 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:16:23.503 INFO kablam! Oct 12 17:16:23.503 INFO kablam! warning: unused import: `super::codegen::OpCode` Oct 12 17:16:23.503 INFO kablam! --> src/vm/row_buf.rs:6:5 Oct 12 17:16:23.503 INFO kablam! | Oct 12 17:16:23.503 INFO kablam! 6 | use super::codegen::OpCode; Oct 12 17:16:23.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:23.503 INFO kablam! Oct 12 17:16:23.920 INFO kablam! warning: unused variable: `table` Oct 12 17:16:23.920 INFO kablam! --> src/vm/codegen.rs:34:17 Oct 12 17:16:23.920 INFO kablam! | Oct 12 17:16:23.920 INFO kablam! 34 | ref table, Oct 12 17:16:23.920 INFO kablam! | ^^^^^ help: try ignoring the field: `table: _` Oct 12 17:16:23.920 INFO kablam! | Oct 12 17:16:23.920 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:16:23.920 INFO kablam! Oct 12 17:16:23.920 INFO kablam! warning: unused variable: `str` Oct 12 17:16:23.920 INFO kablam! --> src/vm/codegen.rs:75:30 Oct 12 17:16:23.920 INFO kablam! | Oct 12 17:16:23.920 INFO kablam! 75 | &Operand::String(ref str) => Some(SQLType::String), Oct 12 17:16:23.920 INFO kablam! | ^^^ help: consider using `_str` instead Oct 12 17:16:23.920 INFO kablam! Oct 12 17:16:23.920 INFO kablam! warning: unused variable: `column` Oct 12 17:16:23.920 INFO kablam! --> src/vm/codegen.rs:92:30 Oct 12 17:16:23.920 INFO kablam! | Oct 12 17:16:23.920 INFO kablam! 92 | &Operand::Column(ref column) => panic!("not implemented"), Oct 12 17:16:23.920 INFO kablam! | ^^^^^^ help: consider using `_column` instead Oct 12 17:16:23.920 INFO kablam! Oct 12 17:16:24.110 INFO kablam! warning: method is never used: `reset` Oct 12 17:16:24.110 INFO kablam! --> src/vm/row_buf.rs:23:5 Oct 12 17:16:24.110 INFO kablam! | Oct 12 17:16:24.111 INFO kablam! 23 | pub fn reset(&mut self) { Oct 12 17:16:24.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:24.111 INFO kablam! | Oct 12 17:16:24.112 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:16:24.112 INFO kablam! Oct 12 17:16:24.112 INFO kablam! warning: variant is never constructed: `Exit` Oct 12 17:16:24.113 INFO kablam! --> src/vm/codegen.rs:19:5 Oct 12 17:16:24.113 INFO kablam! | Oct 12 17:16:24.113 INFO kablam! 19 | Exit(ErrCode), Oct 12 17:16:24.113 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:16:24.114 INFO kablam! Oct 12 17:16:25.163 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 12 17:16:25.164 INFO kablam! su: No module specific data is present Oct 12 17:16:25.429 INFO running `"docker" "rm" "-f" "bf44261f6f6c456d965e2eefdb2511b44977a479fd2f3ed2b3425f7d730bb14d"` Oct 12 17:16:25.503 INFO blam! bf44261f6f6c456d965e2eefdb2511b44977a479fd2f3ed2b3425f7d730bb14d Oct 12 17:16:25.504 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:25.651 INFO blam! 4db632f5d29ac9c2f69ec4c664b6205f268f01603593df3bada1f3e5e7cc4066 Oct 12 17:16:25.659 INFO running `"docker" "start" "-a" "4db632f5d29ac9c2f69ec4c664b6205f268f01603593df3bada1f3e5e7cc4066"` Oct 12 17:16:26.622 INFO kablam! usermod: no changes Oct 12 17:16:26.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 17:16:26.691 INFO kablam! Running /target/debug/deps/rdb-81d117c5178a0004 Oct 12 17:16:26.696 INFO blam! Oct 12 17:16:26.696 INFO blam! running 26 tests Oct 12 17:16:26.697 INFO blam! test sql::operands::test::can_recognize_a_column_operand ... ok Oct 12 17:16:26.697 INFO blam! test sql::operands::test::can_parse_integer ... ok Oct 12 17:16:26.697 INFO blam! test sql::operands::test::can_recognize_a_add_operand ... ok Oct 12 17:16:26.697 INFO blam! test sql::operands::test::can_parse_basic_operands ... ok Oct 12 17:16:26.697 INFO blam! test sql::operands::test::can_parse_any_operands_in_this_universe ... ok Oct 12 17:16:26.703 INFO blam! test sql::operands::test::can_recognize_a_parens_operand ... ok Oct 12 17:16:26.703 INFO blam! test sql::operands::test::can_recognize_a_integer_operand ... ok Oct 12 17:16:26.727 INFO blam! test sql::tests::can_recognize_a_select_text_statement ... ok Oct 12 17:16:26.727 INFO blam! test sql::tests::can_recognize_a_select_statement_for_multiple_columns ... ok Oct 12 17:16:26.727 INFO blam! test sql::operands::test::can_recognize_a_string_literal ... ok Oct 12 17:16:26.727 INFO blam! test sql::tests::can_recognize_simplest_select_statement ... ok Oct 12 17:16:26.727 INFO blam! test vm::codegen::tests::gen_codes_for_a_single_load ... ok Oct 12 17:16:26.727 INFO blam! test sql::tests::can_recognize_the_select_all_from_table_statement ... ok Oct 12 17:16:26.727 INFO blam! test sql::operands::test::can_parse_signed_integer ... ok Oct 12 17:16:26.727 INFO blam! test vm::row_buf::tests::can_read_integer_from_row_buf ... ok Oct 12 17:16:26.727 INFO blam! test vm::row_buf::tests::can_read_string_from_row_buf ... ok Oct 12 17:16:26.727 INFO blam! test vm::codegen::tests::type_inference_for_constants_done_right ... ok Oct 12 17:16:26.727 INFO blam! test vm::codegen::tests::gen_codes_for_the_simplest_select_statement ... ok Oct 12 17:16:26.727 INFO blam! test vm::codegen::tests::gen_codes_for_add_ops ... ok Oct 12 17:16:26.727 INFO blam! test vm::codegen::tests::gen_codes_for_select_string_literal ... ok Oct 12 17:16:26.727 INFO blam! test vm::tests::statement_can_prepare_for_select_1 ... ok Oct 12 17:16:26.727 INFO blam! test vm::tests::vm_can_select_multiple_columns ... ok Oct 12 17:16:26.727 INFO blam! test vm::tests::vm_can_select_text ... ok Oct 12 17:16:26.727 INFO blam! test vm::tests::vm_works ... ok Oct 12 17:16:26.731 INFO blam! test sql::tests::can_recognize_the_select_columns_from_table_statement ... ok Oct 12 17:16:26.731 INFO blam! test vm::row_buf::tests::can_read_all_column_values_from_row_buf ... ok Oct 12 17:16:26.731 INFO blam! Oct 12 17:16:26.731 INFO blam! test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:16:26.731 INFO blam! Oct 12 17:16:26.731 INFO kablam! su: No module specific data is present Oct 12 17:16:27.007 INFO running `"docker" "rm" "-f" "4db632f5d29ac9c2f69ec4c664b6205f268f01603593df3bada1f3e5e7cc4066"` Oct 12 17:16:27.062 INFO blam! 4db632f5d29ac9c2f69ec4c664b6205f268f01603593df3bada1f3e5e7cc4066