[INFO] cloning repository https://github.com/jmesmon/rust-enc-dec [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jmesmon/rust-enc-dec" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmesmon%2Frust-enc-dec", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmesmon%2Frust-enc-dec'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5f394be5da71fe09822bed63abb6e8a3ce405981 [INFO] testing jmesmon/rust-enc-dec against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmesmon%2Frust-enc-dec" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jmesmon/rust-enc-dec on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jmesmon/rust-enc-dec [INFO] finished tweaking git repo https://github.com/jmesmon/rust-enc-dec [INFO] tweaked toml for git repo https://github.com/jmesmon/rust-enc-dec written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/jmesmon/rust-enc-dec already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ed5cb35480f791d178662e8becb85d3fddc3afd117f7ddb6c268826311e8d1e6 [INFO] running `Command { std: "docker" "start" "-a" "ed5cb35480f791d178662e8becb85d3fddc3afd117f7ddb6c268826311e8d1e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed5cb35480f791d178662e8becb85d3fddc3afd117f7ddb6c268826311e8d1e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed5cb35480f791d178662e8becb85d3fddc3afd117f7ddb6c268826311e8d1e6", kill_on_drop: false }` [INFO] [stdout] ed5cb35480f791d178662e8becb85d3fddc3afd117f7ddb6c268826311e8d1e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b9a90e2d171e0a2bbfe5b19baf0699cd04ceac4457fd9b4b283dfe3bb389c09 [INFO] running `Command { std: "docker" "start" "-a" "1b9a90e2d171e0a2bbfe5b19baf0699cd04ceac4457fd9b4b283dfe3bb389c09", kill_on_drop: false }` [INFO] [stderr] Compiling rs-enc-dec v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | nope!(fn emit_uint(uint) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 24 | nope!{fn emit_uint(uint) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 24 | nope!(fn emit_uint(uint) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | nope!(fn emit_u64(u64) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 25 | nope!{fn emit_u64(u64) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 25 | nope!(fn emit_u64(u64) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | nope!(fn emit_u32(u32) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 26 | nope!{fn emit_u32(u32) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 26 | nope!(fn emit_u32(u32) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | nope!(fn emit_u16(u16) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 27 | nope!{fn emit_u16(u16) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 27 | nope!(fn emit_u16(u16) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | nope!(fn emit_u8(u8) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 28 | nope!{fn emit_u8(u8) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 28 | nope!(fn emit_u8(u8) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | nope!(fn emit_int(int) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 29 | nope!{fn emit_int(int) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 29 | nope!(fn emit_int(int) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | nope!(fn emit_i64(i64) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 30 | nope!{fn emit_i64(i64) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 30 | nope!(fn emit_i64(i64) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | nope!(fn emit_i32(i32) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 31 | nope!{fn emit_i32(i32) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 31 | nope!(fn emit_i32(i32) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | nope!(fn emit_i16(i16) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 32 | nope!{fn emit_i16(i16) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 32 | nope!(fn emit_i16(i16) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | nope!(fn emit_i8(i8) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 33 | nope!{fn emit_i8(i8) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 33 | nope!(fn emit_i8(i8) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | nope!(fn emit_bool(bool) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 34 | nope!{fn emit_bool(bool) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 34 | nope!(fn emit_bool(bool) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:35:10 [INFO] [stdout] | [INFO] [stdout] 35 | nope!(fn emit_f64(f64) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 35 | nope!{fn emit_f64(f64) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 35 | nope!(fn emit_f64(f64) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/empty/writer.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | nope!(fn emit_f32(f32) -> E) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 36 | nope!{fn emit_f32(f32) -> E} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 36 | nope!(fn emit_f32(f32) -> E); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 45 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:45:34 [INFO] [stdout] | [INFO] [stdout] 45 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:53:25 [INFO] [stdout] | [INFO] [stdout] 53 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:53:37 [INFO] [stdout] | [INFO] [stdout] 53 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:53:55 [INFO] [stdout] | [INFO] [stdout] 53 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:59:33 [INFO] [stdout] | [INFO] [stdout] 59 | ... _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:59:45 [INFO] [stdout] | [INFO] [stdout] 59 | ... _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:59:63 [INFO] [stdout] | [INFO] [stdout] 59 | ... _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:67:37 [INFO] [stdout] | [INFO] [stdout] 67 | ... _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:67:49 [INFO] [stdout] | [INFO] [stdout] 67 | ... _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:67:67 [INFO] [stdout] | [INFO] [stdout] 67 | ... _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:74:40 [INFO] [stdout] | [INFO] [stdout] 74 | ... _: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:74:52 [INFO] [stdout] | [INFO] [stdout] 74 | ... _: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:74:70 [INFO] [stdout] | [INFO] [stdout] 74 | ... _: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:81:25 [INFO] [stdout] | [INFO] [stdout] 81 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:81:37 [INFO] [stdout] | [INFO] [stdout] 81 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:81:55 [INFO] [stdout] | [INFO] [stdout] 81 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:88:29 [INFO] [stdout] | [INFO] [stdout] 88 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:88:41 [INFO] [stdout] | [INFO] [stdout] 88 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:88:59 [INFO] [stdout] | [INFO] [stdout] 88 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:94:51 [INFO] [stdout] | [INFO] [stdout] 94 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:100:37 [INFO] [stdout] | [INFO] [stdout] 100 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:100:55 [INFO] [stdout] | [INFO] [stdout] 100 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:107:28 [INFO] [stdout] | [INFO] [stdout] 107 | _: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:107:40 [INFO] [stdout] | [INFO] [stdout] 107 | _: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:107:58 [INFO] [stdout] | [INFO] [stdout] 107 | _: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:113:32 [INFO] [stdout] | [INFO] [stdout] 113 | ... _: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:113:44 [INFO] [stdout] | [INFO] [stdout] 113 | ... _: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:113:62 [INFO] [stdout] | [INFO] [stdout] 113 | ... _: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:118:25 [INFO] [stdout] | [INFO] [stdout] 118 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:118:37 [INFO] [stdout] | [INFO] [stdout] 118 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:118:55 [INFO] [stdout] | [INFO] [stdout] 118 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:126:29 [INFO] [stdout] | [INFO] [stdout] 126 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:126:41 [INFO] [stdout] | [INFO] [stdout] 126 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:126:59 [INFO] [stdout] | [INFO] [stdout] 126 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:132:21 [INFO] [stdout] | [INFO] [stdout] 132 | _f: |this: &mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:132:39 [INFO] [stdout] | [INFO] [stdout] 132 | _f: |this: &mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:132:57 [INFO] [stdout] | [INFO] [stdout] 132 | _f: |this: &mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:138:25 [INFO] [stdout] | [INFO] [stdout] 138 | _f: |this: &mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:138:43 [INFO] [stdout] | [INFO] [stdout] 138 | _f: |this: &mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:138:61 [INFO] [stdout] | [INFO] [stdout] 138 | _f: |this: &mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:144:21 [INFO] [stdout] | [INFO] [stdout] 144 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:144:33 [INFO] [stdout] | [INFO] [stdout] 144 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:144:51 [INFO] [stdout] | [INFO] [stdout] 144 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:150:29 [INFO] [stdout] | [INFO] [stdout] 150 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:150:41 [INFO] [stdout] | [INFO] [stdout] 150 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:150:59 [INFO] [stdout] | [INFO] [stdout] 150 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/writer.rs:156:29 [INFO] [stdout] | [INFO] [stdout] 156 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:156:41 [INFO] [stdout] | [INFO] [stdout] 156 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/writer.rs:156:59 [INFO] [stdout] | [INFO] [stdout] 156 | _f: |&mut T<'a,W>| -> Result<(), E>) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:72:37 [INFO] [stdout] | [INFO] [stdout] 72 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:72:53 [INFO] [stdout] | [INFO] [stdout] 72 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:80:33 [INFO] [stdout] | [INFO] [stdout] 80 | ... _f: |&mut T<'a,R>, uint| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:80:45 [INFO] [stdout] | [INFO] [stdout] 80 | ... _f: |&mut T<'a,R>, uint| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/empty/reader.rs:80:54 [INFO] [stdout] | [INFO] [stdout] 80 | ... _f: |&mut T<'a,R>, uint| -> Result) [INFO] [stdout] | ---- ^^ expected parameter name [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:80:67 [INFO] [stdout] | [INFO] [stdout] 80 | ... _f: |&mut T<'a,R>, uint| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:86:37 [INFO] [stdout] | [INFO] [stdout] 86 | ... _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:86:49 [INFO] [stdout] | [INFO] [stdout] 86 | ... _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:86:65 [INFO] [stdout] | [INFO] [stdout] 86 | ... _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:93:40 [INFO] [stdout] | [INFO] [stdout] 93 | ... _f: |&mut T<'a,R>, uint| [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:93:52 [INFO] [stdout] | [INFO] [stdout] 93 | ... _f: |&mut T<'a,R>, uint| [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/empty/reader.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 93 | ... _f: |&mut T<'a,R>, uint| [INFO] [stdout] | ---- while parsing this or-pattern starting here [INFO] [stdout] 94 | ... -> Result) [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:94:54 [INFO] [stdout] | [INFO] [stdout] 94 | ... -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:102:46 [INFO] [stdout] | [INFO] [stdout] 102 | ... _f: |&mut T<'a,R>| [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:102:58 [INFO] [stdout] | [INFO] [stdout] 102 | ... _f: |&mut T<'a,R>| [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:103:58 [INFO] [stdout] | [INFO] [stdout] 103 | ... -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:112:25 [INFO] [stdout] | [INFO] [stdout] 112 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:112:37 [INFO] [stdout] | [INFO] [stdout] 112 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:112:53 [INFO] [stdout] | [INFO] [stdout] 112 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:120:33 [INFO] [stdout] | [INFO] [stdout] 120 | ... _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:120:45 [INFO] [stdout] | [INFO] [stdout] 120 | ... _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:120:61 [INFO] [stdout] | [INFO] [stdout] 120 | ... _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:127:25 [INFO] [stdout] | [INFO] [stdout] 127 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:127:37 [INFO] [stdout] | [INFO] [stdout] 127 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:127:53 [INFO] [stdout] | [INFO] [stdout] 127 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:135:29 [INFO] [stdout] | [INFO] [stdout] 135 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:135:41 [INFO] [stdout] | [INFO] [stdout] 135 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:135:57 [INFO] [stdout] | [INFO] [stdout] 135 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:144:33 [INFO] [stdout] | [INFO] [stdout] 144 | ... _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:144:45 [INFO] [stdout] | [INFO] [stdout] 144 | ... _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:144:61 [INFO] [stdout] | [INFO] [stdout] 144 | ... _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:151:33 [INFO] [stdout] | [INFO] [stdout] 151 | ... _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:151:45 [INFO] [stdout] | [INFO] [stdout] 151 | ... _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:151:61 [INFO] [stdout] | [INFO] [stdout] 151 | ... _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:159:27 [INFO] [stdout] | [INFO] [stdout] 159 | _f: |&mut T<'a,R>, bool| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:159:39 [INFO] [stdout] | [INFO] [stdout] 159 | _f: |&mut T<'a,R>, bool| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/empty/reader.rs:159:48 [INFO] [stdout] | [INFO] [stdout] 159 | _f: |&mut T<'a,R>, bool| -> Result) [INFO] [stdout] | ---- ^^ expected parameter name [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:159:61 [INFO] [stdout] | [INFO] [stdout] 159 | _f: |&mut T<'a,R>, bool| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:166:25 [INFO] [stdout] | [INFO] [stdout] 166 | _f: |&mut T<'a,R>, uint| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | _f: |&mut T<'a,R>, uint| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/empty/reader.rs:166:46 [INFO] [stdout] | [INFO] [stdout] 166 | _f: |&mut T<'a,R>, uint| -> Result) [INFO] [stdout] | ---- ^^ expected parameter name [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:166:59 [INFO] [stdout] | [INFO] [stdout] 166 | _f: |&mut T<'a,R>, uint| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:173:25 [INFO] [stdout] | [INFO] [stdout] 173 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:173:37 [INFO] [stdout] | [INFO] [stdout] 173 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:173:53 [INFO] [stdout] | [INFO] [stdout] 173 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:180:25 [INFO] [stdout] | [INFO] [stdout] 180 | _f: |&mut T<'a,R>, uint| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:180:37 [INFO] [stdout] | [INFO] [stdout] 180 | _f: |&mut T<'a,R>, uint| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/empty/reader.rs:180:46 [INFO] [stdout] | [INFO] [stdout] 180 | _f: |&mut T<'a,R>, uint| -> Result) [INFO] [stdout] | ---- ^^ expected parameter name [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:180:59 [INFO] [stdout] | [INFO] [stdout] 180 | _f: |&mut T<'a,R>, uint| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:187:29 [INFO] [stdout] | [INFO] [stdout] 187 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:187:41 [INFO] [stdout] | [INFO] [stdout] 187 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:187:57 [INFO] [stdout] | [INFO] [stdout] 187 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/empty/reader.rs:194:29 [INFO] [stdout] | [INFO] [stdout] 194 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:194:41 [INFO] [stdout] | [INFO] [stdout] 194 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>` [INFO] [stdout] --> src/empty/reader.rs:194:57 [INFO] [stdout] | [INFO] [stdout] 194 | _f: |&mut T<'a,R>| -> Result) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `serialize` [INFO] [stdout] --> src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `serialize` [INFO] [stdout] --> src/empty/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/main.rs:8:3 [INFO] [stdout] | [INFO] [stdout] 8 | #[deriving(Encodable,Decodable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemWriter` in `io` [INFO] [stdout] --> src/main.rs:14:27 [INFO] [stdout] | [INFO] [stdout] 14 | let mut wm = std::io::MemWriter::new(); [INFO] [stdout] | ^^^^^^^^^ could not find `MemWriter` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `std::io` [INFO] [stdout] --> src/empty/writer.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct T<'a, W : 'a + std::io::Writer> { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `std::io` [INFO] [stdout] --> src/empty/writer.rs:13:28 [INFO] [stdout] | [INFO] [stdout] 13 | impl<'a, W : 'a + std::io::Writer> T<'a, W> { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in module `std::io` [INFO] [stdout] --> src/empty/writer.rs:19:22 [INFO] [stdout] | [INFO] [stdout] 19 | impl<'a, W: std::io::Writer> serialize::Encoder for T<'a, W> { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/empty/writer.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | nope!(fn emit_uint(uint) -> E) [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/empty/writer.rs:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | nope!(fn emit_int(int) -> E) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/empty/writer.rs:51:24 [INFO] [stdout] | [INFO] [stdout] 51 | _: 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/empty/writer.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | _len: 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/empty/writer.rs:58:32 [INFO] [stdout] | [INFO] [stdout] 58 | ... _: 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/empty/writer.rs:65:40 [INFO] [stdout] | [INFO] [stdout] 65 | ... _v_id: 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/empty/writer.rs:66:39 [INFO] [stdout] | [INFO] [stdout] 66 | ... _len: 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/empty/writer.rs:73:40 [INFO] [stdout] | [INFO] [stdout] 73 | ... _: 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/empty/writer.rs:80:27 [INFO] [stdout] | [INFO] [stdout] 80 | _len: 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/empty/writer.rs:87:33 [INFO] [stdout] | [INFO] [stdout] 87 | _f_idx: 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/empty/writer.rs:93:23 [INFO] [stdout] | [INFO] [stdout] 93 | _len: 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/empty/writer.rs:99:27 [INFO] [stdout] | [INFO] [stdout] 99 | _idx: 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/empty/writer.rs:106:28 [INFO] [stdout] | [INFO] [stdout] 106 | _: 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/empty/writer.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | ... _: 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/empty/writer.rs:131:23 [INFO] [stdout] | [INFO] [stdout] 131 | _len: 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/empty/writer.rs:137:27 [INFO] [stdout] | [INFO] [stdout] 137 | _idx: 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/empty/writer.rs:143:20 [INFO] [stdout] | [INFO] [stdout] 143 | _: 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/empty/writer.rs:149:28 [INFO] [stdout] | [INFO] [stdout] 149 | _: 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/empty/writer.rs:155:28 [INFO] [stdout] | [INFO] [stdout] 155 | _: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in module `std::io` [INFO] [stdout] --> src/empty/reader.rs:4:35 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct T<'a, R: 'a + std::io::Reader> { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in module `std::io` [INFO] [stdout] --> src/empty/reader.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | impl<'a, R: std::io::Reader> T<'a, R> { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in module `std::io` [INFO] [stdout] --> src/empty/reader.rs:18:22 [INFO] [stdout] | [INFO] [stdout] 18 | impl<'a, R: std::io::Reader> serialize::Decoder for T<'a, R> { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/empty/reader.rs:23:39 [INFO] [stdout] | [INFO] [stdout] 18 | impl<'a, R: std::io::Reader> serialize::Decoder for T<'a, R> { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 23 | fn read_uint(&mut self) -> Result { [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/empty/reader.rs:38:38 [INFO] [stdout] | [INFO] [stdout] 38 | fn read_int(&mut self) -> Result { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 38 | fn read_int(&mut self) -> Result { [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 18 | impl<'a, R: std::io::Reader, int> serialize::Decoder for T<'a, R> { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/empty/reader.rs:85:41 [INFO] [stdout] | [INFO] [stdout] 85 | ... _a_idx: 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/empty/reader.rs:101:50 [INFO] [stdout] | [INFO] [stdout] 101 | ... _f_idx: 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/empty/reader.rs:111:27 [INFO] [stdout] | [INFO] [stdout] 111 | _len: 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/empty/reader.rs:119:37 [INFO] [stdout] | [INFO] [stdout] 119 | ... _f_idx: 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/empty/reader.rs:126:28 [INFO] [stdout] | [INFO] [stdout] 126 | _len : 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/empty/reader.rs:134:33 [INFO] [stdout] | [INFO] [stdout] 134 | _a_idx: 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/empty/reader.rs:143:35 [INFO] [stdout] | [INFO] [stdout] 143 | ... _len: 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/empty/reader.rs:150:37 [INFO] [stdout] | [INFO] [stdout] 150 | ... _a_idx: 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/empty/reader.rs:172:27 [INFO] [stdout] | [INFO] [stdout] 172 | _idx: 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/empty/reader.rs:186:31 [INFO] [stdout] | [INFO] [stdout] 186 | _idx: 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/empty/reader.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | _idx: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(macro_rules)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `associated_types` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 167 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433, E0463, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rs-enc-dec` due to 168 previous errors [INFO] running `Command { std: "docker" "inspect" "1b9a90e2d171e0a2bbfe5b19baf0699cd04ceac4457fd9b4b283dfe3bb389c09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b9a90e2d171e0a2bbfe5b19baf0699cd04ceac4457fd9b4b283dfe3bb389c09", kill_on_drop: false }` [INFO] [stdout] 1b9a90e2d171e0a2bbfe5b19baf0699cd04ceac4457fd9b4b283dfe3bb389c09