[INFO] cloning repository https://github.com/cameron1024/sov
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cameron1024/sov" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcameron1024%2Fsov", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcameron1024%2Fsov'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 69ef7002e7abe206efce222aad3f5d35664d2475
[INFO] testing cameron1024/sov against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcameron1024%2Fsov" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cameron1024/sov
[INFO] finished tweaking git repo https://github.com/cameron1024/sov
[INFO] tweaked toml for git repo https://github.com/cameron1024/sov written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cameron1024/sov on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cameron1024/sov already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: dependencies.syn.featues
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fcaac8f46bfa6e74f6dc33945fdbb41ea22f5f0a7e73a44773fc392a60eaf214
[INFO] running `Command { std: "docker" "start" "-a" "fcaac8f46bfa6e74f6dc33945fdbb41ea22f5f0a7e73a44773fc392a60eaf214", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fcaac8f46bfa6e74f6dc33945fdbb41ea22f5f0a7e73a44773fc392a60eaf214", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcaac8f46bfa6e74f6dc33945fdbb41ea22f5f0a7e73a44773fc392a60eaf214", kill_on_drop: false }`
[INFO] [stdout] fcaac8f46bfa6e74f6dc33945fdbb41ea22f5f0a7e73a44773fc392a60eaf214
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b0bca2d56b43e07da0a3b412a3824ae866631d19534a8337258717af811be310
[INFO] running `Command { std: "docker" "start" "-a" "b0bca2d56b43e07da0a3b412a3824ae866631d19534a8337258717af811be310", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: dependencies.syn.featues
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.75
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling sov v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `quote`
[INFO] [stdout]  --> src/codegen/structs/mod.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use quote::{format_ident, quote};
[INFO] [stdout]   |                           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Foo` is never constructed
[INFO] [stdout]    --> src/lib.rs:172:8
[INFO] [stdout]     |
[INFO] [stdout] 172 | struct Foo {
[INFO] [stdout]     |        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
[INFO] running `Command { std: "docker" "inspect" "b0bca2d56b43e07da0a3b412a3824ae866631d19534a8337258717af811be310", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0bca2d56b43e07da0a3b412a3824ae866631d19534a8337258717af811be310", kill_on_drop: false }`
[INFO] [stdout] b0bca2d56b43e07da0a3b412a3824ae866631d19534a8337258717af811be310
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 36a075a4816b2a7ca345b55ce79866d27bbe3ee45eeaaae457473d0060e0d239
[INFO] running `Command { std: "docker" "start" "-a" "36a075a4816b2a7ca345b55ce79866d27bbe3ee45eeaaae457473d0060e0d239", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: dependencies.syn.featues
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling serde v1.0.208
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling plotters-backend v0.3.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling clap_builder v4.5.15
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling plotters-svg v0.3.6
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.75
[INFO] [stderr]    Compiling plotters v0.3.6
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.5.16
[INFO] [stderr]    Compiling serde_derive v1.0.208
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling sov v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `quote`
[INFO] [stdout]  --> src/codegen/structs/mod.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use quote::{format_ident, quote};
[INFO] [stdout]   |                           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stdout] warning: struct `Foo` is never constructed
[INFO] [stdout]    --> src/lib.rs:172:8
[INFO] [stdout]     |
[INFO] [stdout] 172 | struct Foo {
[INFO] [stdout]     |        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_json v1.0.127
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: unused import: `quote`
[INFO] [stdout]  --> src/codegen/structs/mod.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use quote::{format_ident, quote};
[INFO] [stdout]   |                           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> examples/simple.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     x: i32,
[INFO] [stdout]    |     ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]   --> examples/simple.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     y: String,
[INFO] [stdout]    |     ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x` and `y` are never read
[INFO] [stdout]   --> examples/simple.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(StructOfVecs)]
[INFO] [stdout]    |          ------------ fields in this struct
[INFO] [stdout] 16 | struct Foo {
[INFO] [stdout] 17 |     x: i32,
[INFO] [stdout]    |     ^
[INFO] [stdout] 18 |     y: String,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Foo` is never constructed
[INFO] [stdout]    --> src/lib.rs:172:8
[INFO] [stdout]     |
[INFO] [stdout] 172 | struct Foo {
[INFO] [stdout]     |        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 26.28s
[INFO] running `Command { std: "docker" "inspect" "36a075a4816b2a7ca345b55ce79866d27bbe3ee45eeaaae457473d0060e0d239", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36a075a4816b2a7ca345b55ce79866d27bbe3ee45eeaaae457473d0060e0d239", kill_on_drop: false }`
[INFO] [stdout] 36a075a4816b2a7ca345b55ce79866d27bbe3ee45eeaaae457473d0060e0d239
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cc961a96f5ce3ba8891785f31ce79a3ecb8e2ec656a1fc6dd2254a94c25a37bc
[INFO] running `Command { std: "docker" "start" "-a" "cc961a96f5ce3ba8891785f31ce79a3ecb8e2ec656a1fc6dd2254a94c25a37bc", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: dependencies.syn.featues
[INFO] [stderr] warning: unused import: `quote`
[INFO] [stderr]  --> src/codegen/structs/mod.rs:3:27
[INFO] [stderr]   |
[INFO] [stderr] 3 | use quote::{format_ident, quote};
[INFO] [stderr]   |                           ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Foo` is never constructed
[INFO] [stderr]    --> src/lib.rs:172:8
[INFO] [stderr]     |
[INFO] [stderr] 172 | struct Foo {
[INFO] [stderr]     |        ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `sov` (lib) generated 2 warnings (run `cargo fix --lib -p sov` to apply 1 suggestion)
[INFO] [stderr] warning: unused variable: `x`
[INFO] [stderr]   --> examples/simple.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     x: i32,
[INFO] [stderr]    |     ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `y`
[INFO] [stderr]   --> examples/simple.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 |     y: String,
[INFO] [stderr]    |     ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stderr] 
[INFO] [stderr] warning: fields `x` and `y` are never read
[INFO] [stderr]   --> examples/simple.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[derive(StructOfVecs)]
[INFO] [stderr]    |          ------------ fields in this struct
[INFO] [stderr] 16 | struct Foo {
[INFO] [stderr] 17 |     x: i32,
[INFO] [stderr]    |     ^
[INFO] [stderr] 18 |     y: String,
[INFO] [stderr]    |     ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `sov` (example "simple") generated 3 warnings
[INFO] [stderr] warning: `sov` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sov-f3ad8395e563e823)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sov
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - (line 12) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 20) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 121) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 3) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 58) ... ok
[INFO] [stdout] test src/lib.rs - (line 90) ... ok
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 12) stdout ----
[INFO] [stdout] error: expected `,`, or `}`, found `y`
[INFO] [stdout]  --> src/lib.rs:14:16
[INFO] [stdout]   |
[INFO] [stdout] 4 |     x: Vec<u64>
[INFO] [stdout]   |                ^ help: try adding a comma: `,`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 20) stdout ----
[INFO] [stdout] error[E0277]: can't compare `&u64` with `{integer}`
[INFO] [stdout]   --> src/lib.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     assert_eq!(first.x, 0);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ no implementation for `&u64 == {integer}`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `PartialEq<{integer}>` is not implemented for `&u64`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 121) stdout ----
[INFO] [stdout] error[E0451]: fields `x` and `y` of struct `VecBar` are private
[INFO] [stdout]  --> src/lib.rs:123:46
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn generate_random_vec() -> VecBar { VecBar {x: vec![], y: vec![], } }
[INFO] [stdout]   |                                              ^          ^ private field
[INFO] [stdout]   |                                              |
[INFO] [stdout]   |                                              private field
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0451`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 3) stdout ----
[INFO] [stdout] error: cannot find type `FooRef` in this scope
[INFO] [stdout]  --> src/lib.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(StructOfVecs)]
[INFO] [stdout]   |          ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout]   = note: `#[deny(proc_macro_derive_resolution_fallback)]` on by default
[INFO] [stdout]   = note: this error originates in the derive macro `StructOfVecs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `FooRefMut` in this scope
[INFO] [stdout]  --> src/lib.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(StructOfVecs)]
[INFO] [stdout]   |          ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout]   = note: this error originates in the derive macro `StructOfVecs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: cannot find type `Foo` in this scope
[INFO] [stdout]  --> src/lib.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct Foo {
[INFO] [stdout]   |        ^^^ names from parent modules are not accessible without an explicit import
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 12)
[INFO] [stdout]     src/lib.rs - (line 121)
[INFO] [stdout]     src/lib.rs - (line 20)
[INFO] [stdout]     src/lib.rs - (line 3)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cc961a96f5ce3ba8891785f31ce79a3ecb8e2ec656a1fc6dd2254a94c25a37bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc961a96f5ce3ba8891785f31ce79a3ecb8e2ec656a1fc6dd2254a94c25a37bc", kill_on_drop: false }`
[INFO] [stdout] cc961a96f5ce3ba8891785f31ce79a3ecb8e2ec656a1fc6dd2254a94c25a37bc
