[INFO] fetching crate dto_derive 0.1.1...
[INFO] testing dto_derive-0.1.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate dto_derive 0.1.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate dto_derive 0.1.1
[INFO] finished tweaking crates.io crate dto_derive 0.1.1
[INFO] tweaked toml for crates.io crate dto_derive 0.1.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dto_derive 0.1.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 68 packages to latest compatible versions
[INFO] [stderr]       Adding compiletest_rs v0.3.19 (available: v0.3.26)
[INFO] [stderr]       Adding proc-macro2 v0.4.30 (available: v1.0.101)
[INFO] [stderr]       Adding quote v0.6.13 (available: v1.0.41)
[INFO] [stderr]       Adding syn v0.15.44 (available: v2.0.106)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] edeadcd5ca3daf85a6c632f4f6cb54a621aab715b554c0a53e6a75fda2edc0eb
[INFO] running `Command { std: "docker" "start" "-a" "edeadcd5ca3daf85a6c632f4f6cb54a621aab715b554c0a53e6a75fda2edc0eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "edeadcd5ca3daf85a6c632f4f6cb54a621aab715b554c0a53e6a75fda2edc0eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edeadcd5ca3daf85a6c632f4f6cb54a621aab715b554c0a53e6a75fda2edc0eb", kill_on_drop: false }`
[INFO] [stdout] edeadcd5ca3daf85a6c632f4f6cb54a621aab715b554c0a53e6a75fda2edc0eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e0a098530750b256403da17f993db6c538f26ac20fd05ec2331480d472043eaa
[INFO] running `Command { std: "docker" "start" "-a" "e0a098530750b256403da17f993db6c538f26ac20fd05ec2331480d472043eaa", kill_on_drop: false }`
[INFO] [stderr]    Compiling dto_derive v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `ident` is never read
[INFO] [stdout]  --> src/parse/request_struct_attr.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub(crate) struct RequestStructAttr {
[INFO] [stdout]   |                   ----------------- field in this struct
[INFO] [stdout] 9 |     pub(crate) ident: Ident,
[INFO] [stdout]   |                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RequestStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ident` is never read
[INFO] [stdout]  --> src/parse/response_struct_attr.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub(crate) struct ResponseStructAttr {
[INFO] [stdout]   |                   ------------------ field in this struct
[INFO] [stdout] 9 |     pub(crate) ident: Ident,
[INFO] [stdout]   |                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ResponseStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/container.rs:118:24
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub(crate) fn seal(&self) -> Result<SealedContainer> {
[INFO] [stdout]     |                        ^^^^^            ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub(crate) fn seal(&self) -> Result<SealedContainer<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dto_info.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub(crate) fn from_derive(derive: &DeriveInput) -> Result<DtoInfo> {
[INFO] [stdout]    |                                       ^^^^^^^^^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub(crate) fn from_derive(derive: &DeriveInput) -> Result<DtoInfo<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
[INFO] running `Command { std: "docker" "inspect" "e0a098530750b256403da17f993db6c538f26ac20fd05ec2331480d472043eaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0a098530750b256403da17f993db6c538f26ac20fd05ec2331480d472043eaa", kill_on_drop: false }`
[INFO] [stdout] e0a098530750b256403da17f993db6c538f26ac20fd05ec2331480d472043eaa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 78f84abe120e9f5399e8082d627c8a8482d5db67c12281098efd63f074edde5d
[INFO] running `Command { std: "docker" "start" "-a" "78f84abe120e9f5399e8082d627c8a8482d5db67c12281098efd63f074edde5d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling compiletest_rs v0.3.19
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling dirs v2.0.2
[INFO] [stderr]    Compiling term v0.6.1
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling tester v0.5.1
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustfix v0.4.6
[INFO] [stderr]    Compiling dto_derive v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `ident` is never read
[INFO] [stdout]  --> src/parse/request_struct_attr.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub(crate) struct RequestStructAttr {
[INFO] [stdout]   |                   ----------------- field in this struct
[INFO] [stdout] 9 |     pub(crate) ident: Ident,
[INFO] [stdout]   |                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RequestStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ident` is never read
[INFO] [stdout]  --> src/parse/response_struct_attr.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub(crate) struct ResponseStructAttr {
[INFO] [stdout]   |                   ------------------ field in this struct
[INFO] [stdout] 9 |     pub(crate) ident: Ident,
[INFO] [stdout]   |                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ResponseStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/container.rs:118:24
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub(crate) fn seal(&self) -> Result<SealedContainer> {
[INFO] [stdout]     |                        ^^^^^            ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub(crate) fn seal(&self) -> Result<SealedContainer<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dto_info.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub(crate) fn from_derive(derive: &DeriveInput) -> Result<DtoInfo> {
[INFO] [stdout]    |                                       ^^^^^^^^^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub(crate) fn from_derive(derive: &DeriveInput) -> Result<DtoInfo<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ident` is never read
[INFO] [stdout]  --> src/parse/request_struct_attr.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub(crate) struct RequestStructAttr {
[INFO] [stdout]   |                   ----------------- field in this struct
[INFO] [stdout] 9 |     pub(crate) ident: Ident,
[INFO] [stdout]   |                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RequestStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ident` is never read
[INFO] [stdout]  --> src/parse/response_struct_attr.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub(crate) struct ResponseStructAttr {
[INFO] [stdout]   |                   ------------------ field in this struct
[INFO] [stdout] 9 |     pub(crate) ident: Ident,
[INFO] [stdout]   |                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ResponseStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/container.rs:118:24
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub(crate) fn seal(&self) -> Result<SealedContainer> {
[INFO] [stdout]     |                        ^^^^^            ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub(crate) fn seal(&self) -> Result<SealedContainer<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dto_info.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub(crate) fn from_derive(derive: &DeriveInput) -> Result<DtoInfo> {
[INFO] [stdout]    |                                       ^^^^^^^^^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub(crate) fn from_derive(derive: &DeriveInput) -> Result<DtoInfo<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.24s
[INFO] running `Command { std: "docker" "inspect" "78f84abe120e9f5399e8082d627c8a8482d5db67c12281098efd63f074edde5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78f84abe120e9f5399e8082d627c8a8482d5db67c12281098efd63f074edde5d", kill_on_drop: false }`
[INFO] [stdout] 78f84abe120e9f5399e8082d627c8a8482d5db67c12281098efd63f074edde5d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 69c52b7d3ff0b26b82ac3300a9748b62862080eb913b463e0ab29f2f67f7aef7
[INFO] running `Command { std: "docker" "start" "-a" "69c52b7d3ff0b26b82ac3300a9748b62862080eb913b463e0ab29f2f67f7aef7", kill_on_drop: false }`
[INFO] [stderr] warning: field `ident` is never read
[INFO] [stderr]  --> src/parse/request_struct_attr.rs:9:16
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub(crate) struct RequestStructAttr {
[INFO] [stderr]   |                   ----------------- field in this struct
[INFO] [stderr] 9 |     pub(crate) ident: Ident,
[INFO] [stderr]   |                ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `RequestStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `ident` is never read
[INFO] [stderr]  --> src/parse/response_struct_attr.rs:9:16
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub(crate) struct ResponseStructAttr {
[INFO] [stderr]   |                   ------------------ field in this struct
[INFO] [stderr] 9 |     pub(crate) ident: Ident,
[INFO] [stderr]   |                ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `ResponseStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/container.rs:118:24
[INFO] [stderr]     |
[INFO] [stderr] 118 |     pub(crate) fn seal(&self) -> Result<SealedContainer> {
[INFO] [stderr]     |                        ^^^^^            ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 118 |     pub(crate) fn seal(&self) -> Result<SealedContainer<'_>> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/dto_info.rs:18:39
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub(crate) fn from_derive(derive: &DeriveInput) -> Result<DtoInfo> {
[INFO] [stderr]    |                                       ^^^^^^^^^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                       |
[INFO] [stderr]    |                                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub(crate) fn from_derive(derive: &DeriveInput) -> Result<DtoInfo<'_>> {
[INFO] [stderr]    |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `dto_derive` (lib) generated 4 warnings (run `cargo fix --lib -p dto_derive` to apply 2 suggestions)
[INFO] [stderr] warning: `dto_derive` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dto_derive-c78d494725fab801)
[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]      Running tests/compiletest.rs (/opt/rustwide/target/debug/deps/compiletest-267713b015415853)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test [compile-fail] ui-fail/dto_derive_map_attr.rs ... FAILED
[INFO] [stdout] test [compile-fail] ui-fail/dto_derive_wo_entity_attr.rs ... FAILED
[INFO] [stdout] test [compile-fail] ui-fail/dto_derive_req_res_attr.rs ... FAILED
[INFO] [stdout] test [compile-fail] ui-fail/dto_derive_entity_attr.rs ... FAILED
[INFO] [stdout] test [compile-fail] ui-fail/dto_derive_expected_struct.rs ... FAILED
[INFO] [stdout] test [compile-fail] ui-fail/dto_derive_skip_attr.rs ... FAILED
[INFO] [stdout] test [compile-fail] ui-fail/dto_derive_wo_req_res_attr.rs ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     [compile-fail] ui-fail/dto_derive_entity_attr.rs
[INFO] [stdout]     [compile-fail] ui-fail/dto_derive_expected_struct.rs
[INFO] [stdout]     [compile-fail] ui-fail/dto_derive_map_attr.rs
[INFO] [stdout]     [compile-fail] ui-fail/dto_derive_req_res_attr.rs
[INFO] [stdout]     [compile-fail] ui-fail/dto_derive_skip_attr.rs
[INFO] [stdout]     [compile-fail] ui-fail/dto_derive_wo_entity_attr.rs
[INFO] [stdout]     [compile-fail] ui-fail/dto_derive_wo_req_res_attr.rs
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out
[INFO] [stdout] 
[INFO] [stdout] test compile_test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- compile_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:21: unexpected error: '21:3: 21:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:22: unexpected error: '22:3: 22:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:23: unexpected error: '23:3: 23:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:24: unexpected error: '24:3: 24:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:25: unexpected error: '25:3: 25:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:10: unexpected error: '10:3: 10:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:11: unexpected error: '11:3: 11:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:12: unexpected error: '12:3: 12:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:13: unexpected error: '13:3: 13:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:14: unexpected error: '14:3: 14:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:5: unexpected error: '5:3: 5:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:6: unexpected error: '6:3: 6:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:6: expected error not found: cannot map already mapped field 'a'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:9: expected error not found: cannot map non-existent field 'c'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:20: expected error not found: cannot map non-existent field 'c'
[INFO] [stdout] 
[INFO] [stdout] error: 13 unexpected errors found, 3 expected errors not found
[INFO] [stdout] status: exit status: 1
[INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_map_attr.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_map_attr.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib" "-L" "/tmp/dto_derive_map_attr.stage-id.aux" "-A" "unused"
[INFO] [stdout] unexpected errors (from JSON output): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 1,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 21,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "21:3: 21:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 22,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "22:3: 22:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 23,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "23:3: 23:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 24,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "24:3: 24:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 25,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "25:3: 25:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 10,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "10:3: 10:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 11,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "11:3: 11:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 12,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "12:3: 12:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 13,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "13:3: 13:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 14,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "14:3: 14:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 5,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "5:3: 5:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 6,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "6:3: 6:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] not found errors (from test file): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 6,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "cannot map already mapped field 'a'",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 9,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "cannot map non-existent field 'c'",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 20,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "cannot map non-existent field 'c'",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_map_attr.rs' (29) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13:
[INFO] [stdout] explicit panic
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x593505ee4572 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x593505ee4572 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x593505ee4572 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x593505ee4572 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x593505ef5e0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x593505ef5e0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x593505eac401 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x593505eac401 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x593505eb9b62 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x593505ebf18f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x593505ebf021 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59350599845e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59350599845e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x593505ebf84f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x593505ebf84f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x593505ebee9c - std::panicking::begin_panic::{{closure}}::h03764aec75fd6fbf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:771:9
[INFO] [stdout]   16:     0x593505eb9ca9 - std::sys::backtrace::__rust_end_short_backtrace::h840811b1dfa0dad5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x593505ebee62 - std::panicking::begin_panic::hcf2bdd8da61aefe8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:770:5
[INFO] [stdout]   18:     0x5935059d4d8c - compiletest_rs::runtest::TestCx::check_expected_errors::h33740208575a0ff0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13
[INFO] [stdout]   19:     0x5935059ca646 - compiletest_rs::runtest::TestCx::run_cfail_test::ha5c334d84437d1da
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18
[INFO] [stdout]   20:     0x5935059c7b5c - compiletest_rs::runtest::TestCx::run_revision::hffcf93082103a001
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31
[INFO] [stdout]   21:     0x5935059c50bf - compiletest_rs::runtest::run::hff518632028cafce
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17
[INFO] [stdout]   22:     0x593505a5c076 - compiletest_rs::make_test_closure::{{closure}}::h7dc67c696d99bcf7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9
[INFO] [stdout]   23:     0x593505e68606 - <alloc::boxed::Box<F,A> as core::ops::function::FnMut<Args>>::call_mut::hcad72b05fd97ff75
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1992:9
[INFO] [stdout]   24:     0x593505e1843e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hfc8329fa6b33730d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59
[INFO] [stdout]   25:     0x593505e4c753 - core::ops::function::FnOnce::call_once::h99998b09cc5a02da
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x593505e1e25f - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h50a8725b6596b2eb
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x593505e66970 - std::panicking::catch_unwind::do_call::h24b517d8f009f40e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x593505e5c4ab - __rust_try
[INFO] [stdout]   29:     0x593505e57960 - std::panicking::catch_unwind::h6cc42aa43ebd1210
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x593505e57960 - std::panic::catch_unwind::h684f564885789a8e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x593505e17ecb - test::run_test::run_test_inner::{{closure}}::h35b90d0f610284a2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26
[INFO] [stdout]   32:     0x593505e4c78e - core::ops::function::FnOnce::call_once::ha650bd86b45b465e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x593505e64587 - std::sys::backtrace::__rust_begin_short_backtrace::h7209ecea99c89a57
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x593505e2f51e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb131242e5af17469
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x593505e1e244 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h06ae91fe734848a7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x593505e66aec - std::panicking::catch_unwind::do_call::hec8af7512afe930e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x593505e33b9b - __rust_try
[INFO] [stdout]   38:     0x593505e2f10a - std::panicking::catch_unwind::h3f935e31a1f65c76
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x593505e2f10a - std::panic::catch_unwind::h474190a27649f7cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x593505e2f10a - std::thread::Builder::spawn_unchecked_::{{closure}}::h7ccb54d41b626a2f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x593505e4c3ff - core::ops::function::FnOnce::call_once{{vtable.shim}}::hadba017403fdb8b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x593505eb463f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x593505eb463f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7cf4586e3aa4 - <unknown>
[INFO] [stdout]   45:     0x7cf458770a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_wo_entity_attr.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_wo_entity_attr.rs:4: expected error not found: required `entity` attribute
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_wo_entity_attr.rs:7: expected error not found: required `entity` attribute
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_wo_entity_attr.rs:10: expected error not found: required `entity` attribute
[INFO] [stdout] 
[INFO] [stdout] error: 1 unexpected errors found, 3 expected errors not found
[INFO] [stdout] status: exit status: 1
[INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_wo_entity_attr.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_wo_entity_attr.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib" "-L" "/tmp/dto_derive_wo_entity_attr.stage-id.aux" "-A" "unused"
[INFO] [stdout] unexpected errors (from JSON output): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 1,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] not found errors (from test file): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 4,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "required `entity` attribute",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 7,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "required `entity` attribute",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 10,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "required `entity` attribute",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_wo_entity_attr.rs' (33) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13:
[INFO] [stdout] explicit panic
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x593505ee4572 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x593505ee4572 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x593505ee4572 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x593505ee4572 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x593505ef5e0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x593505ef5e0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x593505eac401 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x593505eac401 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x593505eb9b62 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x593505ebf18f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x593505ebf021 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59350599845e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59350599845e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x593505ebf84f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x593505ebf84f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x593505ebee9c - std::panicking::begin_panic::{{closure}}::h03764aec75fd6fbf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:771:9
[INFO] [stdout]   16:     0x593505eb9ca9 - std::sys::backtrace::__rust_end_short_backtrace::h840811b1dfa0dad5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x593505ebee62 - std::panicking::begin_panic::hcf2bdd8da61aefe8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:770:5
[INFO] [stdout]   18:     0x5935059d4d8c - compiletest_rs::runtest::TestCx::check_expected_errors::h33740208575a0ff0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13
[INFO] [stdout]   19:     0x5935059ca646 - compiletest_rs::runtest::TestCx::run_cfail_test::ha5c334d84437d1da
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18
[INFO] [stdout]   20:     0x5935059c7b5c - compiletest_rs::runtest::TestCx::run_revision::hffcf93082103a001
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31
[INFO] [stdout]   21:     0x5935059c50bf - compiletest_rs::runtest::run::hff518632028cafce
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17
[INFO] [stdout]   22:     0x593505a5c076 - compiletest_rs::make_test_closure::{{closure}}::h7dc67c696d99bcf7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9
[INFO] [stdout]   23:     0x593505e68606 - <alloc::boxed::Box<F,A> as core::ops::function::FnMut<Args>>::call_mut::hcad72b05fd97ff75
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1992:9
[INFO] [stdout]   24:     0x593505e1843e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hfc8329fa6b33730d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59
[INFO] [stdout]   25:     0x593505e4c753 - core::ops::function::FnOnce::call_once::h99998b09cc5a02da
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x593505e1e25f - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h50a8725b6596b2eb
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x593505e66970 - std::panicking::catch_unwind::do_call::h24b517d8f009f40e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x593505e5c4ab - __rust_try
[INFO] [stdout]   29:     0x593505e57960 - std::panicking::catch_unwind::h6cc42aa43ebd1210
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x593505e57960 - std::panic::catch_unwind::h684f564885789a8e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x593505e17ecb - test::run_test::run_test_inner::{{closure}}::h35b90d0f610284a2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26
[INFO] [stdout]   32:     0x593505e4c78e - core::ops::function::FnOnce::call_once::ha650bd86b45b465e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x593505e64587 - std::sys::backtrace::__rust_begin_short_backtrace::h7209ecea99c89a57
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x593505e2f51e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb131242e5af17469
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x593505e1e244 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h06ae91fe734848a7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x593505e66aec - std::panicking::catch_unwind::do_call::hec8af7512afe930e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x593505e33b9b - __rust_try
[INFO] [stdout]   38:     0x593505e2f10a - std::panicking::catch_unwind::h3f935e31a1f65c76
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x593505e2f10a - std::panic::catch_unwind::h474190a27649f7cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x593505e2f10a - std::thread::Builder::spawn_unchecked_::{{closure}}::h7ccb54d41b626a2f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x593505e4c3ff - core::ops::function::FnOnce::call_once{{vtable.shim}}::hadba017403fdb8b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x593505eb463f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x593505eb463f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7cf4586e3aa4 - <unknown>
[INFO] [stdout]   45:     0x7cf458770a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:20: unexpected error: '20:3: 20:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:21: unexpected error: '21:3: 21:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:15: unexpected error: '15:3: 15:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:16: unexpected error: '16:3: 16:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:10: unexpected error: '10:3: 10:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:11: unexpected error: '11:3: 11:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:5: unexpected error: '5:3: 5:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:6: unexpected error: '6:3: 6:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:6: expected error not found: duplicate `request`/`response` attribute
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:11: expected error not found: duplicate `request`/`response` attribute
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:16: expected error not found: duplicate `request`/`response` attribute
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:21: expected error not found: duplicate `request`/`response` attribute
[INFO] [stdout] 
[INFO] [stdout] error: 9 unexpected errors found, 4 expected errors not found
[INFO] [stdout] status: exit status: 1
[INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_req_res_attr.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_req_res_attr.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib" "-L" "/tmp/dto_derive_req_res_attr.stage-id.aux" "-A" "unused"
[INFO] [stdout] unexpected errors (from JSON output): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 1,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 20,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "20:3: 20:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 21,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "21:3: 21:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 15,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "15:3: 15:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 16,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "16:3: 16:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 10,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "10:3: 10:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 11,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "11:3: 11:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 5,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "5:3: 5:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 6,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "6:3: 6:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] not found errors (from test file): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 6,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "duplicate `request`/`response` attribute",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 11,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "duplicate `request`/`response` attribute",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 16,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "duplicate `request`/`response` attribute",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 21,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "duplicate `request`/`response` attribute",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_req_res_attr.rs' (31) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13:
[INFO] [stdout] explicit panic
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x593505ee4572 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x593505ee4572 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x593505ee4572 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x593505ee4572 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x593505ef5e0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x593505ef5e0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x593505eac401 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x593505eac401 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x593505eb9b62 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x593505ebf18f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x593505ebf021 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59350599845e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59350599845e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x593505ebf84f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x593505ebf84f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x593505ebee9c - std::panicking::begin_panic::{{closure}}::h03764aec75fd6fbf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:771:9
[INFO] [stdout]   16:     0x593505eb9ca9 - std::sys::backtrace::__rust_end_short_backtrace::h840811b1dfa0dad5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x593505ebee62 - std::panicking::begin_panic::hcf2bdd8da61aefe8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:770:5
[INFO] [stdout]   18:     0x5935059d4d8c - compiletest_rs::runtest::TestCx::check_expected_errors::h33740208575a0ff0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13
[INFO] [stdout]   19:     0x5935059ca646 - compiletest_rs::runtest::TestCx::run_cfail_test::ha5c334d84437d1da
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18
[INFO] [stdout]   20:     0x5935059c7b5c - compiletest_rs::runtest::TestCx::run_revision::hffcf93082103a001
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31
[INFO] [stdout]   21:     0x5935059c50bf - compiletest_rs::runtest::run::hff518632028cafce
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17
[INFO] [stdout]   22:     0x593505a5c076 - compiletest_rs::make_test_closure::{{closure}}::h7dc67c696d99bcf7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9
[INFO] [stdout]   23:     0x593505e68606 - <alloc::boxed::Box<F,A> as core::ops::function::FnMut<Args>>::call_mut::hcad72b05fd97ff75
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1992:9
[INFO] [stdout]   24:     0x593505e1843e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hfc8329fa6b33730d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59
[INFO] [stdout]   25:     0x593505e4c753 - core::ops::function::FnOnce::call_once::h99998b09cc5a02da
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x593505e1e25f - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h50a8725b6596b2eb
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x593505e66970 - std::panicking::catch_unwind::do_call::h24b517d8f009f40e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x593505e5c4ab - __rust_try
[INFO] [stdout]   29:     0x593505e57960 - std::panicking::catch_unwind::h6cc42aa43ebd1210
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x593505e57960 - std::panic::catch_unwind::h684f564885789a8e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x593505e17ecb - test::run_test::run_test_inner::{{closure}}::h35b90d0f610284a2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26
[INFO] [stdout]   32:     0x593505e4c78e - core::ops::function::FnOnce::call_once::ha650bd86b45b465e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x593505e64587 - std::sys::backtrace::__rust_begin_short_backtrace::h7209ecea99c89a57
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x593505e2f51e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb131242e5af17469
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x593505e1e244 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h06ae91fe734848a7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x593505e66aec - std::panicking::catch_unwind::do_call::hec8af7512afe930e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x593505e33b9b - __rust_try
[INFO] [stdout]   38:     0x593505e2f10a - std::panicking::catch_unwind::h3f935e31a1f65c76
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x593505e2f10a - std::panic::catch_unwind::h474190a27649f7cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x593505e2f10a - std::thread::Builder::spawn_unchecked_::{{closure}}::h7ccb54d41b626a2f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x593505e4c3ff - core::ops::function::FnOnce::call_once{{vtable.shim}}::hadba017403fdb8b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x593505eb463f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x593505eb463f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7cf4586e3aa4 - <unknown>
[INFO] [stdout]   45:     0x7cf458770a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_entity_attr.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_entity_attr.rs:9: unexpected error: '9:3: 9:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_entity_attr.rs:10: unexpected error: '10:3: 10:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_entity_attr.rs:5: unexpected error: '5:3: 5:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_entity_attr.rs:5: expected error not found: expected string literal containing entity type
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_entity_attr.rs:10: expected error not found: duplicate `entity` attribute
[INFO] [stdout] 
[INFO] [stdout] error: 4 unexpected errors found, 2 expected errors not found
[INFO] [stdout] status: exit status: 1
[INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_entity_attr.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_entity_attr.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib" "-L" "/tmp/dto_derive_entity_attr.stage-id.aux" "-A" "unused"
[INFO] [stdout] unexpected errors (from JSON output): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 1,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 9,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "9:3: 9:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 10,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "10:3: 10:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 5,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "5:3: 5:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] not found errors (from test file): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 5,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "expected string literal containing entity type",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 10,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "duplicate `entity` attribute",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_entity_attr.rs' (27) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13:
[INFO] [stdout] explicit panic
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x593505ee4572 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x593505ee4572 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x593505ee4572 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x593505ee4572 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x593505ef5e0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x593505ef5e0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x593505eac401 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x593505eac401 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x593505eb9b62 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x593505ebf18f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x593505ebf021 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59350599845e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59350599845e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x593505ebf84f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x593505ebf84f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x593505ebee9c - std::panicking::begin_panic::{{closure}}::h03764aec75fd6fbf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:771:9
[INFO] [stdout]   16:     0x593505eb9ca9 - std::sys::backtrace::__rust_end_short_backtrace::h840811b1dfa0dad5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x593505ebee62 - std::panicking::begin_panic::hcf2bdd8da61aefe8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:770:5
[INFO] [stdout]   18:     0x5935059d4d8c - compiletest_rs::runtest::TestCx::check_expected_errors::h33740208575a0ff0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13
[INFO] [stdout]   19:     0x5935059ca646 - compiletest_rs::runtest::TestCx::run_cfail_test::ha5c334d84437d1da
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18
[INFO] [stdout]   20:     0x5935059c7b5c - compiletest_rs::runtest::TestCx::run_revision::hffcf93082103a001
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31
[INFO] [stdout]   21:     0x5935059c50bf - compiletest_rs::runtest::run::hff518632028cafce
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17
[INFO] [stdout]   22:     0x593505a5c076 - compiletest_rs::make_test_closure::{{closure}}::h7dc67c696d99bcf7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9
[INFO] [stdout]   23:     0x593505e68606 - <alloc::boxed::Box<F,A> as core::ops::function::FnMut<Args>>::call_mut::hcad72b05fd97ff75
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1992:9
[INFO] [stdout]   24:     0x593505e1843e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hfc8329fa6b33730d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59
[INFO] [stdout]   25:     0x593505e4c753 - core::ops::function::FnOnce::call_once::h99998b09cc5a02da
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x593505e1e25f - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h50a8725b6596b2eb
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x593505e66970 - std::panicking::catch_unwind::do_call::h24b517d8f009f40e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x593505e5c4ab - __rust_try
[INFO] [stdout]   29:     0x593505e57960 - std::panicking::catch_unwind::h6cc42aa43ebd1210
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x593505e57960 - std::panic::catch_unwind::h684f564885789a8e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x593505e17ecb - test::run_test::run_test_inner::{{closure}}::h35b90d0f610284a2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26
[INFO] [stdout]   32:     0x593505e4c78e - core::ops::function::FnOnce::call_once::ha650bd86b45b465e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x593505e64587 - std::sys::backtrace::__rust_begin_short_backtrace::h7209ecea99c89a57
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x593505e2f51e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb131242e5af17469
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x593505e1e244 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h06ae91fe734848a7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x593505e66aec - std::panicking::catch_unwind::do_call::hec8af7512afe930e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x593505e33b9b - __rust_try
[INFO] [stdout]   38:     0x593505e2f10a - std::panicking::catch_unwind::h3f935e31a1f65c76
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x593505e2f10a - std::panic::catch_unwind::h474190a27649f7cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x593505e2f10a - std::thread::Builder::spawn_unchecked_::{{closure}}::h7ccb54d41b626a2f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x593505e4c3ff - core::ops::function::FnOnce::call_once{{vtable.shim}}::hadba017403fdb8b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x593505eb463f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x593505eb463f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7cf4586e3aa4 - <unknown>
[INFO] [stdout]   45:     0x7cf458770a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_expected_struct.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_expected_struct.rs:5: expected error not found: expected struct
[INFO] [stdout] 
[INFO] [stdout] error: 1 unexpected errors found, 1 expected errors not found
[INFO] [stdout] status: exit status: 1
[INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_expected_struct.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_expected_struct.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib" "-L" "/tmp/dto_derive_expected_struct.stage-id.aux" "-A" "unused"
[INFO] [stdout] unexpected errors (from JSON output): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 1,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] not found errors (from test file): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 5,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "expected struct",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_expected_struct.rs' (28) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13:
[INFO] [stdout] explicit panic
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x593505ee4572 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x593505ee4572 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x593505ee4572 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x593505ee4572 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x593505ef5e0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x593505ef5e0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x593505eac401 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x593505eac401 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x593505eb9b62 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x593505ebf18f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x593505ebf021 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59350599845e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59350599845e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x593505ebf84f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x593505ebf84f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x593505ebee9c - std::panicking::begin_panic::{{closure}}::h03764aec75fd6fbf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:771:9
[INFO] [stdout]   16:     0x593505eb9ca9 - std::sys::backtrace::__rust_end_short_backtrace::h840811b1dfa0dad5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x593505ebee62 - std::panicking::begin_panic::hcf2bdd8da61aefe8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:770:5
[INFO] [stdout]   18:     0x5935059d4d8c - compiletest_rs::runtest::TestCx::check_expected_errors::h33740208575a0ff0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13
[INFO] [stdout]   19:     0x5935059ca646 - compiletest_rs::runtest::TestCx::run_cfail_test::ha5c334d84437d1da
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18
[INFO] [stdout]   20:     0x5935059c7b5c - compiletest_rs::runtest::TestCx::run_revision::hffcf93082103a001
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31
[INFO] [stdout]   21:     0x5935059c50bf - compiletest_rs::runtest::run::hff518632028cafce
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17
[INFO] [stdout]   22:     0x593505a5c076 - compiletest_rs::make_test_closure::{{closure}}::h7dc67c696d99bcf7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9
[INFO] [stdout]   23:     0x593505e68606 - <alloc::boxed::Box<F,A> as core::ops::function::FnMut<Args>>::call_mut::hcad72b05fd97ff75
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1992:9
[INFO] [stdout]   24:     0x593505e1843e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hfc8329fa6b33730d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59
[INFO] [stdout]   25:     0x593505e4c753 - core::ops::function::FnOnce::call_once::h99998b09cc5a02da
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x593505e1e25f - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h50a8725b6596b2eb
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x593505e66970 - std::panicking::catch_unwind::do_call::h24b517d8f009f40e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x593505e5c4ab - __rust_try
[INFO] [stdout]   29:     0x593505e57960 - std::panicking::catch_unwind::h6cc42aa43ebd1210
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x593505e57960 - std::panic::catch_unwind::h684f564885789a8e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x593505e17ecb - test::run_test::run_test_inner::{{closure}}::h35b90d0f610284a2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26
[INFO] [stdout]   32:     0x593505e4c78e - core::ops::function::FnOnce::call_once::ha650bd86b45b465e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x593505e64587 - std::sys::backtrace::__rust_begin_short_backtrace::h7209ecea99c89a57
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x593505e2f51e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb131242e5af17469
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x593505e1e244 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h06ae91fe734848a7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x593505e66aec - std::panicking::catch_unwind::do_call::hec8af7512afe930e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x593505e33b9b - __rust_try
[INFO] [stdout]   38:     0x593505e2f10a - std::panicking::catch_unwind::h3f935e31a1f65c76
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x593505e2f10a - std::panic::catch_unwind::h474190a27649f7cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x593505e2f10a - std::thread::Builder::spawn_unchecked_::{{closure}}::h7ccb54d41b626a2f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x593505e4c3ff - core::ops::function::FnOnce::call_once{{vtable.shim}}::hadba017403fdb8b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x593505eb463f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x593505eb463f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7cf4586e3aa4 - <unknown>
[INFO] [stdout]   45:     0x7cf458770a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:32: unexpected error: '32:3: 32:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:23: unexpected error: '23:3: 23:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:24: unexpected error: '24:3: 24:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:17: unexpected error: '17:3: 17:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:13: unexpected error: '13:3: 13:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:9: unexpected error: '9:3: 9:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:5: unexpected error: '5:3: 5:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:5: expected error not found: expected string literal containing field names separated by comma
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:9: expected error not found: expected at least one field name
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:13: expected error not found: cannot skip non-existent field 'a'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:17: expected error not found: cannot skip non-existent field 'b'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:24: expected error not found: cannot skip already skipped field 'b'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:32: expected error not found: cannot skip already skipped field 'b'
[INFO] [stdout] 
[INFO] [stdout] error: 8 unexpected errors found, 6 expected errors not found
[INFO] [stdout] status: exit status: 1
[INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_skip_attr.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_skip_attr.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib" "-L" "/tmp/dto_derive_skip_attr.stage-id.aux" "-A" "unused"
[INFO] [stdout] unexpected errors (from JSON output): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 1,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 32,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "32:3: 32:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 23,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "23:3: 23:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 24,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "24:3: 24:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 17,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "17:3: 17:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 13,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "13:3: 13:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 9,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "9:3: 9:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 5,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "5:3: 5:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] not found errors (from test file): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 5,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "expected string literal containing field names separated by comma",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 9,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "expected at least one field name",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 13,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "cannot skip non-existent field 'a'",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 17,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "cannot skip non-existent field 'b'",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 24,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "cannot skip already skipped field 'b'",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 32,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "cannot skip already skipped field 'b'",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_skip_attr.rs' (32) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13:
[INFO] [stdout] explicit panic
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x593505ee4572 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x593505ee4572 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x593505ee4572 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x593505ee4572 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x593505ef5e0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x593505ef5e0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x593505eac401 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x593505eac401 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x593505eb9b62 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x593505ebf18f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x593505ebf021 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59350599845e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59350599845e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x593505ebf84f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x593505ebf84f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x593505ebee9c - std::panicking::begin_panic::{{closure}}::h03764aec75fd6fbf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:771:9
[INFO] [stdout]   16:     0x593505eb9ca9 - std::sys::backtrace::__rust_end_short_backtrace::h840811b1dfa0dad5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x593505ebee62 - std::panicking::begin_panic::hcf2bdd8da61aefe8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:770:5
[INFO] [stdout]   18:     0x5935059d4d8c - compiletest_rs::runtest::TestCx::check_expected_errors::h33740208575a0ff0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13
[INFO] [stdout]   19:     0x5935059ca646 - compiletest_rs::runtest::TestCx::run_cfail_test::ha5c334d84437d1da
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18
[INFO] [stdout]   20:     0x5935059c7b5c - compiletest_rs::runtest::TestCx::run_revision::hffcf93082103a001
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31
[INFO] [stdout]   21:     0x5935059c50bf - compiletest_rs::runtest::run::hff518632028cafce
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17
[INFO] [stdout]   22:     0x593505a5c076 - compiletest_rs::make_test_closure::{{closure}}::h7dc67c696d99bcf7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9
[INFO] [stdout]   23:     0x593505e68606 - <alloc::boxed::Box<F,A> as core::ops::function::FnMut<Args>>::call_mut::hcad72b05fd97ff75
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1992:9
[INFO] [stdout]   24:     0x593505e1843e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hfc8329fa6b33730d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59
[INFO] [stdout]   25:     0x593505e4c753 - core::ops::function::FnOnce::call_once::h99998b09cc5a02da
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x593505e1e25f - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h50a8725b6596b2eb
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x593505e66970 - std::panicking::catch_unwind::do_call::h24b517d8f009f40e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x593505e5c4ab - __rust_try
[INFO] [stdout]   29:     0x593505e57960 - std::panicking::catch_unwind::h6cc42aa43ebd1210
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x593505e57960 - std::panic::catch_unwind::h684f564885789a8e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x593505e17ecb - test::run_test::run_test_inner::{{closure}}::h35b90d0f610284a2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26
[INFO] [stdout]   32:     0x593505e4c78e - core::ops::function::FnOnce::call_once::ha650bd86b45b465e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x593505e64587 - std::sys::backtrace::__rust_begin_short_backtrace::h7209ecea99c89a57
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x593505e2f51e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb131242e5af17469
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x593505e1e244 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h06ae91fe734848a7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x593505e66aec - std::panicking::catch_unwind::do_call::hec8af7512afe930e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x593505e33b9b - __rust_try
[INFO] [stdout]   38:     0x593505e2f10a - std::panicking::catch_unwind::h3f935e31a1f65c76
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x593505e2f10a - std::panic::catch_unwind::h474190a27649f7cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x593505e2f10a - std::thread::Builder::spawn_unchecked_::{{closure}}::h7ccb54d41b626a2f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x593505e4c3ff - core::ops::function::FnOnce::call_once{{vtable.shim}}::hadba017403fdb8b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x593505eb463f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x593505eb463f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7cf4586e3aa4 - <unknown>
[INFO] [stdout]   45:     0x7cf458770a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_wo_req_res_attr.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_wo_req_res_attr.rs:5: unexpected error: '5:3: 5:6: cannot find attribute `dto` in this scope'
[INFO] [stdout] 
[INFO] [stdout] error: tests/ui-fail/dto_derive_wo_req_res_attr.rs:4: expected error not found: required `request`/`response` attribute or struct name ending with `Request`/`Response`
[INFO] [stdout] 
[INFO] [stdout] error: 2 unexpected errors found, 1 expected errors not found
[INFO] [stdout] status: exit status: 1
[INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_wo_req_res_attr.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_wo_req_res_attr.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/lib" "-L" "/tmp/dto_derive_wo_req_res_attr.stage-id.aux" "-A" "unused"
[INFO] [stdout] unexpected errors (from JSON output): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 1,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]",
[INFO] [stdout]     },
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 5,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "5:3: 5:6: cannot find attribute `dto` in this scope",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] not found errors (from test file): [
[INFO] [stdout]     Error {
[INFO] [stdout]         line_num: 4,
[INFO] [stdout]         kind: Some(
[INFO] [stdout]             Error,
[INFO] [stdout]         ),
[INFO] [stdout]         msg: "required `request`/`response` attribute or struct name ending with `Request`/`Response`",
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_wo_req_res_attr.rs' (34) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13:
[INFO] [stdout] explicit panic
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x593505ee4572 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x593505ee4572 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x593505ee4572 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x593505ee4572 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x593505ef5e0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x593505ef5e0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x593505eac401 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x593505eac401 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x593505eb9b62 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x593505ebf18f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x593505ebf021 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59350599845e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59350599845e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x593505ebf84f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x593505ebf84f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x593505ebee9c - std::panicking::begin_panic::{{closure}}::h03764aec75fd6fbf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:771:9
[INFO] [stdout]   16:     0x593505eb9ca9 - std::sys::backtrace::__rust_end_short_backtrace::h840811b1dfa0dad5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x593505ebee62 - std::panicking::begin_panic::hcf2bdd8da61aefe8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:770:5
[INFO] [stdout]   18:     0x5935059d4d8c - compiletest_rs::runtest::TestCx::check_expected_errors::h33740208575a0ff0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13
[INFO] [stdout]   19:     0x5935059ca646 - compiletest_rs::runtest::TestCx::run_cfail_test::ha5c334d84437d1da
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18
[INFO] [stdout]   20:     0x5935059c7b5c - compiletest_rs::runtest::TestCx::run_revision::hffcf93082103a001
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31
[INFO] [stdout]   21:     0x5935059c50bf - compiletest_rs::runtest::run::hff518632028cafce
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17
[INFO] [stdout]   22:     0x593505a5c076 - compiletest_rs::make_test_closure::{{closure}}::h7dc67c696d99bcf7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9
[INFO] [stdout]   23:     0x593505e68606 - <alloc::boxed::Box<F,A> as core::ops::function::FnMut<Args>>::call_mut::hcad72b05fd97ff75
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1992:9
[INFO] [stdout]   24:     0x593505e1843e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hfc8329fa6b33730d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59
[INFO] [stdout]   25:     0x593505e4c753 - core::ops::function::FnOnce::call_once::h99998b09cc5a02da
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x593505e1e25f - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h50a8725b6596b2eb
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x593505e66970 - std::panicking::catch_unwind::do_call::h24b517d8f009f40e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x593505e5c4ab - __rust_try
[INFO] [stdout]   29:     0x593505e57960 - std::panicking::catch_unwind::h6cc42aa43ebd1210
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x593505e57960 - std::panic::catch_unwind::h684f564885789a8e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x593505e17ecb - test::run_test::run_test_inner::{{closure}}::h35b90d0f610284a2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26
[INFO] [stdout]   32:     0x593505e4c78e - core::ops::function::FnOnce::call_once::ha650bd86b45b465e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x593505e64587 - std::sys::backtrace::__rust_begin_short_backtrace::h7209ecea99c89a57
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x593505e2f51e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb131242e5af17469
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x593505e1e244 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h06ae91fe734848a7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x593505e66aec - std::panicking::catch_unwind::do_call::hec8af7512afe930e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x593505e33b9b - __rust_try
[INFO] [stdout]   38:     0x593505e2f10a - std::panicking::catch_unwind::h3f935e31a1f65c76
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x593505e2f10a - std::panic::catch_unwind::h474190a27649f7cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x593505e2f10a - std::thread::Builder::spawn_unchecked_::{{closure}}::h7ccb54d41b626a2f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x593505e4c3ff - core::ops::function::FnOnce::call_once{{vtable.shim}}::hadba017403fdb8b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x593505eb463f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x593505eb463f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7cf4586e3aa4 - <unknown>
[INFO] [stdout]   45:     0x7cf458770a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'compile_test' (26) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:90:22:
[INFO] [stdout] Some tests failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x593505ee4572 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x593505ee4572 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x593505ee4572 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x593505ee4572 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x593505ef5e0f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x593505ef5e0f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x593505eac401 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x593505eac401 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x593505eb9b62 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x593505ebf18f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x593505ebf021 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59350599845e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59350599845e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x593505ebf84f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x593505ebf84f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x593505ebee9c - std::panicking::begin_panic::{{closure}}::h03764aec75fd6fbf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:771:9
[INFO] [stdout]   16:     0x593505eb9ca9 - std::sys::backtrace::__rust_end_short_backtrace::h840811b1dfa0dad5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x593505ebee62 - std::panicking::begin_panic::hcf2bdd8da61aefe8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:770:5
[INFO] [stdout]   18:     0x593505a60be1 - compiletest_rs::run_tests::h54609e40a5ce575c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:90:22
[INFO] [stdout]   19:     0x59350597708b - compiletest::run_mode::hfd28e95a7030bc7c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compiletest.rs:12:5
[INFO] [stdout]   20:     0x593505976e1e - compiletest::compile_test::h0fd0569cbe8b71aa
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compiletest.rs:17:5
[INFO] [stdout]   21:     0x593505976e57 - compiletest::compile_test::{{closure}}::he697b657d77271be
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compiletest.rs:16:18
[INFO] [stdout]   22:     0x5935059771c6 - core::ops::function::FnOnce::call_once::h031a1b3829de284b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x59350599821b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x59350599821b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5935059ade85 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5935059ade85 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5935059ade85 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x5935059ade85 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x5935059ade85 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5935059ade85 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5935059ade85 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x593505984674 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x593505984674 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x593505987f3a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x593505987f3a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x593505987f3a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x593505987f3a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x593505987f3a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x593505987f3a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x593505987f3a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x593505eb463f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   42:     0x593505eb463f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   43:     0x7cf4586e3aa4 - <unknown>
[INFO] [stdout]   44:     0x7cf458770a34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     compile_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test compiletest`
[INFO] running `Command { std: "docker" "inspect" "69c52b7d3ff0b26b82ac3300a9748b62862080eb913b463e0ab29f2f67f7aef7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69c52b7d3ff0b26b82ac3300a9748b62862080eb913b463e0ab29f2f67f7aef7", kill_on_drop: false }`
[INFO] [stdout] 69c52b7d3ff0b26b82ac3300a9748b62862080eb913b463e0ab29f2f67f7aef7
