[INFO] fetching crate acon 0.5.2... [INFO] testing acon-0.5.2 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate acon 0.5.2 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate acon 0.5.2 [INFO] finished tweaking crates.io crate acon 0.5.2 [INFO] tweaked toml for crates.io crate acon 0.5.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate acon 0.5.2 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38147b34a0dcfea535704388393a96bc2469f711a056f5e6063ec9fc3f4a028d [INFO] running `Command { std: "docker" "start" "-a" "38147b34a0dcfea535704388393a96bc2469f711a056f5e6063ec9fc3f4a028d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38147b34a0dcfea535704388393a96bc2469f711a056f5e6063ec9fc3f4a028d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38147b34a0dcfea535704388393a96bc2469f711a056f5e6063ec9fc3f4a028d", kill_on_drop: false }` [INFO] [stdout] 38147b34a0dcfea535704388393a96bc2469f711a056f5e6063ec9fc3f4a028d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 3390c7c7ed459868c2e1731eca4cea30c6f3ea2e6e39a3fda6e135c9d4987bd2 [INFO] running `Command { std: "docker" "start" "-a" "3390c7c7ed459868c2e1731eca4cea30c6f3ea2e6e39a3fda6e135c9d4987bd2", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling acon v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/lib.rs:107:13 [INFO] [stdout] | [INFO] [stdout] 107 | #![cfg_attr(feature="clippy", feature(plugin))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/lib.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | #![cfg_attr(feature="clippy", plugin(clippy))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/lib.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | #![cfg_attr(feature="clippy", allow(items_after_statements))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:307:6 [INFO] [stdout] | [INFO] [stdout] 307 | try!(recurse(key, value, f, 0)); [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/lib.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | () => { try!(f.write_str("\n")); } [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 335 | nl!(); [INFO] [stdout] | ----- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `nl` (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/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 331 | wrt!("[ ", key, "\n"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 331 | wrt!("[ ", key, "\n"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:333:7 [INFO] [stdout] | [INFO] [stdout] 333 | try!(recurse("", value, f, depth + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 336 | wrt!("]\n"); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 336 | wrt!("]\n"); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 339 | wrt!(key, " ", string, "\n"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 339 | wrt!(key, " ", string, "\n"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | () => { try!(f.write_str("\n")); } [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 346 | nl!(); [INFO] [stdout] | ----- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `nl` (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/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 342 | wrt!("{ ", key, "\n"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 342 | wrt!("{ ", key, "\n"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:344:7 [INFO] [stdout] | [INFO] [stdout] 344 | try!(recurse(key, value, f, depth + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 347 | wrt!("}\n"); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 347 | wrt!("}\n"); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:393:35 [INFO] [stdout] | [INFO] [stdout] 393 | word @ "}" | word @ "]" => { try!(close_array_or_table(word, &mut stack, current_line)); continue; } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:394:15 [INFO] [stdout] | [INFO] [stdout] 394 | "$" => { try!(close_all_nestings(&mut stack, current_line)); continue; } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:407:12 [INFO] [stdout] | [INFO] [stdout] 407 | => { try!(append_entry_to_top_table(table, &first, &mut words, current_line)); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "3390c7c7ed459868c2e1731eca4cea30c6f3ea2e6e39a3fda6e135c9d4987bd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3390c7c7ed459868c2e1731eca4cea30c6f3ea2e6e39a3fda6e135c9d4987bd2", kill_on_drop: false }` [INFO] [stdout] 3390c7c7ed459868c2e1731eca4cea30c6f3ea2e6e39a3fda6e135c9d4987bd2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e445654d36643bf6fd5cb4dbdf946a0e0a77d31c6d761ca1e6f6161e41d0d09a [INFO] running `Command { std: "docker" "start" "-a" "e445654d36643bf6fd5cb4dbdf946a0e0a77d31c6d761ca1e6f6161e41d0d09a", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling acon v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/lib.rs:107:13 [INFO] [stdout] | [INFO] [stdout] 107 | #![cfg_attr(feature="clippy", feature(plugin))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/lib.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | #![cfg_attr(feature="clippy", plugin(clippy))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/lib.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | #![cfg_attr(feature="clippy", allow(items_after_statements))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:307:6 [INFO] [stdout] | [INFO] [stdout] 307 | try!(recurse(key, value, f, 0)); [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/lib.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | () => { try!(f.write_str("\n")); } [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 335 | nl!(); [INFO] [stdout] | ----- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `nl` (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/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 331 | wrt!("[ ", key, "\n"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 331 | wrt!("[ ", key, "\n"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:333:7 [INFO] [stdout] | [INFO] [stdout] 333 | try!(recurse("", value, f, depth + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 336 | wrt!("]\n"); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 336 | wrt!("]\n"); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 339 | wrt!(key, " ", string, "\n"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 339 | wrt!(key, " ", string, "\n"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | () => { try!(f.write_str("\n")); } [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 346 | nl!(); [INFO] [stdout] | ----- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `nl` (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/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 342 | wrt!("{ ", key, "\n"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 342 | wrt!("{ ", key, "\n"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:344:7 [INFO] [stdout] | [INFO] [stdout] 344 | try!(recurse(key, value, f, depth + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 347 | wrt!("}\n"); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 347 | wrt!("}\n"); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:393:35 [INFO] [stdout] | [INFO] [stdout] 393 | word @ "}" | word @ "]" => { try!(close_array_or_table(word, &mut stack, current_line)); continue; } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:394:15 [INFO] [stdout] | [INFO] [stdout] 394 | "$" => { try!(close_all_nestings(&mut stack, current_line)); continue; } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:407:12 [INFO] [stdout] | [INFO] [stdout] 407 | => { try!(append_entry_to_top_table(table, &first, &mut words, current_line)); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/lib.rs:107:13 [INFO] [stdout] | [INFO] [stdout] 107 | #![cfg_attr(feature="clippy", feature(plugin))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/lib.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | #![cfg_attr(feature="clippy", plugin(clippy))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/lib.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | #![cfg_attr(feature="clippy", allow(items_after_statements))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:307:6 [INFO] [stdout] | [INFO] [stdout] 307 | try!(recurse(key, value, f, 0)); [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/lib.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | () => { try!(f.write_str("\n")); } [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 335 | nl!(); [INFO] [stdout] | ----- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `nl` (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/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 331 | wrt!("[ ", key, "\n"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 331 | wrt!("[ ", key, "\n"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:333:7 [INFO] [stdout] | [INFO] [stdout] 333 | try!(recurse("", value, f, depth + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 336 | wrt!("]\n"); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 336 | wrt!("]\n"); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 339 | wrt!(key, " ", string, "\n"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 339 | wrt!(key, " ", string, "\n"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | () => { try!(f.write_str("\n")); } [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 346 | nl!(); [INFO] [stdout] | ----- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `nl` (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/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 342 | wrt!("{ ", key, "\n"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 342 | wrt!("{ ", key, "\n"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:344:7 [INFO] [stdout] | [INFO] [stdout] 344 | try!(recurse(key, value, f, depth + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | try!(f.write_str(&indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 347 | wrt!("}\n"); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stdout] | [INFO] [stdout] 322 | $(try!(f.write_str($x));)* [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 347 | wrt!("}\n"); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrt` (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/lib.rs:393:35 [INFO] [stdout] | [INFO] [stdout] 393 | word @ "}" | word @ "]" => { try!(close_array_or_table(word, &mut stack, current_line)); continue; } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:394:15 [INFO] [stdout] | [INFO] [stdout] 394 | "$" => { try!(close_all_nestings(&mut stack, current_line)); continue; } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:407:12 [INFO] [stdout] | [INFO] [stdout] 407 | => { try!(append_entry_to_top_table(table, &first, &mut words, current_line)); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.15s [INFO] running `Command { std: "docker" "inspect" "e445654d36643bf6fd5cb4dbdf946a0e0a77d31c6d761ca1e6f6161e41d0d09a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e445654d36643bf6fd5cb4dbdf946a0e0a77d31c6d761ca1e6f6161e41d0d09a", kill_on_drop: false }` [INFO] [stdout] e445654d36643bf6fd5cb4dbdf946a0e0a77d31c6d761ca1e6f6161e41d0d09a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 96cbba021df5514abe95d98e3121e3695464ae7e789e717a0995a1eecf400d03 [INFO] running `Command { std: "docker" "start" "-a" "96cbba021df5514abe95d98e3121e3695464ae7e789e717a0995a1eecf400d03", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/lib.rs:107:13 [INFO] [stderr] | [INFO] [stderr] 107 | #![cfg_attr(feature="clippy", feature(plugin))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/lib.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 108 | #![cfg_attr(feature="clippy", plugin(clippy))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/lib.rs:109:13 [INFO] [stderr] | [INFO] [stderr] 109 | #![cfg_attr(feature="clippy", allow(items_after_statements))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:307:6 [INFO] [stderr] | [INFO] [stderr] 307 | try!(recurse(key, value, f, 0)); [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/lib.rs:327:13 [INFO] [stderr] | [INFO] [stderr] 327 | () => { try!(f.write_str("\n")); } [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 335 | nl!(); [INFO] [stderr] | ----- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `nl` (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/lib.rs:321:6 [INFO] [stderr] | [INFO] [stderr] 321 | try!(f.write_str(&indent)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 331 | wrt!("[ ", key, "\n"); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stderr] | [INFO] [stderr] 322 | $(try!(f.write_str($x));)* [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 331 | wrt!("[ ", key, "\n"); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrt` (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/lib.rs:333:7 [INFO] [stderr] | [INFO] [stderr] 333 | try!(recurse("", value, f, depth + 1)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:321:6 [INFO] [stderr] | [INFO] [stderr] 321 | try!(f.write_str(&indent)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 336 | wrt!("]\n"); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stderr] | [INFO] [stderr] 322 | $(try!(f.write_str($x));)* [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 336 | wrt!("]\n"); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrt` (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/lib.rs:321:6 [INFO] [stderr] | [INFO] [stderr] 321 | try!(f.write_str(&indent)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 339 | wrt!(key, " ", string, "\n"); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stderr] | [INFO] [stderr] 322 | $(try!(f.write_str($x));)* [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 339 | wrt!(key, " ", string, "\n"); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrt` (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/lib.rs:327:13 [INFO] [stderr] | [INFO] [stderr] 327 | () => { try!(f.write_str("\n")); } [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 346 | nl!(); [INFO] [stderr] | ----- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `nl` (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/lib.rs:321:6 [INFO] [stderr] | [INFO] [stderr] 321 | try!(f.write_str(&indent)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 342 | wrt!("{ ", key, "\n"); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stderr] | [INFO] [stderr] 322 | $(try!(f.write_str($x));)* [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 342 | wrt!("{ ", key, "\n"); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrt` (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/lib.rs:344:7 [INFO] [stderr] | [INFO] [stderr] 344 | try!(recurse(key, value, f, depth + 1)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:321:6 [INFO] [stderr] | [INFO] [stderr] 321 | try!(f.write_str(&indent)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 347 | wrt!("}\n"); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrt` (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/lib.rs:322:8 [INFO] [stderr] | [INFO] [stderr] 322 | $(try!(f.write_str($x));)* [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 347 | wrt!("}\n"); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrt` (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/lib.rs:393:35 [INFO] [stderr] | [INFO] [stderr] 393 | word @ "}" | word @ "]" => { try!(close_array_or_table(word, &mut stack, current_line)); continue; } [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:394:15 [INFO] [stderr] | [INFO] [stderr] 394 | "$" => { try!(close_all_nestings(&mut stack, current_line)); continue; } [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:407:12 [INFO] [stderr] | [INFO] [stderr] 407 | => { try!(append_entry_to_top_table(table, &first, &mut words, current_line)); } [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `acon` (lib) generated 21 warnings [INFO] [stderr] warning: `acon` (lib test) generated 21 warnings (21 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/acon-efaaa4870fa08e9f) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test tests::dollar_closing_array_whitespace ... ok [INFO] [stdout] test tests::dollar_duplicate ... ok [INFO] [stdout] test tests::dot_separation ... ok [INFO] [stdout] test tests::dot_separation_in_array ... ok [INFO] [stdout] test tests::dot_separation_in_array_named_table ... ok [INFO] [stdout] test tests::attempt_edges ... ok [INFO] [stdout] test tests::named_table_in_unnamed_array ... ok [INFO] [stdout] test tests::inspect_message ... ok [INFO] [stdout] test tests::named_array_in_unnamed_array ... ok [INFO] [stdout] test tests::inspect_dollar_closing ... ok [INFO] [stdout] test tests::comment ... ok [INFO] [stdout] test tests::neg_duplicate_keys_array ... ok [INFO] [stdout] test tests::neg_duplicate_keys_table ... ok [INFO] [stdout] test tests::neg_duplicate_keys ... ok [INFO] [stdout] test tests::neg_ending_array ... ok [INFO] [stdout] test tests::large_table ... ok [INFO] [stdout] test tests::neg_duplicate_keys_nested ... ok [INFO] [stdout] test tests::neg_ending_table ... ok [INFO] [stdout] test tests::split_complexity ... ok [INFO] [stdout] test tests::similarity_acon ... ok [INFO] [stdout] test tests::unnamed_array ... ok [INFO] [stdout] test tests::table_comment ... ok [INFO] [stdout] test tests::unnamed_array_2 ... ok [INFO] [stdout] test tests::unnamed_elements ... ok [INFO] [stdout] test tests::unnamed_table ... ok [INFO] [stdout] test tests::unnamed_table_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "96cbba021df5514abe95d98e3121e3695464ae7e789e717a0995a1eecf400d03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96cbba021df5514abe95d98e3121e3695464ae7e789e717a0995a1eecf400d03", kill_on_drop: false }` [INFO] [stdout] 96cbba021df5514abe95d98e3121e3695464ae7e789e717a0995a1eecf400d03