[INFO] crate rusql 0.0.1 is already in cache [INFO] extracting crate rusql 0.0.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/rusql/0.0.1 [INFO] extracting crate rusql 0.0.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rusql/0.0.1 [INFO] validating manifest of rusql-0.0.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rusql-0.0.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rusql-0.0.1 [INFO] removed 0 missing examples [INFO] finished frobbing rusql-0.0.1 [INFO] frobbed toml for rusql-0.0.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/rusql/0.0.1/Cargo.toml [INFO] started frobbing rusql-0.0.1 [INFO] removed 0 missing examples [INFO] finished frobbing rusql-0.0.1 [INFO] frobbed toml for rusql-0.0.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rusql/0.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking rusql-0.0.1 against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-6/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/rusql/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 5c6f32aceff49a810350e5f5682194d982976d8d8f8bef131ccd3eb57694393f [INFO] running `"docker" "start" "-a" "5c6f32aceff49a810350e5f5682194d982976d8d8f8bef131ccd3eb57694393f"` [INFO] [stderr] Checking rusql v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:411:34 [INFO] [stderr] | [INFO] [stderr] 411 | if repeat_value.len() >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:665:88 [INFO] [stderr] | [INFO] [stderr] 665 | 1u [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:1006:88 [INFO] [stderr] | [INFO] [stderr] 1006 | 1u [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:1113:70 [INFO] [stderr] | [INFO] [stderr] 1113 | if repeat_value.len() >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:1198:70 [INFO] [stderr] | [INFO] [stderr] 1198 | if repeat_value.len() >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:1304:67 [INFO] [stderr] | [INFO] [stderr] 1304 | >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `e1` [INFO] [stderr] --> src/parser/parser.rs:1515:115 [INFO] [stderr] | [INFO] [stderr] 1515 | box() e1, [INFO] [stderr] | ^^ expected one of `)`, `,`, `.`, `?`, or an operator here [INFO] [stderr] [INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `)` [INFO] [stderr] --> src/parser/parser.rs:1516:118 [INFO] [stderr] | [INFO] [stderr] 1516 | box() e2)) [INFO] [stderr] | ^ expected one of `.`, `;`, `?`, `}`, or an operator here [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:1604:34 [INFO] [stderr] | [INFO] [stderr] 1604 | if repeat_value.len() >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:1956:46 [INFO] [stderr] | [INFO] [stderr] 1956 | if repeat_value.len() >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:2110:66 [INFO] [stderr] | [INFO] [stderr] 2110 | if repeat_value.len() >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/exec.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `|` [INFO] [stderr] --> src/exec.rs:8:88 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/exec.rs:106:61 [INFO] [stderr] | [INFO] [stderr] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `|` [INFO] [stderr] --> src/exec.rs:106:87 [INFO] [stderr] | [INFO] [stderr] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:411:34 [INFO] [stderr] | [INFO] [stderr] 411 | if repeat_value.len() >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:665:88 [INFO] [stderr] | [INFO] [stderr] 665 | 1u [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:1006:88 [INFO] [stderr] | [INFO] [stderr] 1006 | 1u [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:1113:70 [INFO] [stderr] | [INFO] [stderr] 1113 | if repeat_value.len() >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:1198:70 [INFO] [stderr] | [INFO] [stderr] 1198 | if repeat_value.len() >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:1304:67 [INFO] [stderr] | [INFO] [stderr] 1304 | >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `e1` [INFO] [stderr] --> src/parser/parser.rs:1515:115 [INFO] [stderr] | [INFO] [stderr] 1515 | box() e1, [INFO] [stderr] | ^^ expected one of `)`, `,`, `.`, `?`, or an operator here [INFO] [stderr] [INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `)` [INFO] [stderr] --> src/parser/parser.rs:1516:118 [INFO] [stderr] | [INFO] [stderr] 1516 | box() e2)) [INFO] [stderr] | ^ expected one of `.`, `;`, `?`, `}`, or an operator here [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:1604:34 [INFO] [stderr] | [INFO] [stderr] 1604 | if repeat_value.len() >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:1956:46 [INFO] [stderr] | [INFO] [stderr] 1956 | if repeat_value.len() >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser/parser.rs:2110:66 [INFO] [stderr] | [INFO] [stderr] 2110 | if repeat_value.len() >= 1u { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/exec.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `|` [INFO] [stderr] --> src/exec.rs:8:88 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/exec.rs:106:61 [INFO] [stderr] | [INFO] [stderr] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `|` [INFO] [stderr] --> src/exec.rs:106:87 [INFO] [stderr] | [INFO] [stderr] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/parser/definitions.rs:9:3 [INFO] [stderr] | [INFO] [stderr] 9 | #[deriving(Copy, Clone)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/parser/definitions.rs:15:3 [INFO] [stderr] | [INFO] [stderr] 15 | #[deriving(Copy, Clone)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/parser/definitions.rs:20:3 [INFO] [stderr] | [INFO] [stderr] 20 | #[deriving(Show, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/parser/definitions.rs:33:3 [INFO] [stderr] | [INFO] [stderr] 33 | #[deriving(Copy)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/parser/definitions.rs:44:3 [INFO] [stderr] | [INFO] [stderr] 44 | #[deriving(Clone)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/parser/definitions.rs:77:3 [INFO] [stderr] | [INFO] [stderr] 77 | #[deriving(Copy)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/parser/definitions.rs:9:3 [INFO] [stderr] | [INFO] [stderr] 9 | #[deriving(Copy, Clone)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/parser/definitions.rs:15:3 [INFO] [stderr] | [INFO] [stderr] 15 | #[deriving(Copy, Clone)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/parser/definitions.rs:20:3 [INFO] [stderr] | [INFO] [stderr] 20 | #[deriving(Show, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/parser/definitions.rs:33:3 [INFO] [stderr] | [INFO] [stderr] 33 | #[deriving(Copy)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/parser/definitions.rs:44:3 [INFO] [stderr] | [INFO] [stderr] 44 | #[deriving(Clone)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/parser/definitions.rs:77:3 [INFO] [stderr] | [INFO] [stderr] 77 | #[deriving(Copy)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/exec.rs:70:3 [INFO] [stderr] | [INFO] [stderr] 70 | #[deriving(PartialEq)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/parser/definitions.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | Integer(int), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:5:31 [INFO] [stderr] | [INFO] [stderr] 5 | enum ParseResult { Matched(uint, T), Failed, } [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:7:18 [INFO] [stderr] | [INFO] [stderr] 7 | max_err_pos: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:15:37 [INFO] [stderr] | [INFO] [stderr] 15 | fn mark_failure(&mut self, pos: uint, expected: &'static str) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:25:55 [INFO] [stderr] | [INFO] [stderr] 25 | fn slice_eq(input: &str, state: &mut ParseState, pos: uint, m: &'static str) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:35:55 [INFO] [stderr] | [INFO] [stderr] 35 | fn any_char(input: &str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:43:34 [INFO] [stderr] | [INFO] [stderr] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:43:44 [INFO] [stderr] | [INFO] [stderr] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:43:50 [INFO] [stderr] | [INFO] [stderr] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:45:21 [INFO] [stderr] | [INFO] [stderr] 45 | let mut lineno: uint = 1; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:55:34 [INFO] [stderr] | [INFO] [stderr] 55 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:388:35 [INFO] [stderr] | [INFO] [stderr] 388 | pos: uint) -> ParseResult> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:417:40 [INFO] [stderr] | [INFO] [stderr] 417 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:486:33 [INFO] [stderr] | [INFO] [stderr] 486 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:526:34 [INFO] [stderr] | [INFO] [stderr] 526 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:572:41 [INFO] [stderr] | [INFO] [stderr] 572 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:740:34 [INFO] [stderr] | [INFO] [stderr] 740 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:809:41 [INFO] [stderr] | [INFO] [stderr] 809 | pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:860:39 [INFO] [stderr] | [INFO] [stderr] 860 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:903:35 [INFO] [stderr] | [INFO] [stderr] 903 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1066:66 [INFO] [stderr] | [INFO] [stderr] 1066 | state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1152:37 [INFO] [stderr] | [INFO] [stderr] 1152 | pos: uint) -> ParseResult> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1237:35 [INFO] [stderr] | [INFO] [stderr] 1237 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1373:37 [INFO] [stderr] | [INFO] [stderr] 1373 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1400:41 [INFO] [stderr] | [INFO] [stderr] 1400 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1404:34 [INFO] [stderr] | [INFO] [stderr] 1404 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1440:73 [INFO] [stderr] | [INFO] [stderr] 1440 | fn parse_value<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1479:72 [INFO] [stderr] | [INFO] [stderr] 1479 | fn parse_expr<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1558:34 [INFO] [stderr] | [INFO] [stderr] 1558 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stderr] --> src/parser/parser.rs:1565:37 [INFO] [stderr] | [INFO] [stderr] 1565 | let ::std::str::CharRange { ch, next } = [INFO] [stderr] | ^^^^^^^^^ not found in `std::str` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1581:35 [INFO] [stderr] | [INFO] [stderr] 1581 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stderr] --> src/parser/parser.rs:1589:37 [INFO] [stderr] | [INFO] [stderr] 1589 | let ::std::str::CharRange { ch, next } = [INFO] [stderr] | ^^^^^^^^^ not found in `std::str` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1610:33 [INFO] [stderr] | [INFO] [stderr] 1610 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1613:74 [INFO] [stderr] | [INFO] [stderr] 1613 | fn parse_lparen<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1617:74 [INFO] [stderr] | [INFO] [stderr] 1617 | fn parse_rparen<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1621:73 [INFO] [stderr] | [INFO] [stderr] 1621 | fn parse_comma<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1626:32 [INFO] [stderr] | [INFO] [stderr] 1626 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1629:74 [INFO] [stderr] | [INFO] [stderr] 1629 | fn parse_equals<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1634:31 [INFO] [stderr] | [INFO] [stderr] 1634 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1638:38 [INFO] [stderr] | [INFO] [stderr] 1638 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1674:74 [INFO] [stderr] | [INFO] [stderr] 1674 | fn parse_string<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stderr] --> src/parser/parser.rs:1693:57 [INFO] [stderr] | [INFO] [stderr] 1693 | let ::std::str::CharRange { ch, next [INFO] [stderr] | ^^^^^^^^^ not found in `std::str` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1725:35 [INFO] [stderr] | [INFO] [stderr] 1725 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1734:73 [INFO] [stderr] | [INFO] [stderr] 1734 | fn parse_ALTER<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1744:74 [INFO] [stderr] | [INFO] [stderr] 1744 | fn parse_CREATE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1754:72 [INFO] [stderr] | [INFO] [stderr] 1754 | fn parse_DROP<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1764:74 [INFO] [stderr] | [INFO] [stderr] 1764 | fn parse_INSERT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1774:74 [INFO] [stderr] | [INFO] [stderr] 1774 | fn parse_SELECT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1784:71 [INFO] [stderr] | [INFO] [stderr] 1784 | fn parse_ADD<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1794:74 [INFO] [stderr] | [INFO] [stderr] 1794 | fn parse_COLUMN<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1805:34 [INFO] [stderr] | [INFO] [stderr] 1805 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1814:72 [INFO] [stderr] | [INFO] [stderr] 1814 | fn parse_FROM<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1824:73 [INFO] [stderr] | [INFO] [stderr] 1824 | fn parse_TABLE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1835:31 [INFO] [stderr] | [INFO] [stderr] 1835 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1844:72 [INFO] [stderr] | [INFO] [stderr] 1844 | fn parse_INTO<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1854:71 [INFO] [stderr] | [INFO] [stderr] 1854 | fn parse_KEY<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1865:31 [INFO] [stderr] | [INFO] [stderr] 1865 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1874:74 [INFO] [stderr] | [INFO] [stderr] 1874 | fn parse_RENAME<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1884:72 [INFO] [stderr] | [INFO] [stderr] 1884 | fn parse_TEXT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1894:70 [INFO] [stderr] | [INFO] [stderr] 1894 | fn parse_TO<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1904:74 [INFO] [stderr] | [INFO] [stderr] 1904 | fn parse_VALUES<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1914:73 [INFO] [stderr] | [INFO] [stderr] 1914 | fn parse_WHERE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1925:32 [INFO] [stderr] | [INFO] [stderr] 1925 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stderr] --> src/parser/parser.rs:1937:49 [INFO] [stderr] | [INFO] [stderr] 1937 | let ::std::str::CharRange { ch, next } = [INFO] [stderr] | ^^^^^^^^^ not found in `std::str` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1972:72 [INFO] [stderr] | [INFO] [stderr] 1972 | fn parse_name<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:2000:34 [INFO] [stderr] | [INFO] [stderr] 2000 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:2004:35 [INFO] [stderr] | [INFO] [stderr] 2004 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:2031:33 [INFO] [stderr] | [INFO] [stderr] 2031 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:2070:37 [INFO] [stderr] | [INFO] [stderr] 2070 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stderr] --> src/parser/parser.rs:2088:69 [INFO] [stderr] | [INFO] [stderr] 2088 | let ::std::str::CharRange { [INFO] [stderr] | ^^^^^^^^^ not found in `std::str` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/parser/parser.rs:2121:97 [INFO] [stderr] | [INFO] [stderr] 2121 | LiteralValue::Integer(match_str.parse::().unwrap()) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:2165:39 [INFO] [stderr] | [INFO] [stderr] 2165 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/table.rs:16:63 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn get_column_index(&'a self, name: String) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/table.rs:20:36 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn has_entry(&'a self, pk: int) -> bool { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `callback` in this scope [INFO] [stderr] --> src/exec.rs:15:86 [INFO] [stderr] | [INFO] [stderr] 15 | &RusqlStatement::Select(ref select_def) => select(db, select_def, |a, b| callback(a, b)), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `callback` in this scope [INFO] [stderr] --> src/exec.rs:121:21 [INFO] [stderr] | [INFO] [stderr] 121 | callback(entry, &table.header); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/parser.rs:1940:41 [INFO] [stderr] | [INFO] [stderr] 1940 | 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/parser.rs:1940:54 [INFO] [stderr] | [INFO] [stderr] 1940 | 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/parser.rs:1940:67 [INFO] [stderr] | [INFO] [stderr] 1940 | 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/parser.rs:2092:61 [INFO] [stderr] | [INFO] [stderr] 2092 | '0' ...'9' => [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/exec.rs:70:3 [INFO] [stderr] | [INFO] [stderr] 70 | #[deriving(PartialEq)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/parser/definitions.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | Integer(int), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:5:31 [INFO] [stderr] | [INFO] [stderr] 5 | enum ParseResult { Matched(uint, T), Failed, } [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:7:18 [INFO] [stderr] | [INFO] [stderr] 7 | max_err_pos: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:15:37 [INFO] [stderr] | [INFO] [stderr] 15 | fn mark_failure(&mut self, pos: uint, expected: &'static str) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:25:55 [INFO] [stderr] | [INFO] [stderr] 25 | fn slice_eq(input: &str, state: &mut ParseState, pos: uint, m: &'static str) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:35:55 [INFO] [stderr] | [INFO] [stderr] 35 | fn any_char(input: &str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:43:34 [INFO] [stderr] | [INFO] [stderr] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:43:44 [INFO] [stderr] | [INFO] [stderr] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:43:50 [INFO] [stderr] | [INFO] [stderr] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:45:21 [INFO] [stderr] | [INFO] [stderr] 45 | let mut lineno: uint = 1; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:55:34 [INFO] [stderr] | [INFO] [stderr] 55 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:388:35 [INFO] [stderr] | [INFO] [stderr] 388 | pos: uint) -> ParseResult> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:417:40 [INFO] [stderr] | [INFO] [stderr] 417 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:486:33 [INFO] [stderr] | [INFO] [stderr] 486 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:526:34 [INFO] [stderr] | [INFO] [stderr] 526 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:572:41 [INFO] [stderr] | [INFO] [stderr] 572 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:740:34 [INFO] [stderr] | [INFO] [stderr] 740 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:809:41 [INFO] [stderr] | [INFO] [stderr] 809 | pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:860:39 [INFO] [stderr] | [INFO] [stderr] 860 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:903:35 [INFO] [stderr] | [INFO] [stderr] 903 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1066:66 [INFO] [stderr] | [INFO] [stderr] 1066 | state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1152:37 [INFO] [stderr] | [INFO] [stderr] 1152 | pos: uint) -> ParseResult> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1237:35 [INFO] [stderr] | [INFO] [stderr] 1237 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1373:37 [INFO] [stderr] | [INFO] [stderr] 1373 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1400:41 [INFO] [stderr] | [INFO] [stderr] 1400 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1404:34 [INFO] [stderr] | [INFO] [stderr] 1404 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1440:73 [INFO] [stderr] | [INFO] [stderr] 1440 | fn parse_value<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1479:72 [INFO] [stderr] | [INFO] [stderr] 1479 | fn parse_expr<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1558:34 [INFO] [stderr] | [INFO] [stderr] 1558 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stderr] --> src/parser/parser.rs:1565:37 [INFO] [stderr] | [INFO] [stderr] 1565 | let ::std::str::CharRange { ch, next } = [INFO] [stderr] | ^^^^^^^^^ not found in `std::str` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1581:35 [INFO] [stderr] | [INFO] [stderr] 1581 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stderr] --> src/parser/parser.rs:1589:37 [INFO] [stderr] | [INFO] [stderr] 1589 | let ::std::str::CharRange { ch, next } = [INFO] [stderr] | ^^^^^^^^^ not found in `std::str` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1610:33 [INFO] [stderr] | [INFO] [stderr] 1610 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1613:74 [INFO] [stderr] | [INFO] [stderr] 1613 | fn parse_lparen<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1617:74 [INFO] [stderr] | [INFO] [stderr] 1617 | fn parse_rparen<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1621:73 [INFO] [stderr] | [INFO] [stderr] 1621 | fn parse_comma<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1626:32 [INFO] [stderr] | [INFO] [stderr] 1626 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1629:74 [INFO] [stderr] | [INFO] [stderr] 1629 | fn parse_equals<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1634:31 [INFO] [stderr] | [INFO] [stderr] 1634 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1638:38 [INFO] [stderr] | [INFO] [stderr] 1638 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1674:74 [INFO] [stderr] | [INFO] [stderr] 1674 | fn parse_string<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stderr] --> src/parser/parser.rs:1693:57 [INFO] [stderr] | [INFO] [stderr] 1693 | let ::std::str::CharRange { ch, next [INFO] [stderr] | ^^^^^^^^^ not found in `std::str` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1725:35 [INFO] [stderr] | [INFO] [stderr] 1725 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1734:73 [INFO] [stderr] | [INFO] [stderr] 1734 | fn parse_ALTER<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1744:74 [INFO] [stderr] | [INFO] [stderr] 1744 | fn parse_CREATE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1754:72 [INFO] [stderr] | [INFO] [stderr] 1754 | fn parse_DROP<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1764:74 [INFO] [stderr] | [INFO] [stderr] 1764 | fn parse_INSERT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1774:74 [INFO] [stderr] | [INFO] [stderr] 1774 | fn parse_SELECT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1784:71 [INFO] [stderr] | [INFO] [stderr] 1784 | fn parse_ADD<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1794:74 [INFO] [stderr] | [INFO] [stderr] 1794 | fn parse_COLUMN<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1805:34 [INFO] [stderr] | [INFO] [stderr] 1805 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1814:72 [INFO] [stderr] | [INFO] [stderr] 1814 | fn parse_FROM<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1824:73 [INFO] [stderr] | [INFO] [stderr] 1824 | fn parse_TABLE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1835:31 [INFO] [stderr] | [INFO] [stderr] 1835 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1844:72 [INFO] [stderr] | [INFO] [stderr] 1844 | fn parse_INTO<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1854:71 [INFO] [stderr] | [INFO] [stderr] 1854 | fn parse_KEY<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1865:31 [INFO] [stderr] | [INFO] [stderr] 1865 | pos: uint) -> ParseResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1874:74 [INFO] [stderr] | [INFO] [stderr] 1874 | fn parse_RENAME<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1884:72 [INFO] [stderr] | [INFO] [stderr] 1884 | fn parse_TEXT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1894:70 [INFO] [stderr] | [INFO] [stderr] 1894 | fn parse_TO<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1904:74 [INFO] [stderr] | [INFO] [stderr] 1904 | fn parse_VALUES<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1914:73 [INFO] [stderr] | [INFO] [stderr] 1914 | fn parse_WHERE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1925:32 [INFO] [stderr] | [INFO] [stderr] 1925 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stderr] --> src/parser/parser.rs:1937:49 [INFO] [stderr] | [INFO] [stderr] 1937 | let ::std::str::CharRange { ch, next } = [INFO] [stderr] | ^^^^^^^^^ not found in `std::str` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:1972:72 [INFO] [stderr] | [INFO] [stderr] 1972 | fn parse_name<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:2000:34 [INFO] [stderr] | [INFO] [stderr] 2000 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:2004:35 [INFO] [stderr] | [INFO] [stderr] 2004 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:2031:33 [INFO] [stderr] | [INFO] [stderr] 2031 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:2070:37 [INFO] [stderr] | [INFO] [stderr] 2070 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stderr] --> src/parser/parser.rs:2088:69 [INFO] [stderr] | [INFO] [stderr] 2088 | let ::std::str::CharRange { [INFO] [stderr] | ^^^^^^^^^ not found in `std::str` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/parser/parser.rs:2121:97 [INFO] [stderr] | [INFO] [stderr] 2121 | LiteralValue::Integer(match_str.parse::().unwrap()) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/parser/parser.rs:2165:39 [INFO] [stderr] | [INFO] [stderr] 2165 | pos: uint) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/table.rs:16:63 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn get_column_index(&'a self, name: String) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/table.rs:20:36 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn has_entry(&'a self, pk: int) -> bool { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `callback` in this scope [INFO] [stderr] --> src/exec.rs:15:86 [INFO] [stderr] | [INFO] [stderr] 15 | &RusqlStatement::Select(ref select_def) => select(db, select_def, |a, b| callback(a, b)), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `callback` in this scope [INFO] [stderr] --> src/exec.rs:121:21 [INFO] [stderr] | [INFO] [stderr] 121 | callback(entry, &table.header); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/parser.rs:1940:41 [INFO] [stderr] | [INFO] [stderr] 1940 | 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/parser.rs:1940:54 [INFO] [stderr] | [INFO] [stderr] 1940 | 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/parser.rs:1940:67 [INFO] [stderr] | [INFO] [stderr] 1940 | 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/parser.rs:2092:61 [INFO] [stderr] | [INFO] [stderr] 2092 | '0' ...'9' => [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] error[E0392]: parameter `'a` is never used [INFO] [stderr] --> src/table.rs:6:18 [INFO] [stderr] | [INFO] [stderr] 6 | pub struct Table<'a> { [INFO] [stderr] | ^^ unused parameter [INFO] [stderr] | [INFO] [stderr] = help: consider removing `'a` or using a marker such as `std::marker::PhantomData` [INFO] [stderr] [INFO] [stderr] error[E0392]: parameter `'a` is never used [INFO] [stderr] --> src/rusql.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct Rusql<'a> { [INFO] [stderr] | ^^ unused parameter [INFO] [stderr] | [INFO] [stderr] = help: consider removing `'a` or using a marker such as `std::marker::PhantomData` [INFO] [stderr] [INFO] [stderr] error: aborting due to 100 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0392, E0412, E0422, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0392`. [INFO] [stderr] error: Could not compile `rusql`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0392]: parameter `'a` is never used [INFO] [stderr] --> src/table.rs:6:18 [INFO] [stderr] | [INFO] [stderr] 6 | pub struct Table<'a> { [INFO] [stderr] | ^^ unused parameter [INFO] [stderr] | [INFO] [stderr] = help: consider removing `'a` or using a marker such as `std::marker::PhantomData` [INFO] [stderr] [INFO] [stderr] error[E0392]: parameter `'a` is never used [INFO] [stderr] --> src/rusql.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct Rusql<'a> { [INFO] [stderr] | ^^ unused parameter [INFO] [stderr] | [INFO] [stderr] = help: consider removing `'a` or using a marker such as `std::marker::PhantomData` [INFO] [stderr] [INFO] [stderr] error: aborting due to 100 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0392, E0412, E0422, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0392`. [INFO] [stderr] error: Could not compile `rusql`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5c6f32aceff49a810350e5f5682194d982976d8d8f8bef131ccd3eb57694393f"` [INFO] running `"docker" "rm" "-f" "5c6f32aceff49a810350e5f5682194d982976d8d8f8bef131ccd3eb57694393f"` [INFO] [stdout] 5c6f32aceff49a810350e5f5682194d982976d8d8f8bef131ccd3eb57694393f