[INFO] crate rusql 0.0.1 is already in cache
[INFO] checking rusql-0.0.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate rusql 0.0.1 into /workspace/builds/worker-9/source
[INFO] validating manifest of crates.io crate rusql 0.0.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate rusql 0.0.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate rusql 0.0.1
[INFO] tweaked toml for crates.io crate rusql 0.0.1 written to /workspace/builds/worker-9/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 309a4935ec0913636a44ab49ed1c6b8dcd1c45a34521ea1c2f54961fc10cdce3
[INFO] running `"docker" "start" "-a" "309a4935ec0913636a44ab49ed1c6b8dcd1c45a34521ea1c2f54961fc10cdce3"`
[INFO] [stderr]     Checking rusql v0.0.1 (/opt/rustwide/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
[INFO] [stderr]      |                            |
[INFO] [stderr]      |                            help: missing `,`
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `e2`
[INFO] [stderr]     --> src/parser/parser.rs:1516:115
[INFO] [stderr]      |
[INFO] [stderr] 1516 | ...                   box() e2))
[INFO] [stderr]      |                            -^^ expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stderr]      |                            |
[INFO] [stderr]      |                            help: missing `,`
[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: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: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: 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
[INFO] [stderr]      |                            |
[INFO] [stderr]      |                            help: missing `,`
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `e2`
[INFO] [stderr]     --> src/parser/parser.rs:1516:115
[INFO] [stderr]      |
[INFO] [stderr] 1516 | ...                   box() e2))
[INFO] [stderr]      |                            -^^ expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stderr]      |                            |
[INFO] [stderr]      |                            help: missing `,`
[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: a trailing `|` is not allowed in an or-pattern
[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]   |                                                                            ------------^ help: remove the `|`
[INFO] [stderr]   |                                                                            |
[INFO] [stderr]   |                                                                            while parsing this or-pattern starting here
[INFO] [stderr] 
[INFO] [stderr] error: an or-pattern parameter must be wrapped in parenthesis
[INFO] [stderr]  --> src/exec.rs:8:76
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) {
[INFO] [stderr]   |                                                                            ^^^^^^^^^^^^^ help: wrap the pattern in parenthesis: `(&TableHeader)`
[INFO] [stderr] 
[INFO] [stderr] error: expected `:`, found `)`
[INFO] [stderr]  --> src/exec.rs:8:89
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) {
[INFO] [stderr]   |                                                                                         ^ expected `:`
[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: a trailing `|` is not allowed in an or-pattern
[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]     |                                                                           ------------^ help: remove the `|`
[INFO] [stderr]     |                                                                           |
[INFO] [stderr]     |                                                                           while parsing this or-pattern starting here
[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: a trailing `|` is not allowed in an or-pattern
[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]   |                                                                            ------------^ help: remove the `|`
[INFO] [stderr]   |                                                                            |
[INFO] [stderr]   |                                                                            while parsing this or-pattern starting here
[INFO] [stderr] 
[INFO] [stderr] error: an or-pattern parameter must be wrapped in parenthesis
[INFO] [stderr]  --> src/exec.rs:8:76
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) {
[INFO] [stderr]   |                                                                            ^^^^^^^^^^^^^ help: wrap the pattern in parenthesis: `(&TableHeader)`
[INFO] [stderr] 
[INFO] [stderr] error: expected `:`, found `)`
[INFO] [stderr]  --> src/exec.rs:8:89
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) {
[INFO] [stderr]   |                                                                                         ^ expected `:`
[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: a trailing `|` is not allowed in an or-pattern
[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]     |                                                                           ------------^ help: remove the `|`
[INFO] [stderr]     |                                                                           |
[INFO] [stderr]     |                                                                           while parsing this or-pattern starting here
[INFO] [stderr] 
[INFO] [stderr] error: an or-pattern parameter must be wrapped in parenthesis
[INFO] [stderr]    --> src/exec.rs:106:75
[INFO] [stderr]     |
[INFO] [stderr] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) {
[INFO] [stderr]     |                                                                           ^^^^^^^^^^^^^ help: wrap the pattern in parenthesis: `(&TableHeader)`
[INFO] [stderr] 
[INFO] [stderr] error: expected `:`, found `)`
[INFO] [stderr]    --> src/exec.rs:106:88
[INFO] [stderr]     |
[INFO] [stderr] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) {
[INFO] [stderr]     |                                                                                        ^ expected `:`
[INFO] [stderr] 
[INFO] [stderr] error: an or-pattern parameter must be wrapped in parenthesis
[INFO] [stderr]    --> src/exec.rs:106:75
[INFO] [stderr]     |
[INFO] [stderr] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) {
[INFO] [stderr]     |                                                                           ^^^^^^^^^^^^^ help: wrap the pattern in parenthesis: `(&TableHeader)`
[INFO] [stderr] 
[INFO] [stderr] error: expected `:`, found `)`
[INFO] [stderr]    --> src/exec.rs:106:88
[INFO] [stderr]     |
[INFO] [stderr] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) {
[INFO] [stderr]     |                                                                                        ^ expected `:`
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `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 `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 `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 `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 `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 `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 `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<T> { 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<RusqlStatement> {
[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<Vec<RusqlStatement>> {
[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<RusqlStatement> {
[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<AlterTable...
[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<AlterTable...
[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<RusqlStatement> {
[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<ColumnDef> {
[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<RusqlStatement> {
[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<RusqlStatement> {
[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<Vec<LiteralValue>> {
[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<RusqlStatement> {
[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<ResultColumn> {
[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<String> {
[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<Expression...
[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<String> {
[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<String> {
[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<String> {
[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<String> {
[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<ColumnType...
[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<LiteralValue> {
[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] 2069 | fn parse_literal_value<'input>(input: &'input str, state: &mut ParseState,
[INFO] [stderr]      |                              - help: you might be missing a type parameter: `, int`
[INFO] [stderr] ...
[INFO] [stderr] 2121 |                                                         LiteralValue::Integer(match_str.parse::<int>().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<BinaryOperator> {
[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] 11 | impl<'a> Table<'a> {
[INFO] [stderr]    |        - help: you might be missing a type parameter: `, uint`
[INFO] [stderr] ...
[INFO] [stderr] 16 |     pub fn get_column_index(&'a self, name: String) -> Option<uint> {
[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] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead
[INFO] [stderr]     --> src/parser/parser.rs:1515:109
[INFO] [stderr]      |
[INFO] [stderr] 1515 | ...                   box() e1,
[INFO] [stderr]      |                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #49733 <https://github.com/rust-lang/rust/issues/49733> for more information
[INFO] [stderr]      = help: add `#![feature(box_syntax)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead
[INFO] [stderr]     --> src/parser/parser.rs:1516:109
[INFO] [stderr]      |
[INFO] [stderr] 1516 | ...                   box() e2))
[INFO] [stderr]      |                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #49733 <https://github.com/rust-lang/rust/issues/49733> for more information
[INFO] [stderr]      = help: add `#![feature(box_syntax)]` to the crate attributes to enable
[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 `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 `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 `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 `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 `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 `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 `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[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`, referring to it in a field, 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`, referring to it in a field, or using a marker such as `std::marker::PhantomData`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 106 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0392, E0412, E0422, E0425, E0658.
[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] [stderr] warning: build failed, waiting for other jobs to finish...
[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<T> { 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<RusqlStatement> {
[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<Vec<RusqlStatement>> {
[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<RusqlStatement> {
[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<AlterTable...
[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<AlterTable...
[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<RusqlStatement> {
[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<ColumnDef> {
[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<RusqlStatement> {
[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<RusqlStatement> {
[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<Vec<LiteralValue>> {
[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<RusqlStatement> {
[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<ResultColumn> {
[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<String> {
[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<Expression...
[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<String> {
[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<String> {
[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<String> {
[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<String> {
[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<ColumnType...
[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<LiteralValue> {
[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] 2069 | fn parse_literal_value<'input>(input: &'input str, state: &mut ParseState,
[INFO] [stderr]      |                              - help: you might be missing a type parameter: `, int`
[INFO] [stderr] ...
[INFO] [stderr] 2121 |                                                         LiteralValue::Integer(match_str.parse::<int>().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<BinaryOperator> {
[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] 11 | impl<'a> Table<'a> {
[INFO] [stderr]    |        - help: you might be missing a type parameter: `, uint`
[INFO] [stderr] ...
[INFO] [stderr] 16 |     pub fn get_column_index(&'a self, name: String) -> Option<uint> {
[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] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead
[INFO] [stderr]     --> src/parser/parser.rs:1515:109
[INFO] [stderr]      |
[INFO] [stderr] 1515 | ...                   box() e1,
[INFO] [stderr]      |                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #49733 <https://github.com/rust-lang/rust/issues/49733> for more information
[INFO] [stderr]      = help: add `#![feature(box_syntax)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead
[INFO] [stderr]     --> src/parser/parser.rs:1516:109
[INFO] [stderr]      |
[INFO] [stderr] 1516 | ...                   box() e2))
[INFO] [stderr]      |                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #49733 <https://github.com/rust-lang/rust/issues/49733> for more information
[INFO] [stderr]      = help: add `#![feature(box_syntax)]` to the crate attributes to enable
[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`, referring to it in a field, 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`, referring to it in a field, or using a marker such as `std::marker::PhantomData`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 106 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0392, E0412, E0422, E0425, E0658.
[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" "309a4935ec0913636a44ab49ed1c6b8dcd1c45a34521ea1c2f54961fc10cdce3"`
[INFO] running `"docker" "rm" "-f" "309a4935ec0913636a44ab49ed1c6b8dcd1c45a34521ea1c2f54961fc10cdce3"`
[INFO] [stdout] 309a4935ec0913636a44ab49ed1c6b8dcd1c45a34521ea1c2f54961fc10cdce3
