[INFO] fetching crate libcorn 0.10.0...
[INFO] checking libcorn-0.10.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate libcorn 0.10.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate libcorn 0.10.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate libcorn 0.10.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate libcorn 0.10.0
[INFO] tweaked toml for crates.io crate libcorn 0.10.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 124 packages to latest compatible versions
[INFO] [stderr]       Adding mlua v0.9.9 (available: v0.10.1)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f09ffed1af1af78ba6da04e94ec4550d696e91a642582b56c2bd3ad2dc4324d6
[INFO] running `Command { std: "docker" "start" "-a" "f09ffed1af1af78ba6da04e94ec4550d696e91a642582b56c2bd3ad2dc4324d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f09ffed1af1af78ba6da04e94ec4550d696e91a642582b56c2bd3ad2dc4324d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f09ffed1af1af78ba6da04e94ec4550d696e91a642582b56c2bd3ad2dc4324d6", kill_on_drop: false }`
[INFO] [stdout] f09ffed1af1af78ba6da04e94ec4550d696e91a642582b56c2bd3ad2dc4324d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c429e9af4558a1d7c523350c0ea555d4137dec134699154d353a00fd03acf01f
[INFO] running `Command { std: "docker" "start" "-a" "c429e9af4558a1d7c523350c0ea555d4137dec134699154d353a00fd03acf01f", kill_on_drop: false }`
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.96
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling wasm-bindgen v0.2.96
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking ucd-trie v0.1.7
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking pest v2.7.14
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.46
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.96
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.96
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]    Compiling pest_meta v2.7.14
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.96
[INFO] [stderr]    Compiling pest_generator v2.7.14
[INFO] [stderr]     Checking js-sys v0.3.73
[INFO] [stderr]    Compiling pest_derive v2.7.14
[INFO] [stderr]     Checking libcorn v0.10.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/parser.rs:37:68
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl<'a> CornParser<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub fn parse(mut self, object_block: Pair<'a, Rule>) -> Result<Value> {
[INFO] [stdout]    |                                                                    ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.46
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.46
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/parser.rs:37:68
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl<'a> CornParser<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub fn parse(mut self, object_block: Pair<'a, Rule>) -> Result<Value> {
[INFO] [stdout]    |                                                                    ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/array.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/array.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/basic.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/basic.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/basic_empty_let.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/basic_empty_let.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/boolean.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/boolean.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/chained.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/chained.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/chained_complex.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/chained_complex.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/char.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/char.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/comment.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/comment.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/compact.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/compact.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/complex.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/complex.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/complex_keys.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/complex_keys.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/environment_variable.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/environment_variable.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/float.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/float.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/input.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/input.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/input_references_input.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/input_references_input.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/integer.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/integer.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/mixed_array.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/mixed_array.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/null.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/null.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/object.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/object.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/object_in_array.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/object_in_array.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/readme_example.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/readme_example.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/string.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/string.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/string_interpolation.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/string_interpolation.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/value_after_table.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/value_after_table.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/inputs/very_compact.corn`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:10:33
[INFO] [stdout]     |
[INFO] [stdout] 10  |                       let input = include_str!(concat!("../../assets/inputs/", stringify!($test_name), ".corn"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../../assets/outputs/json/very_compact.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> benches/serde.rs:16:33
[INFO] [stdout]     |
[INFO] [stdout] 16  |                       let input = include_str!(concat!("../../assets/outputs/json/", stringify!($test_name), ".json"));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 416 | / generate_benches!(
[INFO] [stdout] 417 | |     (array, Array),
[INFO] [stdout] 418 | |     (basic, Basic),
[INFO] [stdout] 419 | |     (basic_empty_let, Basic),
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |                             // (str, Str)
[INFO] [stdout] 450 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` which comes from the expansion of the macro `generate_benches` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `criterion`
[INFO] [stdout]  --> benches/serde.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use criterion::{black_box, criterion_group, criterion_main, Criterion};
[INFO] [stdout]   |     ^^^^^^^^^ use of undeclared crate or module `criterion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `serde`
[INFO] [stdout]    --> benches/serde.rs:491:26
[INFO] [stdout]     |
[INFO] [stdout] 491 | criterion_main!(benches);
[INFO] [stdout]     |                          ^ consider adding a `main` function to `benches/serde.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0601.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libcorn` (bench "serde") due to 52 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c429e9af4558a1d7c523350c0ea555d4137dec134699154d353a00fd03acf01f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c429e9af4558a1d7c523350c0ea555d4137dec134699154d353a00fd03acf01f", kill_on_drop: false }`
[INFO] [stdout] c429e9af4558a1d7c523350c0ea555d4137dec134699154d353a00fd03acf01f
