[INFO] fetching crate rust-mustache 0.4.0... [INFO] checking rust-mustache-0.4.0 against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] extracting crate rust-mustache 0.4.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate rust-mustache 0.4.0 on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust-mustache 0.4.0 [INFO] finished tweaking crates.io crate rust-mustache 0.4.0 [INFO] tweaked toml for crates.io crate rust-mustache 0.4.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0ef2dbed650135133af475e81e1cacd3b20a5382bbe6d6d2a90838232da46603 [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" "0ef2dbed650135133af475e81e1cacd3b20a5382bbe6d6d2a90838232da46603", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ef2dbed650135133af475e81e1cacd3b20a5382bbe6d6d2a90838232da46603", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ef2dbed650135133af475e81e1cacd3b20a5382bbe6d6d2a90838232da46603", kill_on_drop: false }` [INFO] [stdout] 0ef2dbed650135133af475e81e1cacd3b20a5382bbe6d6d2a90838232da46603 [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=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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 91bcbfa95ad3d4669d097a0fb6eb694b2560ad1b47c79e27528d6a3225ead0fb [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" "91bcbfa95ad3d4669d097a0fb6eb694b2560ad1b47c79e27528d6a3225ead0fb", kill_on_drop: false }` [INFO] [stderr] Checking rust-mustache v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/builder.rs:88:58 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn insert_vec(self, key: K, f: |VecBuilder<'a>| -> VecBuilder<'a>) -> MapBuilder<'a> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/builder.rs:113:58 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn insert_map(self, key: K, f: |MapBuilder<'a>| -> MapBuilder<'a>) -> MapBuilder<'a> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/builder.rs:133:57 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn insert_fn(self, key: K, f: |String|: 'a -> String) -> MapBuilder<'a> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/builder.rs:223:30 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn push_vec(self, f: |VecBuilder<'a>| -> VecBuilder<'a>) -> VecBuilder<'a> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/builder.rs:248:30 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn push_map(self, f: |MapBuilder<'a>| -> MapBuilder<'a>) -> VecBuilder<'a> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/builder.rs:268:29 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn push_fn(self, f: |String|: 'a -> String) -> VecBuilder<'a> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/builder.rs:337:25 [INFO] [stdout] | [INFO] [stdout] 337 | let mut count = 0u; [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/builder.rs:340:26 [INFO] [stdout] | [INFO] [stdout] 340 | count += 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/builder.rs:366:25 [INFO] [stdout] | [INFO] [stdout] 366 | let mut count = 0u; [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/builder.rs:369:26 [INFO] [stdout] | [INFO] [stdout] 369 | count += 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 `>`, a const expression, lifetime, or type, found `|` [INFO] [stdout] --> src/data.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | Fun(RefCell<|String|: 'a -> String>), [INFO] [stdout] | ^ expected one of `>`, a const expression, lifetime, or type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:45:46 [INFO] [stdout] | [INFO] [stdout] 45 | fn emit_enum(&mut self, _name: &str, _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:53:30 [INFO] [stdout] | [INFO] [stdout] 53 | _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:59:34 [INFO] [stdout] | [INFO] [stdout] 59 | ... _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:67:37 [INFO] [stdout] | [INFO] [stdout] 67 | ... _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:74:43 [INFO] [stdout] | [INFO] [stdout] 74 | ... _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:81:23 [INFO] [stdout] | [INFO] [stdout] 81 | f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:89:29 [INFO] [stdout] | [INFO] [stdout] 89 | f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:106:22 [INFO] [stdout] | [INFO] [stdout] 106 | f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:110:48 [INFO] [stdout] | [INFO] [stdout] 110 | fn emit_tuple_arg(&mut self, idx: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:117:29 [INFO] [stdout] | [INFO] [stdout] 117 | f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:121:55 [INFO] [stdout] | [INFO] [stdout] 121 | fn emit_tuple_struct_arg(&mut self, idx: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:126:35 [INFO] [stdout] | [INFO] [stdout] 126 | fn emit_option(&mut self, _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | fn emit_option_some(&mut self, _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:138:43 [INFO] [stdout] | [INFO] [stdout] 138 | fn emit_seq(&mut self, _len: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:143:47 [INFO] [stdout] | [INFO] [stdout] 143 | fn emit_seq_elt(&mut self, _idx: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:158:43 [INFO] [stdout] | [INFO] [stdout] 158 | fn emit_map(&mut self, _len: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:163:51 [INFO] [stdout] | [INFO] [stdout] 163 | fn emit_map_elt_key(&mut self, _idx: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:175:51 [INFO] [stdout] | [INFO] [stdout] 175 | fn emit_map_elt_val(&mut self, _idx: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `assert_eq` [INFO] [stdout] --> src/encoder.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 197 | try!(data.encode(&mut encoder)) [INFO] [stdout] | - expected one of `.`, `;`, `?`, `}`, or an operator [INFO] [stdout] 198 | assert_eq!(encoder.data.len(), 1); [INFO] [stdout] | ^^^^^^^^^ unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser.rs:420:26 [INFO] [stdout] | [INFO] [stdout] 420 | if len > 2u && content.ends_with("=") { [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 identifier, found keyword `mod` [INFO] [stdout] --> src/context.rs:7:16 [INFO] [stdout] | [INFO] [stdout] 7 | use template::{mod, Template}; [INFO] [stdout] | ^^^ expected identifier, found keyword [INFO] [stdout] | [INFO] [stdout] help: you can escape reserved keywords to use them as identifiers [INFO] [stdout] | [INFO] [stdout] 7 | use template::{r#mod, Template}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `>`, a const expression, lifetime, or type, found `|` [INFO] [stdout] --> src/template.rs:289:21 [INFO] [stdout] | [INFO] [stdout] 289 | f: &RefCell<|String| -> String> [INFO] [stdout] | ^ expected one of `>`, a const expression, lifetime, or type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/template.rs:677:29 [INFO] [stdout] | [INFO] [stdout] 677 | let mut calls = 0u; [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/builder.rs:88:58 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn insert_vec(self, key: K, f: |VecBuilder<'a>| -> VecBuilder<'a>) -> MapBuilder<'a> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `serialize` [INFO] [stdout] --> src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/builder.rs:113:58 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn insert_map(self, key: K, f: |MapBuilder<'a>| -> MapBuilder<'a>) -> MapBuilder<'a> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/builder.rs:133:57 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn insert_fn(self, key: K, f: |String|: 'a -> String) -> MapBuilder<'a> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/builder.rs:223:30 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn push_vec(self, f: |VecBuilder<'a>| -> VecBuilder<'a>) -> VecBuilder<'a> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/builder.rs:248:30 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn push_map(self, f: |MapBuilder<'a>| -> MapBuilder<'a>) -> VecBuilder<'a> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/builder.rs:268:29 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn push_fn(self, f: |String|: 'a -> String) -> VecBuilder<'a> { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/builder.rs:337:25 [INFO] [stdout] | [INFO] [stdout] 337 | let mut count = 0u; [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/builder.rs:340:26 [INFO] [stdout] | [INFO] [stdout] 340 | count += 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/builder.rs:366:25 [INFO] [stdout] | [INFO] [stdout] 366 | let mut count = 0u; [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/builder.rs:369:26 [INFO] [stdout] | [INFO] [stdout] 369 | count += 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 `>`, a const expression, lifetime, or type, found `|` [INFO] [stdout] --> src/data.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | Fun(RefCell<|String|: 'a -> String>), [INFO] [stdout] | ^ expected one of `>`, a const expression, lifetime, or type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:45:46 [INFO] [stdout] | [INFO] [stdout] 45 | fn emit_enum(&mut self, _name: &str, _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:53:30 [INFO] [stdout] | [INFO] [stdout] 53 | _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:59:34 [INFO] [stdout] | [INFO] [stdout] 59 | ... _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:67:37 [INFO] [stdout] | [INFO] [stdout] 67 | ... _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:74:43 [INFO] [stdout] | [INFO] [stdout] 74 | ... _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:81:23 [INFO] [stdout] | [INFO] [stdout] 81 | f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:89:29 [INFO] [stdout] | [INFO] [stdout] 89 | f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:106:22 [INFO] [stdout] | [INFO] [stdout] 106 | f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:110:48 [INFO] [stdout] | [INFO] [stdout] 110 | fn emit_tuple_arg(&mut self, idx: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:117:29 [INFO] [stdout] | [INFO] [stdout] 117 | f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:121:55 [INFO] [stdout] | [INFO] [stdout] 121 | fn emit_tuple_struct_arg(&mut self, idx: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:126:35 [INFO] [stdout] | [INFO] [stdout] 126 | fn emit_option(&mut self, _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | fn emit_option_some(&mut self, _f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:138:43 [INFO] [stdout] | [INFO] [stdout] 138 | fn emit_seq(&mut self, _len: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:143:47 [INFO] [stdout] | [INFO] [stdout] 143 | fn emit_seq_elt(&mut self, _idx: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:158:43 [INFO] [stdout] | [INFO] [stdout] 158 | fn emit_map(&mut self, _len: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:163:51 [INFO] [stdout] | [INFO] [stdout] 163 | fn emit_map_elt_key(&mut self, _idx: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/encoder.rs:175:51 [INFO] [stdout] | [INFO] [stdout] 175 | fn emit_map_elt_val(&mut self, _idx: uint, f: |&mut Encoder<'a>| -> EncoderResult) -> EncoderResult { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `assert_eq` [INFO] [stdout] --> src/encoder.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 197 | try!(data.encode(&mut encoder)) [INFO] [stdout] | - expected one of `.`, `;`, `?`, `}`, or an operator [INFO] [stdout] 198 | assert_eq!(encoder.data.len(), 1); [INFO] [stdout] | ^^^^^^^^^ unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser.rs:420:26 [INFO] [stdout] | [INFO] [stdout] 420 | if len > 2u && content.ends_with("=") { [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 identifier, found keyword `mod` [INFO] [stdout] --> src/context.rs:7:16 [INFO] [stdout] | [INFO] [stdout] 7 | use template::{mod, Template}; [INFO] [stdout] | ^^^ expected identifier, found keyword [INFO] [stdout] | [INFO] [stdout] help: you can escape reserved keywords to use them as identifiers [INFO] [stdout] | [INFO] [stdout] 7 | use template::{r#mod, Template}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `>`, a const expression, lifetime, or type, found `|` [INFO] [stdout] --> src/template.rs:289:21 [INFO] [stdout] | [INFO] [stdout] 289 | f: &RefCell<|String| -> String> [INFO] [stdout] | ^ expected one of `>`, a const expression, lifetime, or type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/template.rs:677:29 [INFO] [stdout] | [INFO] [stdout] 677 | let mut calls = 0u; [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: aborting due to 35 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-mustache` [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] [stdout] error[E0463]: can't find crate for `serialize` [INFO] [stdout] --> src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 35 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "91bcbfa95ad3d4669d097a0fb6eb694b2560ad1b47c79e27528d6a3225ead0fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91bcbfa95ad3d4669d097a0fb6eb694b2560ad1b47c79e27528d6a3225ead0fb", kill_on_drop: false }` [INFO] [stdout] 91bcbfa95ad3d4669d097a0fb6eb694b2560ad1b47c79e27528d6a3225ead0fb