[INFO] fetching crate dto_derive 0.1.1... [INFO] testing dto_derive-0.1.1 against beta-2022-04-10 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 beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "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" "+beta-2022-04-10" "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] 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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] abff7aa958f679990bcaba02c037afb6692305a09596685e6f950eba2be8b360 [INFO] running `Command { std: "docker" "start" "-a" "abff7aa958f679990bcaba02c037afb6692305a09596685e6f950eba2be8b360", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "abff7aa958f679990bcaba02c037afb6692305a09596685e6f950eba2be8b360", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abff7aa958f679990bcaba02c037afb6692305a09596685e6f950eba2be8b360", kill_on_drop: false }` [INFO] [stdout] abff7aa958f679990bcaba02c037afb6692305a09596685e6f950eba2be8b360 [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1fb2ec720a1b6fb086f9fc6e10e3a87f695101c480dba0eeabbc9e7aebc837e5 [INFO] running `Command { std: "docker" "start" "-a" "1fb2ec720a1b6fb086f9fc6e10e3a87f695101c480dba0eeabbc9e7aebc837e5", 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 23.69s [INFO] running `Command { std: "docker" "inspect" "1fb2ec720a1b6fb086f9fc6e10e3a87f695101c480dba0eeabbc9e7aebc837e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fb2ec720a1b6fb086f9fc6e10e3a87f695101c480dba0eeabbc9e7aebc837e5", kill_on_drop: false }` [INFO] [stdout] 1fb2ec720a1b6fb086f9fc6e10e3a87f695101c480dba0eeabbc9e7aebc837e5 [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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1bdff56dd5573494bfa68efa8368b80a1cf4f2d76996d3586e9e013e1c8964ad [INFO] running `Command { std: "docker" "start" "-a" "1bdff56dd5573494bfa68efa8368b80a1cf4f2d76996d3586e9e013e1c8964ad", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling compiletest_rs v0.3.19 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling memchr v2.4.1 [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 getopts v0.2.21 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling regex v1.5.5 [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 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 28.49s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/dto_derive-b814659672b4b268) [INFO] [stderr] Executable tests/compiletest.rs (/opt/rustwide/target/debug/deps/compiletest-b0bb32fdb57dcbfb) [INFO] [stderr] Executable tests/dto_derive_advanced.rs (/opt/rustwide/target/debug/deps/dto_derive_advanced-160eac1c16e0c8cc) [INFO] [stderr] Executable tests/dto_derive_map_attr.rs (/opt/rustwide/target/debug/deps/dto_derive_map_attr-b9c79a8c830cdd81) [INFO] [stderr] Executable tests/dto_derive_req_res_attr.rs (/opt/rustwide/target/debug/deps/dto_derive_req_res_attr-cac33f3e86f26568) [INFO] [stderr] Executable tests/dto_derive_simple.rs (/opt/rustwide/target/debug/deps/dto_derive_simple-75e36af1020dbf00) [INFO] [stderr] Executable tests/dto_derive_skip_attr.rs (/opt/rustwide/target/debug/deps/dto_derive_skip_attr-403fd0c74d521403) [INFO] running `Command { std: "docker" "inspect" "1bdff56dd5573494bfa68efa8368b80a1cf4f2d76996d3586e9e013e1c8964ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bdff56dd5573494bfa68efa8368b80a1cf4f2d76996d3586e9e013e1c8964ad", kill_on_drop: false }` [INFO] [stdout] 1bdff56dd5573494bfa68efa8368b80a1cf4f2d76996d3586e9e013e1c8964ad [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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7eaaf2e86e9895b02c4c112c43dd87410ae99ec3c7e084ba8d3c6d7e745a4ebb [INFO] running `Command { std: "docker" "start" "-a" "7eaaf2e86e9895b02c4c112c43dd87410ae99ec3c7e084ba8d3c6d7e745a4ebb", 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 src/lib.rs (/opt/rustwide/target/debug/deps/dto_derive-b814659672b4b268) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/compiletest.rs (/opt/rustwide/target/debug/deps/compiletest-b0bb32fdb57dcbfb) [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_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_expected_struct.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_map_attr.rs ... ok [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_skip_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_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_skip_attr.rs ... ok [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] test [ui] ui-fail/dto_derive_wo_entity_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-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-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: 0x5591e39ca6ad - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5591e39ca6ad - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5591e39ca6ad - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5591e39ca6ad - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5591e39ef1ec - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x5591e39c63f1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x5591e39ccac5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5591e39ccac5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5591e39ccac5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5591e39cc7b4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5591e39cd012 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5591e3855278 - std::panicking::begin_panic::{{closure}}::h929aef7cd4d69db1 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x5591e384fbc9 - std::sys_common::backtrace::__rust_end_short_backtrace::h7b9b9cf030781cc0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5591e38551c8 - std::panicking::begin_panic::h84e0777d4b286fa3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x5591e36070ac - compiletest_rs::runtest::ProcRes::fatal::h511c7c98359f0e2f [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: 0x5591e35f9d66 - compiletest_rs::runtest::TestCx::fatal_proc_rec::h09fb9a5b67547519 [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: 0x5591e3601d75 - compiletest_rs::runtest::TestCx::run_ui_test::hcdc6ee5146ae517c [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: 0x5591e35e78a6 - compiletest_rs::runtest::TestCx::run_revision::h70c4c51f1e077d4a [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: 0x5591e35e74c5 - compiletest_rs::runtest::run::h9485c910dc176ee4 [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: 0x5591e355f722 - compiletest_rs::make_test_closure::{{closure}}::h5a4e72502e835f84 [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: 0x5591e395f1b6 - as core::ops::function::FnMut>::call_mut::h7835f3ab6d0db8ee [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1868:9 [INFO] [stdout] 21: 0x5591e3933d0e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h6dfa110eeec61360 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 22: 0x5591e394e723 - core::ops::function::FnOnce::call_once::hb9313e6fff968c30 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x5591e3947fdf - as core::ops::function::FnOnce<()>>::call_once::he376b1e169749d7f [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5591e393c6ee - std::panicking::try::do_call::h3f571f5a6b7d7f9c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5591e394172b - __rust_try [INFO] [stdout] 26: 0x5591e393c1e4 - std::panicking::try::h30f809764e25cde1 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x5591e390ca1f - std::panic::catch_unwind::hcc3397b3ba1ccea5 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x5591e3933918 - test::run_test::run_test_inner::{{closure}}::h270bb48f7d7b56a5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 29: 0x5591e394e53e - core::ops::function::FnOnce::call_once::h5fadca4fd78fe08c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 30: 0x5591e3909a14 - std::sys_common::backtrace::__rust_begin_short_backtrace::h8d200fb6b5646e98 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5591e394e1cd - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6f7d5d75bfbd76eb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5591e3947fa4 - as core::ops::function::FnOnce<()>>::call_once::ha88975a4a4ed9438 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5591e393c752 - std::panicking::try::do_call::h66f8107d519d9bce [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5591e394172b - __rust_try [INFO] [stdout] 35: 0x5591e393c647 - std::panicking::try::hd5337e088c4abe1c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x5591e390c9c4 - std::panic::catch_unwind::h5b52a18eb239f57f [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x5591e394dfca - std::thread::Builder::spawn_unchecked_::{{closure}}::hf879596e8c986a17 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x5591e394e34f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hcf6470533bb7baea [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x5591e39d29f3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x5591e39d29f3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 41: 0x5591e39d29f3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f3449041609 - start_thread [INFO] [stdout] 43: 0x7f3448e11163 - 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] 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] 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_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-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-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: 0x5591e39ca6ad - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5591e39ca6ad - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5591e39ca6ad - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5591e39ca6ad - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5591e39ef1ec - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x5591e39c63f1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x5591e39ccac5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5591e39ccac5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5591e39ccac5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5591e39cc7b4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5591e39cd012 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5591e3855278 - std::panicking::begin_panic::{{closure}}::h929aef7cd4d69db1 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x5591e384fbc9 - std::sys_common::backtrace::__rust_end_short_backtrace::h7b9b9cf030781cc0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5591e38551c8 - std::panicking::begin_panic::h84e0777d4b286fa3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x5591e36070ac - compiletest_rs::runtest::ProcRes::fatal::h511c7c98359f0e2f [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: 0x5591e35f9d66 - compiletest_rs::runtest::TestCx::fatal_proc_rec::h09fb9a5b67547519 [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: 0x5591e3601d75 - compiletest_rs::runtest::TestCx::run_ui_test::hcdc6ee5146ae517c [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: 0x5591e35e78a6 - compiletest_rs::runtest::TestCx::run_revision::h70c4c51f1e077d4a [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: 0x5591e35e74c5 - compiletest_rs::runtest::run::h9485c910dc176ee4 [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: 0x5591e355f722 - compiletest_rs::make_test_closure::{{closure}}::h5a4e72502e835f84 [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: 0x5591e395f1b6 - as core::ops::function::FnMut>::call_mut::h7835f3ab6d0db8ee [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1868:9 [INFO] [stdout] 21: 0x5591e3933d0e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h6dfa110eeec61360 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 22: 0x5591e394e723 - core::ops::function::FnOnce::call_once::hb9313e6fff968c30 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x5591e3947fdf - as core::ops::function::FnOnce<()>>::call_once::he376b1e169749d7f [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5591e393c6ee - std::panicking::try::do_call::h3f571f5a6b7d7f9c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5591e394172b - __rust_try [INFO] [stdout] 26: 0x5591e393c1e4 - std::panicking::try::h30f809764e25cde1 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x5591e390ca1f - std::panic::catch_unwind::hcc3397b3ba1ccea5 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x5591e3933918 - test::run_test::run_test_inner::{{closure}}::h270bb48f7d7b56a5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 29: 0x5591e394e53e - core::ops::function::FnOnce::call_once::h5fadca4fd78fe08c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 30: 0x5591e3909a14 - std::sys_common::backtrace::__rust_begin_short_backtrace::h8d200fb6b5646e98 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5591e394e1cd - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6f7d5d75bfbd76eb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5591e3947fa4 - as core::ops::function::FnOnce<()>>::call_once::ha88975a4a4ed9438 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5591e393c752 - std::panicking::try::do_call::h66f8107d519d9bce [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5591e394172b - __rust_try [INFO] [stdout] 35: 0x5591e393c647 - std::panicking::try::hd5337e088c4abe1c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x5591e390c9c4 - std::panic::catch_unwind::h5b52a18eb239f57f [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x5591e394dfca - std::thread::Builder::spawn_unchecked_::{{closure}}::hf879596e8c986a17 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x5591e394e34f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hcf6470533bb7baea [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x5591e39d29f3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x5591e39d29f3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 41: 0x5591e39d29f3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f3449041609 - start_thread [INFO] [stdout] 43: 0x7f3448e11163 - 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_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-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-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: 0x5591e39ca6ad - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5591e39ca6ad - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5591e39ca6ad - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5591e39ca6ad - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5591e39ef1ec - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x5591e39c63f1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x5591e39ccac5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5591e39ccac5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5591e39ccac5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5591e39cc7b4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5591e39cd012 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5591e3855278 - std::panicking::begin_panic::{{closure}}::h929aef7cd4d69db1 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x5591e384fbc9 - std::sys_common::backtrace::__rust_end_short_backtrace::h7b9b9cf030781cc0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5591e38551c8 - std::panicking::begin_panic::h84e0777d4b286fa3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x5591e36070ac - compiletest_rs::runtest::ProcRes::fatal::h511c7c98359f0e2f [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: 0x5591e35f9d66 - compiletest_rs::runtest::TestCx::fatal_proc_rec::h09fb9a5b67547519 [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: 0x5591e3601d75 - compiletest_rs::runtest::TestCx::run_ui_test::hcdc6ee5146ae517c [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: 0x5591e35e78a6 - compiletest_rs::runtest::TestCx::run_revision::h70c4c51f1e077d4a [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: 0x5591e35e74c5 - compiletest_rs::runtest::run::h9485c910dc176ee4 [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: 0x5591e355f722 - compiletest_rs::make_test_closure::{{closure}}::h5a4e72502e835f84 [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: 0x5591e395f1b6 - as core::ops::function::FnMut>::call_mut::h7835f3ab6d0db8ee [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1868:9 [INFO] [stdout] 21: 0x5591e3933d0e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h6dfa110eeec61360 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 22: 0x5591e394e723 - core::ops::function::FnOnce::call_once::hb9313e6fff968c30 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x5591e3947fdf - as core::ops::function::FnOnce<()>>::call_once::he376b1e169749d7f [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5591e393c6ee - std::panicking::try::do_call::h3f571f5a6b7d7f9c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5591e394172b - __rust_try [INFO] [stdout] 26: 0x5591e393c1e4 - std::panicking::try::h30f809764e25cde1 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x5591e390ca1f - std::panic::catch_unwind::hcc3397b3ba1ccea5 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x5591e3933918 - test::run_test::run_test_inner::{{closure}}::h270bb48f7d7b56a5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 29: 0x5591e394e53e - core::ops::function::FnOnce::call_once::h5fadca4fd78fe08c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 30: 0x5591e3909a14 - std::sys_common::backtrace::__rust_begin_short_backtrace::h8d200fb6b5646e98 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5591e394e1cd - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6f7d5d75bfbd76eb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5591e3947fa4 - as core::ops::function::FnOnce<()>>::call_once::ha88975a4a4ed9438 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5591e393c752 - std::panicking::try::do_call::h66f8107d519d9bce [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5591e394172b - __rust_try [INFO] [stdout] 35: 0x5591e393c647 - std::panicking::try::hd5337e088c4abe1c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x5591e390c9c4 - std::panic::catch_unwind::h5b52a18eb239f57f [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x5591e394dfca - std::thread::Builder::spawn_unchecked_::{{closure}}::hf879596e8c986a17 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x5591e394e34f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hcf6470533bb7baea [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x5591e39d29f3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x5591e39d29f3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 41: 0x5591e39d29f3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f3449041609 - start_thread [INFO] [stdout] 43: 0x7f3448e11163 - 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: 0x5591e39ca6ad - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5591e39ca6ad - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5591e39ca6ad - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5591e39ca6ad - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5591e39ef1ec - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x5591e39c63f1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x5591e39ccac5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5591e39ccac5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5591e39ccac5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5591e39cc7b4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5591e39cd012 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5591e3855278 - std::panicking::begin_panic::{{closure}}::h929aef7cd4d69db1 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x5591e384fbc9 - std::sys_common::backtrace::__rust_end_short_backtrace::h7b9b9cf030781cc0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5591e38551c8 - std::panicking::begin_panic::h84e0777d4b286fa3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x5591e355cc04 - compiletest_rs::run_tests::h8b218c5d85ab5541 [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: 0x5591e351d13d - compiletest::run_mode::h0253f55ca31f0b3c [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:12:5 [INFO] [stdout] 16: 0x5591e351d1cb - compiletest::compile_test::h260d79ed10426bda [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:18:5 [INFO] [stdout] 17: 0x5591e351d17a - compiletest::compile_test::{{closure}}::h5105aea3b703be2f [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:16:1 [INFO] [stdout] 18: 0x5591e351d44e - core::ops::function::FnOnce::call_once::h3f5e49c6b3f9df99 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5591e35529c3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5591e35529c3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 21: 0x5591e3551779 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 22: 0x5591e3551779 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x5591e3551779 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x5591e3551779 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x5591e3551779 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x5591e3551779 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 27: 0x5591e3551779 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x5591e351d92e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x5591e351d92e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x5591e3522e98 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x5591e3522e98 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x5591e3522e98 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x5591e3522e98 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x5591e3522e98 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x5591e3522e98 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x5591e3522e98 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x5591e39d29f3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 38: 0x5591e39d29f3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x5591e39d29f3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f3449041609 - start_thread [INFO] [stdout] 41: 0x7f3448e11163 - 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.57s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test compiletest' [INFO] running `Command { std: "docker" "inspect" "7eaaf2e86e9895b02c4c112c43dd87410ae99ec3c7e084ba8d3c6d7e745a4ebb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7eaaf2e86e9895b02c4c112c43dd87410ae99ec3c7e084ba8d3c6d7e745a4ebb", kill_on_drop: false }` [INFO] [stdout] 7eaaf2e86e9895b02c4c112c43dd87410ae99ec3c7e084ba8d3c6d7e745a4ebb