[INFO] fetching crate dto_derive 0.1.1... [INFO] testing dto_derive-0.1.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate dto_derive 0.1.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate dto_derive 0.1.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded compiletest_rs v0.3.19 [INFO] [stderr] Downloaded tester v0.5.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c344b25945042540162c7471ec5598af2eb6568a82e164653dca4b2206769a48 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c344b25945042540162c7471ec5598af2eb6568a82e164653dca4b2206769a48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c344b25945042540162c7471ec5598af2eb6568a82e164653dca4b2206769a48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c344b25945042540162c7471ec5598af2eb6568a82e164653dca4b2206769a48", kill_on_drop: false }` [INFO] [stdout] c344b25945042540162c7471ec5598af2eb6568a82e164653dca4b2206769a48 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1b88359773ca0f2f91d47bfe0a82831c0369b172443ca819de8158dd8c024eb4 [INFO] running `Command { std: "docker" "start" "-a" "1b88359773ca0f2f91d47bfe0a82831c0369b172443ca819de8158dd8c024eb4", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling dto_derive v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> src/parse/request_struct_attr.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub(crate) ident: Ident, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `RequestStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parse/request_struct_attr.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> src/parse/response_struct_attr.rs:9:5 [INFO] [stdout] | [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] --> src/parse/response_struct_attr.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.01s [INFO] running `Command { std: "docker" "inspect" "1b88359773ca0f2f91d47bfe0a82831c0369b172443ca819de8158dd8c024eb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b88359773ca0f2f91d47bfe0a82831c0369b172443ca819de8158dd8c024eb4", kill_on_drop: false }` [INFO] [stdout] 1b88359773ca0f2f91d47bfe0a82831c0369b172443ca819de8158dd8c024eb4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3dee88d862ae95851ec4bf37b1041beaffbbef3d150f72168cb7ead5a3af6044 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3dee88d862ae95851ec4bf37b1041beaffbbef3d150f72168cb7ead5a3af6044", kill_on_drop: false }` [INFO] [stderr] Compiling compiletest_rs v0.3.19 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> src/parse/request_struct_attr.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub(crate) ident: Ident, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `RequestStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parse/request_struct_attr.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> src/parse/response_struct_attr.rs:9:5 [INFO] [stdout] | [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] --> src/parse/response_struct_attr.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustfix v0.4.6 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling tester v0.5.1 [INFO] [stderr] Compiling dto_derive v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> src/parse/request_struct_attr.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub(crate) ident: Ident, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `RequestStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parse/request_struct_attr.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> src/parse/response_struct_attr.rs:9:5 [INFO] [stdout] | [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] --> src/parse/response_struct_attr.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 19.45s [INFO] running `Command { std: "docker" "inspect" "3dee88d862ae95851ec4bf37b1041beaffbbef3d150f72168cb7ead5a3af6044", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dee88d862ae95851ec4bf37b1041beaffbbef3d150f72168cb7ead5a3af6044", kill_on_drop: false }` [INFO] [stdout] 3dee88d862ae95851ec4bf37b1041beaffbbef3d150f72168cb7ead5a3af6044 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2033172cabbe4deda448732f1a4881075654a71740e6daad27c092d8124d8665 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2033172cabbe4deda448732f1a4881075654a71740e6daad27c092d8124d8665", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `ident` [INFO] [stderr] --> src/parse/request_struct_attr.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | pub(crate) ident: Ident, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `RequestStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parse/request_struct_attr.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ident` [INFO] [stderr] --> src/parse/response_struct_attr.rs:9:5 [INFO] [stderr] | [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] --> src/parse/response_struct_attr.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `dto_derive` (lib) generated 2 warnings [INFO] [stderr] warning: `dto_derive` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dto_derive-5384ae13e7bf7241) [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/compiletest.rs (/opt/rustwide/target/debug/deps/compiletest-4c0e954b485ce6d5) [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] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_req_res_attr.rs ... ok [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_wo_req_res_attr.rs ... ok [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_skip_attr.rs ... ok [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_entity_attr.rs ... ok [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_map_attr.rs ... ok [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_wo_entity_attr.rs ... ok [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_expected_struct.rs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test [ui] ui-fail/dto_derive_skip_attr.rs ... ok [INFO] [stdout] test [ui] ui-fail/dto_derive_expected_struct.rs ... ok [INFO] [stdout] test [ui] ui-fail/dto_derive_wo_req_res_attr.rs ... FAILED [INFO] [stdout] test [ui] ui-fail/dto_derive_entity_attr.rs ... ok [INFO] [stdout] test [ui] ui-fail/dto_derive_wo_entity_attr.rs ... FAILED [INFO] [stdout] test [ui] ui-fail/dto_derive_req_res_attr.rs ... ok [INFO] [stdout] test [ui] ui-fail/dto_derive_map_attr.rs ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [ui] ui-fail/dto_derive_map_attr.rs [INFO] [stdout] [ui] ui-fail/dto_derive_wo_entity_attr.rs [INFO] [stdout] [ui] ui-fail/dto_derive_wo_req_res_attr.rs [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 3 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] normalized stderr: [INFO] [stdout] error: required `request`/`response` attribute or struct name ending with `Request`/`Response` [INFO] [stdout] --> $DIR/dto_derive_wo_req_res_attr.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `request`/`response` attribute or struct name ending with `Request`/`Response` [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] expected stderr: [INFO] [stdout] error: required `request`/`response` attribute or struct name ending with `Request`/`Response` [INFO] [stdout] --> $DIR/dto_derive_wo_req_res_attr.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `request`/`response` attribute or struct name ending with `Request`/`Response` [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] diff of stderr: [INFO] [stdout] [INFO] [stdout] error: required `request`/`response` attribute or struct name ending with `Request`/`Response` [INFO] [stdout] --> $DIR/dto_derive_wo_req_res_attr.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `request`/`response` attribute or struct name ending with `Request`/`Response` [INFO] [stdout] | ^^^ [INFO] [stdout] + | [INFO] [stdout] + = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] The actual stderr differed from the expected stderr. [INFO] [stdout] Actual stderr saved to /tmp/dto_derive_wo_req_res_attr.stderr [INFO] [stdout] To update references, run this command from build directory: [INFO] [stdout] tests/ui-fail/update-references.sh '/tmp' 'dto_derive_wo_req_res_attr.rs' [INFO] [stdout] [INFO] [stdout] error: 1 errors occurred comparing output. [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-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib" "-L" "/tmp/dto_derive_wo_req_res_attr.stage-id.aux" "-A" "unused" [INFO] [stdout] stdout: [INFO] [stdout] ------------------------------------------ [INFO] [stdout] [INFO] [stdout] ------------------------------------------ [INFO] [stdout] stderr: [INFO] [stdout] ------------------------------------------ [INFO] [stdout] {"message":"required `request`/`response` attribute or struct name ending with `Request`/`Response`","code":null,"level":"error","spans":[{"file_name":"tests/ui-fail/dto_derive_wo_req_res_attr.rs","byte_start":74,"byte_end":77,"line_start":4,"line_end":4,"column_start":28,"column_end":31,"is_primary":true,"text":[{"text":"#[derive(Debug, PartialEq, Dto)] //~ ERROR required `request`/`response` attribute or struct name ending with `Request`/`Response`","highlight_start":28,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"tests/ui-fail/dto_derive_wo_req_res_attr.rs","byte_start":74,"byte_end":77,"line_start":4,"line_end":4,"column_start":28,"column_end":31,"is_primary":false,"text":[{"text":"#[derive(Debug, PartialEq, Dto)] //~ ERROR required `request`/`response` attribute or struct name ending with `Request`/`Response`","highlight_start":28,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"#[derive(Dto)]","def_site_span":{"file_name":"/opt/rustwide/workdir/src/lib.rs","byte_start":391,"byte_end":449,"line_start":19,"line_end":19,"column_start":1,"column_end":59,"is_primary":false,"text":[{"text":"pub fn dto_macro_derive(input: TokenStream) -> TokenStream {","highlight_start":1,"highlight_end":59}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}}],"children":[],"rendered":"error: required `request`/`response` attribute or struct name ending with `Request`/`Response`\n --> tests/ui-fail/dto_derive_wo_req_res_attr.rs:4:28\n |\n4 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `request`/`response` attribute or struct name ending with `Request`/`Response`\n | ^^^\n |\n = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info)\n\n"} [INFO] [stdout] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"} [INFO] [stdout] [INFO] [stdout] ------------------------------------------ [INFO] [stdout] [INFO] [stdout] thread '[ui] ui-fail/dto_derive_wo_req_res_attr.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:2632:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c378fc19ac - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55c378fc19ac - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c378fc19ac - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55c378fc19ac - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55c378fe924c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55c378fbc5b8 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55c378fc42e7 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55c378fc42e7 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55c378fc42e7 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55c378fc401b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55c378fc4a3a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55c378e54038 - std::panicking::begin_panic::{{closure}}::h8ff6271ce201bcac [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x55c378e4c9f9 - std::sys_common::backtrace::__rust_end_short_backtrace::h7201f55698818ace [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55c378e53fb3 - std::panicking::begin_panic::hd7419f36874ae49a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x55c378c0fcfc - compiletest_rs::runtest::ProcRes::fatal::h984dedccdc615ec9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:2632:9 [INFO] [stdout] 15: 0x55c378c02a86 - compiletest_rs::runtest::TestCx::fatal_proc_rec::hd5223e6027b8e67a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:1662:9 [INFO] [stdout] 16: 0x55c378c0a9be - compiletest_rs::runtest::TestCx::run_ui_test::h382c39c444408368 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:2307:13 [INFO] [stdout] 17: 0x55c378bf0986 - compiletest_rs::runtest::TestCx::run_revision::hbb5cd9ac72048b19 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:143:19 [INFO] [stdout] 18: 0x55c378bf057f - compiletest_rs::runtest::run::h92efac58cdc1f6aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:83:9 [INFO] [stdout] 19: 0x55c378b55962 - compiletest_rs::make_test_closure::{{closure}}::h1a5f821578a3aa4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/lib.rs:280:9 [INFO] [stdout] 20: 0x55c378f4ea56 - as core::ops::function::FnMut>::call_mut::h54fb732a3b6b4b5a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 21: 0x55c378f2bcde - test::run_test::run_test_inner::{{closure}}::{{closure}}::hbd3aba5b41809e17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 22: 0x55c378f408d3 - core::ops::function::FnOnce::call_once::h271cbf3fdce9e12e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55c378f0c29f - as core::ops::function::FnOnce<()>>::call_once::hec9bd2e3b09c64f6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55c378f0c90e - std::panicking::try::do_call::he7eb3deabb4cf87c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55c378f0cfab - __rust_try [INFO] [stdout] 26: 0x55c378f0c714 - std::panicking::try::hd6eea8723f27477f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55c378efeb1f - std::panic::catch_unwind::h46043a3aaee7caa3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55c378f2b8f8 - test::run_test::run_test_inner::{{closure}}::hf80e6d3fb5d7c83e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 29: 0x55c378f40a2e - core::ops::function::FnOnce::call_once::h9ea2e65fc9cbbc3b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 30: 0x55c378f0c2d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h482013d483591f51 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55c378f16dad - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::ha69cb9589f91b410 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55c378f0c284 - as core::ops::function::FnOnce<()>>::call_once::ha43fd25bb8d67148 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55c378f0c972 - std::panicking::try::do_call::he7ed24e1f001f901 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55c378f0cfab - __rust_try [INFO] [stdout] 35: 0x55c378f0c657 - std::panicking::try::h916b655c608922e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55c378efeb94 - std::panic::catch_unwind::hb944d94fc41ef7bb [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55c378f16bbc - std::thread::Builder::spawn_unchecked_::{{closure}}::h0ee7d88b526fc989 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55c378f4076f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83ae4e3e45608737 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55c378fcbb33 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55c378fcbb33 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55c378fcbb33 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f583d95d609 - start_thread [INFO] [stdout] 43: 0x7f583d72f293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] normalized stderr: [INFO] [stdout] error: required `entity` attribute [INFO] [stdout] --> $DIR/dto_derive_wo_entity_attr.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: required `entity` attribute [INFO] [stdout] --> $DIR/dto_derive_wo_entity_attr.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: required `entity` attribute [INFO] [stdout] --> $DIR/dto_derive_wo_entity_attr.rs:10:28 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] expected stderr: [INFO] [stdout] error: required `entity` attribute [INFO] [stdout] --> $DIR/dto_derive_wo_entity_attr.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error: required `entity` attribute [INFO] [stdout] --> $DIR/dto_derive_wo_entity_attr.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error: required `entity` attribute [INFO] [stdout] --> $DIR/dto_derive_wo_entity_attr.rs:10:28 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] diff of stderr: [INFO] [stdout] [INFO] [stdout] error: required `entity` attribute [INFO] [stdout] --> $DIR/dto_derive_wo_entity_attr.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute [INFO] [stdout] | ^^^ [INFO] [stdout] + | [INFO] [stdout] + = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: required `entity` attribute [INFO] [stdout] --> $DIR/dto_derive_wo_entity_attr.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute [INFO] [stdout] | ^^^ [INFO] [stdout] + | [INFO] [stdout] + = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: required `entity` attribute [INFO] [stdout] --> $DIR/dto_derive_wo_entity_attr.rs:10:28 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute [INFO] [stdout] | ^^^ [INFO] [stdout] + | [INFO] [stdout] + = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] The actual stderr differed from the expected stderr. [INFO] [stdout] Actual stderr saved to /tmp/dto_derive_wo_entity_attr.stderr [INFO] [stdout] To update references, run this command from build directory: [INFO] [stdout] tests/ui-fail/update-references.sh '/tmp' 'dto_derive_wo_entity_attr.rs' [INFO] [stdout] [INFO] [stdout] error: 1 errors occurred comparing output. [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-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib" "-L" "/tmp/dto_derive_wo_entity_attr.stage-id.aux" "-A" "unused" [INFO] [stdout] stdout: [INFO] [stdout] ------------------------------------------ [INFO] [stdout] [INFO] [stdout] ------------------------------------------ [INFO] [stdout] stderr: [INFO] [stdout] ------------------------------------------ [INFO] [stdout] {"message":"required `entity` attribute","code":null,"level":"error","spans":[{"file_name":"tests/ui-fail/dto_derive_wo_entity_attr.rs","byte_start":74,"byte_end":77,"line_start":4,"line_end":4,"column_start":28,"column_end":31,"is_primary":true,"text":[{"text":"#[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute","highlight_start":28,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"tests/ui-fail/dto_derive_wo_entity_attr.rs","byte_start":74,"byte_end":77,"line_start":4,"line_end":4,"column_start":28,"column_end":31,"is_primary":false,"text":[{"text":"#[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute","highlight_start":28,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"#[derive(Dto)]","def_site_span":{"file_name":"/opt/rustwide/workdir/src/lib.rs","byte_start":391,"byte_end":449,"line_start":19,"line_end":19,"column_start":1,"column_end":59,"is_primary":false,"text":[{"text":"pub fn dto_macro_derive(input: TokenStream) -> TokenStream {","highlight_start":1,"highlight_end":59}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}}],"children":[],"rendered":"error: required `entity` attribute\n --> tests/ui-fail/dto_derive_wo_entity_attr.rs:4:28\n |\n4 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute\n | ^^^\n |\n = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info)\n\n"} [INFO] [stdout] {"message":"required `entity` attribute","code":null,"level":"error","spans":[{"file_name":"tests/ui-fail/dto_derive_wo_entity_attr.rs","byte_start":168,"byte_end":171,"line_start":7,"line_end":7,"column_start":28,"column_end":31,"is_primary":true,"text":[{"text":"#[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute","highlight_start":28,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"tests/ui-fail/dto_derive_wo_entity_attr.rs","byte_start":168,"byte_end":171,"line_start":7,"line_end":7,"column_start":28,"column_end":31,"is_primary":false,"text":[{"text":"#[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute","highlight_start":28,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"#[derive(Dto)]","def_site_span":{"file_name":"/opt/rustwide/workdir/src/lib.rs","byte_start":391,"byte_end":449,"line_start":19,"line_end":19,"column_start":1,"column_end":59,"is_primary":false,"text":[{"text":"pub fn dto_macro_derive(input: TokenStream) -> TokenStream {","highlight_start":1,"highlight_end":59}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}}],"children":[],"rendered":"error: required `entity` attribute\n --> tests/ui-fail/dto_derive_wo_entity_attr.rs:7:28\n |\n7 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute\n | ^^^\n |\n = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info)\n\n"} [INFO] [stdout] {"message":"required `entity` attribute","code":null,"level":"error","spans":[{"file_name":"tests/ui-fail/dto_derive_wo_entity_attr.rs","byte_start":263,"byte_end":266,"line_start":10,"line_end":10,"column_start":28,"column_end":31,"is_primary":true,"text":[{"text":"#[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute","highlight_start":28,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"tests/ui-fail/dto_derive_wo_entity_attr.rs","byte_start":263,"byte_end":266,"line_start":10,"line_end":10,"column_start":28,"column_end":31,"is_primary":false,"text":[{"text":"#[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute","highlight_start":28,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"#[derive(Dto)]","def_site_span":{"file_name":"/opt/rustwide/workdir/src/lib.rs","byte_start":391,"byte_end":449,"line_start":19,"line_end":19,"column_start":1,"column_end":59,"is_primary":false,"text":[{"text":"pub fn dto_macro_derive(input: TokenStream) -> TokenStream {","highlight_start":1,"highlight_end":59}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}}],"children":[],"rendered":"error: required `entity` attribute\n --> tests/ui-fail/dto_derive_wo_entity_attr.rs:10:28\n |\n10 | #[derive(Debug, PartialEq, Dto)] //~ ERROR required `entity` attribute\n | ^^^\n |\n = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info)\n\n"} [INFO] [stdout] {"message":"aborting due to 3 previous errors","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to 3 previous errors\n\n"} [INFO] [stdout] [INFO] [stdout] ------------------------------------------ [INFO] [stdout] [INFO] [stdout] thread '[ui] ui-fail/dto_derive_wo_entity_attr.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:2632:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c378fc19ac - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55c378fc19ac - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c378fc19ac - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55c378fc19ac - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55c378fe924c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55c378fbc5b8 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55c378fc42e7 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55c378fc42e7 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55c378fc42e7 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55c378fc401b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55c378fc4a3a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55c378e54038 - std::panicking::begin_panic::{{closure}}::h8ff6271ce201bcac [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x55c378e4c9f9 - std::sys_common::backtrace::__rust_end_short_backtrace::h7201f55698818ace [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55c378e53fb3 - std::panicking::begin_panic::hd7419f36874ae49a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x55c378c0fcfc - compiletest_rs::runtest::ProcRes::fatal::h984dedccdc615ec9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:2632:9 [INFO] [stdout] 15: 0x55c378c02a86 - compiletest_rs::runtest::TestCx::fatal_proc_rec::hd5223e6027b8e67a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:1662:9 [INFO] [stdout] 16: 0x55c378c0a9be - compiletest_rs::runtest::TestCx::run_ui_test::h382c39c444408368 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:2307:13 [INFO] [stdout] 17: 0x55c378bf0986 - compiletest_rs::runtest::TestCx::run_revision::hbb5cd9ac72048b19 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:143:19 [INFO] [stdout] 18: 0x55c378bf057f - compiletest_rs::runtest::run::h92efac58cdc1f6aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:83:9 [INFO] [stdout] 19: 0x55c378b55962 - compiletest_rs::make_test_closure::{{closure}}::h1a5f821578a3aa4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/lib.rs:280:9 [INFO] [stdout] 20: 0x55c378f4ea56 - as core::ops::function::FnMut>::call_mut::h54fb732a3b6b4b5a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 21: 0x55c378f2bcde - test::run_test::run_test_inner::{{closure}}::{{closure}}::hbd3aba5b41809e17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 22: 0x55c378f408d3 - core::ops::function::FnOnce::call_once::h271cbf3fdce9e12e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55c378f0c29f - as core::ops::function::FnOnce<()>>::call_once::hec9bd2e3b09c64f6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55c378f0c90e - std::panicking::try::do_call::he7eb3deabb4cf87c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55c378f0cfab - __rust_try [INFO] [stdout] 26: 0x55c378f0c714 - std::panicking::try::hd6eea8723f27477f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55c378efeb1f - std::panic::catch_unwind::h46043a3aaee7caa3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55c378f2b8f8 - test::run_test::run_test_inner::{{closure}}::hf80e6d3fb5d7c83e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 29: 0x55c378f40a2e - core::ops::function::FnOnce::call_once::h9ea2e65fc9cbbc3b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 30: 0x55c378f0c2d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h482013d483591f51 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55c378f16dad - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::ha69cb9589f91b410 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55c378f0c284 - as core::ops::function::FnOnce<()>>::call_once::ha43fd25bb8d67148 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55c378f0c972 - std::panicking::try::do_call::he7ed24e1f001f901 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55c378f0cfab - __rust_try [INFO] [stdout] 35: 0x55c378f0c657 - std::panicking::try::h916b655c608922e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55c378efeb94 - std::panic::catch_unwind::hb944d94fc41ef7bb [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55c378f16bbc - std::thread::Builder::spawn_unchecked_::{{closure}}::h0ee7d88b526fc989 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55c378f4076f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83ae4e3e45608737 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55c378fcbb33 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55c378fcbb33 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55c378fcbb33 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f583d95d609 - start_thread [INFO] [stdout] 43: 0x7f583d72f293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] normalized stderr: [INFO] [stdout] error: cannot map already mapped field 'a' [INFO] [stdout] --> $DIR/dto_derive_map_attr.rs:6:6 [INFO] [stdout] | [INFO] [stdout] 6 | #[dto(map = "a: c")] //~ ERROR cannot map already mapped field 'a' [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot map non-existent field 'c' [INFO] [stdout] --> $DIR/dto_derive_map_attr.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, PartialEq, Dto)] //~ ERROR cannot map non-existent field 'c' [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: cannot map non-existent field 'c' [INFO] [stdout] --> $DIR/dto_derive_map_attr.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Debug, PartialEq, Dto)] //~ ERROR cannot map non-existent field 'c' [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] expected stderr: [INFO] [stdout] error: cannot map already mapped field 'a' [INFO] [stdout] --> $DIR/dto_derive_map_attr.rs:6:6 [INFO] [stdout] | [INFO] [stdout] 6 | #[dto(map = "a: c")] //~ ERROR cannot map already mapped field 'a' [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot map non-existent field 'c' [INFO] [stdout] --> $DIR/dto_derive_map_attr.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, PartialEq, Dto)] //~ ERROR cannot map non-existent field 'c' [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error: cannot map non-existent field 'c' [INFO] [stdout] --> $DIR/dto_derive_map_attr.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Debug, PartialEq, Dto)] //~ ERROR cannot map non-existent field 'c' [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] diff of stderr: [INFO] [stdout] [INFO] [stdout] error: cannot map already mapped field 'a' [INFO] [stdout] --> $DIR/dto_derive_map_attr.rs:6:6 [INFO] [stdout] | [INFO] [stdout] 6 | #[dto(map = "a: c")] //~ ERROR cannot map already mapped field 'a' [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: cannot map non-existent field 'c' [INFO] [stdout] --> $DIR/dto_derive_map_attr.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, PartialEq, Dto)] //~ ERROR cannot map non-existent field 'c' [INFO] [stdout] | ^^^ [INFO] [stdout] + | [INFO] [stdout] + = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: cannot map non-existent field 'c' [INFO] [stdout] --> $DIR/dto_derive_map_attr.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Debug, PartialEq, Dto)] //~ ERROR cannot map non-existent field 'c' [INFO] [stdout] | ^^^ [INFO] [stdout] + | [INFO] [stdout] + = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] The actual stderr differed from the expected stderr. [INFO] [stdout] Actual stderr saved to /tmp/dto_derive_map_attr.stderr [INFO] [stdout] To update references, run this command from build directory: [INFO] [stdout] tests/ui-fail/update-references.sh '/tmp' 'dto_derive_map_attr.rs' [INFO] [stdout] [INFO] [stdout] error: 1 errors occurred comparing output. [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-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib" "-L" "/tmp/dto_derive_map_attr.stage-id.aux" "-A" "unused" [INFO] [stdout] stdout: [INFO] [stdout] ------------------------------------------ [INFO] [stdout] [INFO] [stdout] ------------------------------------------ [INFO] [stdout] stderr: [INFO] [stdout] ------------------------------------------ [INFO] [stdout] {"message":"cannot map already mapped field 'a'","code":null,"level":"error","spans":[{"file_name":"tests/ui-fail/dto_derive_map_attr.rs","byte_start":106,"byte_end":120,"line_start":6,"line_end":6,"column_start":6,"column_end":20,"is_primary":true,"text":[{"text":"#[dto(map = \"a: c\")] //~ ERROR cannot map already mapped field 'a'","highlight_start":6,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"error: cannot map already mapped field 'a'\n --> tests/ui-fail/dto_derive_map_attr.rs:6:6\n |\n6 | #[dto(map = \"a: c\")] //~ ERROR cannot map already mapped field 'a'\n | ^^^^^^^^^^^^^^\n\n"} [INFO] [stdout] {"message":"cannot map non-existent field 'c'","code":null,"level":"error","spans":[{"file_name":"tests/ui-fail/dto_derive_map_attr.rs","byte_start":212,"byte_end":215,"line_start":9,"line_end":9,"column_start":28,"column_end":31,"is_primary":true,"text":[{"text":"#[derive(Debug, PartialEq, Dto)] //~ ERROR cannot map non-existent field 'c'","highlight_start":28,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"tests/ui-fail/dto_derive_map_attr.rs","byte_start":212,"byte_end":215,"line_start":9,"line_end":9,"column_start":28,"column_end":31,"is_primary":false,"text":[{"text":"#[derive(Debug, PartialEq, Dto)] //~ ERROR cannot map non-existent field 'c'","highlight_start":28,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"#[derive(Dto)]","def_site_span":{"file_name":"/opt/rustwide/workdir/src/lib.rs","byte_start":391,"byte_end":449,"line_start":19,"line_end":19,"column_start":1,"column_end":59,"is_primary":false,"text":[{"text":"pub fn dto_macro_derive(input: TokenStream) -> TokenStream {","highlight_start":1,"highlight_end":59}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}}],"children":[],"rendered":"error: cannot map non-existent field 'c'\n --> tests/ui-fail/dto_derive_map_attr.rs:9:28\n |\n9 | #[derive(Debug, PartialEq, Dto)] //~ ERROR cannot map non-existent field 'c'\n | ^^^\n |\n = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info)\n\n"} [INFO] [stdout] {"message":"cannot map non-existent field 'c'","code":null,"level":"error","spans":[{"file_name":"tests/ui-fail/dto_derive_map_attr.rs","byte_start":459,"byte_end":462,"line_start":20,"line_end":20,"column_start":28,"column_end":31,"is_primary":true,"text":[{"text":"#[derive(Debug, PartialEq, Dto)] //~ ERROR cannot map non-existent field 'c'","highlight_start":28,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"tests/ui-fail/dto_derive_map_attr.rs","byte_start":459,"byte_end":462,"line_start":20,"line_end":20,"column_start":28,"column_end":31,"is_primary":false,"text":[{"text":"#[derive(Debug, PartialEq, Dto)] //~ ERROR cannot map non-existent field 'c'","highlight_start":28,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"#[derive(Dto)]","def_site_span":{"file_name":"/opt/rustwide/workdir/src/lib.rs","byte_start":391,"byte_end":449,"line_start":19,"line_end":19,"column_start":1,"column_end":59,"is_primary":false,"text":[{"text":"pub fn dto_macro_derive(input: TokenStream) -> TokenStream {","highlight_start":1,"highlight_end":59}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}}],"children":[],"rendered":"error: cannot map non-existent field 'c'\n --> tests/ui-fail/dto_derive_map_attr.rs:20:28\n |\n20 | #[derive(Debug, PartialEq, Dto)] //~ ERROR cannot map non-existent field 'c'\n | ^^^\n |\n = note: this error originates in the derive macro `Dto` (in Nightly builds, run with -Z macro-backtrace for more info)\n\n"} [INFO] [stdout] {"message":"aborting due to 3 previous errors","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to 3 previous errors\n\n"} [INFO] [stdout] [INFO] [stdout] ------------------------------------------ [INFO] [stdout] [INFO] [stdout] thread '[ui] ui-fail/dto_derive_map_attr.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:2632:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c378fc19ac - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55c378fc19ac - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c378fc19ac - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55c378fc19ac - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55c378fe924c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55c378fbc5b8 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55c378fc42e7 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55c378fc42e7 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55c378fc42e7 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55c378fc401b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55c378fc4a3a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55c378e54038 - std::panicking::begin_panic::{{closure}}::h8ff6271ce201bcac [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x55c378e4c9f9 - std::sys_common::backtrace::__rust_end_short_backtrace::h7201f55698818ace [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55c378e53fb3 - std::panicking::begin_panic::hd7419f36874ae49a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x55c378c0fcfc - compiletest_rs::runtest::ProcRes::fatal::h984dedccdc615ec9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:2632:9 [INFO] [stdout] 15: 0x55c378c02a86 - compiletest_rs::runtest::TestCx::fatal_proc_rec::hd5223e6027b8e67a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:1662:9 [INFO] [stdout] 16: 0x55c378c0a9be - compiletest_rs::runtest::TestCx::run_ui_test::h382c39c444408368 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:2307:13 [INFO] [stdout] 17: 0x55c378bf0986 - compiletest_rs::runtest::TestCx::run_revision::hbb5cd9ac72048b19 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:143:19 [INFO] [stdout] 18: 0x55c378bf057f - compiletest_rs::runtest::run::h92efac58cdc1f6aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/runtest.rs:83:9 [INFO] [stdout] 19: 0x55c378b55962 - compiletest_rs::make_test_closure::{{closure}}::h1a5f821578a3aa4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/lib.rs:280:9 [INFO] [stdout] 20: 0x55c378f4ea56 - as core::ops::function::FnMut>::call_mut::h54fb732a3b6b4b5a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 21: 0x55c378f2bcde - test::run_test::run_test_inner::{{closure}}::{{closure}}::hbd3aba5b41809e17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 22: 0x55c378f408d3 - core::ops::function::FnOnce::call_once::h271cbf3fdce9e12e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55c378f0c29f - as core::ops::function::FnOnce<()>>::call_once::hec9bd2e3b09c64f6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55c378f0c90e - std::panicking::try::do_call::he7eb3deabb4cf87c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55c378f0cfab - __rust_try [INFO] [stdout] 26: 0x55c378f0c714 - std::panicking::try::hd6eea8723f27477f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55c378efeb1f - std::panic::catch_unwind::h46043a3aaee7caa3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55c378f2b8f8 - test::run_test::run_test_inner::{{closure}}::hf80e6d3fb5d7c83e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 29: 0x55c378f40a2e - core::ops::function::FnOnce::call_once::h9ea2e65fc9cbbc3b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 30: 0x55c378f0c2d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h482013d483591f51 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55c378f16dad - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::ha69cb9589f91b410 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55c378f0c284 - as core::ops::function::FnOnce<()>>::call_once::ha43fd25bb8d67148 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55c378f0c972 - std::panicking::try::do_call::he7ed24e1f001f901 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55c378f0cfab - __rust_try [INFO] [stdout] 35: 0x55c378f0c657 - std::panicking::try::h916b655c608922e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55c378efeb94 - std::panic::catch_unwind::hb944d94fc41ef7bb [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55c378f16bbc - std::thread::Builder::spawn_unchecked_::{{closure}}::h0ee7d88b526fc989 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55c378f4076f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83ae4e3e45608737 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55c378fcbb33 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55c378fcbb33 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55c378fcbb33 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f583d95d609 - start_thread [INFO] [stdout] 43: 0x7f583d72f293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] thread 'compile_test' panicked at 'Some tests failed', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/lib.rs:90:22 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c378fc19ac - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55c378fc19ac - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c378fc19ac - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55c378fc19ac - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55c378fe924c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55c378fbc5b8 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55c378fc42e7 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55c378fc42e7 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55c378fc42e7 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55c378fc401b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55c378fc4a3a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55c378e54038 - std::panicking::begin_panic::{{closure}}::h8ff6271ce201bcac [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x55c378e4c9f9 - std::sys_common::backtrace::__rust_end_short_backtrace::h7201f55698818ace [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55c378e53fb3 - std::panicking::begin_panic::hd7419f36874ae49a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x55c378b52fb0 - compiletest_rs::run_tests::hd3bf3a1ca88d42e1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/lib.rs:90:22 [INFO] [stdout] 15: 0x55c378b1862a - compiletest::run_mode::h1750c47fa93130bd [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:12:5 [INFO] [stdout] 16: 0x55c378b186ab - compiletest::compile_test::h21ac8237c0066a5a [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:18:5 [INFO] [stdout] 17: 0x55c378b1865a - compiletest::compile_test::{{closure}}::h2164d64fbc894834 [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:16:1 [INFO] [stdout] 18: 0x55c378b1811e - core::ops::function::FnOnce::call_once::h018c0aba26710eb6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55c378b43fe3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55c378b43fe3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 21: 0x55c378b42d11 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x55c378b42d11 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55c378b42d11 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x55c378b42d11 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x55c378b42d11 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x55c378b42d11 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 27: 0x55c378b42d11 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x55c378b4c5f1 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x55c378b4c5f1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x55c378b18d4f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x55c378b18d4f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55c378b18d4f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x55c378b18d4f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x55c378b18d4f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x55c378b18d4f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x55c378b18d4f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55c378fcbb33 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x55c378fcbb33 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55c378fcbb33 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f583d95d609 - start_thread [INFO] [stdout] 41: 0x7f583d72f293 - clone [INFO] [stdout] 42: 0x0 - [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 4.02s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test compiletest' [INFO] running `Command { std: "docker" "inspect" "2033172cabbe4deda448732f1a4881075654a71740e6daad27c092d8124d8665", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2033172cabbe4deda448732f1a4881075654a71740e6daad27c092d8124d8665", kill_on_drop: false }` [INFO] [stdout] 2033172cabbe4deda448732f1a4881075654a71740e6daad27c092d8124d8665