Oct 14 17:46:52.119 INFO testing itarato/toydb against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:46:52.119 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 17:46:52.563 INFO blam! a3281f5197f18655fb8a5f88a2309a99e266eba5755ab8c7b1e678ac43528b1d Oct 14 17:46:52.575 INFO running `"docker" "start" "-a" "a3281f5197f18655fb8a5f88a2309a99e266eba5755ab8c7b1e678ac43528b1d"` Oct 14 17:46:54.259 INFO kablam! usermod: no changes Oct 14 17:46:54.531 INFO kablam! Compiling net2 v0.2.32 Oct 14 17:46:54.538 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 14 17:46:54.538 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 17:46:54.543 INFO kablam! Compiling thread_local v0.3.5 Oct 14 17:46:54.543 INFO kablam! Compiling tokio-io v0.1.7 Oct 14 17:46:54.543 INFO kablam! Compiling http v0.1.6 Oct 14 17:46:54.543 INFO kablam! Compiling serde_json v1.0.21 Oct 14 17:46:59.019 INFO kablam! Compiling regex v1.0.0 Oct 14 17:47:00.499 INFO kablam! Compiling mio v0.6.14 Oct 14 17:47:00.951 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 14 17:47:02.575 INFO kablam! Compiling tokio-codec v0.1.0 Oct 14 17:47:03.127 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 14 17:47:12.855 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 14 17:47:14.723 INFO kablam! Compiling tokio-fs v0.1.1 Oct 14 17:47:20.531 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 17:47:20.611 INFO kablam! Compiling tokio-udp v0.1.1 Oct 14 17:47:21.735 INFO kablam! Compiling env_logger v0.5.10 Oct 14 17:47:22.944 INFO kablam! Compiling tokio v0.1.7 Oct 14 17:47:26.229 INFO kablam! Compiling h2 v0.1.9 Oct 14 17:47:33.894 INFO kablam! Compiling hyper v0.12.1 Oct 14 17:47:40.285 INFO kablam! Compiling toydb v0.1.0 (/source) Oct 14 17:47:41.715 INFO kablam! warning: unused import: `prelude` Oct 14 17:47:41.715 INFO kablam! --> src/repl.rs:3:21 Oct 14 17:47:41.715 INFO kablam! | Oct 14 17:47:41.715 INFO kablam! 3 | use std::io::{self, prelude::*, Write}; Oct 14 17:47:41.715 INFO kablam! | ^^^^^^^ Oct 14 17:47:41.715 INFO kablam! | Oct 14 17:47:41.715 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:47:41.715 INFO kablam! Oct 14 17:47:41.783 INFO kablam! warning: unused import: `util` Oct 14 17:47:41.783 INFO kablam! --> src/dbserver.rs:11:5 Oct 14 17:47:41.783 INFO kablam! | Oct 14 17:47:41.783 INFO kablam! 11 | use util; Oct 14 17:47:41.783 INFO kablam! | ^^^^ Oct 14 17:47:41.783 INFO kablam! | Oct 14 17:47:41.783 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:47:41.783 INFO kablam! Oct 14 17:47:41.783 INFO kablam! warning: unused import: `std::hash::Hash` Oct 14 17:47:41.783 INFO kablam! --> src/util.rs:4:5 Oct 14 17:47:41.783 INFO kablam! | Oct 14 17:47:41.783 INFO kablam! 4 | use std::hash::Hash; Oct 14 17:47:41.783 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:47:41.783 INFO kablam! Oct 14 17:47:41.797 INFO kablam! warning: enum is never used: `Query` Oct 14 17:47:41.797 INFO kablam! --> src/query.rs:4:1 Oct 14 17:47:41.797 INFO kablam! | Oct 14 17:47:41.797 INFO kablam! 4 | pub enum Query { Oct 14 17:47:41.797 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:47:41.797 INFO kablam! | Oct 14 17:47:41.797 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:47:41.797 INFO kablam! Oct 14 17:47:41.797 INFO kablam! warning: variant is never constructed: `Int` Oct 14 17:47:41.797 INFO kablam! --> src/query.rs:24:5 Oct 14 17:47:41.797 INFO kablam! | Oct 14 17:47:41.797 INFO kablam! 24 | Int, Oct 14 17:47:41.797 INFO kablam! | ^^^ Oct 14 17:47:41.797 INFO kablam! Oct 14 17:47:41.797 INFO kablam! warning: variant is never constructed: `Varchar` Oct 14 17:47:41.797 INFO kablam! --> src/query.rs:25:5 Oct 14 17:47:41.797 INFO kablam! | Oct 14 17:47:41.797 INFO kablam! 25 | Varchar(u8), Oct 14 17:47:41.797 INFO kablam! | ^^^^^^^^^^^ Oct 14 17:47:41.797 INFO kablam! Oct 14 17:47:41.797 INFO kablam! warning: struct is never constructed: `FieldDef` Oct 14 17:47:41.797 INFO kablam! --> src/query.rs:38:1 Oct 14 17:47:41.797 INFO kablam! | Oct 14 17:47:41.797 INFO kablam! 38 | pub struct FieldDef { Oct 14 17:47:41.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.797 INFO kablam! Oct 14 17:47:41.797 INFO kablam! warning: method is never used: `new` Oct 14 17:47:41.797 INFO kablam! --> src/query.rs:44:5 Oct 14 17:47:41.797 INFO kablam! | Oct 14 17:47:41.797 INFO kablam! 44 | pub fn new(name: String, config: Type) -> FieldDef { Oct 14 17:47:41.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.797 INFO kablam! Oct 14 17:47:41.797 INFO kablam! warning: struct is never constructed: `CreateQuery` Oct 14 17:47:41.797 INFO kablam! --> src/query.rs:50:1 Oct 14 17:47:41.797 INFO kablam! | Oct 14 17:47:41.797 INFO kablam! 50 | pub struct CreateQuery { Oct 14 17:47:41.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.797 INFO kablam! Oct 14 17:47:41.798 INFO kablam! warning: method is never used: `new` Oct 14 17:47:41.798 INFO kablam! --> src/query.rs:57:5 Oct 14 17:47:41.798 INFO kablam! | Oct 14 17:47:41.798 INFO kablam! 57 | pub fn new(table: String, fields: Vec, indices: Vec) -> CreateQuery { Oct 14 17:47:41.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.798 INFO kablam! Oct 14 17:47:41.798 INFO kablam! warning: enum is never used: `Relation` Oct 14 17:47:41.798 INFO kablam! --> src/query.rs:62:1 Oct 14 17:47:41.798 INFO kablam! | Oct 14 17:47:41.798 INFO kablam! 62 | pub enum Relation { Oct 14 17:47:41.798 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.798 INFO kablam! Oct 14 17:47:41.798 INFO kablam! warning: method is never used: `from` Oct 14 17:47:41.798 INFO kablam! --> src/query.rs:69:5 Oct 14 17:47:41.798 INFO kablam! | Oct 14 17:47:41.798 INFO kablam! 69 | pub fn from(raw: &String) -> Option { Oct 14 17:47:41.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.798 INFO kablam! Oct 14 17:47:41.798 INFO kablam! warning: struct is never constructed: `FieldCondition` Oct 14 17:47:41.798 INFO kablam! --> src/query.rs:90:1 Oct 14 17:47:41.798 INFO kablam! | Oct 14 17:47:41.798 INFO kablam! 90 | pub struct FieldCondition { Oct 14 17:47:41.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.798 INFO kablam! Oct 14 17:47:41.798 INFO kablam! warning: method is never used: `new` Oct 14 17:47:41.798 INFO kablam! --> src/query.rs:97:5 Oct 14 17:47:41.798 INFO kablam! | Oct 14 17:47:41.798 INFO kablam! 97 | pub fn new(field_name: String, relation: String, value: String) -> FieldCondition { Oct 14 17:47:41.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.798 INFO kablam! Oct 14 17:47:41.798 INFO kablam! warning: struct is never constructed: `SelectQuery` Oct 14 17:47:41.798 INFO kablam! --> src/query.rs:107:1 Oct 14 17:47:41.798 INFO kablam! | Oct 14 17:47:41.798 INFO kablam! 107 | pub struct SelectQuery { Oct 14 17:47:41.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.798 INFO kablam! Oct 14 17:47:41.798 INFO kablam! warning: method is never used: `new` Oct 14 17:47:41.798 INFO kablam! --> src/query.rs:114:5 Oct 14 17:47:41.798 INFO kablam! | Oct 14 17:47:41.798 INFO kablam! 114 | / pub fn new( Oct 14 17:47:41.798 INFO kablam! 115 | | table: String, Oct 14 17:47:41.798 INFO kablam! 116 | | columns: Vec, Oct 14 17:47:41.798 INFO kablam! 117 | | conditions: Vec, Oct 14 17:47:41.799 INFO kablam! ... | Oct 14 17:47:41.799 INFO kablam! 123 | | } Oct 14 17:47:41.799 INFO kablam! 124 | | } Oct 14 17:47:41.799 INFO kablam! | |_____^ Oct 14 17:47:41.799 INFO kablam! Oct 14 17:47:41.799 INFO kablam! warning: method is never used: `new` Oct 14 17:47:41.799 INFO kablam! --> src/query.rs:134:5 Oct 14 17:47:41.799 INFO kablam! | Oct 14 17:47:41.799 INFO kablam! 134 | pub fn new(table_name: String, raw_inserts: HashMap) -> InsertQuery { Oct 14 17:47:41.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.799 INFO kablam! Oct 14 17:47:41.799 INFO kablam! warning: struct is never constructed: `DescribeQuery` Oct 14 17:47:41.799 INFO kablam! --> src/query.rs:143:1 Oct 14 17:47:41.799 INFO kablam! | Oct 14 17:47:41.799 INFO kablam! 143 | pub struct DescribeQuery; Oct 14 17:47:41.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.799 INFO kablam! Oct 14 17:47:41.799 INFO kablam! warning: method is never used: `parse` Oct 14 17:47:41.799 INFO kablam! --> src/query_parser.rs:27:5 Oct 14 17:47:41.799 INFO kablam! | Oct 14 17:47:41.799 INFO kablam! 27 | pub fn parse(&self, raw: &String) -> Result { Oct 14 17:47:41.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.799 INFO kablam! Oct 14 17:47:41.799 INFO kablam! warning: function is never used: `tokenize` Oct 14 17:47:41.799 INFO kablam! --> src/query_parser.rs:47:1 Oct 14 17:47:41.799 INFO kablam! | Oct 14 17:47:41.799 INFO kablam! 47 | fn tokenize(raw: &String) -> Vec<&str> { Oct 14 17:47:41.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.799 INFO kablam! Oct 14 17:47:41.799 INFO kablam! warning: function is never used: `parse_create_table` Oct 14 17:47:41.799 INFO kablam! --> src/query_parser.rs:52:1 Oct 14 17:47:41.799 INFO kablam! | Oct 14 17:47:41.799 INFO kablam! 52 | fn parse_create_table(tokens: &mut Vec<&str>) -> Result { Oct 14 17:47:41.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.799 INFO kablam! Oct 14 17:47:41.799 INFO kablam! warning: function is never used: `parse_select` Oct 14 17:47:41.799 INFO kablam! --> src/query_parser.rs:122:1 Oct 14 17:47:41.799 INFO kablam! | Oct 14 17:47:41.799 INFO kablam! 122 | fn parse_select(tokens: &mut Vec<&str>) -> Result { Oct 14 17:47:41.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.799 INFO kablam! Oct 14 17:47:41.799 INFO kablam! warning: function is never used: `parse_insert` Oct 14 17:47:41.799 INFO kablam! --> src/query_parser.rs:153:1 Oct 14 17:47:41.799 INFO kablam! | Oct 14 17:47:41.799 INFO kablam! 153 | fn parse_insert(tokens: &mut Vec<&str>) -> Result { Oct 14 17:47:41.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:41.799 INFO kablam! Oct 14 17:47:42.607 INFO kablam! warning: method is never used: `looks_like_query` Oct 14 17:47:42.607 INFO kablam! --> src/query_parser.rs:9:5 Oct 14 17:47:42.607 INFO kablam! | Oct 14 17:47:42.607 INFO kablam! 9 | pub fn looks_like_query(raw: &String) -> bool { Oct 14 17:47:42.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:42.607 INFO kablam! | Oct 14 17:47:42.607 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:47:42.607 INFO kablam! Oct 14 17:47:42.607 INFO kablam! warning: function is never used: `is_verbose` Oct 14 17:47:42.607 INFO kablam! --> src/main.rs:30:1 Oct 14 17:47:42.607 INFO kablam! | Oct 14 17:47:42.607 INFO kablam! 30 | fn is_verbose() -> bool { Oct 14 17:47:42.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:47:42.607 INFO kablam! Oct 14 17:47:55.472 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 14 17:47:55.483 INFO kablam! su: No module specific data is present Oct 14 17:47:56.105 INFO running `"docker" "rm" "-f" "a3281f5197f18655fb8a5f88a2309a99e266eba5755ab8c7b1e678ac43528b1d"` Oct 14 17:47:56.431 INFO blam! a3281f5197f18655fb8a5f88a2309a99e266eba5755ab8c7b1e678ac43528b1d Oct 14 17:47:56.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 17:47:56.865 INFO blam! f2ef75225e1eace2d21b28679979d5c30f0238e9c233d4fd30415a9a233687ec Oct 14 17:47:56.869 INFO running `"docker" "start" "-a" "f2ef75225e1eace2d21b28679979d5c30f0238e9c233d4fd30415a9a233687ec"` Oct 14 17:47:58.435 INFO kablam! usermod: no changes Oct 14 17:47:58.655 INFO kablam! Compiling toydb v0.1.0 (/source) Oct 14 17:48:00.059 INFO kablam! warning: unused import: `util` Oct 14 17:48:00.059 INFO kablam! --> src/dbserver.rs:11:5 Oct 14 17:48:00.059 INFO kablam! | Oct 14 17:48:00.059 INFO kablam! 11 | use util; Oct 14 17:48:00.059 INFO kablam! | ^^^^ Oct 14 17:48:00.059 INFO kablam! | Oct 14 17:48:00.059 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:48:00.059 INFO kablam! Oct 14 17:48:00.059 INFO kablam! warning: unused import: `std::hash::Hash` Oct 14 17:48:00.059 INFO kablam! --> src/util.rs:4:5 Oct 14 17:48:00.059 INFO kablam! | Oct 14 17:48:00.059 INFO kablam! 4 | use std::hash::Hash; Oct 14 17:48:00.059 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:48:00.059 INFO kablam! Oct 14 17:48:00.735 INFO kablam! warning: unused import: `prelude` Oct 14 17:48:00.735 INFO kablam! --> src/repl.rs:3:21 Oct 14 17:48:00.735 INFO kablam! | Oct 14 17:48:00.735 INFO kablam! 3 | use std::io::{self, prelude::*, Write}; Oct 14 17:48:00.735 INFO kablam! | ^^^^^^^ Oct 14 17:48:00.735 INFO kablam! | Oct 14 17:48:00.735 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:48:00.735 INFO kablam! Oct 14 17:48:00.830 INFO kablam! warning: variant is never constructed: `Select` Oct 14 17:48:00.830 INFO kablam! --> src/query.rs:6:5 Oct 14 17:48:00.831 INFO kablam! | Oct 14 17:48:00.831 INFO kablam! 6 | Select(SelectQuery), Oct 14 17:48:00.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:48:00.831 INFO kablam! | Oct 14 17:48:00.832 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:48:00.832 INFO kablam! Oct 14 17:48:00.832 INFO kablam! warning: variant is never constructed: `Insert` Oct 14 17:48:00.832 INFO kablam! --> src/query.rs:7:5 Oct 14 17:48:00.832 INFO kablam! | Oct 14 17:48:00.833 INFO kablam! 7 | Insert(InsertQuery), Oct 14 17:48:00.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:48:00.833 INFO kablam! Oct 14 17:48:00.838 INFO kablam! warning: variant is never constructed: `Describe` Oct 14 17:48:00.838 INFO kablam! --> src/query.rs:8:5 Oct 14 17:48:00.839 INFO kablam! | Oct 14 17:48:00.839 INFO kablam! 8 | Describe(DescribeQuery), Oct 14 17:48:00.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:48:00.839 INFO kablam! Oct 14 17:48:00.840 INFO kablam! warning: enum is never used: `Relation` Oct 14 17:48:00.840 INFO kablam! --> src/query.rs:62:1 Oct 14 17:48:00.840 INFO kablam! | Oct 14 17:48:00.841 INFO kablam! 62 | pub enum Relation { Oct 14 17:48:00.841 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:48:00.841 INFO kablam! Oct 14 17:48:00.841 INFO kablam! warning: method is never used: `from` Oct 14 17:48:00.842 INFO kablam! --> src/query.rs:69:5 Oct 14 17:48:00.847 INFO kablam! | Oct 14 17:48:00.847 INFO kablam! 69 | pub fn from(raw: &String) -> Option { Oct 14 17:48:00.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:48:00.848 INFO kablam! Oct 14 17:48:00.851 INFO kablam! warning: method is never used: `new` Oct 14 17:48:00.855 INFO kablam! --> src/query.rs:97:5 Oct 14 17:48:00.855 INFO kablam! | Oct 14 17:48:00.855 INFO kablam! 97 | pub fn new(field_name: String, relation: String, value: String) -> FieldCondition { Oct 14 17:48:00.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:48:00.856 INFO kablam! Oct 14 17:48:00.856 INFO kablam! warning: method is never used: `new` Oct 14 17:48:00.857 INFO kablam! --> src/query.rs:114:5 Oct 14 17:48:00.857 INFO kablam! | Oct 14 17:48:00.857 INFO kablam! 114 | / pub fn new( Oct 14 17:48:00.857 INFO kablam! 115 | | table: String, Oct 14 17:48:00.858 INFO kablam! 116 | | columns: Vec, Oct 14 17:48:00.858 INFO kablam! 117 | | conditions: Vec, Oct 14 17:48:00.858 INFO kablam! ... | Oct 14 17:48:00.859 INFO kablam! 123 | | } Oct 14 17:48:00.859 INFO kablam! 124 | | } Oct 14 17:48:00.859 INFO kablam! | |_____^ Oct 14 17:48:00.859 INFO kablam! Oct 14 17:48:00.860 INFO kablam! warning: method is never used: `new` Oct 14 17:48:00.860 INFO kablam! --> src/query.rs:134:5 Oct 14 17:48:00.860 INFO kablam! | Oct 14 17:48:00.861 INFO kablam! 134 | pub fn new(table_name: String, raw_inserts: HashMap) -> InsertQuery { Oct 14 17:48:00.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:48:00.861 INFO kablam! Oct 14 17:48:00.861 INFO kablam! warning: method is never used: `parse` Oct 14 17:48:00.862 INFO kablam! --> src/query_parser.rs:27:5 Oct 14 17:48:00.862 INFO kablam! | Oct 14 17:48:00.862 INFO kablam! 27 | pub fn parse(&self, raw: &String) -> Result { Oct 14 17:48:00.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:48:00.863 INFO kablam! Oct 14 17:48:00.863 INFO kablam! warning: function is never used: `tokenize` Oct 14 17:48:00.863 INFO kablam! --> src/query_parser.rs:47:1 Oct 14 17:48:00.864 INFO kablam! | Oct 14 17:48:00.864 INFO kablam! 47 | fn tokenize(raw: &String) -> Vec<&str> { Oct 14 17:48:00.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:48:00.865 INFO kablam! Oct 14 17:48:00.865 INFO kablam! warning: function is never used: `parse_select` Oct 14 17:48:00.865 INFO kablam! --> src/query_parser.rs:122:1 Oct 14 17:48:00.865 INFO kablam! | Oct 14 17:48:00.866 INFO kablam! 122 | fn parse_select(tokens: &mut Vec<&str>) -> Result { Oct 14 17:48:00.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:48:00.866 INFO kablam! Oct 14 17:48:00.867 INFO kablam! warning: function is never used: `parse_insert` Oct 14 17:48:00.867 INFO kablam! --> src/query_parser.rs:153:1 Oct 14 17:48:00.867 INFO kablam! | Oct 14 17:48:00.867 INFO kablam! 153 | fn parse_insert(tokens: &mut Vec<&str>) -> Result { Oct 14 17:48:00.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:48:00.868 INFO kablam! Oct 14 17:48:01.587 INFO kablam! warning: method is never used: `looks_like_query` Oct 14 17:48:01.587 INFO kablam! --> src/query_parser.rs:9:5 Oct 14 17:48:01.588 INFO kablam! | Oct 14 17:48:01.588 INFO kablam! 9 | pub fn looks_like_query(raw: &String) -> bool { Oct 14 17:48:01.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:48:01.589 INFO kablam! | Oct 14 17:48:01.589 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:48:01.590 INFO kablam! Oct 14 17:48:01.590 INFO kablam! warning: function is never used: `is_verbose` Oct 14 17:48:01.590 INFO kablam! --> src/main.rs:30:1 Oct 14 17:48:01.591 INFO kablam! | Oct 14 17:48:01.591 INFO kablam! 30 | fn is_verbose() -> bool { Oct 14 17:48:01.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:48:01.592 INFO kablam! Oct 14 17:48:05.374 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.90s Oct 14 17:48:05.384 INFO kablam! su: No module specific data is present Oct 14 17:48:05.967 INFO running `"docker" "rm" "-f" "f2ef75225e1eace2d21b28679979d5c30f0238e9c233d4fd30415a9a233687ec"` Oct 14 17:48:06.217 INFO blam! f2ef75225e1eace2d21b28679979d5c30f0238e9c233d4fd30415a9a233687ec Oct 14 17:48:06.219 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 17:48:06.619 INFO blam! 4a81963a1e9bc99fca20a49b78842f3d35e8bb8ea8ae8755cd7dff064a681a3c Oct 14 17:48:06.623 INFO running `"docker" "start" "-a" "4a81963a1e9bc99fca20a49b78842f3d35e8bb8ea8ae8755cd7dff064a681a3c"` Oct 14 17:48:07.770 INFO kablam! usermod: no changes Oct 14 17:48:07.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 14 17:48:07.963 INFO kablam! Running /target/debug/deps/client-0095501bd51a9458 Oct 14 17:48:07.967 INFO blam! Oct 14 17:48:07.967 INFO blam! running 7 tests Oct 14 17:48:07.975 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_start_token_different ... ok Oct 14 17:48:07.975 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_varchar_does_not_have_size ... ok Oct 14 17:48:07.975 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_varchar_size_is_not_int ... ok Oct 14 17:48:07.975 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_type_not_known ... ok Oct 14 17:48:07.983 INFO blam! test query_parser::tests::test_parse_create_table_with_indices ... ok Oct 14 17:48:07.983 INFO kablam! Running /target/debug/deps/server-98a7b8561106856c Oct 14 17:48:07.983 INFO blam! test query_parser::tests::test_parse_create_table_fails_without_fields ... ok Oct 14 17:48:07.983 INFO blam! test query_parser::tests::test_parse_create_table_simple ... ok Oct 14 17:48:07.983 INFO blam! Oct 14 17:48:07.983 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:48:07.983 INFO blam! Oct 14 17:48:07.983 INFO blam! Oct 14 17:48:07.983 INFO blam! running 14 tests Oct 14 17:48:07.983 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_start_token_different ... ok Oct 14 17:48:07.983 INFO blam! test index::test::test_basic_index_returns_pos ... ok Oct 14 17:48:07.983 INFO blam! test index::test::test_basic_index_return_none_for_missing_key ... ok Oct 14 17:48:08.007 INFO blam! test engine::test::test_raw_string_to_val_u32_fail ... ok Oct 14 17:48:08.007 INFO blam! test index::test::test_basic_index_return_more_than_one_position ... ok Oct 14 17:48:08.007 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_type_not_known ... ok Oct 14 17:48:08.007 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_varchar_does_not_have_size ... ok Oct 14 17:48:08.007 INFO blam! test engine::test::test_raw_string_to_val_varchar_different_size ... ok Oct 14 17:48:08.007 INFO blam! test engine::test::test_raw_string_to_val_u32 ... ok Oct 14 17:48:08.007 INFO blam! test engine::test::test_raw_string_to_val_varchar ... ok Oct 14 17:48:08.015 INFO blam! test query_parser::tests::test_parse_create_table_fails_if_varchar_size_is_not_int ... ok Oct 14 17:48:08.015 INFO kablam! su: No module specific data is present Oct 14 17:48:08.015 INFO blam! test query_parser::tests::test_parse_create_table_fails_without_fields ... ok Oct 14 17:48:08.015 INFO blam! test query_parser::tests::test_parse_create_table_with_indices ... ok Oct 14 17:48:08.015 INFO blam! test query_parser::tests::test_parse_create_table_simple ... ok Oct 14 17:48:08.015 INFO blam! Oct 14 17:48:08.015 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:48:08.015 INFO blam! Oct 14 17:48:08.843 INFO running `"docker" "rm" "-f" "4a81963a1e9bc99fca20a49b78842f3d35e8bb8ea8ae8755cd7dff064a681a3c"` Oct 14 17:48:09.191 INFO blam! 4a81963a1e9bc99fca20a49b78842f3d35e8bb8ea8ae8755cd7dff064a681a3c