Oct 14 17:46:43.886 INFO testing itarato/toydb against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:46:43.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:46:44.346 INFO blam! be4dc83bc6094a320d9ccb03952056620b80ed60d5dfd126fa8c6dd4e7beaffe Oct 14 17:46:44.348 INFO running `"docker" "start" "-a" "be4dc83bc6094a320d9ccb03952056620b80ed60d5dfd126fa8c6dd4e7beaffe"` Oct 14 17:46:46.374 INFO kablam! usermod: no changes Oct 14 17:46:46.736 INFO kablam! Compiling net2 v0.2.32 Oct 14 17:46:46.736 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 17:46:46.736 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 17:46:46.739 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 14 17:46:46.739 INFO kablam! Compiling tokio-timer v0.2.4 Oct 14 17:46:46.741 INFO kablam! Compiling tokio-io v0.1.7 Oct 14 17:46:46.741 INFO kablam! Compiling http v0.1.6 Oct 14 17:46:46.741 INFO kablam! Compiling serde_json v1.0.21 Oct 14 17:46:55.528 INFO kablam! Compiling regex v1.0.0 Oct 14 17:46:55.536 INFO kablam! Compiling mio v0.6.14 Oct 14 17:46:55.665 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 14 17:46:56.571 INFO kablam! Compiling tokio-codec v0.1.0 Oct 14 17:46:58.167 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 14 17:47:04.527 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 14 17:47:07.987 INFO kablam! Compiling tokio-udp v0.1.1 Oct 14 17:47:07.987 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 17:47:08.979 INFO kablam! Compiling tokio-fs v0.1.1 Oct 14 17:47:17.107 INFO kablam! Compiling tokio v0.1.7 Oct 14 17:47:18.423 INFO kablam! Compiling env_logger v0.5.10 Oct 14 17:47:23.243 INFO kablam! Compiling h2 v0.1.9 Oct 14 17:47:30.575 INFO kablam! Compiling hyper v0.12.1 Oct 14 17:47:37.446 INFO kablam! Compiling toydb v0.1.0 (/source) Oct 14 17:47:38.907 INFO kablam! warning: unused import: `prelude` Oct 14 17:47:38.907 INFO kablam! --> src/repl.rs:3:21 Oct 14 17:47:38.907 INFO kablam! | Oct 14 17:47:38.907 INFO kablam! 3 | use std::io::{self, prelude::*, Write}; Oct 14 17:47:38.907 INFO kablam! | ^^^^^^^ Oct 14 17:47:38.907 INFO kablam! | Oct 14 17:47:38.907 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:47:38.907 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: enum is never used: `Query` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:4:1 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 4 | pub enum Query { Oct 14 17:47:38.963 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:47:38.963 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: variant is never constructed: `Int` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:24:5 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 24 | Int, Oct 14 17:47:38.963 INFO kablam! | ^^^ Oct 14 17:47:38.963 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: variant is never constructed: `Varchar` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:25:5 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 25 | Varchar(u8), Oct 14 17:47:38.963 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:47:38.963 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: struct is never constructed: `FieldDef` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:38:1 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 38 | pub struct FieldDef { Oct 14 17:47:38.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.963 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: method is never used: `new` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:44:5 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 44 | pub fn new(name: String, config: Type) -> FieldDef { Oct 14 17:47:38.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.963 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: struct is never constructed: `CreateQuery` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:50:1 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 50 | pub struct CreateQuery { Oct 14 17:47:38.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.963 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: method is never used: `new` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:57:5 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 57 | pub fn new(table: String, fields: Vec, indices: Vec) -> CreateQuery { Oct 14 17:47:38.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.963 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: enum is never used: `Relation` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:62:1 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 62 | pub enum Relation { Oct 14 17:47:38.963 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.963 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: method is never used: `from` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:69:5 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 69 | pub fn from(raw: &String) -> Option { Oct 14 17:47:38.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.963 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: struct is never constructed: `FieldCondition` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:90:1 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 90 | pub struct FieldCondition { Oct 14 17:47:38.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.963 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: method is never used: `new` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:97:5 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 97 | pub fn new(field_name: String, relation: String, value: String) -> FieldCondition { Oct 14 17:47:38.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.963 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: struct is never constructed: `SelectQuery` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:107:1 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 107 | pub struct SelectQuery { Oct 14 17:47:38.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.963 INFO kablam! Oct 14 17:47:38.963 INFO kablam! warning: method is never used: `new` Oct 14 17:47:38.963 INFO kablam! --> src/query.rs:114:5 Oct 14 17:47:38.963 INFO kablam! | Oct 14 17:47:38.963 INFO kablam! 114 | / pub fn new( Oct 14 17:47:38.964 INFO kablam! 115 | | table: String, Oct 14 17:47:38.964 INFO kablam! 116 | | columns: Vec, Oct 14 17:47:38.964 INFO kablam! 117 | | conditions: Vec, Oct 14 17:47:38.964 INFO kablam! ... | Oct 14 17:47:38.964 INFO kablam! 123 | | } Oct 14 17:47:38.964 INFO kablam! 124 | | } Oct 14 17:47:38.964 INFO kablam! | |_____^ Oct 14 17:47:38.964 INFO kablam! Oct 14 17:47:38.964 INFO kablam! warning: method is never used: `new` Oct 14 17:47:38.964 INFO kablam! --> src/query.rs:134:5 Oct 14 17:47:38.964 INFO kablam! | Oct 14 17:47:38.964 INFO kablam! 134 | pub fn new(table_name: String, raw_inserts: HashMap) -> InsertQuery { Oct 14 17:47:38.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.964 INFO kablam! Oct 14 17:47:38.964 INFO kablam! warning: struct is never constructed: `DescribeQuery` Oct 14 17:47:38.964 INFO kablam! --> src/query.rs:143:1 Oct 14 17:47:38.964 INFO kablam! | Oct 14 17:47:38.964 INFO kablam! 143 | pub struct DescribeQuery; Oct 14 17:47:38.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.964 INFO kablam! Oct 14 17:47:38.964 INFO kablam! warning: method is never used: `parse` Oct 14 17:47:38.964 INFO kablam! --> src/query_parser.rs:27:5 Oct 14 17:47:38.964 INFO kablam! | Oct 14 17:47:38.964 INFO kablam! 27 | pub fn parse(&self, raw: &String) -> Result { Oct 14 17:47:38.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.964 INFO kablam! Oct 14 17:47:38.964 INFO kablam! warning: function is never used: `tokenize` Oct 14 17:47:38.964 INFO kablam! --> src/query_parser.rs:47:1 Oct 14 17:47:38.964 INFO kablam! | Oct 14 17:47:38.964 INFO kablam! 47 | fn tokenize(raw: &String) -> Vec<&str> { Oct 14 17:47:38.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.964 INFO kablam! Oct 14 17:47:38.964 INFO kablam! warning: function is never used: `parse_create_table` Oct 14 17:47:38.964 INFO kablam! --> src/query_parser.rs:52:1 Oct 14 17:47:38.964 INFO kablam! | Oct 14 17:47:38.964 INFO kablam! 52 | fn parse_create_table(tokens: &mut Vec<&str>) -> Result { Oct 14 17:47:38.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.964 INFO kablam! Oct 14 17:47:38.964 INFO kablam! warning: function is never used: `parse_select` Oct 14 17:47:38.964 INFO kablam! --> src/query_parser.rs:122:1 Oct 14 17:47:38.964 INFO kablam! | Oct 14 17:47:38.964 INFO kablam! 122 | fn parse_select(tokens: &mut Vec<&str>) -> Result { Oct 14 17:47:38.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.964 INFO kablam! Oct 14 17:47:38.964 INFO kablam! warning: function is never used: `parse_insert` Oct 14 17:47:38.964 INFO kablam! --> src/query_parser.rs:153:1 Oct 14 17:47:38.964 INFO kablam! | Oct 14 17:47:38.964 INFO kablam! 153 | fn parse_insert(tokens: &mut Vec<&str>) -> Result { Oct 14 17:47:38.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:38.964 INFO kablam! Oct 14 17:47:39.203 INFO kablam! warning: unused import: `util` Oct 14 17:47:39.203 INFO kablam! --> src/dbserver.rs:11:5 Oct 14 17:47:39.203 INFO kablam! | Oct 14 17:47:39.203 INFO kablam! 11 | use util; Oct 14 17:47:39.203 INFO kablam! | ^^^^ Oct 14 17:47:39.203 INFO kablam! | Oct 14 17:47:39.203 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:47:39.203 INFO kablam! Oct 14 17:47:39.203 INFO kablam! warning: unused import: `std::hash::Hash` Oct 14 17:47:39.203 INFO kablam! --> src/util.rs:4:5 Oct 14 17:47:39.203 INFO kablam! | Oct 14 17:47:39.203 INFO kablam! 4 | use std::hash::Hash; Oct 14 17:47:39.203 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:47:39.203 INFO kablam! Oct 14 17:47:39.854 INFO kablam! warning: method is never used: `looks_like_query` Oct 14 17:47:39.854 INFO kablam! --> src/query_parser.rs:9:5 Oct 14 17:47:39.855 INFO kablam! | Oct 14 17:47:39.855 INFO kablam! 9 | pub fn looks_like_query(raw: &String) -> bool { Oct 14 17:47:39.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:39.856 INFO kablam! | Oct 14 17:47:39.856 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:47:39.856 INFO kablam! Oct 14 17:47:39.857 INFO kablam! warning: function is never used: `is_verbose` Oct 14 17:47:39.857 INFO kablam! --> src/main.rs:30:1 Oct 14 17:47:39.857 INFO kablam! | Oct 14 17:47:39.857 INFO kablam! 30 | fn is_verbose() -> bool { Oct 14 17:47:39.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:39.858 INFO kablam! Oct 14 17:47:52.342 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Oct 14 17:47:52.373 INFO kablam! su: No module specific data is present Oct 14 17:47:53.179 INFO running `"docker" "rm" "-f" "be4dc83bc6094a320d9ccb03952056620b80ed60d5dfd126fa8c6dd4e7beaffe"` Oct 14 17:47:53.663 INFO blam! be4dc83bc6094a320d9ccb03952056620b80ed60d5dfd126fa8c6dd4e7beaffe Oct 14 17:47:53.667 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:47:54.361 INFO blam! ef781eeec20bfec92d9f5a3632f5912dec1dd859693e2bf2f6da25d9a4b88192 Oct 14 17:47:54.363 INFO running `"docker" "start" "-a" "ef781eeec20bfec92d9f5a3632f5912dec1dd859693e2bf2f6da25d9a4b88192"` Oct 14 17:47:55.847 INFO kablam! usermod: no changes Oct 14 17:47:56.075 INFO kablam! Compiling toydb v0.1.0 (/source) Oct 14 17:47:57.675 INFO kablam! warning: unused import: `util` Oct 14 17:47:57.675 INFO kablam! --> src/dbserver.rs:11:5 Oct 14 17:47:57.675 INFO kablam! | Oct 14 17:47:57.675 INFO kablam! 11 | use util; Oct 14 17:47:57.675 INFO kablam! | ^^^^ Oct 14 17:47:57.675 INFO kablam! | Oct 14 17:47:57.675 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:47:57.675 INFO kablam! Oct 14 17:47:57.675 INFO kablam! warning: unused import: `std::hash::Hash` Oct 14 17:47:57.675 INFO kablam! --> src/util.rs:4:5 Oct 14 17:47:57.675 INFO kablam! | Oct 14 17:47:57.675 INFO kablam! 4 | use std::hash::Hash; Oct 14 17:47:57.675 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:47:57.675 INFO kablam! Oct 14 17:47:57.975 INFO kablam! warning: unused import: `prelude` Oct 14 17:47:57.975 INFO kablam! --> src/repl.rs:3:21 Oct 14 17:47:57.975 INFO kablam! | Oct 14 17:47:57.975 INFO kablam! 3 | use std::io::{self, prelude::*, Write}; Oct 14 17:47:57.975 INFO kablam! | ^^^^^^^ Oct 14 17:47:57.975 INFO kablam! | Oct 14 17:47:57.975 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:47:57.975 INFO kablam! Oct 14 17:47:58.145 INFO kablam! warning: variant is never constructed: `Select` Oct 14 17:47:58.145 INFO kablam! --> src/query.rs:6:5 Oct 14 17:47:58.145 INFO kablam! | Oct 14 17:47:58.145 INFO kablam! 6 | Select(SelectQuery), Oct 14 17:47:58.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.145 INFO kablam! | Oct 14 17:47:58.145 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:47:58.145 INFO kablam! Oct 14 17:47:58.145 INFO kablam! warning: variant is never constructed: `Insert` Oct 14 17:47:58.145 INFO kablam! --> src/query.rs:7:5 Oct 14 17:47:58.145 INFO kablam! | Oct 14 17:47:58.145 INFO kablam! 7 | Insert(InsertQuery), Oct 14 17:47:58.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.145 INFO kablam! Oct 14 17:47:58.145 INFO kablam! warning: variant is never constructed: `Describe` Oct 14 17:47:58.145 INFO kablam! --> src/query.rs:8:5 Oct 14 17:47:58.145 INFO kablam! | Oct 14 17:47:58.145 INFO kablam! 8 | Describe(DescribeQuery), Oct 14 17:47:58.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.145 INFO kablam! Oct 14 17:47:58.145 INFO kablam! warning: enum is never used: `Relation` Oct 14 17:47:58.145 INFO kablam! --> src/query.rs:62:1 Oct 14 17:47:58.145 INFO kablam! | Oct 14 17:47:58.145 INFO kablam! 62 | pub enum Relation { Oct 14 17:47:58.145 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.145 INFO kablam! Oct 14 17:47:58.145 INFO kablam! warning: method is never used: `from` Oct 14 17:47:58.145 INFO kablam! --> src/query.rs:69:5 Oct 14 17:47:58.145 INFO kablam! | Oct 14 17:47:58.145 INFO kablam! 69 | pub fn from(raw: &String) -> Option { Oct 14 17:47:58.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.145 INFO kablam! Oct 14 17:47:58.145 INFO kablam! warning: method is never used: `new` Oct 14 17:47:58.145 INFO kablam! --> src/query.rs:97:5 Oct 14 17:47:58.145 INFO kablam! | Oct 14 17:47:58.145 INFO kablam! 97 | pub fn new(field_name: String, relation: String, value: String) -> FieldCondition { Oct 14 17:47:58.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.145 INFO kablam! Oct 14 17:47:58.153 INFO kablam! warning: method is never used: `new` Oct 14 17:47:58.153 INFO kablam! --> src/query.rs:114:5 Oct 14 17:47:58.153 INFO kablam! | Oct 14 17:47:58.153 INFO kablam! 114 | / pub fn new( Oct 14 17:47:58.153 INFO kablam! 115 | | table: String, Oct 14 17:47:58.153 INFO kablam! 116 | | columns: Vec, Oct 14 17:47:58.153 INFO kablam! 117 | | conditions: Vec, Oct 14 17:47:58.153 INFO kablam! ... | Oct 14 17:47:58.153 INFO kablam! 123 | | } Oct 14 17:47:58.153 INFO kablam! 124 | | } Oct 14 17:47:58.153 INFO kablam! | |_____^ Oct 14 17:47:58.153 INFO kablam! Oct 14 17:47:58.153 INFO kablam! warning: method is never used: `new` Oct 14 17:47:58.153 INFO kablam! --> src/query.rs:134:5 Oct 14 17:47:58.153 INFO kablam! | Oct 14 17:47:58.153 INFO kablam! 134 | pub fn new(table_name: String, raw_inserts: HashMap) -> InsertQuery { Oct 14 17:47:58.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.153 INFO kablam! Oct 14 17:47:58.153 INFO kablam! warning: method is never used: `parse` Oct 14 17:47:58.153 INFO kablam! --> src/query_parser.rs:27:5 Oct 14 17:47:58.153 INFO kablam! | Oct 14 17:47:58.153 INFO kablam! 27 | pub fn parse(&self, raw: &String) -> Result { Oct 14 17:47:58.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.153 INFO kablam! Oct 14 17:47:58.153 INFO kablam! warning: function is never used: `tokenize` Oct 14 17:47:58.153 INFO kablam! --> src/query_parser.rs:47:1 Oct 14 17:47:58.153 INFO kablam! | Oct 14 17:47:58.153 INFO kablam! 47 | fn tokenize(raw: &String) -> Vec<&str> { Oct 14 17:47:58.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.153 INFO kablam! Oct 14 17:47:58.153 INFO kablam! warning: function is never used: `parse_select` Oct 14 17:47:58.153 INFO kablam! --> src/query_parser.rs:122:1 Oct 14 17:47:58.153 INFO kablam! | Oct 14 17:47:58.154 INFO kablam! 122 | fn parse_select(tokens: &mut Vec<&str>) -> Result { Oct 14 17:47:58.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.154 INFO kablam! Oct 14 17:47:58.154 INFO kablam! warning: function is never used: `parse_insert` Oct 14 17:47:58.154 INFO kablam! --> src/query_parser.rs:153:1 Oct 14 17:47:58.154 INFO kablam! | Oct 14 17:47:58.154 INFO kablam! 153 | fn parse_insert(tokens: &mut Vec<&str>) -> Result { Oct 14 17:47:58.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.154 INFO kablam! Oct 14 17:47:58.843 INFO kablam! warning: method is never used: `looks_like_query` Oct 14 17:47:58.843 INFO kablam! --> src/query_parser.rs:9:5 Oct 14 17:47:58.843 INFO kablam! | Oct 14 17:47:58.843 INFO kablam! 9 | pub fn looks_like_query(raw: &String) -> bool { Oct 14 17:47:58.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.843 INFO kablam! | Oct 14 17:47:58.843 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:47:58.843 INFO kablam! Oct 14 17:47:58.843 INFO kablam! warning: function is never used: `is_verbose` Oct 14 17:47:58.843 INFO kablam! --> src/main.rs:30:1 Oct 14 17:47:58.843 INFO kablam! | Oct 14 17:47:58.843 INFO kablam! 30 | fn is_verbose() -> bool { Oct 14 17:47:58.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:58.843 INFO kablam! Oct 14 17:48:02.121 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.25s Oct 14 17:48:02.132 INFO kablam! su: No module specific data is present Oct 14 17:48:03.026 INFO running `"docker" "rm" "-f" "ef781eeec20bfec92d9f5a3632f5912dec1dd859693e2bf2f6da25d9a4b88192"` Oct 14 17:48:03.307 INFO blam! ef781eeec20bfec92d9f5a3632f5912dec1dd859693e2bf2f6da25d9a4b88192 Oct 14 17:48:03.312 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:48:03.812 INFO blam! 3ffa75448d31d0dd81b9e0e9b20007df43bcab3370f103fdcf5429d41da0c287 Oct 14 17:48:03.816 INFO running `"docker" "start" "-a" "3ffa75448d31d0dd81b9e0e9b20007df43bcab3370f103fdcf5429d41da0c287"` Oct 14 17:48:05.166 INFO kablam! usermod: no changes Oct 14 17:48:05.404 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 14 17:48:05.415 INFO kablam! Running /target/debug/deps/client-9998ddb944256ccb Oct 14 17:48:05.417 INFO blam! Oct 14 17:48:05.417 INFO blam! running 7 tests Oct 14 17:48:05.427 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_start_token_different ... ok Oct 14 17:48:05.427 INFO kablam! Running /target/debug/deps/server-8f0f734a42492608 Oct 14 17:48:05.427 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_type_not_known ... ok Oct 14 17:48:05.428 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_varchar_does_not_have_size ... ok Oct 14 17:48:05.428 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_varchar_size_is_not_int ... ok Oct 14 17:48:05.428 INFO blam! test query_parser::tests::test_parse_create_table_with_indices ... ok Oct 14 17:48:05.429 INFO blam! test query_parser::tests::test_parse_create_table_simple ... ok Oct 14 17:48:05.429 INFO blam! test query_parser::tests::test_parse_create_table_fails_without_fields ... ok Oct 14 17:48:05.429 INFO blam! Oct 14 17:48:05.430 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:48:05.430 INFO blam! Oct 14 17:48:05.435 INFO blam! Oct 14 17:48:05.435 INFO blam! running 14 tests Oct 14 17:48:05.447 INFO blam! test engine::test::test_raw_string_to_val_u32 ... ok Oct 14 17:48:05.447 INFO blam! test index::test::test_basic_index_return_more_than_one_position ... ok Oct 14 17:48:05.448 INFO blam! test index::test::test_basic_index_return_none_for_missing_key ... ok Oct 14 17:48:05.451 INFO blam! test index::test::test_basic_index_returns_pos ... ok Oct 14 17:48:05.451 INFO blam! test engine::test::test_raw_string_to_val_u32_fail ... ok Oct 14 17:48:05.452 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_start_token_different ... ok Oct 14 17:48:05.453 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_type_not_known ... ok Oct 14 17:48:05.462 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_varchar_does_not_have_size ... ok Oct 14 17:48:05.463 INFO blam! test engine::test::test_raw_string_to_val_varchar ... ok Oct 14 17:48:05.472 INFO blam! test query_parser::tests::test_parse_create_table_with_indices ... ok Oct 14 17:48:05.473 INFO blam! test query_parser::tests::test_parse_create_table_simple ... ok Oct 14 17:48:05.473 INFO blam! test engine::test::test_raw_string_to_val_varchar_different_size ... ok Oct 14 17:48:05.474 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_varchar_size_is_not_int ... ok Oct 14 17:48:05.474 INFO blam! test query_parser::tests::test_parse_create_table_fails_without_fields ... ok Oct 14 17:48:05.474 INFO blam! Oct 14 17:48:05.475 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:48:05.475 INFO kablam! su: No module specific data is present Oct 14 17:48:05.476 INFO blam! Oct 14 17:48:06.159 INFO running `"docker" "rm" "-f" "3ffa75448d31d0dd81b9e0e9b20007df43bcab3370f103fdcf5429d41da0c287"` Oct 14 17:48:06.413 INFO blam! 3ffa75448d31d0dd81b9e0e9b20007df43bcab3370f103fdcf5429d41da0c287