[INFO] fetching crate l20n 0.1.2... [INFO] checking l20n-0.1.2 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate l20n 0.1.2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate l20n 0.1.2 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate l20n 0.1.2 [INFO] finished tweaking crates.io crate l20n 0.1.2 [INFO] tweaked toml for crates.io crate l20n 0.1.2 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", 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] 4472578e327e40437e65b5e8c1b5bbfbca905c1e7284775b2565468a5fa511e8 [INFO] running `Command { std: "docker" "start" "-a" "4472578e327e40437e65b5e8c1b5bbfbca905c1e7284775b2565468a5fa511e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4472578e327e40437e65b5e8c1b5bbfbca905c1e7284775b2565468a5fa511e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4472578e327e40437e65b5e8c1b5bbfbca905c1e7284775b2565468a5fa511e8", kill_on_drop: false }` [INFO] [stdout] 4472578e327e40437e65b5e8c1b5bbfbca905c1e7284775b2565468a5fa511e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d914dab59004a0099ff8967e49166d7ea2d38e6fbd8b8cf99dad26eda83461e [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" "2d914dab59004a0099ff8967e49166d7ea2d38e6fbd8b8cf99dad26eda83461e", kill_on_drop: false }` [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking serde v0.6.15 [INFO] [stderr] Checking l20n v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compiler.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | let entries = try!(p.parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compiler.rs:228:28 [INFO] [stdout] | [INFO] [stdout] 228 | let left = try!(left.resolve_data(ctx)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compiler.rs:229:29 [INFO] [stdout] | [INFO] [stdout] 229 | let right = try!(right.resolve_data(ctx)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compiler.rs:259:28 [INFO] [stdout] | [INFO] [stdout] 259 | let expr = try!(expr.resolve_data(ctx)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compiler.rs:284:23 [INFO] [stdout] | [INFO] [stdout] 284 | match try!(cond.resolve_data(ctx)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | try!(v.serialize(&mut elt_encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | try!(k.serialize(&mut map_encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | try!(v.serialize(&mut map_encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/context.rs:88:24 [INFO] [stdout] | [INFO] [stdout] 88 | let entities = try!(compiler::compile(res)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | entries.push(try!(self.parse_entry())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:197:30 [INFO] [stdout] | [INFO] [stdout] 197 | entries.push(try!(self.parse_comment())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:214:18 [INFO] [stdout] | [INFO] [stdout] 214 | let id = try!(self.parse_identifier()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:216:26 [INFO] [stdout] | [INFO] [stdout] 216 | Some('(') => try!(self.parse_macro(id)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:217:24 [INFO] [stdout] | [INFO] [stdout] 217 | Some(_) => try!(self.parse_entity(id)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:239:9 [INFO] [stdout] | [INFO] [stdout] 239 | try!(self.parse_list(')', MacroError, |this| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:253:20 [INFO] [stdout] | [INFO] [stdout] 253 | let body = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:240:23 [INFO] [stdout] | [INFO] [stdout] 240 | args.push(try!(this.parse_variable())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:269:13 [INFO] [stdout] | [INFO] [stdout] 269 | try!(self.parse_list(']', EntityError, |this| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:282:21 [INFO] [stdout] | [INFO] [stdout] 282 | let value = try!(self.parse_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:284:21 [INFO] [stdout] | [INFO] [stdout] 284 | let attrs = try!(self.parse_attrs()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:270:28 [INFO] [stdout] | [INFO] [stdout] 270 | index.push(try!(this.parse_expression())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:297:22 [INFO] [stdout] | [INFO] [stdout] 297 | let id = try!(self.parse_identifier()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:302:17 [INFO] [stdout] | [INFO] [stdout] 302 | try!(self.parse_list(']', AttrError, |this| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:315:25 [INFO] [stdout] | [INFO] [stdout] 315 | let value = try!(self.parse_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:303:34 [INFO] [stdout] | [INFO] [stdout] 303 | indices.push(try!(this.parse_expression())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:367:36 [INFO] [stdout] | [INFO] [stdout] 367 | let expr = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:406:9 [INFO] [stdout] | [INFO] [stdout] 406 | try!(self.parse_list('}', HashError, |this| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:423:23 [INFO] [stdout] | [INFO] [stdout] 423 | let key = try!(this.parse_identifier()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:436:25 [INFO] [stdout] | [INFO] [stdout] 436 | let value = try!(this.parse_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:452:13 [INFO] [stdout] | [INFO] [stdout] 452 | try!(handle(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:471:20 [INFO] [stdout] | [INFO] [stdout] 471 | let cond = try!(self.parse_or_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:480:26 [INFO] [stdout] | [INFO] [stdout] 480 | let consequent = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:487:25 [INFO] [stdout] | [INFO] [stdout] 487 | let alternate = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:494:23 [INFO] [stdout] | [INFO] [stdout] 494 | let mut exp = try!(next(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:515:25 [INFO] [stdout] | [INFO] [stdout] 515 | let right = try!(next(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:538:34 [INFO] [stdout] | [INFO] [stdout] 538 | Ok(UnExpr(unop, Box::new(try!(self.parse_postfix_expression(ops, next))))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:608:23 [INFO] [stdout] | [INFO] [stdout] 608 | let mut exp = try!(self.parse_paren_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:613:27 [INFO] [stdout] | [INFO] [stdout] 613 | exp = try!(self.parse_property_expression(exp)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:619:31 [INFO] [stdout] | [INFO] [stdout] 619 | exp = try!(self.parse_attr_expression(exp)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:624:36 [INFO] [stdout] | [INFO] [stdout] 624 | Some('(') => exp = try!(self.parse_call_expression(exp)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:637:23 [INFO] [stdout] | [INFO] [stdout] 637 | let exp = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:645:23 [INFO] [stdout] | [INFO] [stdout] 645 | let exp = try!(self.parse_identifier()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:660:23 [INFO] [stdout] | [INFO] [stdout] 660 | let exp = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:669:54 [INFO] [stdout] | [INFO] [stdout] 669 | Ok(AttrExpr(Box::new(accessed), Box::new(try!(self.parse_expression())), Static)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:677:9 [INFO] [stdout] | [INFO] [stdout] 677 | try!(self.parse_list(')', CallError, |this| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:678:23 [INFO] [stdout] | [INFO] [stdout] 678 | args.push(try!(this.parse_expression())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:693:19 [INFO] [stdout] | [INFO] [stdout] 693 | let exp = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:709:58 [INFO] [stdout] | [INFO] [stdout] 709 | '\'' | '"' | '{' | '[' => Ok(ValExpr(try!(self.parse_value()))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:713:39 [INFO] [stdout] | [INFO] [stdout] 713 | Ok(GlobalExpr(try!(self.parse_identifier()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:719:39 [INFO] [stdout] | [INFO] [stdout] 719 | _ => Ok(IdentExpr(try!(self.parse_identifier()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:708:24 [INFO] [stdout] | [INFO] [stdout] 708 | '0'...'9' => self.parse_number(), [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.rs:731:24 [INFO] [stdout] | [INFO] [stdout] 731 | '0'...'9' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:753:20 [INFO] [stdout] | [INFO] [stdout] 753 | Ok(VarExpr(try!(self.parse_identifier()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:761:20 [INFO] [stdout] | [INFO] [stdout] 761 | 'a'...'z' | 'A'...'Z' | '_' => id.push(c), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:761:32 [INFO] [stdout] | [INFO] [stdout] 761 | 'a'...'z' | 'A'...'Z' | '_' => id.push(c), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:775:20 [INFO] [stdout] | [INFO] [stdout] 775 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => id.push(ch), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:775:32 [INFO] [stdout] | [INFO] [stdout] 775 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => id.push(ch), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:775:44 [INFO] [stdout] | [INFO] [stdout] 775 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => id.push(ch), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compiler.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | let entries = try!(p.parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:28:24 [INFO] [stdout] | [INFO] [stdout] 28 | #![cfg_attr(test, deny(warnings))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compiler.rs:228:28 [INFO] [stdout] | [INFO] [stdout] 228 | let left = try!(left.resolve_data(ctx)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compiler.rs:229:29 [INFO] [stdout] | [INFO] [stdout] 229 | let right = try!(right.resolve_data(ctx)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compiler.rs:259:28 [INFO] [stdout] | [INFO] [stdout] 259 | let expr = try!(expr.resolve_data(ctx)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compiler.rs:284:23 [INFO] [stdout] | [INFO] [stdout] 284 | match try!(cond.resolve_data(ctx)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | try!(v.serialize(&mut elt_encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | try!(k.serialize(&mut map_encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | try!(v.serialize(&mut map_encoder)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/context.rs:88:24 [INFO] [stdout] | [INFO] [stdout] 88 | let entities = try!(compiler::compile(res)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | entries.push(try!(self.parse_entry())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:197:30 [INFO] [stdout] | [INFO] [stdout] 197 | entries.push(try!(self.parse_comment())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:214:18 [INFO] [stdout] | [INFO] [stdout] 214 | let id = try!(self.parse_identifier()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:216:26 [INFO] [stdout] | [INFO] [stdout] 216 | Some('(') => try!(self.parse_macro(id)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:217:24 [INFO] [stdout] | [INFO] [stdout] 217 | Some(_) => try!(self.parse_entity(id)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:239:9 [INFO] [stdout] | [INFO] [stdout] 239 | try!(self.parse_list(')', MacroError, |this| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:253:20 [INFO] [stdout] | [INFO] [stdout] 253 | let body = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:240:23 [INFO] [stdout] | [INFO] [stdout] 240 | args.push(try!(this.parse_variable())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:269:13 [INFO] [stdout] | [INFO] [stdout] 269 | try!(self.parse_list(']', EntityError, |this| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:282:21 [INFO] [stdout] | [INFO] [stdout] 282 | let value = try!(self.parse_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:284:21 [INFO] [stdout] | [INFO] [stdout] 284 | let attrs = try!(self.parse_attrs()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:270:28 [INFO] [stdout] | [INFO] [stdout] 270 | index.push(try!(this.parse_expression())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:297:22 [INFO] [stdout] | [INFO] [stdout] 297 | let id = try!(self.parse_identifier()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:302:17 [INFO] [stdout] | [INFO] [stdout] 302 | try!(self.parse_list(']', AttrError, |this| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:315:25 [INFO] [stdout] | [INFO] [stdout] 315 | let value = try!(self.parse_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:303:34 [INFO] [stdout] | [INFO] [stdout] 303 | indices.push(try!(this.parse_expression())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:367:36 [INFO] [stdout] | [INFO] [stdout] 367 | let expr = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:406:9 [INFO] [stdout] | [INFO] [stdout] 406 | try!(self.parse_list('}', HashError, |this| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:423:23 [INFO] [stdout] | [INFO] [stdout] 423 | let key = try!(this.parse_identifier()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:436:25 [INFO] [stdout] | [INFO] [stdout] 436 | let value = try!(this.parse_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:452:13 [INFO] [stdout] | [INFO] [stdout] 452 | try!(handle(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:471:20 [INFO] [stdout] | [INFO] [stdout] 471 | let cond = try!(self.parse_or_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:480:26 [INFO] [stdout] | [INFO] [stdout] 480 | let consequent = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:487:25 [INFO] [stdout] | [INFO] [stdout] 487 | let alternate = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:494:23 [INFO] [stdout] | [INFO] [stdout] 494 | let mut exp = try!(next(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:515:25 [INFO] [stdout] | [INFO] [stdout] 515 | let right = try!(next(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:538:34 [INFO] [stdout] | [INFO] [stdout] 538 | Ok(UnExpr(unop, Box::new(try!(self.parse_postfix_expression(ops, next))))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:608:23 [INFO] [stdout] | [INFO] [stdout] 608 | let mut exp = try!(self.parse_paren_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:613:27 [INFO] [stdout] | [INFO] [stdout] 613 | exp = try!(self.parse_property_expression(exp)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:619:31 [INFO] [stdout] | [INFO] [stdout] 619 | exp = try!(self.parse_attr_expression(exp)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:624:36 [INFO] [stdout] | [INFO] [stdout] 624 | Some('(') => exp = try!(self.parse_call_expression(exp)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:637:23 [INFO] [stdout] | [INFO] [stdout] 637 | let exp = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:645:23 [INFO] [stdout] | [INFO] [stdout] 645 | let exp = try!(self.parse_identifier()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:660:23 [INFO] [stdout] | [INFO] [stdout] 660 | let exp = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:669:54 [INFO] [stdout] | [INFO] [stdout] 669 | Ok(AttrExpr(Box::new(accessed), Box::new(try!(self.parse_expression())), Static)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:677:9 [INFO] [stdout] | [INFO] [stdout] 677 | try!(self.parse_list(')', CallError, |this| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:678:23 [INFO] [stdout] | [INFO] [stdout] 678 | args.push(try!(this.parse_expression())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:693:19 [INFO] [stdout] | [INFO] [stdout] 693 | let exp = try!(self.parse_expression()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:709:58 [INFO] [stdout] | [INFO] [stdout] 709 | '\'' | '"' | '{' | '[' => Ok(ValExpr(try!(self.parse_value()))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:713:39 [INFO] [stdout] | [INFO] [stdout] 713 | Ok(GlobalExpr(try!(self.parse_identifier()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:719:39 [INFO] [stdout] | [INFO] [stdout] 719 | _ => Ok(IdentExpr(try!(self.parse_identifier()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:708:24 [INFO] [stdout] | [INFO] [stdout] 708 | '0'...'9' => self.parse_number(), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:28:24 [INFO] [stdout] | [INFO] [stdout] 28 | #![cfg_attr(test, deny(warnings))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(ellipsis_inclusive_range_patterns)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:731:24 [INFO] [stdout] | [INFO] [stdout] 731 | '0'...'9' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:753:20 [INFO] [stdout] | [INFO] [stdout] 753 | Ok(VarExpr(try!(self.parse_identifier()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:761:20 [INFO] [stdout] | [INFO] [stdout] 761 | 'a'...'z' | 'A'...'Z' | '_' => id.push(c), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:761:32 [INFO] [stdout] | [INFO] [stdout] 761 | 'a'...'z' | 'A'...'Z' | '_' => id.push(c), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:775:20 [INFO] [stdout] | [INFO] [stdout] 775 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => id.push(ch), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:775:32 [INFO] [stdout] | [INFO] [stdout] 775 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => id.push(ch), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:775:44 [INFO] [stdout] | [INFO] [stdout] 775 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => id.push(ch), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 58 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `l20n` [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] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2d914dab59004a0099ff8967e49166d7ea2d38e6fbd8b8cf99dad26eda83461e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d914dab59004a0099ff8967e49166d7ea2d38e6fbd8b8cf99dad26eda83461e", kill_on_drop: false }` [INFO] [stdout] 2d914dab59004a0099ff8967e49166d7ea2d38e6fbd8b8cf99dad26eda83461e