Oct 10 21:29:37.862 INFO testing itarato/toydb against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:29:37.862 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:29:37.862 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 21:29:38.336 INFO blam! 22110c7c98442b9b5acaf2e27b2aadd8c99b541d59af34a6fe67f8bda710c6a0 Oct 10 21:29:38.344 INFO running `"docker" "start" "-a" "22110c7c98442b9b5acaf2e27b2aadd8c99b541d59af34a6fe67f8bda710c6a0"` Oct 10 21:29:39.604 INFO kablam! usermod: no changes Oct 10 21:29:39.892 INFO kablam! Compiling mio v0.6.14 Oct 10 21:29:39.894 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 10 21:29:39.902 INFO kablam! Compiling tokio-io v0.1.7 Oct 10 21:29:39.902 INFO kablam! Compiling http v0.1.6 Oct 10 21:29:39.902 INFO kablam! Compiling regex v1.0.0 Oct 10 21:29:43.884 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 10 21:29:45.391 INFO kablam! Compiling tokio-codec v0.1.0 Oct 10 21:29:46.064 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 10 21:29:48.138 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 10 21:29:55.280 INFO kablam! Compiling env_logger v0.5.10 Oct 10 21:29:56.040 INFO kablam! Compiling tokio-udp v0.1.1 Oct 10 21:29:56.511 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 21:29:56.522 INFO kablam! Compiling tokio-fs v0.1.1 Oct 10 21:29:57.079 INFO kablam! Compiling h2 v0.1.9 Oct 10 21:30:00.233 INFO kablam! Compiling tokio v0.1.7 Oct 10 21:30:07.042 INFO kablam! Compiling hyper v0.12.1 Oct 10 21:30:13.540 INFO kablam! Compiling toydb v0.1.0 (/source) Oct 10 21:30:17.056 INFO kablam! warning: unused import: `prelude` Oct 10 21:30:17.057 INFO kablam! --> src/repl.rs:3:21 Oct 10 21:30:17.057 INFO kablam! | Oct 10 21:30:17.057 INFO kablam! 3 | use std::io::{self, prelude::*, Write}; Oct 10 21:30:17.058 INFO kablam! | ^^^^^^^ Oct 10 21:30:17.058 INFO kablam! | Oct 10 21:30:17.058 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:30:17.059 INFO kablam! Oct 10 21:30:17.108 INFO kablam! warning: enum is never used: `Query` Oct 10 21:30:17.108 INFO kablam! --> src/query.rs:4:1 Oct 10 21:30:17.108 INFO kablam! | Oct 10 21:30:17.108 INFO kablam! 4 | pub enum Query { Oct 10 21:30:17.108 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 21:30:17.108 INFO kablam! | Oct 10 21:30:17.108 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:30:17.108 INFO kablam! Oct 10 21:30:17.108 INFO kablam! warning: variant is never constructed: `Int` Oct 10 21:30:17.108 INFO kablam! --> src/query.rs:24:5 Oct 10 21:30:17.108 INFO kablam! | Oct 10 21:30:17.108 INFO kablam! 24 | Int, Oct 10 21:30:17.108 INFO kablam! | ^^^ Oct 10 21:30:17.108 INFO kablam! Oct 10 21:30:17.108 INFO kablam! warning: variant is never constructed: `Varchar` Oct 10 21:30:17.108 INFO kablam! --> src/query.rs:25:5 Oct 10 21:30:17.108 INFO kablam! | Oct 10 21:30:17.108 INFO kablam! 25 | Varchar(u8), Oct 10 21:30:17.108 INFO kablam! | ^^^^^^^^^^^ Oct 10 21:30:17.108 INFO kablam! Oct 10 21:30:17.108 INFO kablam! warning: struct is never constructed: `FieldDef` Oct 10 21:30:17.108 INFO kablam! --> src/query.rs:38:1 Oct 10 21:30:17.108 INFO kablam! | Oct 10 21:30:17.108 INFO kablam! 38 | pub struct FieldDef { Oct 10 21:30:17.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: method is never used: `new` Oct 10 21:30:17.109 INFO kablam! --> src/query.rs:44:5 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 44 | pub fn new(name: String, config: Type) -> FieldDef { Oct 10 21:30:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: struct is never constructed: `CreateQuery` Oct 10 21:30:17.109 INFO kablam! --> src/query.rs:50:1 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 50 | pub struct CreateQuery { Oct 10 21:30:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: method is never used: `new` Oct 10 21:30:17.109 INFO kablam! --> src/query.rs:57:5 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 57 | pub fn new(table: String, fields: Vec, indices: Vec) -> CreateQuery { Oct 10 21:30:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: enum is never used: `Relation` Oct 10 21:30:17.109 INFO kablam! --> src/query.rs:62:1 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 62 | pub enum Relation { Oct 10 21:30:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: method is never used: `from` Oct 10 21:30:17.109 INFO kablam! --> src/query.rs:69:5 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 69 | pub fn from(raw: &String) -> Option { Oct 10 21:30:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: struct is never constructed: `FieldCondition` Oct 10 21:30:17.109 INFO kablam! --> src/query.rs:90:1 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 90 | pub struct FieldCondition { Oct 10 21:30:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: method is never used: `new` Oct 10 21:30:17.109 INFO kablam! --> src/query.rs:97:5 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 97 | pub fn new(field_name: String, relation: String, value: String) -> FieldCondition { Oct 10 21:30:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: struct is never constructed: `SelectQuery` Oct 10 21:30:17.109 INFO kablam! --> src/query.rs:107:1 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 107 | pub struct SelectQuery { Oct 10 21:30:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: method is never used: `new` Oct 10 21:30:17.109 INFO kablam! --> src/query.rs:114:5 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 114 | / pub fn new( Oct 10 21:30:17.109 INFO kablam! 115 | | table: String, Oct 10 21:30:17.109 INFO kablam! 116 | | columns: Vec, Oct 10 21:30:17.109 INFO kablam! 117 | | conditions: Vec, Oct 10 21:30:17.109 INFO kablam! ... | Oct 10 21:30:17.109 INFO kablam! 123 | | } Oct 10 21:30:17.109 INFO kablam! 124 | | } Oct 10 21:30:17.109 INFO kablam! | |_____^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: method is never used: `new` Oct 10 21:30:17.109 INFO kablam! --> src/query.rs:134:5 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 134 | pub fn new(table_name: String, raw_inserts: HashMap) -> InsertQuery { Oct 10 21:30:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: struct is never constructed: `DescribeQuery` Oct 10 21:30:17.109 INFO kablam! --> src/query.rs:143:1 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 143 | pub struct DescribeQuery; Oct 10 21:30:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: method is never used: `parse` Oct 10 21:30:17.109 INFO kablam! --> src/query_parser.rs:27:5 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 27 | pub fn parse(&self, raw: &String) -> Result { Oct 10 21:30:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: function is never used: `tokenize` Oct 10 21:30:17.109 INFO kablam! --> src/query_parser.rs:47:1 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 47 | fn tokenize(raw: &String) -> Vec<&str> { Oct 10 21:30:17.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.109 INFO kablam! Oct 10 21:30:17.109 INFO kablam! warning: function is never used: `parse_create_table` Oct 10 21:30:17.109 INFO kablam! --> src/query_parser.rs:52:1 Oct 10 21:30:17.109 INFO kablam! | Oct 10 21:30:17.109 INFO kablam! 52 | fn parse_create_table(tokens: &mut Vec<&str>) -> Result { Oct 10 21:30:17.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.110 INFO kablam! Oct 10 21:30:17.110 INFO kablam! warning: function is never used: `parse_select` Oct 10 21:30:17.110 INFO kablam! --> src/query_parser.rs:122:1 Oct 10 21:30:17.110 INFO kablam! | Oct 10 21:30:17.110 INFO kablam! 122 | fn parse_select(tokens: &mut Vec<&str>) -> Result { Oct 10 21:30:17.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.110 INFO kablam! Oct 10 21:30:17.110 INFO kablam! warning: function is never used: `parse_insert` Oct 10 21:30:17.110 INFO kablam! --> src/query_parser.rs:153:1 Oct 10 21:30:17.110 INFO kablam! | Oct 10 21:30:17.110 INFO kablam! 153 | fn parse_insert(tokens: &mut Vec<&str>) -> Result { Oct 10 21:30:17.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:17.110 INFO kablam! Oct 10 21:30:17.468 INFO kablam! warning: unused import: `util` Oct 10 21:30:17.469 INFO kablam! --> src/dbserver.rs:11:5 Oct 10 21:30:17.469 INFO kablam! | Oct 10 21:30:17.469 INFO kablam! 11 | use util; Oct 10 21:30:17.470 INFO kablam! | ^^^^ Oct 10 21:30:17.470 INFO kablam! | Oct 10 21:30:17.470 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:30:17.470 INFO kablam! Oct 10 21:30:17.471 INFO kablam! warning: unused import: `std::hash::Hash` Oct 10 21:30:17.471 INFO kablam! --> src/util.rs:4:5 Oct 10 21:30:17.471 INFO kablam! | Oct 10 21:30:17.471 INFO kablam! 4 | use std::hash::Hash; Oct 10 21:30:17.472 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 21:30:17.472 INFO kablam! Oct 10 21:30:18.388 INFO kablam! warning: method is never used: `looks_like_query` Oct 10 21:30:18.388 INFO kablam! --> src/query_parser.rs:9:5 Oct 10 21:30:18.388 INFO kablam! | Oct 10 21:30:18.388 INFO kablam! 9 | pub fn looks_like_query(raw: &String) -> bool { Oct 10 21:30:18.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:18.388 INFO kablam! | Oct 10 21:30:18.388 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:30:18.388 INFO kablam! Oct 10 21:30:18.388 INFO kablam! warning: function is never used: `is_verbose` Oct 10 21:30:18.388 INFO kablam! --> src/main.rs:30:1 Oct 10 21:30:18.388 INFO kablam! | Oct 10 21:30:18.388 INFO kablam! 30 | fn is_verbose() -> bool { Oct 10 21:30:18.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:18.388 INFO kablam! Oct 10 21:30:26.622 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.99s Oct 10 21:30:26.637 INFO kablam! su: No module specific data is present Oct 10 21:30:27.432 INFO running `"docker" "rm" "-f" "22110c7c98442b9b5acaf2e27b2aadd8c99b541d59af34a6fe67f8bda710c6a0"` Oct 10 21:30:27.656 INFO blam! 22110c7c98442b9b5acaf2e27b2aadd8c99b541d59af34a6fe67f8bda710c6a0 Oct 10 21:30:27.656 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:30:27.657 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 21:30:28.032 INFO blam! 026e1d9bb49a6f4cef3440723d838a220baf887e06c38b275e58f05f0de2bae4 Oct 10 21:30:28.034 INFO running `"docker" "start" "-a" "026e1d9bb49a6f4cef3440723d838a220baf887e06c38b275e58f05f0de2bae4"` Oct 10 21:30:28.998 INFO kablam! usermod: no changes Oct 10 21:30:29.163 INFO kablam! Compiling toydb v0.1.0 (/source) Oct 10 21:30:33.720 INFO kablam! warning: unused import: `prelude` Oct 10 21:30:33.720 INFO kablam! --> src/repl.rs:3:21 Oct 10 21:30:33.720 INFO kablam! | Oct 10 21:30:33.720 INFO kablam! 3 | use std::io::{self, prelude::*, Write}; Oct 10 21:30:33.720 INFO kablam! | ^^^^^^^ Oct 10 21:30:33.720 INFO kablam! | Oct 10 21:30:33.720 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:30:33.720 INFO kablam! Oct 10 21:30:33.796 INFO kablam! warning: variant is never constructed: `Select` Oct 10 21:30:33.797 INFO kablam! --> src/query.rs:6:5 Oct 10 21:30:33.797 INFO kablam! | Oct 10 21:30:33.797 INFO kablam! 6 | Select(SelectQuery), Oct 10 21:30:33.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:33.797 INFO kablam! | Oct 10 21:30:33.797 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:30:33.797 INFO kablam! Oct 10 21:30:33.797 INFO kablam! warning: variant is never constructed: `Insert` Oct 10 21:30:33.797 INFO kablam! --> src/query.rs:7:5 Oct 10 21:30:33.797 INFO kablam! | Oct 10 21:30:33.797 INFO kablam! 7 | Insert(InsertQuery), Oct 10 21:30:33.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:33.797 INFO kablam! Oct 10 21:30:33.797 INFO kablam! warning: variant is never constructed: `Describe` Oct 10 21:30:33.797 INFO kablam! --> src/query.rs:8:5 Oct 10 21:30:33.797 INFO kablam! | Oct 10 21:30:33.797 INFO kablam! 8 | Describe(DescribeQuery), Oct 10 21:30:33.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:33.797 INFO kablam! Oct 10 21:30:33.797 INFO kablam! warning: enum is never used: `Relation` Oct 10 21:30:33.797 INFO kablam! --> src/query.rs:62:1 Oct 10 21:30:33.797 INFO kablam! | Oct 10 21:30:33.797 INFO kablam! 62 | pub enum Relation { Oct 10 21:30:33.797 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 21:30:33.797 INFO kablam! Oct 10 21:30:33.797 INFO kablam! warning: method is never used: `from` Oct 10 21:30:33.797 INFO kablam! --> src/query.rs:69:5 Oct 10 21:30:33.797 INFO kablam! | Oct 10 21:30:33.797 INFO kablam! 69 | pub fn from(raw: &String) -> Option { Oct 10 21:30:33.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:33.797 INFO kablam! Oct 10 21:30:33.797 INFO kablam! warning: method is never used: `new` Oct 10 21:30:33.797 INFO kablam! --> src/query.rs:97:5 Oct 10 21:30:33.797 INFO kablam! | Oct 10 21:30:33.797 INFO kablam! 97 | pub fn new(field_name: String, relation: String, value: String) -> FieldCondition { Oct 10 21:30:33.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:33.798 INFO kablam! Oct 10 21:30:33.798 INFO kablam! warning: method is never used: `new` Oct 10 21:30:33.798 INFO kablam! --> src/query.rs:114:5 Oct 10 21:30:33.798 INFO kablam! | Oct 10 21:30:33.798 INFO kablam! 114 | / pub fn new( Oct 10 21:30:33.798 INFO kablam! 115 | | table: String, Oct 10 21:30:33.798 INFO kablam! 116 | | columns: Vec, Oct 10 21:30:33.798 INFO kablam! 117 | | conditions: Vec, Oct 10 21:30:33.798 INFO kablam! ... | Oct 10 21:30:33.798 INFO kablam! 123 | | } Oct 10 21:30:33.798 INFO kablam! 124 | | } Oct 10 21:30:33.798 INFO kablam! | |_____^ Oct 10 21:30:33.798 INFO kablam! Oct 10 21:30:33.798 INFO kablam! warning: method is never used: `new` Oct 10 21:30:33.798 INFO kablam! --> src/query.rs:134:5 Oct 10 21:30:33.798 INFO kablam! | Oct 10 21:30:33.798 INFO kablam! 134 | pub fn new(table_name: String, raw_inserts: HashMap) -> InsertQuery { Oct 10 21:30:33.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:33.798 INFO kablam! Oct 10 21:30:33.798 INFO kablam! warning: method is never used: `parse` Oct 10 21:30:33.798 INFO kablam! --> src/query_parser.rs:27:5 Oct 10 21:30:33.798 INFO kablam! | Oct 10 21:30:33.798 INFO kablam! 27 | pub fn parse(&self, raw: &String) -> Result { Oct 10 21:30:33.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:33.798 INFO kablam! Oct 10 21:30:33.798 INFO kablam! warning: function is never used: `tokenize` Oct 10 21:30:33.798 INFO kablam! --> src/query_parser.rs:47:1 Oct 10 21:30:33.798 INFO kablam! | Oct 10 21:30:33.798 INFO kablam! 47 | fn tokenize(raw: &String) -> Vec<&str> { Oct 10 21:30:33.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:33.798 INFO kablam! Oct 10 21:30:33.798 INFO kablam! warning: function is never used: `parse_select` Oct 10 21:30:33.798 INFO kablam! --> src/query_parser.rs:122:1 Oct 10 21:30:33.798 INFO kablam! | Oct 10 21:30:33.798 INFO kablam! 122 | fn parse_select(tokens: &mut Vec<&str>) -> Result { Oct 10 21:30:33.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:33.798 INFO kablam! Oct 10 21:30:33.798 INFO kablam! warning: function is never used: `parse_insert` Oct 10 21:30:33.798 INFO kablam! --> src/query_parser.rs:153:1 Oct 10 21:30:33.798 INFO kablam! | Oct 10 21:30:33.798 INFO kablam! 153 | fn parse_insert(tokens: &mut Vec<&str>) -> Result { Oct 10 21:30:33.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:33.798 INFO kablam! Oct 10 21:30:33.932 INFO kablam! warning: unused import: `util` Oct 10 21:30:33.932 INFO kablam! --> src/dbserver.rs:11:5 Oct 10 21:30:33.932 INFO kablam! | Oct 10 21:30:33.932 INFO kablam! 11 | use util; Oct 10 21:30:33.932 INFO kablam! | ^^^^ Oct 10 21:30:33.932 INFO kablam! | Oct 10 21:30:33.932 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:30:33.932 INFO kablam! Oct 10 21:30:33.935 INFO kablam! warning: unused import: `std::hash::Hash` Oct 10 21:30:33.935 INFO kablam! --> src/util.rs:4:5 Oct 10 21:30:33.936 INFO kablam! | Oct 10 21:30:33.936 INFO kablam! 4 | use std::hash::Hash; Oct 10 21:30:33.936 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 21:30:33.937 INFO kablam! Oct 10 21:30:35.036 INFO kablam! warning: method is never used: `looks_like_query` Oct 10 21:30:35.036 INFO kablam! --> src/query_parser.rs:9:5 Oct 10 21:30:35.036 INFO kablam! | Oct 10 21:30:35.036 INFO kablam! 9 | pub fn looks_like_query(raw: &String) -> bool { Oct 10 21:30:35.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:35.036 INFO kablam! | Oct 10 21:30:35.036 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:30:35.036 INFO kablam! Oct 10 21:30:35.040 INFO kablam! warning: function is never used: `is_verbose` Oct 10 21:30:35.040 INFO kablam! --> src/main.rs:30:1 Oct 10 21:30:35.040 INFO kablam! | Oct 10 21:30:35.040 INFO kablam! 30 | fn is_verbose() -> bool { Oct 10 21:30:35.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:35.040 INFO kablam! Oct 10 21:30:37.822 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.80s Oct 10 21:30:37.832 INFO kablam! su: No module specific data is present Oct 10 21:30:38.576 INFO running `"docker" "rm" "-f" "026e1d9bb49a6f4cef3440723d838a220baf887e06c38b275e58f05f0de2bae4"` Oct 10 21:30:38.959 INFO blam! 026e1d9bb49a6f4cef3440723d838a220baf887e06c38b275e58f05f0de2bae4 Oct 10 21:30:38.962 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:30:38.962 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 21:30:39.412 INFO blam! 7440a2e0639447f67179926f3ee0bfc86f7a9463635b464a067268cc378caf1c Oct 10 21:30:39.413 INFO running `"docker" "start" "-a" "7440a2e0639447f67179926f3ee0bfc86f7a9463635b464a067268cc378caf1c"` Oct 10 21:30:40.647 INFO kablam! usermod: no changes Oct 10 21:30:40.828 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 10 21:30:40.844 INFO kablam! Running /target/debug/deps/client-0095501bd51a9458 Oct 10 21:30:40.852 INFO blam! Oct 10 21:30:40.852 INFO blam! running 7 tests Oct 10 21:30:40.852 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_varchar_does_not_have_size ... ok Oct 10 21:30:40.852 INFO kablam! Running /target/debug/deps/server-98a7b8561106856c Oct 10 21:30:40.852 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_type_not_known ... ok Oct 10 21:30:40.852 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_varchar_size_is_not_int ... ok Oct 10 21:30:40.852 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_start_token_different ... ok Oct 10 21:30:40.852 INFO blam! test query_parser::tests::test_parse_create_table_simple ... ok Oct 10 21:30:40.852 INFO blam! test query_parser::tests::test_parse_create_table_fails_without_fields ... ok Oct 10 21:30:40.852 INFO blam! test query_parser::tests::test_parse_create_table_with_indices ... ok Oct 10 21:30:40.852 INFO blam! Oct 10 21:30:40.852 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:30:40.852 INFO blam! Oct 10 21:30:40.860 INFO blam! Oct 10 21:30:40.860 INFO blam! running 14 tests Oct 10 21:30:40.888 INFO blam! test engine::test::test_raw_string_to_val_u32 ... ok Oct 10 21:30:40.896 INFO blam! test engine::test::test_raw_string_to_val_varchar ... ok Oct 10 21:30:40.896 INFO blam! test engine::test::test_raw_string_to_val_u32_fail ... ok Oct 10 21:30:40.912 INFO blam! test engine::test::test_raw_string_to_val_varchar_different_size ... ok Oct 10 21:30:40.912 INFO blam! test index::test::test_basic_index_return_none_for_missing_key ... ok Oct 10 21:30:40.912 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_start_token_different ... ok Oct 10 21:30:40.912 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_varchar_does_not_have_size ... ok Oct 10 21:30:40.913 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_type_not_known ... ok Oct 10 21:30:40.913 INFO blam! test index::test::test_basic_index_returns_pos ... ok Oct 10 21:30:40.913 INFO blam! test index::test::test_basic_index_return_more_than_one_position ... ok Oct 10 21:30:40.913 INFO blam! test query_parser::tests::test_parse_create_table_fails_without_fields ... ok Oct 10 21:30:40.913 INFO blam! test query_parser::tests::test_parse_create_table_simple ... ok Oct 10 21:30:40.913 INFO blam! test query_parser::tests::test_parse_create_table_with_indices ... ok Oct 10 21:30:40.920 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_varchar_size_is_not_int ... ok Oct 10 21:30:40.920 INFO kablam! su: No module specific data is present Oct 10 21:30:40.920 INFO blam! Oct 10 21:30:40.921 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:30:40.921 INFO blam! Oct 10 21:30:41.445 INFO running `"docker" "rm" "-f" "7440a2e0639447f67179926f3ee0bfc86f7a9463635b464a067268cc378caf1c"` Oct 10 21:30:41.657 INFO blam! 7440a2e0639447f67179926f3ee0bfc86f7a9463635b464a067268cc378caf1c