[INFO] fetching crate dto_derive 0.1.1... [INFO] testing dto_derive-0.1.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate dto_derive 0.1.1 into /workspace/builds/worker-101/source [INFO] validating manifest of crates.io crate dto_derive 0.1.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-101/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustfix v0.4.6 [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-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a4e9da6d5f0c2a2cf61e5d40f2abaa6d84a707cfba16826ba3def704155c2eb6 [INFO] running `Command { std: "docker" "start" "-a" "a4e9da6d5f0c2a2cf61e5d40f2abaa6d84a707cfba16826ba3def704155c2eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a4e9da6d5f0c2a2cf61e5d40f2abaa6d84a707cfba16826ba3def704155c2eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4e9da6d5f0c2a2cf61e5d40f2abaa6d84a707cfba16826ba3def704155c2eb6", kill_on_drop: false }` [INFO] [stdout] a4e9da6d5f0c2a2cf61e5d40f2abaa6d84a707cfba16826ba3def704155c2eb6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f9d5b13f611796a63e136b72b07b0e7cf22f0aa513aac03de67c74f9b7516c20 [INFO] running `Command { std: "docker" "start" "-a" "f9d5b13f611796a63e136b72b07b0e7cf22f0aa513aac03de67c74f9b7516c20", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling quote v0.6.13 [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 14.24s [INFO] running `Command { std: "docker" "inspect" "f9d5b13f611796a63e136b72b07b0e7cf22f0aa513aac03de67c74f9b7516c20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9d5b13f611796a63e136b72b07b0e7cf22f0aa513aac03de67c74f9b7516c20", kill_on_drop: false }` [INFO] [stdout] f9d5b13f611796a63e136b72b07b0e7cf22f0aa513aac03de67c74f9b7516c20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b27b8341ee7cf4bbeef3a37aa3f3a5aec90932431159662bdcea4db6c8e83313 [INFO] running `Command { std: "docker" "start" "-a" "b27b8341ee7cf4bbeef3a37aa3f3a5aec90932431159662bdcea4db6c8e83313", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling compiletest_rs v0.3.19 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling filetime v0.2.15 [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 dirs v2.0.2 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling tester v0.5.1 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling rustfix v0.4.6 [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 26.61s [INFO] running `Command { std: "docker" "inspect" "b27b8341ee7cf4bbeef3a37aa3f3a5aec90932431159662bdcea4db6c8e83313", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b27b8341ee7cf4bbeef3a37aa3f3a5aec90932431159662bdcea4db6c8e83313", kill_on_drop: false }` [INFO] [stdout] b27b8341ee7cf4bbeef3a37aa3f3a5aec90932431159662bdcea4db6c8e83313 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9d299cead818748a5cb7e7de169f4cdf7b44f356cc8edf2058b540278f8148a1 [INFO] running `Command { std: "docker" "start" "-a" "9d299cead818748a5cb7e7de169f4cdf7b44f356cc8edf2058b540278f8148a1", 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.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dto_derive-c5dad59a28ffaa6a) [INFO] [stderr] Running tests/compiletest.rs (/opt/rustwide/target/debug/deps/compiletest-010d6b8b47febb51) [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] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_wo_entity_attr.rs ... ok [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_req_res_attr.rs ... ok [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_expected_struct.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_wo_req_res_attr.rs ... ok [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_map_attr.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_entity_attr.rs ... ok [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_req_res_attr.rs ... ok [INFO] [stdout] test [ui] ui-fail/dto_derive_wo_entity_attr.rs ... FAILED [INFO] [stdout] test [ui] ui-fail/dto_derive_wo_req_res_attr.rs ... FAILED [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 `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/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-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: 0x55d0d5781a8d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d0d5781a8d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d0d5781a8d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d0d5781a8d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d0d57a93dc - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d0d577c698 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d0d57843d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d0d57843d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d0d57843d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d0d578410c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d0d5784b29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d0d5758028 - std::panicking::begin_panic::{{closure}}::hc632e96b23c9995e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x55d0d5757ef9 - std::sys_common::backtrace::__rust_end_short_backtrace::h51f75e6c5c64b324 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d0d5757fa3 - std::panicking::begin_panic::h79a72c9716f6d2d8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x55d0d53cffdc - compiletest_rs::runtest::ProcRes::fatal::h0c50a3f3784c50af [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: 0x55d0d53c2c76 - compiletest_rs::runtest::TestCx::fatal_proc_rec::h425075e6ba83765e [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: 0x55d0d53cabae - compiletest_rs::runtest::TestCx::run_ui_test::h5576a7b9c5bd87a3 [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: 0x55d0d53b0ab6 - compiletest_rs::runtest::TestCx::run_revision::h2fcd9c8490fe97f0 [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: 0x55d0d53b06ab - compiletest_rs::runtest::run::he148e0b726b71b16 [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: 0x55d0d5315a12 - compiletest_rs::make_test_closure::{{closure}}::h94d5a894c0464073 [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: 0x55d0d570c916 - as core::ops::function::FnMut>::call_mut::ha5d7406e603b9ffe [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1860:9 [INFO] [stdout] 21: 0x55d0d56e9bae - test::run_test::run_test_inner::{{closure}}::{{closure}}::h022133de2cbf976a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 22: 0x55d0d56fe9f3 - core::ops::function::FnOnce::call_once::hbb7c8ca784f5ceaf [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55d0d56ca10f - as core::ops::function::FnOnce<()>>::call_once::ha6c0405005082f74 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55d0d56ca83e - std::panicking::try::do_call::hd25c740357bdb28d [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55d0d56cae7b - __rust_try [INFO] [stdout] 26: 0x55d0d56ca224 - std::panicking::try::h38e3bbef1d6e6258 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d0d56bc92f - std::panic::catch_unwind::hf29982fefd77d56a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d0d56e97c8 - test::run_test::run_test_inner::{{closure}}::h60087f4332315f83 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 29: 0x55d0d56fe84e - core::ops::function::FnOnce::call_once::h5e47525e1a232f05 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 30: 0x55d0d56ca1a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha740dc47bcb79b5b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55d0d56d4c7d - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h0aa4e372e8db45c1 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55d0d56ca0f4 - as core::ops::function::FnOnce<()>>::call_once::h4bca63aa4949ceee [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55d0d56ca802 - std::panicking::try::do_call::hb78b706b5cb45b89 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55d0d56cae7b - __rust_try [INFO] [stdout] 35: 0x55d0d56ca5d7 - std::panicking::try::he0c9ab8bcdce2707 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d0d56bc8d4 - std::panic::catch_unwind::h6f3dc704bfdcd5d0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d0d56d4a8c - std::thread::Builder::spawn_unchecked_::{{closure}}::he8c04509adcdb31a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d0d56fe5df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0c723966cd673786 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d0d578bcb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d0d578bcb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d0d578bcb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f10b993d609 - start_thread [INFO] [stdout] 43: 0x7f10b970d163 - clone [INFO] [stdout] 44: 0x0 - [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] 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_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/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-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: 0x55d0d5781a8d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d0d5781a8d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d0d5781a8d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d0d5781a8d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d0d57a93dc - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d0d577c698 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d0d57843d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d0d57843d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d0d57843d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d0d578410c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d0d5784b29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d0d5758028 - std::panicking::begin_panic::{{closure}}::hc632e96b23c9995e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x55d0d5757ef9 - std::sys_common::backtrace::__rust_end_short_backtrace::h51f75e6c5c64b324 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d0d5757fa3 - std::panicking::begin_panic::h79a72c9716f6d2d8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x55d0d53cffdc - compiletest_rs::runtest::ProcRes::fatal::h0c50a3f3784c50af [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: 0x55d0d53c2c76 - compiletest_rs::runtest::TestCx::fatal_proc_rec::h425075e6ba83765e [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: 0x55d0d53cabae - compiletest_rs::runtest::TestCx::run_ui_test::h5576a7b9c5bd87a3 [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: 0x55d0d53b0ab6 - compiletest_rs::runtest::TestCx::run_revision::h2fcd9c8490fe97f0 [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: 0x55d0d53b06ab - compiletest_rs::runtest::run::he148e0b726b71b16 [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: 0x55d0d5315a12 - compiletest_rs::make_test_closure::{{closure}}::h94d5a894c0464073 [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: 0x55d0d570c916 - as core::ops::function::FnMut>::call_mut::ha5d7406e603b9ffe [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1860:9 [INFO] [stdout] 21: 0x55d0d56e9bae - test::run_test::run_test_inner::{{closure}}::{{closure}}::h022133de2cbf976a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 22: 0x55d0d56fe9f3 - core::ops::function::FnOnce::call_once::hbb7c8ca784f5ceaf [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55d0d56ca10f - as core::ops::function::FnOnce<()>>::call_once::ha6c0405005082f74 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55d0d56ca83e - std::panicking::try::do_call::hd25c740357bdb28d [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55d0d56cae7b - __rust_try [INFO] [stdout] 26: 0x55d0d56ca224 - std::panicking::try::h38e3bbef1d6e6258 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d0d56bc92f - std::panic::catch_unwind::hf29982fefd77d56a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d0d56e97c8 - test::run_test::run_test_inner::{{closure}}::h60087f4332315f83 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 29: 0x55d0d56fe84e - core::ops::function::FnOnce::call_once::h5e47525e1a232f05 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 30: 0x55d0d56ca1a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha740dc47bcb79b5b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55d0d56d4c7d - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h0aa4e372e8db45c1 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55d0d56ca0f4 - as core::ops::function::FnOnce<()>>::call_once::h4bca63aa4949ceee [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55d0d56ca802 - std::panicking::try::do_call::hb78b706b5cb45b89 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55d0d56cae7b - __rust_try [INFO] [stdout] 35: 0x55d0d56ca5d7 - std::panicking::try::he0c9ab8bcdce2707 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d0d56bc8d4 - std::panic::catch_unwind::h6f3dc704bfdcd5d0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d0d56d4a8c - std::thread::Builder::spawn_unchecked_::{{closure}}::he8c04509adcdb31a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d0d56fe5df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0c723966cd673786 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d0d578bcb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d0d578bcb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d0d578bcb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f10b993d609 - start_thread [INFO] [stdout] 43: 0x7f10b970d163 - clone [INFO] [stdout] 44: 0x0 - [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/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-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: 0x55d0d5781a8d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d0d5781a8d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d0d5781a8d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d0d5781a8d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d0d57a93dc - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d0d577c698 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d0d57843d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d0d57843d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d0d57843d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d0d578410c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d0d5784b29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d0d5758028 - std::panicking::begin_panic::{{closure}}::hc632e96b23c9995e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x55d0d5757ef9 - std::sys_common::backtrace::__rust_end_short_backtrace::h51f75e6c5c64b324 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d0d5757fa3 - std::panicking::begin_panic::h79a72c9716f6d2d8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x55d0d53cffdc - compiletest_rs::runtest::ProcRes::fatal::h0c50a3f3784c50af [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: 0x55d0d53c2c76 - compiletest_rs::runtest::TestCx::fatal_proc_rec::h425075e6ba83765e [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: 0x55d0d53cabae - compiletest_rs::runtest::TestCx::run_ui_test::h5576a7b9c5bd87a3 [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: 0x55d0d53b0ab6 - compiletest_rs::runtest::TestCx::run_revision::h2fcd9c8490fe97f0 [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: 0x55d0d53b06ab - compiletest_rs::runtest::run::he148e0b726b71b16 [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: 0x55d0d5315a12 - compiletest_rs::make_test_closure::{{closure}}::h94d5a894c0464073 [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: 0x55d0d570c916 - as core::ops::function::FnMut>::call_mut::ha5d7406e603b9ffe [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1860:9 [INFO] [stdout] 21: 0x55d0d56e9bae - test::run_test::run_test_inner::{{closure}}::{{closure}}::h022133de2cbf976a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 22: 0x55d0d56fe9f3 - core::ops::function::FnOnce::call_once::hbb7c8ca784f5ceaf [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55d0d56ca10f - as core::ops::function::FnOnce<()>>::call_once::ha6c0405005082f74 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55d0d56ca83e - std::panicking::try::do_call::hd25c740357bdb28d [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55d0d56cae7b - __rust_try [INFO] [stdout] 26: 0x55d0d56ca224 - std::panicking::try::h38e3bbef1d6e6258 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d0d56bc92f - std::panic::catch_unwind::hf29982fefd77d56a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d0d56e97c8 - test::run_test::run_test_inner::{{closure}}::h60087f4332315f83 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 29: 0x55d0d56fe84e - core::ops::function::FnOnce::call_once::h5e47525e1a232f05 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 30: 0x55d0d56ca1a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha740dc47bcb79b5b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55d0d56d4c7d - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h0aa4e372e8db45c1 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55d0d56ca0f4 - as core::ops::function::FnOnce<()>>::call_once::h4bca63aa4949ceee [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55d0d56ca802 - std::panicking::try::do_call::hb78b706b5cb45b89 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55d0d56cae7b - __rust_try [INFO] [stdout] 35: 0x55d0d56ca5d7 - std::panicking::try::he0c9ab8bcdce2707 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d0d56bc8d4 - std::panic::catch_unwind::h6f3dc704bfdcd5d0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d0d56d4a8c - std::thread::Builder::spawn_unchecked_::{{closure}}::he8c04509adcdb31a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d0d56fe5df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0c723966cd673786 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d0d578bcb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d0d578bcb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d0d578bcb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f10b993d609 - start_thread [INFO] [stdout] 43: 0x7f10b970d163 - 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: 0x55d0d5781a8d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d0d5781a8d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d0d5781a8d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d0d5781a8d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d0d57a93dc - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d0d577c698 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d0d57843d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d0d57843d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d0d57843d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d0d578410c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d0d5784b29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d0d5758028 - std::panicking::begin_panic::{{closure}}::hc632e96b23c9995e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x55d0d5757ef9 - std::sys_common::backtrace::__rust_end_short_backtrace::h51f75e6c5c64b324 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d0d5757fa3 - std::panicking::begin_panic::h79a72c9716f6d2d8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x55d0d5312ff0 - compiletest_rs::run_tests::hb0735d86510c2048 [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: 0x55d0d52d835a - compiletest::run_mode::h3de53b9ff83a02ad [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:12:5 [INFO] [stdout] 16: 0x55d0d52d83db - compiletest::compile_test::h8f26267f4b1e6c66 [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:18:5 [INFO] [stdout] 17: 0x55d0d52d838a - compiletest::compile_test::{{closure}}::h90ef38772b1db5a8 [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:16:1 [INFO] [stdout] 18: 0x55d0d52d884e - core::ops::function::FnOnce::call_once::h7d980bf22d5385cf [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55d0d5304023 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55d0d5304023 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 21: 0x55d0d5302d04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 22: 0x55d0d5302d04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55d0d5302d04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x55d0d5302d04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x55d0d5302d04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x55d0d5302d04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 27: 0x55d0d5302d04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x55d0d530c621 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x55d0d530c621 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x55d0d52d8c9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x55d0d52d8c9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55d0d52d8c9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x55d0d52d8c9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x55d0d52d8c9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x55d0d52d8c9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x55d0d52d8c9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55d0d578bcb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 38: 0x55d0d578bcb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55d0d578bcb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f10b993d609 - start_thread [INFO] [stdout] 41: 0x7f10b970d163 - 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 0.91s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test compiletest' [INFO] running `Command { std: "docker" "inspect" "9d299cead818748a5cb7e7de169f4cdf7b44f356cc8edf2058b540278f8148a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d299cead818748a5cb7e7de169f4cdf7b44f356cc8edf2058b540278f8148a1", kill_on_drop: false }` [INFO] [stdout] 9d299cead818748a5cb7e7de169f4cdf7b44f356cc8edf2058b540278f8148a1