[INFO] cloning repository https://github.com/singaraiona/k-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/singaraiona/k-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsingaraiona%2Fk-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsingaraiona%2Fk-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5b8c63eea1e95d2e860af4b1fd0825a9ed8e328a [INFO] checking singaraiona/k-rs against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsingaraiona%2Fk-rs" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/singaraiona/k-rs 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 git repo https://github.com/singaraiona/k-rs [INFO] finished tweaking git repo https://github.com/singaraiona/k-rs [INFO] tweaked toml for git repo https://github.com/singaraiona/k-rs written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/singaraiona/k-rs already has a lockfile, it will not be regenerated [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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 48bd4fee8f5edefa6ab6ed9f41f1f8441e434ade9d8dbbfd1fcdad8043433092 [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" "48bd4fee8f5edefa6ab6ed9f41f1f8441e434ade9d8dbbfd1fcdad8043433092", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "48bd4fee8f5edefa6ab6ed9f41f1f8441e434ade9d8dbbfd1fcdad8043433092", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48bd4fee8f5edefa6ab6ed9f41f1f8441e434ade9d8dbbfd1fcdad8043433092", kill_on_drop: false }` [INFO] [stdout] 48bd4fee8f5edefa6ab6ed9f41f1f8441e434ade9d8dbbfd1fcdad8043433092 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c3bbf8ce1c228cf55b3d125fe3755af30a4a4907c94f9b8e83828404b3791718 [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" "c3bbf8ce1c228cf55b3d125fe3755af30a4a4907c94f9b8e83828404b3791718", kill_on_drop: false }` [INFO] [stderr] Checking either v1.0.3 [INFO] [stderr] Compiling stacker v0.1.2 [INFO] [stderr] Checking num-complex v0.1.35 [INFO] [stderr] Checking num-bigint v0.1.35 [INFO] [stderr] Checking thread_local v0.3.2 [INFO] [stderr] Checking aho-corasick v0.6.1 [INFO] [stderr] Checking itertools v0.5.9 [INFO] [stderr] Checking regex v0.2.1 [INFO] [stderr] Checking num-rational v0.1.35 [INFO] [stderr] Checking num v0.1.36 [INFO] [stderr] Checking k v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | try!(write!(f, "[")); [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/parse/ast.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | try!(write!(f, "{};", arena.id_name(a[i]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:251:21 [INFO] [stdout] | [INFO] [stdout] 251 | try!(write!(f, "{}", Land(&s[0], arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:253:17 [INFO] [stdout] | [INFO] [stdout] 253 | try!(write!(f, "{}", *v as char)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:256:25 [INFO] [stdout] | [INFO] [stdout] 256 | try!(write!(f, "{}", Land(&s[i], arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:258:21 [INFO] [stdout] | [INFO] [stdout] 258 | try!(write!(f, "{}", Land(&s[s.len() - 1], arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:263:17 [INFO] [stdout] | [INFO] [stdout] 263 | try!(write!(f, "{{{}", Land(a, arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:275:29 [INFO] [stdout] | [INFO] [stdout] 275 | ... try!(write!(f, "{} ", Land(v.get(i, &arena.ast), arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | ... try!(write!(f, "(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:282:33 [INFO] [stdout] | [INFO] [stdout] 282 | ... try!(write!(f, "{};", Land(v.get(i, &arena.ast), arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:287:33 [INFO] [stdout] | [INFO] [stdout] 287 | ... try!(write!(f, "{}\n", Land(v.get(i, &arena.ast), arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:295:17 [INFO] [stdout] | [INFO] [stdout] 295 | try!(write!(f, "[")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:299:21 [INFO] [stdout] | [INFO] [stdout] 299 | try!(write!(f, "{}:{};", Land(key, arena), Land(val, arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:310:21 [INFO] [stdout] | [INFO] [stdout] 310 | try!(write!(f, "{};", Land(&l[i], arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/parse/arena.rs:132:45 [INFO] [stdout] | [INFO] [stdout] 132 | FromPrimitive::from_u64((((size + a - 1) as u64) / a as u64)).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/parse/parser.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / macro_rules! extract { [INFO] [stdout] 13 | | ($k:expr) => (match $k { [INFO] [stdout] 14 | | AST::Int{value: v} => v, [INFO] [stdout] 15 | | _ => unimplemented!(), [INFO] [stdout] 16 | | }) [INFO] [stdout] 17 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 102 | let args = try!(self.parse_list(arena, Some(Token::CloseB))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:118:21 [INFO] [stdout] | [INFO] [stdout] 118 | let e = try!(self.parse_list(arena, Some(Token::CloseB))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | let a = try!(self.expect(Token::Adverb)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | let n = try!(self.parse_noun(arena)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:137:21 [INFO] [stdout] | [INFO] [stdout] 137 | let right = try!(self.parse_ex(arena, n)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:155:21 [INFO] [stdout] | [INFO] [stdout] 155 | let v = try!(self.expect(Token::Ioverb)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:162:21 [INFO] [stdout] | [INFO] [stdout] 162 | let n = try!(self.expect(Token::Bool)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:171:21 [INFO] [stdout] | [INFO] [stdout] 171 | let h = try!(self.expect(Token::Hexlit)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:178:26 [INFO] [stdout] | [INFO] [stdout] 178 | return match try!(self.parse_list(arena, Some(Token::CloseB))) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | let mut n = try!(self.expect(Token::Number)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:191:33 [INFO] [stdout] | [INFO] [stdout] 191 | let x = try!(n.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:205:21 [INFO] [stdout] | [INFO] [stdout] 205 | let n = try!(self.expect(Token::Verb)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:214:25 [INFO] [stdout] | [INFO] [stdout] 214 | let _ = try!(self.expect(Token::OpenB)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:215:25 [INFO] [stdout] | [INFO] [stdout] 215 | let r = try!(self.parse_list(arena, Some(Token::CloseB))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:227:25 [INFO] [stdout] | [INFO] [stdout] 227 | let n = try!(self.expect(Token::Symbol)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:228:29 [INFO] [stdout] | [INFO] [stdout] 228 | let mut t = try!(n.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:241:21 [INFO] [stdout] | [INFO] [stdout] 241 | let s = try!(self.expect(Token::String)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:242:25 [INFO] [stdout] | [INFO] [stdout] 242 | let mut t = try!(s.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:251:21 [INFO] [stdout] | [INFO] [stdout] 251 | let n = try!(self.expect(Token::Name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:252:21 [INFO] [stdout] | [INFO] [stdout] 252 | let t = try!(n.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:258:25 [INFO] [stdout] | [INFO] [stdout] 258 | let n = try!(self.parse_noun(arena)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:259:25 [INFO] [stdout] | [INFO] [stdout] 259 | let r = try!(self.parse_ex(arena, n)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:269:29 [INFO] [stdout] | [INFO] [stdout] 269 | let index = try!(self.parse_list(arena, Some(Token::CloseB))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:283:31 [INFO] [stdout] | [INFO] [stdout] 283 | let key = try!(self.expect(Token::Name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:285:29 [INFO] [stdout] | [INFO] [stdout] 285 | let n = try!(self.parse_noun(arena)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:286:33 [INFO] [stdout] | [INFO] [stdout] 286 | let value = try!(self.parse_ex(arena, n)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:287:51 [INFO] [stdout] | [INFO] [stdout] 287 | let kname = arena.intern_name(try!(key.parse::())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:294:25 [INFO] [stdout] | [INFO] [stdout] 294 | let _ = try!(self.expect(Token::CloseB)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:305:29 [INFO] [stdout] | [INFO] [stdout] 305 | let n = try!(self.expect(Token::Name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | let t = try!(n.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:312:25 [INFO] [stdout] | [INFO] [stdout] 312 | let _ = try!(self.expect(Token::CloseB)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | let r = try!(self.parse_list(arena, Some(Token::CloseC))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:337:21 [INFO] [stdout] | [INFO] [stdout] 337 | let n = try!(self.parse_list(arena, Some(Token::CloseP))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:360:21 [INFO] [stdout] | [INFO] [stdout] 360 | let n = try!(self.parse_noun(arena)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:364:21 [INFO] [stdout] | [INFO] [stdout] 364 | let p = try!(self.parse_ex(arena, n)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:380:21 [INFO] [stdout] | [INFO] [stdout] 380 | let n = try!(self.expect(Token::Verb)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:388:21 [INFO] [stdout] | [INFO] [stdout] 388 | let x = try!(self.parse_noun(arena)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:389:21 [INFO] [stdout] | [INFO] [stdout] 389 | let r = try!(self.parse_ex(arena, x)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:403:21 [INFO] [stdout] | [INFO] [stdout] 403 | let n = try!(self.parse_noun(arena)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:413:21 [INFO] [stdout] | [INFO] [stdout] 413 | let _ = try!(self.expect(x)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:51:28 [INFO] [stdout] | [INFO] [stdout] 51 | r.push(try!(s2.add(x, &AST::Int { value: b }, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:59:28 [INFO] [stdout] | [INFO] [stdout] 59 | r.push(try!(s2.add(x, &AST::Int { value: a }, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:71:28 [INFO] [stdout] | [INFO] [stdout] 71 | r.push(try!(s2.add(x, y, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | r.push(try!(s2.add(x, &AST::Int { value: b }, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:97:28 [INFO] [stdout] | [INFO] [stdout] 97 | r.push(try!(s2.add(x, &AST::Int { value: a }, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:109:28 [INFO] [stdout] | [INFO] [stdout] 109 | r.push(try!(s2.add(x, y, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:127:28 [INFO] [stdout] | [INFO] [stdout] 127 | r.push(try!(s2.add(x, &AST::Int { value: b }, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:135:28 [INFO] [stdout] | [INFO] [stdout] 135 | r.push(try!(s2.add(x, &AST::Int { value: a }, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:147:28 [INFO] [stdout] | [INFO] [stdout] 147 | r.push(try!(s2.add(x, y, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:170:23 [INFO] [stdout] | [INFO] [stdout] 170 | match try!(s2.eval(&e, id)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:189:29 [INFO] [stdout] | [INFO] [stdout] 189 | let x = try!(self.eval(&v, e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:202:25 [INFO] [stdout] | [INFO] [stdout] 202 | let t = try!(self.arena.native_id_id(n).ok_or(ExecError::InvalidNativeCall)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:208:41 [INFO] [stdout] | [INFO] [stdout] 208 | ... let r = try!(self.eval(&cargs[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:223:41 [INFO] [stdout] | [INFO] [stdout] 223 | ... let r = try!(self.eval(&cargs[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:252:17 [INFO] [stdout] | [INFO] [stdout] 252 | let v = try!(self.eval(value, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:289:33 [INFO] [stdout] | [INFO] [stdout] 289 | let x = try!(handle::from_raw(h).eval(&arg[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:290:33 [INFO] [stdout] | [INFO] [stdout] 290 | let y = try!(handle::from_raw(h).eval(&arg[1], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:296:33 [INFO] [stdout] | [INFO] [stdout] 296 | let x = try!(handle::from_raw(h).eval(&arg[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:297:33 [INFO] [stdout] | [INFO] [stdout] 297 | let y = try!(handle::from_raw(h).eval(&arg[1], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:303:33 [INFO] [stdout] | [INFO] [stdout] 303 | let x = try!(handle::from_raw(h).eval(&arg[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:304:33 [INFO] [stdout] | [INFO] [stdout] 304 | let y = try!(handle::from_raw(h).eval(&arg[1], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:310:33 [INFO] [stdout] | [INFO] [stdout] 310 | let x = try!(handle::from_raw(h).eval(&arg[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | try!(write!(f, "[")); [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/parse/ast.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | try!(write!(f, "{};", arena.id_name(a[i]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:251:21 [INFO] [stdout] | [INFO] [stdout] 251 | try!(write!(f, "{}", Land(&s[0], arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:253:17 [INFO] [stdout] | [INFO] [stdout] 253 | try!(write!(f, "{}", *v as char)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:256:25 [INFO] [stdout] | [INFO] [stdout] 256 | try!(write!(f, "{}", Land(&s[i], arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:258:21 [INFO] [stdout] | [INFO] [stdout] 258 | try!(write!(f, "{}", Land(&s[s.len() - 1], arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:263:17 [INFO] [stdout] | [INFO] [stdout] 263 | try!(write!(f, "{{{}", Land(a, arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:275:29 [INFO] [stdout] | [INFO] [stdout] 275 | ... try!(write!(f, "{} ", Land(v.get(i, &arena.ast), arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | ... try!(write!(f, "(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:282:33 [INFO] [stdout] | [INFO] [stdout] 282 | ... try!(write!(f, "{};", Land(v.get(i, &arena.ast), arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:287:33 [INFO] [stdout] | [INFO] [stdout] 287 | ... try!(write!(f, "{}\n", Land(v.get(i, &arena.ast), arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:295:17 [INFO] [stdout] | [INFO] [stdout] 295 | try!(write!(f, "[")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:299:21 [INFO] [stdout] | [INFO] [stdout] 299 | try!(write!(f, "{}:{};", Land(key, arena), Land(val, arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/ast.rs:310:21 [INFO] [stdout] | [INFO] [stdout] 310 | try!(write!(f, "{};", Land(&l[i], arena))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/parse/arena.rs:132:45 [INFO] [stdout] | [INFO] [stdout] 132 | FromPrimitive::from_u64((((size + a - 1) as u64) / a as u64)).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/parse/parser.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / macro_rules! extract { [INFO] [stdout] 13 | | ($k:expr) => (match $k { [INFO] [stdout] 14 | | AST::Int{value: v} => v, [INFO] [stdout] 15 | | _ => unimplemented!(), [INFO] [stdout] 16 | | }) [INFO] [stdout] 17 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 102 | let args = try!(self.parse_list(arena, Some(Token::CloseB))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:118:21 [INFO] [stdout] | [INFO] [stdout] 118 | let e = try!(self.parse_list(arena, Some(Token::CloseB))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | let a = try!(self.expect(Token::Adverb)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | let n = try!(self.parse_noun(arena)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:137:21 [INFO] [stdout] | [INFO] [stdout] 137 | let right = try!(self.parse_ex(arena, n)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:311:33 [INFO] [stdout] | [INFO] [stdout] 311 | let y = try!(handle::from_raw(h).eval(&arg[1], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:155:21 [INFO] [stdout] | [INFO] [stdout] 155 | let v = try!(self.expect(Token::Ioverb)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:162:21 [INFO] [stdout] | [INFO] [stdout] 162 | let n = try!(self.expect(Token::Bool)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:171:21 [INFO] [stdout] | [INFO] [stdout] 171 | let h = try!(self.expect(Token::Hexlit)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:178:26 [INFO] [stdout] | [INFO] [stdout] 178 | return match try!(self.parse_list(arena, Some(Token::CloseB))) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | let mut n = try!(self.expect(Token::Number)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:191:33 [INFO] [stdout] | [INFO] [stdout] 191 | let x = try!(n.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:205:21 [INFO] [stdout] | [INFO] [stdout] 205 | let n = try!(self.expect(Token::Verb)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:214:25 [INFO] [stdout] | [INFO] [stdout] 214 | let _ = try!(self.expect(Token::OpenB)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:316:33 [INFO] [stdout] | [INFO] [stdout] 316 | let x = try!(handle::from_raw(h) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:215:25 [INFO] [stdout] | [INFO] [stdout] 215 | let r = try!(self.parse_list(arena, Some(Token::CloseB))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:227:25 [INFO] [stdout] | [INFO] [stdout] 227 | let n = try!(self.expect(Token::Symbol)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:228:29 [INFO] [stdout] | [INFO] [stdout] 228 | let mut t = try!(n.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:241:21 [INFO] [stdout] | [INFO] [stdout] 241 | let s = try!(self.expect(Token::String)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:242:25 [INFO] [stdout] | [INFO] [stdout] 242 | let mut t = try!(s.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:333:33 [INFO] [stdout] | [INFO] [stdout] 333 | let x = try!(handle::from_raw(h) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:251:21 [INFO] [stdout] | [INFO] [stdout] 251 | let n = try!(self.expect(Token::Name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:252:21 [INFO] [stdout] | [INFO] [stdout] 252 | let t = try!(n.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:258:25 [INFO] [stdout] | [INFO] [stdout] 258 | let n = try!(self.parse_noun(arena)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:259:25 [INFO] [stdout] | [INFO] [stdout] 259 | let r = try!(self.parse_ex(arena, n)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:269:29 [INFO] [stdout] | [INFO] [stdout] 269 | let index = try!(self.parse_list(arena, Some(Token::CloseB))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:358:41 [INFO] [stdout] | [INFO] [stdout] 358 | ... let x = try!(handle::from_raw(h).eval(&arg[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:283:31 [INFO] [stdout] | [INFO] [stdout] 283 | let key = try!(self.expect(Token::Name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:362:41 [INFO] [stdout] | [INFO] [stdout] 362 | ... let x = try!(handle::from_raw(h).eval(&arg[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:363:41 [INFO] [stdout] | [INFO] [stdout] 363 | ... let y = try!(handle::from_raw(h).eval(&arg[1], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:376:25 [INFO] [stdout] | [INFO] [stdout] 376 | let u = try!(handle::from_raw(h).eval(a, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:377:25 [INFO] [stdout] | [INFO] [stdout] 377 | let _ = try!(handle::from_raw(h).define(n, &u, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:381:25 [INFO] [stdout] | [INFO] [stdout] 381 | let u = try!(self.get(n, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:285:29 [INFO] [stdout] | [INFO] [stdout] 285 | let n = try!(self.parse_noun(arena)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:286:33 [INFO] [stdout] | [INFO] [stdout] 286 | let value = try!(self.parse_ex(arena, n)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:287:51 [INFO] [stdout] | [INFO] [stdout] 287 | let kname = arena.intern_name(try!(key.parse::())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:294:25 [INFO] [stdout] | [INFO] [stdout] 294 | let _ = try!(self.expect(Token::CloseB)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:305:29 [INFO] [stdout] | [INFO] [stdout] 305 | let n = try!(self.expect(Token::Name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | let t = try!(n.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:312:25 [INFO] [stdout] | [INFO] [stdout] 312 | let _ = try!(self.expect(Token::CloseB)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | let r = try!(self.parse_list(arena, Some(Token::CloseC))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:337:21 [INFO] [stdout] | [INFO] [stdout] 337 | let n = try!(self.parse_list(arena, Some(Token::CloseP))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:360:21 [INFO] [stdout] | [INFO] [stdout] 360 | let n = try!(self.parse_noun(arena)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:364:21 [INFO] [stdout] | [INFO] [stdout] 364 | let p = try!(self.parse_ex(arena, n)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:380:21 [INFO] [stdout] | [INFO] [stdout] 380 | let n = try!(self.expect(Token::Verb)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:388:21 [INFO] [stdout] | [INFO] [stdout] 388 | let x = try!(self.parse_noun(arena)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:389:21 [INFO] [stdout] | [INFO] [stdout] 389 | let r = try!(self.parse_ex(arena, x)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:403:21 [INFO] [stdout] | [INFO] [stdout] 403 | let n = try!(self.parse_noun(arena)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse/parser.rs:413:21 [INFO] [stdout] | [INFO] [stdout] 413 | let _ = try!(self.expect(x)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:388:26 [INFO] [stdout] | [INFO] [stdout] 388 | *u = try!(s2.eval(u, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:51:28 [INFO] [stdout] | [INFO] [stdout] 51 | r.push(try!(s2.add(x, &AST::Int { value: b }, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:398:26 [INFO] [stdout] | [INFO] [stdout] 398 | *u = try!(s2.eval(u, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:59:28 [INFO] [stdout] | [INFO] [stdout] 59 | r.push(try!(s2.add(x, &AST::Int { value: a }, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:71:28 [INFO] [stdout] | [INFO] [stdout] 71 | r.push(try!(s2.add(x, y, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | r.push(try!(s2.add(x, &AST::Int { value: b }, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:97:28 [INFO] [stdout] | [INFO] [stdout] 97 | r.push(try!(s2.add(x, &AST::Int { value: a }, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:109:28 [INFO] [stdout] | [INFO] [stdout] 109 | r.push(try!(s2.add(x, y, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:127:28 [INFO] [stdout] | [INFO] [stdout] 127 | r.push(try!(s2.add(x, &AST::Int { value: b }, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:135:28 [INFO] [stdout] | [INFO] [stdout] 135 | r.push(try!(s2.add(x, &AST::Int { value: a }, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:147:28 [INFO] [stdout] | [INFO] [stdout] 147 | r.push(try!(s2.add(x, y, id))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:170:23 [INFO] [stdout] | [INFO] [stdout] 170 | match try!(s2.eval(&e, id)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:189:29 [INFO] [stdout] | [INFO] [stdout] 189 | let x = try!(self.eval(&v, e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:202:25 [INFO] [stdout] | [INFO] [stdout] 202 | let t = try!(self.arena.native_id_id(n).ok_or(ExecError::InvalidNativeCall)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:208:41 [INFO] [stdout] | [INFO] [stdout] 208 | ... let r = try!(self.eval(&cargs[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:223:41 [INFO] [stdout] | [INFO] [stdout] 223 | ... let r = try!(self.eval(&cargs[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:252:17 [INFO] [stdout] | [INFO] [stdout] 252 | let v = try!(self.eval(value, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:289:33 [INFO] [stdout] | [INFO] [stdout] 289 | let x = try!(handle::from_raw(h).eval(&arg[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:290:33 [INFO] [stdout] | [INFO] [stdout] 290 | let y = try!(handle::from_raw(h).eval(&arg[1], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:296:33 [INFO] [stdout] | [INFO] [stdout] 296 | let x = try!(handle::from_raw(h).eval(&arg[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:297:33 [INFO] [stdout] | [INFO] [stdout] 297 | let y = try!(handle::from_raw(h).eval(&arg[1], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:303:33 [INFO] [stdout] | [INFO] [stdout] 303 | let x = try!(handle::from_raw(h).eval(&arg[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:304:33 [INFO] [stdout] | [INFO] [stdout] 304 | let y = try!(handle::from_raw(h).eval(&arg[1], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:310:33 [INFO] [stdout] | [INFO] [stdout] 310 | let x = try!(handle::from_raw(h).eval(&arg[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:311:33 [INFO] [stdout] | [INFO] [stdout] 311 | let y = try!(handle::from_raw(h).eval(&arg[1], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:316:33 [INFO] [stdout] | [INFO] [stdout] 316 | let x = try!(handle::from_raw(h) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:333:33 [INFO] [stdout] | [INFO] [stdout] 333 | let x = try!(handle::from_raw(h) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:358:41 [INFO] [stdout] | [INFO] [stdout] 358 | ... let x = try!(handle::from_raw(h).eval(&arg[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:362:41 [INFO] [stdout] | [INFO] [stdout] 362 | ... let x = try!(handle::from_raw(h).eval(&arg[0], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:363:41 [INFO] [stdout] | [INFO] [stdout] 363 | ... let y = try!(handle::from_raw(h).eval(&arg[1], id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:376:25 [INFO] [stdout] | [INFO] [stdout] 376 | let u = try!(handle::from_raw(h).eval(a, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:377:25 [INFO] [stdout] | [INFO] [stdout] 377 | let _ = try!(handle::from_raw(h).define(n, &u, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:381:25 [INFO] [stdout] | [INFO] [stdout] 381 | let u = try!(self.get(n, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:388:26 [INFO] [stdout] | [INFO] [stdout] 388 | *u = try!(s2.eval(u, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/exec/i10.rs:398:26 [INFO] [stdout] | [INFO] [stdout] 398 | *u = try!(s2.eval(u, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parse/token.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | // Tokens [INFO] [stdout] 8 | | static ref TOKENS: Vec = vec![r"^[01]+b", // 0 - BOOL [INFO] [stdout] 9 | | r"^0x[a-zA-Z\d]+", // 1 - HEXLIT [INFO] [stdout] ... | [INFO] [stdout] 30 | | .iter().map(|x| Regex::new(x).unwrap()).collect(); [INFO] [stdout] 31 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parse/token.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | // Tokens [INFO] [stdout] 8 | | static ref TOKENS: Vec = vec![r"^[01]+b", // 0 - BOOL [INFO] [stdout] 9 | | r"^0x[a-zA-Z\d]+", // 1 - HEXLIT [INFO] [stdout] ... | [INFO] [stdout] 30 | | .iter().map(|x| Regex::new(x).unwrap()).collect(); [INFO] [stdout] 31 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use alloc::raw_vec::RawVec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | mem: RawVec, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 33 | mem: RawVec::new(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | let mut m = RawVec::with_capacity(capacity * size_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parse/parser.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | / lazy_static! { [INFO] [stdout] 22 | | static ref RE: Regex = Regex::new(r"(\x22(?:[^\x22\x5C\n]|\.)*\x22)|[a-zA-Z]*[ ]+(/.*)|([a-z\d\]\)]-\.?\d+)|.") [INFO] [stdout] 23 | | .unwrap(); [INFO] [stdout] 24 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parse/parser.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | / lazy_static! { [INFO] [stdout] 22 | | static ref RE: Regex = Regex::new(r"(\x22(?:[^\x22\x5C\n]|\.)*\x22)|[a-zA-Z]*[ ]+(/.*)|([a-z\d\]\)]-\.?\d+)|.") [INFO] [stdout] 23 | | .unwrap(); [INFO] [stdout] 24 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parse/token.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | // Tokens [INFO] [stdout] 8 | | static ref TOKENS: Vec = vec![r"^[01]+b", // 0 - BOOL [INFO] [stdout] 9 | | r"^0x[a-zA-Z\d]+", // 1 - HEXLIT [INFO] [stdout] ... | [INFO] [stdout] 30 | | .iter().map(|x| Regex::new(x).unwrap()).collect(); [INFO] [stdout] 31 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parse/token.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | // Tokens [INFO] [stdout] 8 | | static ref TOKENS: Vec = vec![r"^[01]+b", // 0 - BOOL [INFO] [stdout] 9 | | r"^0x[a-zA-Z\d]+", // 1 - HEXLIT [INFO] [stdout] ... | [INFO] [stdout] 30 | | .iter().map(|x| Regex::new(x).unwrap()).collect(); [INFO] [stdout] 31 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use alloc::raw_vec::RawVec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | mem: RawVec, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 33 | mem: RawVec::new(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | let mut m = RawVec::with_capacity(capacity * size_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parse/parser.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | / lazy_static! { [INFO] [stdout] 22 | | static ref RE: Regex = Regex::new(r"(\x22(?:[^\x22\x5C\n]|\.)*\x22)|[a-zA-Z]*[ ]+(/.*)|([a-z\d\]\)]-\.?\d+)|.") [INFO] [stdout] 23 | | .unwrap(); [INFO] [stdout] 24 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parse/parser.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | / lazy_static! { [INFO] [stdout] 22 | | static ref RE: Regex = Regex::new(r"(\x22(?:[^\x22\x5C\n]|\.)*\x22)|[a-zA-Z]*[ ]+(/.*)|([a-z\d\]\)]-\.?\d+)|.") [INFO] [stdout] 23 | | .unwrap(); [INFO] [stdout] 24 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/parse/token.rs:94:24 [INFO] [stdout] | [INFO] [stdout] 94 | let s = self.0.trim_right_matches(pat); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/parse/token.rs:94:24 [INFO] [stdout] | [INFO] [stdout] 94 | let s = self.0.trim_right_matches(pat); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 42 | m.reserve(0, capacity); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:59:52 [INFO] [stdout] | [INFO] [stdout] 59 | unsafe { transmute::<*mut u8, &T>(self.mem.ptr().offset(self.offset(item))) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:64:56 [INFO] [stdout] | [INFO] [stdout] 64 | unsafe { transmute::<*mut u8, &mut T>(self.mem.ptr().offset(self.offset(item))) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:69:52 [INFO] [stdout] | [INFO] [stdout] 69 | unsafe { transmute::<*mut u8, &E>(self.mem.ptr().offset(self.offset(item))) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:74:56 [INFO] [stdout] | [INFO] [stdout] 74 | unsafe { transmute::<*mut u8, &mut E>(self.mem.ptr().offset(self.offset(item))) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:80:52 [INFO] [stdout] | [INFO] [stdout] 80 | unsafe { transmute::<*mut u8, &E>(self.mem.ptr().offset(self.offset(item) + off)) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:86:56 [INFO] [stdout] | [INFO] [stdout] 86 | unsafe { transmute::<*mut u8, &mut E>(self.mem.ptr().offset(self.offset(item) + off)) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:91:56 [INFO] [stdout] | [INFO] [stdout] 91 | unsafe { transmute::<*mut u8, *mut E>(self.mem.ptr().offset(self.offset(item))) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | self.mem.reserve(used, size_of::()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:148:18 [INFO] [stdout] | [INFO] [stdout] 148 | self.mem.reserve(used, size); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:184:18 [INFO] [stdout] | [INFO] [stdout] 184 | self.mem.reserve(used, es); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 42 | m.reserve(0, capacity); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:59:52 [INFO] [stdout] | [INFO] [stdout] 59 | unsafe { transmute::<*mut u8, &T>(self.mem.ptr().offset(self.offset(item))) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:64:56 [INFO] [stdout] | [INFO] [stdout] 64 | unsafe { transmute::<*mut u8, &mut T>(self.mem.ptr().offset(self.offset(item))) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:69:52 [INFO] [stdout] | [INFO] [stdout] 69 | unsafe { transmute::<*mut u8, &E>(self.mem.ptr().offset(self.offset(item))) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:74:56 [INFO] [stdout] | [INFO] [stdout] 74 | unsafe { transmute::<*mut u8, &mut E>(self.mem.ptr().offset(self.offset(item))) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/parse/parser.rs:64:50 [INFO] [stdout] | [INFO] [stdout] 64 | self.text = self.text[x.len()..].trim_left().to_string(); [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:80:52 [INFO] [stdout] | [INFO] [stdout] 80 | unsafe { transmute::<*mut u8, &E>(self.mem.ptr().offset(self.offset(item) + off)) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:86:56 [INFO] [stdout] | [INFO] [stdout] 86 | unsafe { transmute::<*mut u8, &mut E>(self.mem.ptr().offset(self.offset(item) + off)) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:91:56 [INFO] [stdout] | [INFO] [stdout] 91 | unsafe { transmute::<*mut u8, *mut E>(self.mem.ptr().offset(self.offset(item))) } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | self.mem.reserve(used, size_of::()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:148:18 [INFO] [stdout] | [INFO] [stdout] 148 | self.mem.reserve(used, size); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/parse/arena.rs:184:18 [INFO] [stdout] | [INFO] [stdout] 184 | self.mem.reserve(used, es); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/parse/parser.rs:64:50 [INFO] [stdout] | [INFO] [stdout] 64 | self.text = self.text[x.len()..].trim_left().to_string(); [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `k` [INFO] [stdout] error: aborting due to 15 previous errors; 95 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [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: aborting due to 15 previous errors; 95 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c3bbf8ce1c228cf55b3d125fe3755af30a4a4907c94f9b8e83828404b3791718", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3bbf8ce1c228cf55b3d125fe3755af30a4a4907c94f9b8e83828404b3791718", kill_on_drop: false }` [INFO] [stdout] c3bbf8ce1c228cf55b3d125fe3755af30a4a4907c94f9b8e83828404b3791718