[INFO] fetching crate rusql 0.0.1... [INFO] checking rusql-0.0.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate rusql 0.0.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate rusql 0.0.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 23e757ff6a4eea3d9a8d0da69da94c46d68eef4aacac540add01e54960950d0a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "23e757ff6a4eea3d9a8d0da69da94c46d68eef4aacac540add01e54960950d0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23e757ff6a4eea3d9a8d0da69da94c46d68eef4aacac540add01e54960950d0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23e757ff6a4eea3d9a8d0da69da94c46d68eef4aacac540add01e54960950d0a", kill_on_drop: false }` [INFO] [stdout] 23e757ff6a4eea3d9a8d0da69da94c46d68eef4aacac540add01e54960950d0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b5e8788474a967c237ea2af3fe5ba80f2848133c22bc79061d50369b1d7b15e0 [INFO] running `Command { std: "docker" "start" "-a" "b5e8788474a967c237ea2af3fe5ba80f2848133c22bc79061d50369b1d7b15e0", kill_on_drop: false }` [INFO] [stderr] Checking rusql v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:411:34 [INFO] [stdout] | [INFO] [stdout] 411 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:665:88 [INFO] [stdout] | [INFO] [stdout] 665 | ... 1u [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1006:88 [INFO] [stdout] | [INFO] [stdout] 1006 | ... 1u [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1113:70 [INFO] [stdout] | [INFO] [stdout] 1113 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1198:70 [INFO] [stdout] | [INFO] [stdout] 1198 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1304:67 [INFO] [stdout] | [INFO] [stdout] 1304 | ... >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `e1` [INFO] [stdout] --> src/parser/parser.rs:1515:115 [INFO] [stdout] | [INFO] [stdout] 1515 | ... box() e1, [INFO] [stdout] | -^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `e2` [INFO] [stdout] --> src/parser/parser.rs:1516:115 [INFO] [stdout] | [INFO] [stdout] 1516 | ... box() e2)) [INFO] [stdout] | -^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1604:34 [INFO] [stdout] | [INFO] [stdout] 1604 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1956:46 [INFO] [stdout] | [INFO] [stdout] 1956 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:2110:66 [INFO] [stdout] | [INFO] [stdout] 2110 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/exec.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: a trailing `|` is not allowed in an or-pattern [INFO] [stdout] --> src/exec.rs:8:88 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ------------^ help: remove the `|` [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: an or-pattern parameter must be wrapped in parentheses [INFO] [stdout] --> src/exec.rs:8:76 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove the leading `|`: `&TableHeader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `:`, found `)` [INFO] [stdout] --> src/exec.rs:8:89 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected `:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/exec.rs:106:61 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: a trailing `|` is not allowed in an or-pattern [INFO] [stdout] --> src/exec.rs:106:87 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ------------^ help: remove the `|` [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: an or-pattern parameter must be wrapped in parentheses [INFO] [stdout] --> src/exec.rs:106:75 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove the leading `|`: `&TableHeader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `:`, found `)` [INFO] [stdout] --> src/exec.rs:106:88 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected `:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:411:34 [INFO] [stdout] | [INFO] [stdout] 411 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:665:88 [INFO] [stdout] | [INFO] [stdout] 665 | ... 1u [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1006:88 [INFO] [stdout] | [INFO] [stdout] 1006 | ... 1u [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | #[deriving(Copy, Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1113:70 [INFO] [stdout] | [INFO] [stdout] 1113 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1198:70 [INFO] [stdout] | [INFO] [stdout] 1198 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1304:67 [INFO] [stdout] | [INFO] [stdout] 1304 | ... >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `e1` [INFO] [stdout] --> src/parser/parser.rs:1515:115 [INFO] [stdout] | [INFO] [stdout] 1515 | ... box() e1, [INFO] [stdout] | -^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `e2` [INFO] [stdout] --> src/parser/parser.rs:1516:115 [INFO] [stdout] | [INFO] [stdout] 1516 | ... box() e2)) [INFO] [stdout] | -^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1604:34 [INFO] [stdout] | [INFO] [stdout] 1604 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1956:46 [INFO] [stdout] | [INFO] [stdout] 1956 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:2110:66 [INFO] [stdout] | [INFO] [stdout] 2110 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/exec.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: a trailing `|` is not allowed in an or-pattern [INFO] [stdout] --> src/exec.rs:8:88 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ------------^ help: remove the `|` [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: an or-pattern parameter must be wrapped in parentheses [INFO] [stdout] --> src/exec.rs:8:76 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove the leading `|`: `&TableHeader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `:`, found `)` [INFO] [stdout] --> src/exec.rs:8:89 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected `:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/exec.rs:106:61 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: a trailing `|` is not allowed in an or-pattern [INFO] [stdout] --> src/exec.rs:106:87 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ------------^ help: remove the `|` [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: an or-pattern parameter must be wrapped in parentheses [INFO] [stdout] --> src/exec.rs:106:75 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove the leading `|`: `&TableHeader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `:`, found `)` [INFO] [stdout] --> src/exec.rs:106:88 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected `:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[deriving(Copy, Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:20:3 [INFO] [stdout] | [INFO] [stdout] 20 | #[deriving(Show, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:33:3 [INFO] [stdout] | [INFO] [stdout] 33 | #[deriving(Copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:44:3 [INFO] [stdout] | [INFO] [stdout] 44 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:77:3 [INFO] [stdout] | [INFO] [stdout] 77 | #[deriving(Copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/exec.rs:70:3 [INFO] [stdout] | [INFO] [stdout] 70 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | #[deriving(Copy, Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[deriving(Copy, Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:20:3 [INFO] [stdout] | [INFO] [stdout] 20 | #[deriving(Show, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:33:3 [INFO] [stdout] | [INFO] [stdout] 33 | #[deriving(Copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:44:3 [INFO] [stdout] | [INFO] [stdout] 44 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:77:3 [INFO] [stdout] | [INFO] [stdout] 77 | #[deriving(Copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/exec.rs:70:3 [INFO] [stdout] | [INFO] [stdout] 70 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/parser/definitions.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | Integer(int), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:5:31 [INFO] [stdout] | [INFO] [stdout] 5 | enum ParseResult { Matched(uint, T), Failed, } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:7:18 [INFO] [stdout] | [INFO] [stdout] 7 | max_err_pos: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:15:37 [INFO] [stdout] | [INFO] [stdout] 15 | fn mark_failure(&mut self, pos: uint, expected: &'static str) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:25:55 [INFO] [stdout] | [INFO] [stdout] 25 | fn slice_eq(input: &str, state: &mut ParseState, pos: uint, m: &'static str) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:35:55 [INFO] [stdout] | [INFO] [stdout] 35 | fn any_char(input: &str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:43:34 [INFO] [stdout] | [INFO] [stdout] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:43:44 [INFO] [stdout] | [INFO] [stdout] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:43:50 [INFO] [stdout] | [INFO] [stdout] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | let mut lineno: uint = 1; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:55:34 [INFO] [stdout] | [INFO] [stdout] 55 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:388:35 [INFO] [stdout] | [INFO] [stdout] 388 | ... pos: uint) -> ParseResult> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:417:40 [INFO] [stdout] | [INFO] [stdout] 417 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:486:33 [INFO] [stdout] | [INFO] [stdout] 486 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:526:34 [INFO] [stdout] | [INFO] [stdout] 526 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:572:41 [INFO] [stdout] | [INFO] [stdout] 572 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:740:34 [INFO] [stdout] | [INFO] [stdout] 740 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:809:41 [INFO] [stdout] | [INFO] [stdout] 809 | ... pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:860:39 [INFO] [stdout] | [INFO] [stdout] 860 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:903:35 [INFO] [stdout] | [INFO] [stdout] 903 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1066:66 [INFO] [stdout] | [INFO] [stdout] 1066 | ... state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1152:37 [INFO] [stdout] | [INFO] [stdout] 1152 | ... pos: uint) -> ParseResult> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1237:35 [INFO] [stdout] | [INFO] [stdout] 1237 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1373:37 [INFO] [stdout] | [INFO] [stdout] 1373 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1400:41 [INFO] [stdout] | [INFO] [stdout] 1400 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1404:34 [INFO] [stdout] | [INFO] [stdout] 1404 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1440:73 [INFO] [stdout] | [INFO] [stdout] 1440 | fn parse_value<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1479:72 [INFO] [stdout] | [INFO] [stdout] 1479 | fn parse_expr<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1558:34 [INFO] [stdout] | [INFO] [stdout] 1558 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1565:37 [INFO] [stdout] | [INFO] [stdout] 1565 | let ::std::str::CharRange { ch, next } = [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1581:35 [INFO] [stdout] | [INFO] [stdout] 1581 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1589:37 [INFO] [stdout] | [INFO] [stdout] 1589 | let ::std::str::CharRange { ch, next } = [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1610:33 [INFO] [stdout] | [INFO] [stdout] 1610 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1613:74 [INFO] [stdout] | [INFO] [stdout] 1613 | fn parse_lparen<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1617:74 [INFO] [stdout] | [INFO] [stdout] 1617 | fn parse_rparen<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1621:73 [INFO] [stdout] | [INFO] [stdout] 1621 | fn parse_comma<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1626:32 [INFO] [stdout] | [INFO] [stdout] 1626 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1629:74 [INFO] [stdout] | [INFO] [stdout] 1629 | fn parse_equals<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1634:31 [INFO] [stdout] | [INFO] [stdout] 1634 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1638:38 [INFO] [stdout] | [INFO] [stdout] 1638 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1674:74 [INFO] [stdout] | [INFO] [stdout] 1674 | fn parse_string<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1693:57 [INFO] [stdout] | [INFO] [stdout] 1693 | ... let ::std::str::CharRange { ch, next [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1725:35 [INFO] [stdout] | [INFO] [stdout] 1725 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1734:73 [INFO] [stdout] | [INFO] [stdout] 1734 | fn parse_ALTER<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1744:74 [INFO] [stdout] | [INFO] [stdout] 1744 | fn parse_CREATE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1754:72 [INFO] [stdout] | [INFO] [stdout] 1754 | fn parse_DROP<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1764:74 [INFO] [stdout] | [INFO] [stdout] 1764 | fn parse_INSERT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1774:74 [INFO] [stdout] | [INFO] [stdout] 1774 | fn parse_SELECT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1784:71 [INFO] [stdout] | [INFO] [stdout] 1784 | fn parse_ADD<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1794:74 [INFO] [stdout] | [INFO] [stdout] 1794 | fn parse_COLUMN<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1805:34 [INFO] [stdout] | [INFO] [stdout] 1805 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1814:72 [INFO] [stdout] | [INFO] [stdout] 1814 | fn parse_FROM<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1824:73 [INFO] [stdout] | [INFO] [stdout] 1824 | fn parse_TABLE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1835:31 [INFO] [stdout] | [INFO] [stdout] 1835 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1844:72 [INFO] [stdout] | [INFO] [stdout] 1844 | fn parse_INTO<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1854:71 [INFO] [stdout] | [INFO] [stdout] 1854 | fn parse_KEY<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1865:31 [INFO] [stdout] | [INFO] [stdout] 1865 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1874:74 [INFO] [stdout] | [INFO] [stdout] 1874 | fn parse_RENAME<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1884:72 [INFO] [stdout] | [INFO] [stdout] 1884 | fn parse_TEXT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1894:70 [INFO] [stdout] | [INFO] [stdout] 1894 | fn parse_TO<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1904:74 [INFO] [stdout] | [INFO] [stdout] 1904 | fn parse_VALUES<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1914:73 [INFO] [stdout] | [INFO] [stdout] 1914 | fn parse_WHERE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1925:32 [INFO] [stdout] | [INFO] [stdout] 1925 | pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1937:49 [INFO] [stdout] | [INFO] [stdout] 1937 | ... let ::std::str::CharRange { ch, next } = [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1972:72 [INFO] [stdout] | [INFO] [stdout] 1972 | fn parse_name<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2000:34 [INFO] [stdout] | [INFO] [stdout] 2000 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2004:35 [INFO] [stdout] | [INFO] [stdout] 2004 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2031:33 [INFO] [stdout] | [INFO] [stdout] 2031 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2070:37 [INFO] [stdout] | [INFO] [stdout] 2070 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:2088:69 [INFO] [stdout] | [INFO] [stdout] 2088 | ... let ::std::str::CharRange { [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/parser/parser.rs:2121:97 [INFO] [stdout] | [INFO] [stdout] 2069 | fn parse_literal_value<'input>(input: &'input str, state: &mut ParseState, [INFO] [stdout] | - help: you might be missing a type parameter: `, int` [INFO] [stdout] ... [INFO] [stdout] 2121 | LiteralValue::Integer(match_str.parse::().unwrap()) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2165:39 [INFO] [stdout] | [INFO] [stdout] 2165 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/table.rs:16:63 [INFO] [stdout] | [INFO] [stdout] 11 | impl<'a> Table<'a> { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 16 | pub fn get_column_index(&'a self, name: String) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn has_entry(&'a self, pk: int) -> bool { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `callback` in this scope [INFO] [stdout] --> src/exec.rs:15:86 [INFO] [stdout] | [INFO] [stdout] 15 | &RusqlStatement::Select(ref select_def) => select(db, select_def, |a, b| callback(a, b)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `callback` in this scope [INFO] [stdout] --> src/exec.rs:121:21 [INFO] [stdout] | [INFO] [stdout] 121 | callback(entry, &table.header); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> src/parser/parser.rs:1515:109 [INFO] [stdout] | [INFO] [stdout] 1515 | ... box() e1, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] = help: add `#![feature(box_syntax)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> src/parser/parser.rs:1516:109 [INFO] [stdout] | [INFO] [stdout] 1516 | ... box() e2)) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] = help: add `#![feature(box_syntax)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:1940:41 [INFO] [stdout] | [INFO] [stdout] 1940 | ... 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/parser/definitions.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | Integer(int), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:5:31 [INFO] [stdout] | [INFO] [stdout] 5 | enum ParseResult { Matched(uint, T), Failed, } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:7:18 [INFO] [stdout] | [INFO] [stdout] 7 | max_err_pos: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:15:37 [INFO] [stdout] | [INFO] [stdout] 15 | fn mark_failure(&mut self, pos: uint, expected: &'static str) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:25:55 [INFO] [stdout] | [INFO] [stdout] 25 | fn slice_eq(input: &str, state: &mut ParseState, pos: uint, m: &'static str) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:35:55 [INFO] [stdout] | [INFO] [stdout] 35 | fn any_char(input: &str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:43:34 [INFO] [stdout] | [INFO] [stdout] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:43:44 [INFO] [stdout] | [INFO] [stdout] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:43:50 [INFO] [stdout] | [INFO] [stdout] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | let mut lineno: uint = 1; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:55:34 [INFO] [stdout] | [INFO] [stdout] 55 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:388:35 [INFO] [stdout] | [INFO] [stdout] 388 | ... pos: uint) -> ParseResult> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:417:40 [INFO] [stdout] | [INFO] [stdout] 417 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:486:33 [INFO] [stdout] | [INFO] [stdout] 486 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:526:34 [INFO] [stdout] | [INFO] [stdout] 526 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:572:41 [INFO] [stdout] | [INFO] [stdout] 572 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:740:34 [INFO] [stdout] | [INFO] [stdout] 740 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:809:41 [INFO] [stdout] | [INFO] [stdout] 809 | ... pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:860:39 [INFO] [stdout] | [INFO] [stdout] 860 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:903:35 [INFO] [stdout] | [INFO] [stdout] 903 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1066:66 [INFO] [stdout] | [INFO] [stdout] 1066 | ... state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1152:37 [INFO] [stdout] | [INFO] [stdout] 1152 | ... pos: uint) -> ParseResult> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1237:35 [INFO] [stdout] | [INFO] [stdout] 1237 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1373:37 [INFO] [stdout] | [INFO] [stdout] 1373 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1400:41 [INFO] [stdout] | [INFO] [stdout] 1400 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1404:34 [INFO] [stdout] | [INFO] [stdout] 1404 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1440:73 [INFO] [stdout] | [INFO] [stdout] 1440 | fn parse_value<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1479:72 [INFO] [stdout] | [INFO] [stdout] 1479 | fn parse_expr<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1558:34 [INFO] [stdout] | [INFO] [stdout] 1558 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1565:37 [INFO] [stdout] | [INFO] [stdout] 1565 | let ::std::str::CharRange { ch, next } = [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1581:35 [INFO] [stdout] | [INFO] [stdout] 1581 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1589:37 [INFO] [stdout] | [INFO] [stdout] 1589 | let ::std::str::CharRange { ch, next } = [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1610:33 [INFO] [stdout] | [INFO] [stdout] 1610 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1613:74 [INFO] [stdout] | [INFO] [stdout] 1613 | fn parse_lparen<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1617:74 [INFO] [stdout] | [INFO] [stdout] 1617 | fn parse_rparen<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1621:73 [INFO] [stdout] | [INFO] [stdout] 1621 | fn parse_comma<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1626:32 [INFO] [stdout] | [INFO] [stdout] 1626 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1629:74 [INFO] [stdout] | [INFO] [stdout] 1629 | fn parse_equals<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1634:31 [INFO] [stdout] | [INFO] [stdout] 1634 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1638:38 [INFO] [stdout] | [INFO] [stdout] 1638 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1674:74 [INFO] [stdout] | [INFO] [stdout] 1674 | fn parse_string<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1693:57 [INFO] [stdout] | [INFO] [stdout] 1693 | ... let ::std::str::CharRange { ch, next [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1725:35 [INFO] [stdout] | [INFO] [stdout] 1725 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1734:73 [INFO] [stdout] | [INFO] [stdout] 1734 | fn parse_ALTER<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1744:74 [INFO] [stdout] | [INFO] [stdout] 1744 | fn parse_CREATE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1754:72 [INFO] [stdout] | [INFO] [stdout] 1754 | fn parse_DROP<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1764:74 [INFO] [stdout] | [INFO] [stdout] 1764 | fn parse_INSERT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1774:74 [INFO] [stdout] | [INFO] [stdout] 1774 | fn parse_SELECT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1784:71 [INFO] [stdout] | [INFO] [stdout] 1784 | fn parse_ADD<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1794:74 [INFO] [stdout] | [INFO] [stdout] 1794 | fn parse_COLUMN<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1805:34 [INFO] [stdout] | [INFO] [stdout] 1805 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1814:72 [INFO] [stdout] | [INFO] [stdout] 1814 | fn parse_FROM<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1824:73 [INFO] [stdout] | [INFO] [stdout] 1824 | fn parse_TABLE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1835:31 [INFO] [stdout] | [INFO] [stdout] 1835 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1844:72 [INFO] [stdout] | [INFO] [stdout] 1844 | fn parse_INTO<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1854:71 [INFO] [stdout] | [INFO] [stdout] 1854 | fn parse_KEY<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1865:31 [INFO] [stdout] | [INFO] [stdout] 1865 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1874:74 [INFO] [stdout] | [INFO] [stdout] 1874 | fn parse_RENAME<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1884:72 [INFO] [stdout] | [INFO] [stdout] 1884 | fn parse_TEXT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1894:70 [INFO] [stdout] | [INFO] [stdout] 1894 | fn parse_TO<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:1940:54 [INFO] [stdout] | [INFO] [stdout] 1940 | ... 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:1940:67 [INFO] [stdout] | [INFO] [stdout] 1940 | ... 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:2092:61 [INFO] [stdout] | [INFO] [stdout] 2092 | ... '0' ...'9' => [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1904:74 [INFO] [stdout] | [INFO] [stdout] 1904 | fn parse_VALUES<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1914:73 [INFO] [stdout] | [INFO] [stdout] 1914 | fn parse_WHERE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1925:32 [INFO] [stdout] | [INFO] [stdout] 1925 | pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1937:49 [INFO] [stdout] | [INFO] [stdout] 1937 | ... let ::std::str::CharRange { ch, next } = [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1972:72 [INFO] [stdout] | [INFO] [stdout] 1972 | fn parse_name<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2000:34 [INFO] [stdout] | [INFO] [stdout] 2000 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2004:35 [INFO] [stdout] | [INFO] [stdout] 2004 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2031:33 [INFO] [stdout] | [INFO] [stdout] 2031 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2070:37 [INFO] [stdout] | [INFO] [stdout] 2070 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:2088:69 [INFO] [stdout] | [INFO] [stdout] 2088 | ... let ::std::str::CharRange { [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/parser/parser.rs:2121:97 [INFO] [stdout] | [INFO] [stdout] 2069 | fn parse_literal_value<'input>(input: &'input str, state: &mut ParseState, [INFO] [stdout] | - help: you might be missing a type parameter: `, int` [INFO] [stdout] ... [INFO] [stdout] 2121 | LiteralValue::Integer(match_str.parse::().unwrap()) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2165:39 [INFO] [stdout] | [INFO] [stdout] 2165 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/table.rs:16:63 [INFO] [stdout] | [INFO] [stdout] 11 | impl<'a> Table<'a> { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 16 | pub fn get_column_index(&'a self, name: String) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn has_entry(&'a self, pk: int) -> bool { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `callback` in this scope [INFO] [stdout] --> src/exec.rs:15:86 [INFO] [stdout] | [INFO] [stdout] 15 | &RusqlStatement::Select(ref select_def) => select(db, select_def, |a, b| callback(a, b)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `callback` in this scope [INFO] [stdout] --> src/exec.rs:121:21 [INFO] [stdout] | [INFO] [stdout] 121 | callback(entry, &table.header); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> src/parser/parser.rs:1515:109 [INFO] [stdout] | [INFO] [stdout] 1515 | ... box() e1, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] = help: add `#![feature(box_syntax)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> src/parser/parser.rs:1516:109 [INFO] [stdout] | [INFO] [stdout] 1516 | ... box() e2)) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] = help: add `#![feature(box_syntax)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:1940:41 [INFO] [stdout] | [INFO] [stdout] 1940 | ... 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:1940:54 [INFO] [stdout] | [INFO] [stdout] 1940 | ... 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:1940:67 [INFO] [stdout] | [INFO] [stdout] 1940 | ... 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:2092:61 [INFO] [stdout] | [INFO] [stdout] 2092 | ... '0' ...'9' => [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0392]: parameter `'a` is never used [INFO] [stdout] --> src/table.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Table<'a> { [INFO] [stdout] | ^^ unused parameter [INFO] [stdout] | [INFO] [stdout] = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0392]: parameter `'a` is never used [INFO] [stdout] --> src/table.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Table<'a> { [INFO] [stdout] | ^^ unused parameter [INFO] [stdout] | [INFO] [stdout] = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0392]: parameter `'a` is never used [INFO] [stdout] --> src/rusql.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Rusql<'a> { [INFO] [stdout] | ^^ unused parameter [INFO] [stdout] | [INFO] [stdout] = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0392]: parameter `'a` is never used [INFO] [stdout] --> src/rusql.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Rusql<'a> { [INFO] [stdout] | ^^ unused parameter [INFO] [stdout] | [INFO] [stdout] = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 106 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0392, E0412, E0422, E0425, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0392`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 106 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0392, E0412, E0422, E0425, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0392`. [INFO] [stdout] [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: build failed [INFO] running `Command { std: "docker" "inspect" "b5e8788474a967c237ea2af3fe5ba80f2848133c22bc79061d50369b1d7b15e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5e8788474a967c237ea2af3fe5ba80f2848133c22bc79061d50369b1d7b15e0", kill_on_drop: false }` [INFO] [stdout] b5e8788474a967c237ea2af3fe5ba80f2848133c22bc79061d50369b1d7b15e0