[INFO] fetching crate atoms 2.2.3... [INFO] testing atoms-2.2.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate atoms 2.2.3 into /workspace/builds/worker-20/source [INFO] validating manifest of crates.io crate atoms 2.2.3 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate atoms 2.2.3 [INFO] finished tweaking crates.io crate atoms 2.2.3 [INFO] tweaked toml for crates.io crate atoms 2.2.3 written to /workspace/builds/worker-20/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8ea28404e39a2f6618d82ac5f2e3caf1c7c5da2b6dbb226ca5ef8a0a80bef0de [INFO] running `Command { std: "docker" "start" "-a" "8ea28404e39a2f6618d82ac5f2e3caf1c7c5da2b6dbb226ca5ef8a0a80bef0de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ea28404e39a2f6618d82ac5f2e3caf1c7c5da2b6dbb226ca5ef8a0a80bef0de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ea28404e39a2f6618d82ac5f2e3caf1c7c5da2b6dbb226ca5ef8a0a80bef0de", kill_on_drop: false }` [INFO] [stdout] 8ea28404e39a2f6618d82ac5f2e3caf1c7c5da2b6dbb226ca5ef8a0a80bef0de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 979f8ecf7ad863a2818bb208eab82a8b259524eacfee02bb20721cb5d2221482 [INFO] running `Command { std: "docker" "start" "-a" "979f8ecf7ad863a2818bb208eab82a8b259524eacfee02bb20721cb5d2221482", kill_on_drop: false }` [INFO] [stderr] Compiling unescape v0.1.0 [INFO] [stderr] Compiling atoms v2.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:584:5 [INFO] [stdout] | [INFO] [stdout] 584 | try!(write!(f, "{}", left)); [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/value.rs:580:9 [INFO] [stdout] | [INFO] [stdout] 580 | try!(write!(f, "(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:590:13 [INFO] [stdout] | [INFO] [stdout] 590 | try!(write!(f, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:738:5 [INFO] [stdout] | [INFO] [stdout] 738 | try!(write!(f, "{}", left)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:734:9 [INFO] [stdout] | [INFO] [stdout] 734 | try!(write!(f, "(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:744:13 [INFO] [stdout] | [INFO] [stdout] 744 | 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.rs:180:9 [INFO] [stdout] | [INFO] [stdout] 180 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:209:9 [INFO] [stdout] | [INFO] [stdout] 209 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:214:9 [INFO] [stdout] | [INFO] [stdout] 214 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:211:22 [INFO] [stdout] | [INFO] [stdout] 211 | let result = 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/parse.rs:216:26 [INFO] [stdout] | [INFO] [stdout] 216 | if let Some(_) = try!(self.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:259:13 [INFO] [stdout] | [INFO] [stdout] 259 | try!(self.extend_buffer()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | try!(self.extend_buffer()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:312:9 [INFO] [stdout] | [INFO] [stdout] 312 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:321:27 [INFO] [stdout] | [INFO] [stdout] 321 | if let Some(&c) = try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:327:21 [INFO] [stdout] | [INFO] [stdout] 327 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:332:21 [INFO] [stdout] | [INFO] [stdout] 332 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:337:21 [INFO] [stdout] | [INFO] [stdout] 337 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:342:21 [INFO] [stdout] | [INFO] [stdout] 342 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:343:36 [INFO] [stdout] | [INFO] [stdout] 343 | Ok(Value::data(try!(self.parse_immediate()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:346:21 [INFO] [stdout] | [INFO] [stdout] 346 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:347:36 [INFO] [stdout] | [INFO] [stdout] 347 | Ok(Value::data(try!(self.parse_immediate()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:350:21 [INFO] [stdout] | [INFO] [stdout] 350 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:351:36 [INFO] [stdout] | [INFO] [stdout] 351 | Ok(Value::code(try!(self.parse_immediate()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:365:20 [INFO] [stdout] | [INFO] [stdout] 365 | let left = try!(cons_side!(self, {self.parse_immediate()}, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | try!($me.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | let left = try!(cons_side!(self, {self.parse_immediate()}, [INFO] [stdout] | _________________________- [INFO] [stdout] 366 | | ')' => { [INFO] [stdout] 367 | | try!(self.next()); [INFO] [stdout] 368 | | return Ok(Value::Nil) [INFO] [stdout] 369 | | } [INFO] [stdout] 370 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | if let Some(&c) = try!($me.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | let left = try!(cons_side!(self, {self.parse_immediate()}, [INFO] [stdout] | _________________________- [INFO] [stdout] 366 | | ')' => { [INFO] [stdout] 367 | | try!(self.next()); [INFO] [stdout] 368 | | return Ok(Value::Nil) [INFO] [stdout] 369 | | } [INFO] [stdout] 370 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:367:17 [INFO] [stdout] | [INFO] [stdout] 367 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:373:21 [INFO] [stdout] | [INFO] [stdout] 373 | let right = try!(cons_side!(self, {self.parse_cons()}, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | try!($me.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 373 | let right = try!(cons_side!(self, {self.parse_cons()}, [INFO] [stdout] | __________________________- [INFO] [stdout] 374 | | // Nil if immediate close [INFO] [stdout] 375 | | ')' => { [INFO] [stdout] 376 | | try!(self.next()); [INFO] [stdout] ... | [INFO] [stdout] 383 | | } [INFO] [stdout] 384 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | if let Some(&c) = try!($me.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 373 | let right = try!(cons_side!(self, {self.parse_cons()}, [INFO] [stdout] | __________________________- [INFO] [stdout] 374 | | // Nil if immediate close [INFO] [stdout] 375 | | ')' => { [INFO] [stdout] 376 | | try!(self.next()); [INFO] [stdout] ... | [INFO] [stdout] 383 | | } [INFO] [stdout] 384 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:376:17 [INFO] [stdout] | [INFO] [stdout] 376 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:390:24 [INFO] [stdout] | [INFO] [stdout] 390 | let next_val = try!(self.unescape_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:394:13 [INFO] [stdout] | [INFO] [stdout] 394 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:398:13 [INFO] [stdout] | [INFO] [stdout] 398 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | try!($me.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 395 | let value = cons_err!(self, [INFO] [stdout] | _________________________- [INFO] [stdout] 396 | | ')' => ConsWithoutRight [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:37:27 [INFO] [stdout] | [INFO] [stdout] 37 | if let Some(&c) = try!($me.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 395 | let value = cons_err!(self, [INFO] [stdout] | _________________________- [INFO] [stdout] 396 | | ')' => ConsWithoutRight [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:399:30 [INFO] [stdout] | [INFO] [stdout] 399 | if let Some(c) = try!(self.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:411:17 [INFO] [stdout] | [INFO] [stdout] 411 | try!(self.value_from_string(&next_val)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:412:17 [INFO] [stdout] | [INFO] [stdout] 412 | try!(self.parse_cons()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:425:36 [INFO] [stdout] | [INFO] [stdout] 425 | while let Some(&preview) = try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:427:25 [INFO] [stdout] | [INFO] [stdout] 427 | let c = try!(self.next()).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:429:41 [INFO] [stdout] | [INFO] [stdout] 429 | if let Some(follower) = try!(self.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:437:25 [INFO] [stdout] | [INFO] [stdout] 437 | let c = try!(self.next()).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:455:9 [INFO] [stdout] | [INFO] [stdout] 455 | try!(self.next()).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:458:24 [INFO] [stdout] | [INFO] [stdout] 458 | let unquoted = try!(self.extract_delimited(&(|c| c == '"'), false)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:461:9 [INFO] [stdout] | [INFO] [stdout] 461 | try!(self.next()).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:463:26 [INFO] [stdout] | [INFO] [stdout] 463 | Ok(Value::string(try!(self.parse_text(&unquoted)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:470:20 [INFO] [stdout] | [INFO] [stdout] 470 | let text = try!(self.extract_delimited(&default_delimit, true)).escape_special(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:489:20 [INFO] [stdout] | [INFO] [stdout] 489 | let text = try!(self.unescape_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:523:30 [INFO] [stdout] | [INFO] [stdout] 523 | while let Some(&c) = try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:525:17 [INFO] [stdout] | [INFO] [stdout] 525 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:538:29 [INFO] [stdout] | [INFO] [stdout] 538 | while let Some(c) = try!(self.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:549:9 [INFO] [stdout] | [INFO] [stdout] 549 | try!(self.consume_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:550:30 [INFO] [stdout] | [INFO] [stdout] 550 | while let Some(&c) = try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:552:17 [INFO] [stdout] | [INFO] [stdout] 552 | try!(self.consume_line()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:554:17 [INFO] [stdout] | [INFO] [stdout] 554 | try!(self.consume_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/value.rs:597:25 [INFO] [stdout] | [INFO] [stdout] 597 | fn escape_string(text: &AsRef) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 597 - fn escape_string(text: &AsRef) -> String { [INFO] [stdout] 597 + fn escape_string(text: &dyn AsRef) -> String { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/value.rs:613:25 [INFO] [stdout] | [INFO] [stdout] 613 | fn escape_symbol(text: &AsRef) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 613 - fn escape_symbol(text: &AsRef) -> String { [INFO] [stdout] 613 + fn escape_symbol(text: &dyn AsRef) -> String { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new<'b>(source: &'b AsRef<[u8]>) -> Parser<&'b [u8]> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 91 - pub fn new<'b>(source: &'b AsRef<[u8]>) -> Parser<&'b [u8]> { [INFO] [stdout] 91 + pub fn new<'b>(source: &'b dyn AsRef<[u8]>) -> Parser<&'b [u8]> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:420:49 [INFO] [stdout] | [INFO] [stdout] 420 | fn extract_delimited(&mut self, delimiter: &Fn(char) -> bool, allow_eof: bool) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 420 - fn extract_delimited(&mut self, delimiter: &Fn(char) -> bool, allow_eof: bool) [INFO] [stdout] 420 + fn extract_delimited(&mut self, delimiter: &dyn Fn(char) -> bool, allow_eof: bool) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:477:34 [INFO] [stdout] | [INFO] [stdout] 477 | fn parse_text(&mut self, s: &AsRef) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 477 - fn parse_text(&mut self, s: &AsRef) -> ParseResult { [INFO] [stdout] 477 + fn parse_text(&mut self, s: &dyn AsRef) -> ParseResult { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:155:32 [INFO] [stdout] | [INFO] [stdout] 155 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 155 - fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] 155 + fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:174:65 [INFO] [stdout] | [INFO] [stdout] 174 | write!(f, "{}:{}: {}", self.line(), self.column(), self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 64 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.21s [INFO] running `Command { std: "docker" "inspect" "979f8ecf7ad863a2818bb208eab82a8b259524eacfee02bb20721cb5d2221482", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "979f8ecf7ad863a2818bb208eab82a8b259524eacfee02bb20721cb5d2221482", kill_on_drop: false }` [INFO] [stdout] 979f8ecf7ad863a2818bb208eab82a8b259524eacfee02bb20721cb5d2221482 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b1ef2bb8ed4f7733a2f012087ca569f97f8c883ca78a4268299a9e2c82b7c67 [INFO] running `Command { std: "docker" "start" "-a" "4b1ef2bb8ed4f7733a2f012087ca569f97f8c883ca78a4268299a9e2c82b7c67", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:584:5 [INFO] [stdout] | [INFO] [stdout] 584 | try!(write!(f, "{}", left)); [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/value.rs:580:9 [INFO] [stdout] | [INFO] [stdout] 580 | try!(write!(f, "(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:590:13 [INFO] [stdout] | [INFO] [stdout] 590 | try!(write!(f, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:738:5 [INFO] [stdout] | [INFO] [stdout] 738 | try!(write!(f, "{}", left)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:734:9 [INFO] [stdout] | [INFO] [stdout] 734 | try!(write!(f, "(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:744:13 [INFO] [stdout] | [INFO] [stdout] 744 | 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.rs:180:9 [INFO] [stdout] | [INFO] [stdout] 180 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:209:9 [INFO] [stdout] | [INFO] [stdout] 209 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:214:9 [INFO] [stdout] | [INFO] [stdout] 214 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:211:22 [INFO] [stdout] | [INFO] [stdout] 211 | let result = 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/parse.rs:216:26 [INFO] [stdout] | [INFO] [stdout] 216 | if let Some(_) = try!(self.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:259:13 [INFO] [stdout] | [INFO] [stdout] 259 | try!(self.extend_buffer()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | try!(self.extend_buffer()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:312:9 [INFO] [stdout] | [INFO] [stdout] 312 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:321:27 [INFO] [stdout] | [INFO] [stdout] 321 | if let Some(&c) = try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:327:21 [INFO] [stdout] | [INFO] [stdout] 327 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:332:21 [INFO] [stdout] | [INFO] [stdout] 332 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:337:21 [INFO] [stdout] | [INFO] [stdout] 337 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:342:21 [INFO] [stdout] | [INFO] [stdout] 342 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:343:36 [INFO] [stdout] | [INFO] [stdout] 343 | Ok(Value::data(try!(self.parse_immediate()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:346:21 [INFO] [stdout] | [INFO] [stdout] 346 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:347:36 [INFO] [stdout] | [INFO] [stdout] 347 | Ok(Value::data(try!(self.parse_immediate()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:350:21 [INFO] [stdout] | [INFO] [stdout] 350 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:351:36 [INFO] [stdout] | [INFO] [stdout] 351 | Ok(Value::code(try!(self.parse_immediate()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:365:20 [INFO] [stdout] | [INFO] [stdout] 365 | let left = try!(cons_side!(self, {self.parse_immediate()}, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | try!($me.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | let left = try!(cons_side!(self, {self.parse_immediate()}, [INFO] [stdout] | _________________________- [INFO] [stdout] 366 | | ')' => { [INFO] [stdout] 367 | | try!(self.next()); [INFO] [stdout] 368 | | return Ok(Value::Nil) [INFO] [stdout] 369 | | } [INFO] [stdout] 370 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | if let Some(&c) = try!($me.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | let left = try!(cons_side!(self, {self.parse_immediate()}, [INFO] [stdout] | _________________________- [INFO] [stdout] 366 | | ')' => { [INFO] [stdout] 367 | | try!(self.next()); [INFO] [stdout] 368 | | return Ok(Value::Nil) [INFO] [stdout] 369 | | } [INFO] [stdout] 370 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:367:17 [INFO] [stdout] | [INFO] [stdout] 367 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:373:21 [INFO] [stdout] | [INFO] [stdout] 373 | let right = try!(cons_side!(self, {self.parse_cons()}, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | try!($me.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 373 | let right = try!(cons_side!(self, {self.parse_cons()}, [INFO] [stdout] | __________________________- [INFO] [stdout] 374 | | // Nil if immediate close [INFO] [stdout] 375 | | ')' => { [INFO] [stdout] 376 | | try!(self.next()); [INFO] [stdout] ... | [INFO] [stdout] 383 | | } [INFO] [stdout] 384 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | if let Some(&c) = try!($me.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 373 | let right = try!(cons_side!(self, {self.parse_cons()}, [INFO] [stdout] | __________________________- [INFO] [stdout] 374 | | // Nil if immediate close [INFO] [stdout] 375 | | ')' => { [INFO] [stdout] 376 | | try!(self.next()); [INFO] [stdout] ... | [INFO] [stdout] 383 | | } [INFO] [stdout] 384 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:376:17 [INFO] [stdout] | [INFO] [stdout] 376 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:390:24 [INFO] [stdout] | [INFO] [stdout] 390 | let next_val = try!(self.unescape_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling atoms v2.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:394:13 [INFO] [stdout] | [INFO] [stdout] 394 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:398:13 [INFO] [stdout] | [INFO] [stdout] 398 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | try!($me.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 395 | let value = cons_err!(self, [INFO] [stdout] | _________________________- [INFO] [stdout] 396 | | ')' => ConsWithoutRight [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:37:27 [INFO] [stdout] | [INFO] [stdout] 37 | if let Some(&c) = try!($me.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 395 | let value = cons_err!(self, [INFO] [stdout] | _________________________- [INFO] [stdout] 396 | | ')' => ConsWithoutRight [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:399:30 [INFO] [stdout] | [INFO] [stdout] 399 | if let Some(c) = try!(self.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:411:17 [INFO] [stdout] | [INFO] [stdout] 411 | try!(self.value_from_string(&next_val)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:412:17 [INFO] [stdout] | [INFO] [stdout] 412 | try!(self.parse_cons()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:425:36 [INFO] [stdout] | [INFO] [stdout] 425 | while let Some(&preview) = try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:427:25 [INFO] [stdout] | [INFO] [stdout] 427 | let c = try!(self.next()).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:429:41 [INFO] [stdout] | [INFO] [stdout] 429 | if let Some(follower) = try!(self.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:437:25 [INFO] [stdout] | [INFO] [stdout] 437 | let c = try!(self.next()).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:455:9 [INFO] [stdout] | [INFO] [stdout] 455 | try!(self.next()).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:458:24 [INFO] [stdout] | [INFO] [stdout] 458 | let unquoted = try!(self.extract_delimited(&(|c| c == '"'), false)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:461:9 [INFO] [stdout] | [INFO] [stdout] 461 | try!(self.next()).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:463:26 [INFO] [stdout] | [INFO] [stdout] 463 | Ok(Value::string(try!(self.parse_text(&unquoted)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:470:20 [INFO] [stdout] | [INFO] [stdout] 470 | let text = try!(self.extract_delimited(&default_delimit, true)).escape_special(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:489:20 [INFO] [stdout] | [INFO] [stdout] 489 | let text = try!(self.unescape_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:523:30 [INFO] [stdout] | [INFO] [stdout] 523 | while let Some(&c) = try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:525:17 [INFO] [stdout] | [INFO] [stdout] 525 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:538:29 [INFO] [stdout] | [INFO] [stdout] 538 | while let Some(c) = try!(self.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:549:9 [INFO] [stdout] | [INFO] [stdout] 549 | try!(self.consume_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:550:30 [INFO] [stdout] | [INFO] [stdout] 550 | while let Some(&c) = try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:552:17 [INFO] [stdout] | [INFO] [stdout] 552 | try!(self.consume_line()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:554:17 [INFO] [stdout] | [INFO] [stdout] 554 | try!(self.consume_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/value.rs:597:25 [INFO] [stdout] | [INFO] [stdout] 597 | fn escape_string(text: &AsRef) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 597 - fn escape_string(text: &AsRef) -> String { [INFO] [stdout] 597 + fn escape_string(text: &dyn AsRef) -> String { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/value.rs:613:25 [INFO] [stdout] | [INFO] [stdout] 613 | fn escape_symbol(text: &AsRef) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 613 - fn escape_symbol(text: &AsRef) -> String { [INFO] [stdout] 613 + fn escape_symbol(text: &dyn AsRef) -> String { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new<'b>(source: &'b AsRef<[u8]>) -> Parser<&'b [u8]> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 91 - pub fn new<'b>(source: &'b AsRef<[u8]>) -> Parser<&'b [u8]> { [INFO] [stdout] 91 + pub fn new<'b>(source: &'b dyn AsRef<[u8]>) -> Parser<&'b [u8]> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:420:49 [INFO] [stdout] | [INFO] [stdout] 420 | fn extract_delimited(&mut self, delimiter: &Fn(char) -> bool, allow_eof: bool) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 420 - fn extract_delimited(&mut self, delimiter: &Fn(char) -> bool, allow_eof: bool) [INFO] [stdout] 420 + fn extract_delimited(&mut self, delimiter: &dyn Fn(char) -> bool, allow_eof: bool) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:477:34 [INFO] [stdout] | [INFO] [stdout] 477 | fn parse_text(&mut self, s: &AsRef) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 477 - fn parse_text(&mut self, s: &AsRef) -> ParseResult { [INFO] [stdout] 477 + fn parse_text(&mut self, s: &dyn AsRef) -> ParseResult { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:155:32 [INFO] [stdout] | [INFO] [stdout] 155 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 155 - fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] 155 + fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:174:65 [INFO] [stdout] | [INFO] [stdout] 174 | write!(f, "{}:{}: {}", self.line(), self.column(), self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 64 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:584:5 [INFO] [stdout] | [INFO] [stdout] 584 | try!(write!(f, "{}", left)); [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/value.rs:580:9 [INFO] [stdout] | [INFO] [stdout] 580 | try!(write!(f, "(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:590:13 [INFO] [stdout] | [INFO] [stdout] 590 | try!(write!(f, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:738:5 [INFO] [stdout] | [INFO] [stdout] 738 | try!(write!(f, "{}", left)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:734:9 [INFO] [stdout] | [INFO] [stdout] 734 | try!(write!(f, "(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/value.rs:744:13 [INFO] [stdout] | [INFO] [stdout] 744 | 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.rs:180:9 [INFO] [stdout] | [INFO] [stdout] 180 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:209:9 [INFO] [stdout] | [INFO] [stdout] 209 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:214:9 [INFO] [stdout] | [INFO] [stdout] 214 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:211:22 [INFO] [stdout] | [INFO] [stdout] 211 | let result = 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/parse.rs:216:26 [INFO] [stdout] | [INFO] [stdout] 216 | if let Some(_) = try!(self.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:259:13 [INFO] [stdout] | [INFO] [stdout] 259 | try!(self.extend_buffer()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | try!(self.extend_buffer()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:312:9 [INFO] [stdout] | [INFO] [stdout] 312 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:321:27 [INFO] [stdout] | [INFO] [stdout] 321 | if let Some(&c) = try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:327:21 [INFO] [stdout] | [INFO] [stdout] 327 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:332:21 [INFO] [stdout] | [INFO] [stdout] 332 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:337:21 [INFO] [stdout] | [INFO] [stdout] 337 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:342:21 [INFO] [stdout] | [INFO] [stdout] 342 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:343:36 [INFO] [stdout] | [INFO] [stdout] 343 | Ok(Value::data(try!(self.parse_immediate()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:346:21 [INFO] [stdout] | [INFO] [stdout] 346 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:347:36 [INFO] [stdout] | [INFO] [stdout] 347 | Ok(Value::data(try!(self.parse_immediate()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:350:21 [INFO] [stdout] | [INFO] [stdout] 350 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:351:36 [INFO] [stdout] | [INFO] [stdout] 351 | Ok(Value::code(try!(self.parse_immediate()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:365:20 [INFO] [stdout] | [INFO] [stdout] 365 | let left = try!(cons_side!(self, {self.parse_immediate()}, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | try!($me.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | let left = try!(cons_side!(self, {self.parse_immediate()}, [INFO] [stdout] | _________________________- [INFO] [stdout] 366 | | ')' => { [INFO] [stdout] 367 | | try!(self.next()); [INFO] [stdout] 368 | | return Ok(Value::Nil) [INFO] [stdout] 369 | | } [INFO] [stdout] 370 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | if let Some(&c) = try!($me.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | let left = try!(cons_side!(self, {self.parse_immediate()}, [INFO] [stdout] | _________________________- [INFO] [stdout] 366 | | ')' => { [INFO] [stdout] 367 | | try!(self.next()); [INFO] [stdout] 368 | | return Ok(Value::Nil) [INFO] [stdout] 369 | | } [INFO] [stdout] 370 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:367:17 [INFO] [stdout] | [INFO] [stdout] 367 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:373:21 [INFO] [stdout] | [INFO] [stdout] 373 | let right = try!(cons_side!(self, {self.parse_cons()}, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | try!($me.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 373 | let right = try!(cons_side!(self, {self.parse_cons()}, [INFO] [stdout] | __________________________- [INFO] [stdout] 374 | | // Nil if immediate close [INFO] [stdout] 375 | | ')' => { [INFO] [stdout] 376 | | try!(self.next()); [INFO] [stdout] ... | [INFO] [stdout] 383 | | } [INFO] [stdout] 384 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | if let Some(&c) = try!($me.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 373 | let right = try!(cons_side!(self, {self.parse_cons()}, [INFO] [stdout] | __________________________- [INFO] [stdout] 374 | | // Nil if immediate close [INFO] [stdout] 375 | | ')' => { [INFO] [stdout] 376 | | try!(self.next()); [INFO] [stdout] ... | [INFO] [stdout] 383 | | } [INFO] [stdout] 384 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:376:17 [INFO] [stdout] | [INFO] [stdout] 376 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:390:24 [INFO] [stdout] | [INFO] [stdout] 390 | let next_val = try!(self.unescape_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:394:13 [INFO] [stdout] | [INFO] [stdout] 394 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:398:13 [INFO] [stdout] | [INFO] [stdout] 398 | try!(self.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | try!($me.consume_comments()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 395 | let value = cons_err!(self, [INFO] [stdout] | _________________________- [INFO] [stdout] 396 | | ')' => ConsWithoutRight [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:37:27 [INFO] [stdout] | [INFO] [stdout] 37 | if let Some(&c) = try!($me.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 395 | let value = cons_err!(self, [INFO] [stdout] | _________________________- [INFO] [stdout] 396 | | ')' => ConsWithoutRight [INFO] [stdout] 397 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cons_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:399:30 [INFO] [stdout] | [INFO] [stdout] 399 | if let Some(c) = try!(self.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:411:17 [INFO] [stdout] | [INFO] [stdout] 411 | try!(self.value_from_string(&next_val)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:412:17 [INFO] [stdout] | [INFO] [stdout] 412 | try!(self.parse_cons()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:425:36 [INFO] [stdout] | [INFO] [stdout] 425 | while let Some(&preview) = try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:427:25 [INFO] [stdout] | [INFO] [stdout] 427 | let c = try!(self.next()).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:429:41 [INFO] [stdout] | [INFO] [stdout] 429 | if let Some(follower) = try!(self.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:437:25 [INFO] [stdout] | [INFO] [stdout] 437 | let c = try!(self.next()).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:455:9 [INFO] [stdout] | [INFO] [stdout] 455 | try!(self.next()).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:458:24 [INFO] [stdout] | [INFO] [stdout] 458 | let unquoted = try!(self.extract_delimited(&(|c| c == '"'), false)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:461:9 [INFO] [stdout] | [INFO] [stdout] 461 | try!(self.next()).unwrap(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:463:26 [INFO] [stdout] | [INFO] [stdout] 463 | Ok(Value::string(try!(self.parse_text(&unquoted)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:470:20 [INFO] [stdout] | [INFO] [stdout] 470 | let text = try!(self.extract_delimited(&default_delimit, true)).escape_special(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:489:20 [INFO] [stdout] | [INFO] [stdout] 489 | let text = try!(self.unescape_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:523:30 [INFO] [stdout] | [INFO] [stdout] 523 | while let Some(&c) = try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:525:17 [INFO] [stdout] | [INFO] [stdout] 525 | try!(self.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:538:29 [INFO] [stdout] | [INFO] [stdout] 538 | while let Some(c) = try!(self.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:549:9 [INFO] [stdout] | [INFO] [stdout] 549 | try!(self.consume_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:550:30 [INFO] [stdout] | [INFO] [stdout] 550 | while let Some(&c) = try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:552:17 [INFO] [stdout] | [INFO] [stdout] 552 | try!(self.consume_line()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:554:17 [INFO] [stdout] | [INFO] [stdout] 554 | try!(self.consume_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/value.rs:948:18 [INFO] [stdout] | [INFO] [stdout] 948 | $t::nil(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:762:9 [INFO] [stdout] | [INFO] [stdout] 762 | s_tree!(StringValue: (((())))) [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `s_tree` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/value.rs:597:25 [INFO] [stdout] | [INFO] [stdout] 597 | fn escape_string(text: &AsRef) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 597 - fn escape_string(text: &AsRef) -> String { [INFO] [stdout] 597 + fn escape_string(text: &dyn AsRef) -> String { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/value.rs:613:25 [INFO] [stdout] | [INFO] [stdout] 613 | fn escape_symbol(text: &AsRef) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 613 - fn escape_symbol(text: &AsRef) -> String { [INFO] [stdout] 613 + fn escape_symbol(text: &dyn AsRef) -> String { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new<'b>(source: &'b AsRef<[u8]>) -> Parser<&'b [u8]> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 91 - pub fn new<'b>(source: &'b AsRef<[u8]>) -> Parser<&'b [u8]> { [INFO] [stdout] 91 + pub fn new<'b>(source: &'b dyn AsRef<[u8]>) -> Parser<&'b [u8]> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:420:49 [INFO] [stdout] | [INFO] [stdout] 420 | fn extract_delimited(&mut self, delimiter: &Fn(char) -> bool, allow_eof: bool) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 420 - fn extract_delimited(&mut self, delimiter: &Fn(char) -> bool, allow_eof: bool) [INFO] [stdout] 420 + fn extract_delimited(&mut self, delimiter: &dyn Fn(char) -> bool, allow_eof: bool) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:477:34 [INFO] [stdout] | [INFO] [stdout] 477 | fn parse_text(&mut self, s: &AsRef) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 477 - fn parse_text(&mut self, s: &AsRef) -> ParseResult { [INFO] [stdout] 477 + fn parse_text(&mut self, s: &dyn AsRef) -> ParseResult { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:155:32 [INFO] [stdout] | [INFO] [stdout] 155 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 155 - fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] 155 + fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:174:65 [INFO] [stdout] | [INFO] [stdout] 174 | write!(f, "{}:{}: {}", self.line(), self.column(), self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 65 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.02s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/atoms-a29da67dcab74958) [INFO] running `Command { std: "docker" "inspect" "4b1ef2bb8ed4f7733a2f012087ca569f97f8c883ca78a4268299a9e2c82b7c67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b1ef2bb8ed4f7733a2f012087ca569f97f8c883ca78a4268299a9e2c82b7c67", kill_on_drop: false }` [INFO] [stdout] 4b1ef2bb8ed4f7733a2f012087ca569f97f8c883ca78a4268299a9e2c82b7c67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 44bfcdd8e95e57cda686a6027bf62f556650484f60e8ca3feab57b59ddec9967 [INFO] running `Command { std: "docker" "start" "-a" "44bfcdd8e95e57cda686a6027bf62f556650484f60e8ca3feab57b59ddec9967", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/value.rs:584:5 [INFO] [stderr] | [INFO] [stderr] 584 | try!(write!(f, "{}", left)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/value.rs:580:9 [INFO] [stderr] | [INFO] [stderr] 580 | try!(write!(f, "(")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/value.rs:590:13 [INFO] [stderr] | [INFO] [stderr] 590 | try!(write!(f, " ")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/value.rs:738:5 [INFO] [stderr] | [INFO] [stderr] 738 | try!(write!(f, "{}", left)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/value.rs:734:9 [INFO] [stderr] | [INFO] [stderr] 734 | try!(write!(f, "(")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/value.rs:744:13 [INFO] [stderr] | [INFO] [stderr] 744 | try!(write!(f, " ")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] running 21 tests [INFO] [stderr] --> src/parse.rs:180:9 [INFO] [stderr] | [INFO] [stderr] 180 | try!(self.consume_comments()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:209:9 [INFO] [stderr] | [INFO] [stderr] 209 | try!(self.consume_comments()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:214:9 [INFO] [stderr] | [INFO] [stderr] 214 | try!(self.consume_comments()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:211:22 [INFO] [stderr] | [INFO] [stderr] 211 | let result = try!(self.parse_expression()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:216:26 [INFO] [stderr] | [INFO] [stderr] 216 | if let Some(_) = try!(self.next()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:259:13 [INFO] [stderr] | [INFO] [stderr] 259 | try!(self.extend_buffer()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:270:13 [INFO] [stderr] | [INFO] [stderr] 270 | try!(self.extend_buffer()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:312:9 [INFO] [stderr] | [INFO] [stderr] 312 | try!(self.consume_comments()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:321:27 [INFO] [stderr] | [INFO] [stderr] 321 | if let Some(&c) = try!(self.peek()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:327:21 [INFO] [stderr] | [INFO] [stderr] 327 | try!(self.next()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:332:21 [INFO] [stderr] | [INFO] [stderr] 332 | try!(self.next()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:337:21 [INFO] [stderr] | [INFO] [stderr] 337 | try!(self.next()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:342:21 [INFO] [stderr] | [INFO] [stderr] 342 | try!(self.next()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:343:36 [INFO] [stderr] | [INFO] [stderr] 343 | Ok(Value::data(try!(self.parse_immediate()))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:346:21 [INFO] [stderr] | [INFO] [stderr] 346 | try!(self.next()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:347:36 [INFO] [stderr] | [INFO] [stderr] 347 | Ok(Value::data(try!(self.parse_immediate()))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:350:21 [INFO] [stderr] | [INFO] [stderr] 350 | try!(self.next()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:351:36 [INFO] [stderr] | [INFO] [stderr] 351 | Ok(Value::code(try!(self.parse_immediate()))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:365:20 [INFO] [stderr] | [INFO] [stderr] 365 | let left = try!(cons_side!(self, {self.parse_immediate()}, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | try!($me.consume_comments()); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 365 | let left = try!(cons_side!(self, {self.parse_immediate()}, [INFO] [stderr] | _________________________- [INFO] [stderr] 366 | | ')' => { [INFO] [stderr] 367 | | try!(self.next()); [INFO] [stderr] 368 | | return Ok(Value::Nil) [INFO] [stderr] 369 | | } [INFO] [stderr] 370 | | )); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:23:27 [INFO] [stderr] | [INFO] [stderr] 23 | if let Some(&c) = try!($me.peek()) { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 365 | let left = try!(cons_side!(self, {self.parse_immediate()}, [INFO] [stderr] | _________________________- [INFO] [stderr] 366 | | ')' => { [INFO] [stderr] 367 | | try!(self.next()); [INFO] [stderr] 368 | | return Ok(Value::Nil) [INFO] [stderr] 369 | | } [INFO] [stderr] 370 | | )); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:367:17 [INFO] [stderr] | [INFO] [stderr] 367 | try!(self.next()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:373:21 [INFO] [stderr] | [INFO] [stderr] 373 | let right = try!(cons_side!(self, {self.parse_cons()}, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | try!($me.consume_comments()); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 373 | let right = try!(cons_side!(self, {self.parse_cons()}, [INFO] [stderr] | __________________________- [INFO] [stderr] 374 | | // Nil if immediate close [INFO] [stderr] 375 | | ')' => { [INFO] [stderr] 376 | | try!(self.next()); [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | )); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:23:27 [INFO] [stderr] | [INFO] [stderr] 23 | if let Some(&c) = try!($me.peek()) { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 373 | let right = try!(cons_side!(self, {self.parse_cons()}, [INFO] [stderr] | __________________________- [INFO] [stderr] 374 | | // Nil if immediate close [INFO] [stderr] 375 | | ')' => { [INFO] [stderr] 376 | | try!(self.next()); [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | )); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `cons_side` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:376:17 [INFO] [stderr] | [INFO] [stderr] 376 | try!(self.next()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:390:24 [INFO] [stderr] | [INFO] [stderr] 390 | let next_val = try!(self.unescape_value()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:394:13 [INFO] [stderr] | [INFO] [stderr] 394 | try!(self.consume_comments()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:398:13 [INFO] [stderr] | [INFO] [stderr] 398 | try!(self.consume_comments()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | try!($me.consume_comments()); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 395 | let value = cons_err!(self, [INFO] [stderr] | _________________________- [INFO] [stderr] 396 | | ')' => ConsWithoutRight [INFO] [stderr] 397 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `cons_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:37:27 [INFO] [stderr] | [INFO] [stderr] 37 | if let Some(&c) = try!($me.peek()) { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 395 | let value = cons_err!(self, [INFO] [stderr] | _________________________- [INFO] [stderr] 396 | | ')' => ConsWithoutRight [INFO] [stderr] 397 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `cons_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:399:30 [INFO] [stderr] | [INFO] [stderr] 399 | if let Some(c) = try!(self.next()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:411:17 [INFO] [stderr] | [INFO] [stderr] 411 | try!(self.value_from_string(&next_val)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:412:17 [INFO] [stderr] | [INFO] [stderr] 412 | try!(self.parse_cons()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:425:36 [INFO] [stderr] | [INFO] [stderr] 425 | while let Some(&preview) = try!(self.peek()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:427:25 [INFO] [stderr] | [INFO] [stderr] 427 | let c = try!(self.next()).unwrap(); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:429:41 [INFO] [stderr] | [INFO] [stderr] 429 | if let Some(follower) = try!(self.next()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:437:25 [INFO] [stderr] | [INFO] [stderr] 437 | let c = try!(self.next()).unwrap(); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:455:9 [INFO] [stderr] | [INFO] [stderr] 455 | try!(self.next()).unwrap(); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:458:24 [INFO] [stderr] | [INFO] [stderr] 458 | let unquoted = try!(self.extract_delimited(&(|c| c == '"'), false)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:461:9 [INFO] [stderr] | [INFO] [stderr] 461 | try!(self.next()).unwrap(); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:463:26 [INFO] [stderr] | [INFO] [stderr] 463 | Ok(Value::string(try!(self.parse_text(&unquoted)))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:470:20 [INFO] [stderr] | [INFO] [stderr] 470 | let text = try!(self.extract_delimited(&default_delimit, true)).escape_special(); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:489:20 [INFO] [stderr] | [INFO] [stderr] 489 | let text = try!(self.unescape_value()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:523:30 [INFO] [stderr] | [INFO] [stderr] 523 | while let Some(&c) = try!(self.peek()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:525:17 [INFO] [stderr] | [INFO] [stderr] 525 | try!(self.next()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:538:29 [INFO] [stderr] | [INFO] [stderr] 538 | while let Some(c) = try!(self.next()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:549:9 [INFO] [stderr] | [INFO] [stderr] 549 | try!(self.consume_whitespace()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:550:30 [INFO] [stderr] | [INFO] [stderr] 550 | while let Some(&c) = try!(self.peek()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:552:17 [INFO] [stderr] | [INFO] [stderr] 552 | try!(self.consume_line()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parse.rs:554:17 [INFO] [stderr] | [INFO] [stderr] 554 | try!(self.consume_whitespace()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/value.rs:597:25 [INFO] [stderr] | [INFO] [stderr] 597 | fn escape_string(text: &AsRef) -> String { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 597 - fn escape_string(text: &AsRef) -> String { [INFO] [stderr] 597 + fn escape_string(text: &dyn AsRef) -> String { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/value.rs:613:25 [INFO] [stderr] | [INFO] [stderr] 613 | fn escape_symbol(text: &AsRef) -> String { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 613 - fn escape_symbol(text: &AsRef) -> String { [INFO] [stderr] 613 + fn escape_symbol(text: &dyn AsRef) -> String { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parse.rs:91:32 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn new<'b>(source: &'b AsRef<[u8]>) -> Parser<&'b [u8]> { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 91 - pub fn new<'b>(source: &'b AsRef<[u8]>) -> Parser<&'b [u8]> { [INFO] [stderr] 91 + pub fn new<'b>(source: &'b dyn AsRef<[u8]>) -> Parser<&'b [u8]> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parse.rs:420:49 [INFO] [stderr] | [INFO] [stderr] 420 | fn extract_delimited(&mut self, delimiter: &Fn(char) -> bool, allow_eof: bool) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 420 - fn extract_delimited(&mut self, delimiter: &Fn(char) -> bool, allow_eof: bool) [INFO] [stderr] 420 + fn extract_delimited(&mut self, delimiter: &dyn Fn(char) -> bool, allow_eof: bool) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parse.rs:477:34 [INFO] [stderr] | [INFO] [stderr] 477 | fn parse_text(&mut self, s: &AsRef) -> ParseResult { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 477 - fn parse_text(&mut self, s: &AsRef) -> ParseResult { [INFO] [stderr] 477 + fn parse_text(&mut self, s: &dyn AsRef) -> ParseResult { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:155:32 [INFO] [stderr] | [INFO] [stderr] 155 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 155 - fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] 155 + fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:174:65 [INFO] [stderr] | [INFO] [stderr] 174 | write!(f, "{}:{}: {}", self.line(), self.column(), self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `atoms` (lib) generated 64 warnings [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/value.rs:948:18 [INFO] [stderr] | [INFO] [stderr] 948 | $t::nil(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:762:9 [INFO] [stderr] | [INFO] [stderr] 762 | s_tree!(StringValue: (((())))) [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `s_tree` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `atoms` (lib test) generated 65 warnings (64 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/atoms-a29da67dcab74958) [INFO] [stdout] test error::error_display ... ok [INFO] [stderr] Doc-tests atoms [INFO] [stdout] test parse::float_test ... ok [INFO] [stdout] test parse::escape_parsing_test ... ok [INFO] [stdout] test parse::comment_test ... ok [INFO] [stdout] test parse::quasiquoting ... ok [INFO] [stdout] test parse::skip_whitespace_test ... ok [INFO] [stdout] test parse::single_element ... ok [INFO] [stdout] test parse::integer_test ... ok [INFO] [stdout] test parse::space_escape_test ... ok [INFO] [stdout] test parse::github_issues ... ok [INFO] [stdout] test parse::cons_parsing ... ok [INFO] [stdout] test parse::nesting_test ... ok [INFO] [stdout] test parse::split_cons ... ok [INFO] [stdout] test parse::string_test ... ok [INFO] [stdout] test parse::symbol_test ... ok [INFO] [stdout] test parse::trailing_cons ... ok [INFO] [stdout] test parse::symmetric_encoding ... ok [INFO] [stdout] test parse::unary_test ... ok [INFO] [stdout] test parse::trailing_garbage_test ... ok [INFO] [stdout] test value::render_multimode ... ok [INFO] [stdout] test value::value_fmt_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test src/value.rs - value::Value::is_multimode (line 498) ... ok [INFO] [stdout] test src/value.rs - value::Value::is_nil (line 266) ... ok [INFO] [stdout] test src/value.rs - value::Value::is_cons (line 313) ... ok [INFO] [stdout] test src/value.rs - value::Value::int (line 146) ... ok [INFO] [stdout] test src/value.rs - value::StringValue (line 12) ... ok [INFO] [stdout] test src/value.rs - value::Value::unwrap (line 432) ... ok [INFO] [stdout] test src/value.rs - value::s_tree (line 881) ... ok [INFO] [stdout] test src/value.rs - value::Value::is_code (line 404) ... ok [INFO] [stdout] test src/value.rs - value::Value::data (line 298) ... ok [INFO] [stdout] test src/value.rs - value::Value::string (line 133) ... ok [INFO] [stdout] test src/value.rs - value::Value::auto (line 98) ... ok [INFO] [stdout] test src/value.rs - value::Value::nil (line 254) ... ok [INFO] [stdout] test src/lib.rs - (line 46) ... ok [INFO] [stdout] test src/value.rs - value::Value::float (line 159) ... ok [INFO] [stdout] test src/value.rs - value::s_tree (line 860) ... ok [INFO] [stdout] test src/value.rs - value::Value::is_list (line 336) ... ok [INFO] [stdout] test src/value.rs - value::Value (line 42) ... ok [INFO] [stdout] test src/value.rs - value::Value::cons (line 220) ... ok [INFO] [stdout] test src/value.rs - value::Value::final_cons (line 239) ... ok [INFO] [stdout] test src/value.rs - value::Value::is_data (line 381) ... ok [INFO] [stdout] test src/value.rs - value::Value::list (line 172) ... ok [INFO] [stdout] test src/value.rs - value::s_tree (line 838) ... ok [INFO] [stdout] test src/value.rs - value::Value::unwrap_full (line 463) ... ok [INFO] [stdout] test src/value.rs - value::s_tree (line 905) ... ok [INFO] [stdout] test src/parse.rs - parse::Parser::parse_basic (line 225) ... ok [INFO] [stdout] test src/value.rs - value::Value::into_list (line 201) ... ok [INFO] [stdout] test src/value.rs - value::Value::symbol (line 113) ... ok [INFO] [stdout] test src/value.rs - value::Value::code (line 284) ... ok [INFO] [stdout] test src/parse.rs - parse::Parser::read (line 114) ... ok [INFO] [stdout] test src/parse.rs - parse::Parser (line 56) ... ok [INFO] [stdout] test src/value.rs - value::s_tree (line 924) ... ok [INFO] [stdout] test src/value.rs - value::s_tree (line 811) ... ok [INFO] [stdout] test src/lib.rs - (line 23) ... ok [INFO] [stdout] test src/parse.rs - parse::Parser::parse (line 188) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.24s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "44bfcdd8e95e57cda686a6027bf62f556650484f60e8ca3feab57b59ddec9967", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44bfcdd8e95e57cda686a6027bf62f556650484f60e8ca3feab57b59ddec9967", kill_on_drop: false }` [INFO] [stdout] 44bfcdd8e95e57cda686a6027bf62f556650484f60e8ca3feab57b59ddec9967