[INFO] fetching crate dto_derive 0.1.1... [INFO] testing dto_derive-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate dto_derive 0.1.1 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate dto_derive 0.1.1 [INFO] finished tweaking crates.io crate dto_derive 0.1.1 [INFO] tweaked toml for crates.io crate dto_derive 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate dto_derive 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 68 packages to latest compatible versions [INFO] [stderr] Adding compiletest_rs v0.3.19 (available: v0.3.26) [INFO] [stderr] Adding proc-macro2 v0.4.30 (available: v1.0.103) [INFO] [stderr] Adding quote v0.6.13 (available: v1.0.42) [INFO] [stderr] Adding syn v0.15.44 (available: v2.0.110) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4931c377e3f601551af16f8e8780b205ac19aad572422a2eb36b98e6f861158d [INFO] running `Command { std: "docker" "start" "-a" "4931c377e3f601551af16f8e8780b205ac19aad572422a2eb36b98e6f861158d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4931c377e3f601551af16f8e8780b205ac19aad572422a2eb36b98e6f861158d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4931c377e3f601551af16f8e8780b205ac19aad572422a2eb36b98e6f861158d", kill_on_drop: false }` [INFO] [stdout] 4931c377e3f601551af16f8e8780b205ac19aad572422a2eb36b98e6f861158d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9a7c70cf9a2ce983eef0edcbcafbc2d19e6a6f89dcc9ef7fb5042ad0aeafc29 [INFO] running `Command { std: "docker" "start" "-a" "a9a7c70cf9a2ce983eef0edcbcafbc2d19e6a6f89dcc9ef7fb5042ad0aeafc29", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [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 `ident` is never read [INFO] [stdout] --> src/parse/request_struct_attr.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) struct RequestStructAttr { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 9 | pub(crate) ident: Ident, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RequestStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `ident` is never read [INFO] [stdout] --> src/parse/response_struct_attr.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) struct ResponseStructAttr { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 9 | pub(crate) ident: Ident, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ResponseStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/container.rs:118:24 [INFO] [stdout] | [INFO] [stdout] 118 | pub(crate) fn seal(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 118 | pub(crate) fn seal(&self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dto_info.rs:18:39 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) fn from_derive(derive: &DeriveInput) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) fn from_derive(derive: &DeriveInput) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.26s [INFO] running `Command { std: "docker" "inspect" "a9a7c70cf9a2ce983eef0edcbcafbc2d19e6a6f89dcc9ef7fb5042ad0aeafc29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9a7c70cf9a2ce983eef0edcbcafbc2d19e6a6f89dcc9ef7fb5042ad0aeafc29", kill_on_drop: false }` [INFO] [stdout] a9a7c70cf9a2ce983eef0edcbcafbc2d19e6a6f89dcc9ef7fb5042ad0aeafc29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f7887b1e79e586016379063f7788136dc0cb2ead1e51f9580b91d354dff63bb [INFO] running `Command { std: "docker" "start" "-a" "8f7887b1e79e586016379063f7788136dc0cb2ead1e51f9580b91d354dff63bb", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling getopts v0.2.24 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling compiletest_rs v0.3.19 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling filetime v0.2.26 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling tester v0.5.1 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling rustfix v0.4.6 [INFO] [stderr] Compiling dto_derive v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `ident` is never read [INFO] [stdout] --> src/parse/request_struct_attr.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) struct RequestStructAttr { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 9 | pub(crate) ident: Ident, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RequestStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `ident` is never read [INFO] [stdout] --> src/parse/response_struct_attr.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) struct ResponseStructAttr { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 9 | pub(crate) ident: Ident, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ResponseStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/container.rs:118:24 [INFO] [stdout] | [INFO] [stdout] 118 | pub(crate) fn seal(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 118 | pub(crate) fn seal(&self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dto_info.rs:18:39 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) fn from_derive(derive: &DeriveInput) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) fn from_derive(derive: &DeriveInput) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `ident` is never read [INFO] [stdout] --> src/parse/request_struct_attr.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) struct RequestStructAttr { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 9 | pub(crate) ident: Ident, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RequestStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `ident` is never read [INFO] [stdout] --> src/parse/response_struct_attr.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) struct ResponseStructAttr { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 9 | pub(crate) ident: Ident, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ResponseStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/container.rs:118:24 [INFO] [stdout] | [INFO] [stdout] 118 | pub(crate) fn seal(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 118 | pub(crate) fn seal(&self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dto_info.rs:18:39 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) fn from_derive(derive: &DeriveInput) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) fn from_derive(derive: &DeriveInput) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 28.66s [INFO] running `Command { std: "docker" "inspect" "8f7887b1e79e586016379063f7788136dc0cb2ead1e51f9580b91d354dff63bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f7887b1e79e586016379063f7788136dc0cb2ead1e51f9580b91d354dff63bb", kill_on_drop: false }` [INFO] [stdout] 8f7887b1e79e586016379063f7788136dc0cb2ead1e51f9580b91d354dff63bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1f76f183636d1deba288a0b40d4e49efb76c4e7a3f94cb8bb6d7431e82405056 [INFO] running `Command { std: "docker" "start" "-a" "1f76f183636d1deba288a0b40d4e49efb76c4e7a3f94cb8bb6d7431e82405056", kill_on_drop: false }` [INFO] [stderr] warning: field `ident` is never read [INFO] [stderr] --> src/parse/request_struct_attr.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 8 | pub(crate) struct RequestStructAttr { [INFO] [stderr] | ----------------- field in this struct [INFO] [stderr] 9 | pub(crate) ident: Ident, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `RequestStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `ident` is never read [INFO] [stderr] --> src/parse/response_struct_attr.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 8 | pub(crate) struct ResponseStructAttr { [INFO] [stderr] | ------------------ field in this struct [INFO] [stderr] 9 | pub(crate) ident: Ident, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ResponseStructAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/container.rs:118:24 [INFO] [stderr] | [INFO] [stderr] 118 | pub(crate) fn seal(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 118 | pub(crate) fn seal(&self) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/dto_info.rs:18:39 [INFO] [stderr] | [INFO] [stderr] 18 | pub(crate) fn from_derive(derive: &DeriveInput) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 18 | pub(crate) fn from_derive(derive: &DeriveInput) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `dto_derive` (lib) generated 4 warnings (run `cargo fix --lib -p dto_derive` to apply 2 suggestions) [INFO] [stderr] warning: `dto_derive` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dto_derive-bade4fb55cbc6330) [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-1c7fb6090757549e) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_req_res_attr.rs ... FAILED [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_map_attr.rs ... FAILED [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_wo_req_res_attr.rs ... FAILED [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_expected_struct.rs ... FAILED [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_skip_attr.rs ... FAILED [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_wo_entity_attr.rs ... FAILED [INFO] [stdout] test [compile-fail] ui-fail/dto_derive_entity_attr.rs ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [compile-fail] ui-fail/dto_derive_entity_attr.rs [INFO] [stdout] [compile-fail] ui-fail/dto_derive_expected_struct.rs [INFO] [stdout] [compile-fail] ui-fail/dto_derive_map_attr.rs [INFO] [stdout] [compile-fail] ui-fail/dto_derive_req_res_attr.rs [INFO] [stdout] [compile-fail] ui-fail/dto_derive_skip_attr.rs [INFO] [stdout] [compile-fail] ui-fail/dto_derive_wo_entity_attr.rs [INFO] [stdout] [compile-fail] ui-fail/dto_derive_wo_req_res_attr.rs [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] test compile_test ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- compile_test stdout ---- [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:20: unexpected error: '20:3: 20:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:21: unexpected error: '21:3: 21:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:15: unexpected error: '15:3: 15:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:16: unexpected error: '16:3: 16:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:10: unexpected error: '10:3: 10:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:11: unexpected error: '11:3: 11:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:5: unexpected error: '5:3: 5:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:6: unexpected error: '6:3: 6:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:6: expected error not found: duplicate `request`/`response` attribute [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:11: expected error not found: duplicate `request`/`response` attribute [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:16: expected error not found: duplicate `request`/`response` attribute [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_req_res_attr.rs:21: expected error not found: duplicate `request`/`response` attribute [INFO] [stdout] [INFO] [stdout] error: 9 unexpected errors found, 4 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_req_res_attr.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_req_res_attr.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib" "-L" "/tmp/dto_derive_req_res_attr.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 1, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 20, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "20:3: 20:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 21, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "21:3: 21:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 15, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "15:3: 15:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 16, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "16:3: 16:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 10, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "10:3: 10:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 11, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "11:3: 11:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:3: 5:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 6, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "6:3: 6:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 6, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "duplicate `request`/`response` attribute", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 11, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "duplicate `request`/`response` attribute", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 16, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "duplicate `request`/`response` attribute", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 21, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "duplicate `request`/`response` attribute", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_req_res_attr.rs' (24) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13: [INFO] [stdout] explicit panic [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x63e14f3b5662 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x63e14f3b5662 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x63e14f3b5662 - std::sys::backtrace::_print_fmt::h255777b7ec902439 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x63e14f3b5662 - ::fmt::h8a1ac49fcd7ee8ce [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x63e14f3c6bcf - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x63e14f3c6bcf - core::fmt::write::hbdcc0ec4f1bab1db [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x63e14f37d8d3 - std::io::default_write_fmt::h2580ece0d4b58e51 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x63e14f37d8d3 - std::io::Write::write_fmt::hac9e42858f273b87 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x63e14f38af12 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x63e14f39052f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x63e14f3903c1 - std::panicking::default_hook::h9d66b9642014ce48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x63e14ee90f5e - as core::ops::function::Fn>::call::h8c698701e444e564 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x63e14ee90f5e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x63e14f390b3f - as core::ops::function::Fn>::call::hc4f222a8a57c637a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x63e14f390b3f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x63e14f39023c - std::panicking::begin_panic::{{closure}}::hbca37b9370ed1d4e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x63e14f38b059 - std::sys::backtrace::__rust_end_short_backtrace::h383389d914306e48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x63e14f390202 - std::panicking::begin_panic::hacb00ff898b62556 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x63e14eedc9aa - compiletest_rs::runtest::TestCx::check_expected_errors::h20278b0400a7d152 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13 [INFO] [stdout] 19: 0x63e14eed21de - compiletest_rs::runtest::TestCx::run_cfail_test::h320a7cc39180a15a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18 [INFO] [stdout] 20: 0x63e14eecf6fc - compiletest_rs::runtest::TestCx::run_revision::hd6fa9b65cc5587d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31 [INFO] [stdout] 21: 0x63e14eeccc37 - compiletest_rs::runtest::run::h0e16207485f428a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17 [INFO] [stdout] 22: 0x63e14ef47196 - compiletest_rs::make_test_closure::{{closure}}::hbdf191683820deba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9 [INFO] [stdout] 23: 0x63e14f329846 - as core::ops::function::FnMut>::call_mut::hea0912b41ae61543 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2092:9 [INFO] [stdout] 24: 0x63e14f2f4a3e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hbfb77421247e53eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 25: 0x63e14f32b123 - core::ops::function::FnOnce::call_once::h4cb6e8fadcc0fb26 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x63e14f329b0e - as core::ops::function::FnOnce<()>>::call_once::he3eea34383587fdf [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 27: 0x63e14f3078dc - std::panicking::catch_unwind::do_call::he20a418fcdcd04f8 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x63e14f3327eb - __rust_try [INFO] [stdout] 29: 0x63e14f330540 - std::panicking::catch_unwind::h1b989cb0351eec2b [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x63e14f330540 - std::panic::catch_unwind::h83c23f2cdce8f1a5 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x63e14f2f44cb - test::run_test::run_test_inner::{{closure}}::h74644cbbe03cac26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 32: 0x63e14f32b0ce - core::ops::function::FnOnce::call_once::h4a3124145792060e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 33: 0x63e14f2fe687 - std::sys::backtrace::__rust_begin_short_backtrace::h55d956dab6738b44 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x63e14f30da8e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf03a6d1ccb7e7303 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 35: 0x63e14f329b44 - as core::ops::function::FnOnce<()>>::call_once::hea8e38f3af2fa7c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 36: 0x63e14f307830 - std::panicking::catch_unwind::do_call::ha49c9a1e6b1b56c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 37: 0x63e14f31084b - __rust_try [INFO] [stdout] 38: 0x63e14f30d66f - std::panicking::catch_unwind::h4c4d2562169f6321 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x63e14f30d66f - std::panic::catch_unwind::h540bafd7c72563ec [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x63e14f30d66f - std::thread::Builder::spawn_unchecked_::{{closure}}::h9540c1a49ccba661 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x63e14f32ae8f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4c3ac4096f5e2401 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x63e14f385c8f - as core::ops::function::FnOnce>::call_once::h6891ad53a5ed6f52 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 43: 0x63e14f385c8f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 44: 0x7f7d44f10aa4 - [INFO] [stdout] 45: 0x7f7d44f9da64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:21: unexpected error: '21:3: 21:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:22: unexpected error: '22:3: 22:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:23: unexpected error: '23:3: 23:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:24: unexpected error: '24:3: 24:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:25: unexpected error: '25:3: 25:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:10: unexpected error: '10:3: 10:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:11: unexpected error: '11:3: 11:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:12: unexpected error: '12:3: 12:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:13: unexpected error: '13:3: 13:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:14: unexpected error: '14:3: 14:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:5: unexpected error: '5:3: 5:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:6: unexpected error: '6:3: 6:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:6: expected error not found: cannot map already mapped field 'a' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:9: expected error not found: cannot map non-existent field 'c' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_map_attr.rs:20: expected error not found: cannot map non-existent field 'c' [INFO] [stdout] [INFO] [stdout] error: 13 unexpected errors found, 3 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_map_attr.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_map_attr.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib" "-L" "/tmp/dto_derive_map_attr.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 1, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 21, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "21:3: 21:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 22, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "22:3: 22:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 23, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "23:3: 23:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 24, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "24:3: 24:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 25, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "25:3: 25:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 10, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "10:3: 10:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 11, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "11:3: 11:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 12, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "12:3: 12:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 13, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "13:3: 13:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 14, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "14:3: 14:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:3: 5:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 6, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "6:3: 6:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 6, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "cannot map already mapped field 'a'", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 9, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "cannot map non-existent field 'c'", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 20, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "cannot map non-existent field 'c'", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_map_attr.rs' (22) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13: [INFO] [stdout] explicit panic [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x63e14f3b5662 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x63e14f3b5662 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x63e14f3b5662 - std::sys::backtrace::_print_fmt::h255777b7ec902439 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x63e14f3b5662 - ::fmt::h8a1ac49fcd7ee8ce [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x63e14f3c6bcf - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x63e14f3c6bcf - core::fmt::write::hbdcc0ec4f1bab1db [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x63e14f37d8d3 - std::io::default_write_fmt::h2580ece0d4b58e51 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x63e14f37d8d3 - std::io::Write::write_fmt::hac9e42858f273b87 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x63e14f38af12 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x63e14f39052f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x63e14f3903c1 - std::panicking::default_hook::h9d66b9642014ce48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x63e14ee90f5e - as core::ops::function::Fn>::call::h8c698701e444e564 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x63e14ee90f5e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x63e14f390b3f - as core::ops::function::Fn>::call::hc4f222a8a57c637a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x63e14f390b3f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x63e14f39023c - std::panicking::begin_panic::{{closure}}::hbca37b9370ed1d4e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x63e14f38b059 - std::sys::backtrace::__rust_end_short_backtrace::h383389d914306e48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x63e14f390202 - std::panicking::begin_panic::hacb00ff898b62556 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x63e14eedc9aa - compiletest_rs::runtest::TestCx::check_expected_errors::h20278b0400a7d152 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13 [INFO] [stdout] 19: 0x63e14eed21de - compiletest_rs::runtest::TestCx::run_cfail_test::h320a7cc39180a15a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18 [INFO] [stdout] 20: 0x63e14eecf6fc - compiletest_rs::runtest::TestCx::run_revision::hd6fa9b65cc5587d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31 [INFO] [stdout] 21: 0x63e14eeccc37 - compiletest_rs::runtest::run::h0e16207485f428a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17 [INFO] [stdout] 22: 0x63e14ef47196 - compiletest_rs::make_test_closure::{{closure}}::hbdf191683820deba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9 [INFO] [stdout] 23: 0x63e14f329846 - as core::ops::function::FnMut>::call_mut::hea0912b41ae61543 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2092:9 [INFO] [stdout] 24: 0x63e14f2f4a3e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hbfb77421247e53eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 25: 0x63e14f32b123 - core::ops::function::FnOnce::call_once::h4cb6e8fadcc0fb26 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x63e14f329b0e - as core::ops::function::FnOnce<()>>::call_once::he3eea34383587fdf [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 27: 0x63e14f3078dc - std::panicking::catch_unwind::do_call::he20a418fcdcd04f8 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x63e14f3327eb - __rust_try [INFO] [stdout] 29: 0x63e14f330540 - std::panicking::catch_unwind::h1b989cb0351eec2b [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x63e14f330540 - std::panic::catch_unwind::h83c23f2cdce8f1a5 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x63e14f2f44cb - test::run_test::run_test_inner::{{closure}}::h74644cbbe03cac26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 32: 0x63e14f32b0ce - core::ops::function::FnOnce::call_once::h4a3124145792060e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 33: 0x63e14f2fe687 - std::sys::backtrace::__rust_begin_short_backtrace::h55d956dab6738b44 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x63e14f30da8e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf03a6d1ccb7e7303 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 35: 0x63e14f329b44 - as core::ops::function::FnOnce<()>>::call_once::hea8e38f3af2fa7c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 36: 0x63e14f307830 - std::panicking::catch_unwind::do_call::ha49c9a1e6b1b56c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 37: 0x63e14f31084b - __rust_try [INFO] [stdout] 38: 0x63e14f30d66f - std::panicking::catch_unwind::h4c4d2562169f6321 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x63e14f30d66f - std::panic::catch_unwind::h540bafd7c72563ec [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x63e14f30d66f - std::thread::Builder::spawn_unchecked_::{{closure}}::h9540c1a49ccba661 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x63e14f32ae8f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4c3ac4096f5e2401 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x63e14f385c8f - as core::ops::function::FnOnce>::call_once::h6891ad53a5ed6f52 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 43: 0x63e14f385c8f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 44: 0x7f7d44f10aa4 - [INFO] [stdout] 45: 0x7f7d44f9da64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_wo_req_res_attr.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_wo_req_res_attr.rs:5: unexpected error: '5:3: 5:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_wo_req_res_attr.rs:4: expected error not found: required `request`/`response` attribute or struct name ending with `Request`/`Response` [INFO] [stdout] [INFO] [stdout] error: 2 unexpected errors found, 1 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_wo_req_res_attr.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_wo_req_res_attr.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib" "-L" "/tmp/dto_derive_wo_req_res_attr.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 1, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:3: 5:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 4, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "required `request`/`response` attribute or struct name ending with `Request`/`Response`", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_wo_req_res_attr.rs' (27) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13: [INFO] [stdout] explicit panic [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x63e14f3b5662 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x63e14f3b5662 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x63e14f3b5662 - std::sys::backtrace::_print_fmt::h255777b7ec902439 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x63e14f3b5662 - ::fmt::h8a1ac49fcd7ee8ce [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x63e14f3c6bcf - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x63e14f3c6bcf - core::fmt::write::hbdcc0ec4f1bab1db [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x63e14f37d8d3 - std::io::default_write_fmt::h2580ece0d4b58e51 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x63e14f37d8d3 - std::io::Write::write_fmt::hac9e42858f273b87 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x63e14f38af12 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x63e14f39052f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x63e14f3903c1 - std::panicking::default_hook::h9d66b9642014ce48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x63e14ee90f5e - as core::ops::function::Fn>::call::h8c698701e444e564 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x63e14ee90f5e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x63e14f390b3f - as core::ops::function::Fn>::call::hc4f222a8a57c637a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x63e14f390b3f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x63e14f39023c - std::panicking::begin_panic::{{closure}}::hbca37b9370ed1d4e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x63e14f38b059 - std::sys::backtrace::__rust_end_short_backtrace::h383389d914306e48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x63e14f390202 - std::panicking::begin_panic::hacb00ff898b62556 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x63e14eedc9aa - compiletest_rs::runtest::TestCx::check_expected_errors::h20278b0400a7d152 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13 [INFO] [stdout] 19: 0x63e14eed21de - compiletest_rs::runtest::TestCx::run_cfail_test::h320a7cc39180a15a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18 [INFO] [stdout] 20: 0x63e14eecf6fc - compiletest_rs::runtest::TestCx::run_revision::hd6fa9b65cc5587d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31 [INFO] [stdout] 21: 0x63e14eeccc37 - compiletest_rs::runtest::run::h0e16207485f428a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17 [INFO] [stdout] 22: 0x63e14ef47196 - compiletest_rs::make_test_closure::{{closure}}::hbdf191683820deba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9 [INFO] [stdout] 23: 0x63e14f329846 - as core::ops::function::FnMut>::call_mut::hea0912b41ae61543 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2092:9 [INFO] [stdout] 24: 0x63e14f2f4a3e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hbfb77421247e53eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 25: 0x63e14f32b123 - core::ops::function::FnOnce::call_once::h4cb6e8fadcc0fb26 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x63e14f329b0e - as core::ops::function::FnOnce<()>>::call_once::he3eea34383587fdf [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 27: 0x63e14f3078dc - std::panicking::catch_unwind::do_call::he20a418fcdcd04f8 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x63e14f3327eb - __rust_try [INFO] [stdout] 29: 0x63e14f330540 - std::panicking::catch_unwind::h1b989cb0351eec2b [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x63e14f330540 - std::panic::catch_unwind::h83c23f2cdce8f1a5 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x63e14f2f44cb - test::run_test::run_test_inner::{{closure}}::h74644cbbe03cac26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 32: 0x63e14f32b0ce - core::ops::function::FnOnce::call_once::h4a3124145792060e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 33: 0x63e14f2fe687 - std::sys::backtrace::__rust_begin_short_backtrace::h55d956dab6738b44 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x63e14f30da8e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf03a6d1ccb7e7303 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 35: 0x63e14f329b44 - as core::ops::function::FnOnce<()>>::call_once::hea8e38f3af2fa7c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 36: 0x63e14f307830 - std::panicking::catch_unwind::do_call::ha49c9a1e6b1b56c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 37: 0x63e14f31084b - __rust_try [INFO] [stdout] 38: 0x63e14f30d66f - std::panicking::catch_unwind::h4c4d2562169f6321 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x63e14f30d66f - std::panic::catch_unwind::h540bafd7c72563ec [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x63e14f30d66f - std::thread::Builder::spawn_unchecked_::{{closure}}::h9540c1a49ccba661 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x63e14f32ae8f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4c3ac4096f5e2401 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x63e14f385c8f - as core::ops::function::FnOnce>::call_once::h6891ad53a5ed6f52 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 43: 0x63e14f385c8f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 44: 0x7f7d44f10aa4 - [INFO] [stdout] 45: 0x7f7d44f9da64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_expected_struct.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_expected_struct.rs:5: expected error not found: expected struct [INFO] [stdout] [INFO] [stdout] error: 1 unexpected errors found, 1 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_expected_struct.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_expected_struct.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib" "-L" "/tmp/dto_derive_expected_struct.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 1, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "expected struct", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_expected_struct.rs' (20) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13: [INFO] [stdout] explicit panic [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x63e14f3b5662 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x63e14f3b5662 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x63e14f3b5662 - std::sys::backtrace::_print_fmt::h255777b7ec902439 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x63e14f3b5662 - ::fmt::h8a1ac49fcd7ee8ce [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x63e14f3c6bcf - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x63e14f3c6bcf - core::fmt::write::hbdcc0ec4f1bab1db [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x63e14f37d8d3 - std::io::default_write_fmt::h2580ece0d4b58e51 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x63e14f37d8d3 - std::io::Write::write_fmt::hac9e42858f273b87 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x63e14f38af12 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x63e14f39052f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x63e14f3903c1 - std::panicking::default_hook::h9d66b9642014ce48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x63e14ee90f5e - as core::ops::function::Fn>::call::h8c698701e444e564 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x63e14ee90f5e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x63e14f390b3f - as core::ops::function::Fn>::call::hc4f222a8a57c637a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x63e14f390b3f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x63e14f39023c - std::panicking::begin_panic::{{closure}}::hbca37b9370ed1d4e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x63e14f38b059 - std::sys::backtrace::__rust_end_short_backtrace::h383389d914306e48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x63e14f390202 - std::panicking::begin_panic::hacb00ff898b62556 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x63e14eedc9aa - compiletest_rs::runtest::TestCx::check_expected_errors::h20278b0400a7d152 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13 [INFO] [stdout] 19: 0x63e14eed21de - compiletest_rs::runtest::TestCx::run_cfail_test::h320a7cc39180a15a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18 [INFO] [stdout] 20: 0x63e14eecf6fc - compiletest_rs::runtest::TestCx::run_revision::hd6fa9b65cc5587d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31 [INFO] [stdout] 21: 0x63e14eeccc37 - compiletest_rs::runtest::run::h0e16207485f428a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17 [INFO] [stdout] 22: 0x63e14ef47196 - compiletest_rs::make_test_closure::{{closure}}::hbdf191683820deba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9 [INFO] [stdout] 23: 0x63e14f329846 - as core::ops::function::FnMut>::call_mut::hea0912b41ae61543 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2092:9 [INFO] [stdout] 24: 0x63e14f2f4a3e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hbfb77421247e53eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 25: 0x63e14f32b123 - core::ops::function::FnOnce::call_once::h4cb6e8fadcc0fb26 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x63e14f329b0e - as core::ops::function::FnOnce<()>>::call_once::he3eea34383587fdf [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 27: 0x63e14f3078dc - std::panicking::catch_unwind::do_call::he20a418fcdcd04f8 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x63e14f3327eb - __rust_try [INFO] [stdout] 29: 0x63e14f330540 - std::panicking::catch_unwind::h1b989cb0351eec2b [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x63e14f330540 - std::panic::catch_unwind::h83c23f2cdce8f1a5 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x63e14f2f44cb - test::run_test::run_test_inner::{{closure}}::h74644cbbe03cac26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 32: 0x63e14f32b0ce - core::ops::function::FnOnce::call_once::h4a3124145792060e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 33: 0x63e14f2fe687 - std::sys::backtrace::__rust_begin_short_backtrace::h55d956dab6738b44 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x63e14f30da8e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf03a6d1ccb7e7303 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 35: 0x63e14f329b44 - as core::ops::function::FnOnce<()>>::call_once::hea8e38f3af2fa7c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 36: 0x63e14f307830 - std::panicking::catch_unwind::do_call::ha49c9a1e6b1b56c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 37: 0x63e14f31084b - __rust_try [INFO] [stdout] 38: 0x63e14f30d66f - std::panicking::catch_unwind::h4c4d2562169f6321 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x63e14f30d66f - std::panic::catch_unwind::h540bafd7c72563ec [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x63e14f30d66f - std::thread::Builder::spawn_unchecked_::{{closure}}::h9540c1a49ccba661 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x63e14f32ae8f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4c3ac4096f5e2401 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x63e14f385c8f - as core::ops::function::FnOnce>::call_once::h6891ad53a5ed6f52 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 43: 0x63e14f385c8f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 44: 0x7f7d44f10aa4 - [INFO] [stdout] 45: 0x7f7d44f9da64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:32: unexpected error: '32:3: 32:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:23: unexpected error: '23:3: 23:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:24: unexpected error: '24:3: 24:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:17: unexpected error: '17:3: 17:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:13: unexpected error: '13:3: 13:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:9: unexpected error: '9:3: 9:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:5: unexpected error: '5:3: 5:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:5: expected error not found: expected string literal containing field names separated by comma [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:9: expected error not found: expected at least one field name [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:13: expected error not found: cannot skip non-existent field 'a' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:17: expected error not found: cannot skip non-existent field 'b' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:24: expected error not found: cannot skip already skipped field 'b' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_skip_attr.rs:32: expected error not found: cannot skip already skipped field 'b' [INFO] [stdout] [INFO] [stdout] error: 8 unexpected errors found, 6 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_skip_attr.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_skip_attr.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib" "-L" "/tmp/dto_derive_skip_attr.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 1, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 32, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "32:3: 32:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 23, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "23:3: 23:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 24, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "24:3: 24:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 17, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "17:3: 17:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 13, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "13:3: 13:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 9, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "9:3: 9:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:3: 5:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "expected string literal containing field names separated by comma", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 9, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "expected at least one field name", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 13, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "cannot skip non-existent field 'a'", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 17, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "cannot skip non-existent field 'b'", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 24, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "cannot skip already skipped field 'b'", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 32, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "cannot skip already skipped field 'b'", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_skip_attr.rs' (25) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13: [INFO] [stdout] explicit panic [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x63e14f3b5662 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x63e14f3b5662 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x63e14f3b5662 - std::sys::backtrace::_print_fmt::h255777b7ec902439 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x63e14f3b5662 - ::fmt::h8a1ac49fcd7ee8ce [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x63e14f3c6bcf - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x63e14f3c6bcf - core::fmt::write::hbdcc0ec4f1bab1db [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x63e14f37d8d3 - std::io::default_write_fmt::h2580ece0d4b58e51 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x63e14f37d8d3 - std::io::Write::write_fmt::hac9e42858f273b87 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x63e14f38af12 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x63e14f39052f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x63e14f3903c1 - std::panicking::default_hook::h9d66b9642014ce48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x63e14ee90f5e - as core::ops::function::Fn>::call::h8c698701e444e564 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x63e14ee90f5e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x63e14f390b3f - as core::ops::function::Fn>::call::hc4f222a8a57c637a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x63e14f390b3f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x63e14f39023c - std::panicking::begin_panic::{{closure}}::hbca37b9370ed1d4e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x63e14f38b059 - std::sys::backtrace::__rust_end_short_backtrace::h383389d914306e48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x63e14f390202 - std::panicking::begin_panic::hacb00ff898b62556 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x63e14eedc9aa - compiletest_rs::runtest::TestCx::check_expected_errors::h20278b0400a7d152 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13 [INFO] [stdout] 19: 0x63e14eed21de - compiletest_rs::runtest::TestCx::run_cfail_test::h320a7cc39180a15a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18 [INFO] [stdout] 20: 0x63e14eecf6fc - compiletest_rs::runtest::TestCx::run_revision::hd6fa9b65cc5587d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31 [INFO] [stdout] 21: 0x63e14eeccc37 - compiletest_rs::runtest::run::h0e16207485f428a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17 [INFO] [stdout] 22: 0x63e14ef47196 - compiletest_rs::make_test_closure::{{closure}}::hbdf191683820deba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9 [INFO] [stdout] 23: 0x63e14f329846 - as core::ops::function::FnMut>::call_mut::hea0912b41ae61543 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2092:9 [INFO] [stdout] 24: 0x63e14f2f4a3e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hbfb77421247e53eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 25: 0x63e14f32b123 - core::ops::function::FnOnce::call_once::h4cb6e8fadcc0fb26 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x63e14f329b0e - as core::ops::function::FnOnce<()>>::call_once::he3eea34383587fdf [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 27: 0x63e14f3078dc - std::panicking::catch_unwind::do_call::he20a418fcdcd04f8 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x63e14f3327eb - __rust_try [INFO] [stdout] 29: 0x63e14f330540 - std::panicking::catch_unwind::h1b989cb0351eec2b [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x63e14f330540 - std::panic::catch_unwind::h83c23f2cdce8f1a5 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x63e14f2f44cb - test::run_test::run_test_inner::{{closure}}::h74644cbbe03cac26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 32: 0x63e14f32b0ce - core::ops::function::FnOnce::call_once::h4a3124145792060e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 33: 0x63e14f2fe687 - std::sys::backtrace::__rust_begin_short_backtrace::h55d956dab6738b44 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x63e14f30da8e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf03a6d1ccb7e7303 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 35: 0x63e14f329b44 - as core::ops::function::FnOnce<()>>::call_once::hea8e38f3af2fa7c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 36: 0x63e14f307830 - std::panicking::catch_unwind::do_call::ha49c9a1e6b1b56c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 37: 0x63e14f31084b - __rust_try [INFO] [stdout] 38: 0x63e14f30d66f - std::panicking::catch_unwind::h4c4d2562169f6321 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x63e14f30d66f - std::panic::catch_unwind::h540bafd7c72563ec [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x63e14f30d66f - std::thread::Builder::spawn_unchecked_::{{closure}}::h9540c1a49ccba661 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x63e14f32ae8f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4c3ac4096f5e2401 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x63e14f385c8f - as core::ops::function::FnOnce>::call_once::h6891ad53a5ed6f52 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 43: 0x63e14f385c8f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 44: 0x7f7d44f10aa4 - [INFO] [stdout] 45: 0x7f7d44f9da64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_wo_entity_attr.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_wo_entity_attr.rs:4: expected error not found: required `entity` attribute [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_wo_entity_attr.rs:7: expected error not found: required `entity` attribute [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_wo_entity_attr.rs:10: expected error not found: required `entity` attribute [INFO] [stdout] [INFO] [stdout] error: 1 unexpected errors found, 3 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_wo_entity_attr.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_wo_entity_attr.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib" "-L" "/tmp/dto_derive_wo_entity_attr.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 1, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 4, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "required `entity` attribute", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 7, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "required `entity` attribute", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 10, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "required `entity` attribute", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_wo_entity_attr.rs' (26) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13: [INFO] [stdout] explicit panic [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x63e14f3b5662 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x63e14f3b5662 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x63e14f3b5662 - std::sys::backtrace::_print_fmt::h255777b7ec902439 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x63e14f3b5662 - ::fmt::h8a1ac49fcd7ee8ce [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x63e14f3c6bcf - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x63e14f3c6bcf - core::fmt::write::hbdcc0ec4f1bab1db [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x63e14f37d8d3 - std::io::default_write_fmt::h2580ece0d4b58e51 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x63e14f37d8d3 - std::io::Write::write_fmt::hac9e42858f273b87 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x63e14f38af12 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x63e14f39052f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x63e14f3903c1 - std::panicking::default_hook::h9d66b9642014ce48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x63e14ee90f5e - as core::ops::function::Fn>::call::h8c698701e444e564 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x63e14ee90f5e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x63e14f390b3f - as core::ops::function::Fn>::call::hc4f222a8a57c637a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x63e14f390b3f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x63e14f39023c - std::panicking::begin_panic::{{closure}}::hbca37b9370ed1d4e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x63e14f38b059 - std::sys::backtrace::__rust_end_short_backtrace::h383389d914306e48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x63e14f390202 - std::panicking::begin_panic::hacb00ff898b62556 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x63e14eedc9aa - compiletest_rs::runtest::TestCx::check_expected_errors::h20278b0400a7d152 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13 [INFO] [stdout] 19: 0x63e14eed21de - compiletest_rs::runtest::TestCx::run_cfail_test::h320a7cc39180a15a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18 [INFO] [stdout] 20: 0x63e14eecf6fc - compiletest_rs::runtest::TestCx::run_revision::hd6fa9b65cc5587d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31 [INFO] [stdout] 21: 0x63e14eeccc37 - compiletest_rs::runtest::run::h0e16207485f428a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17 [INFO] [stdout] 22: 0x63e14ef47196 - compiletest_rs::make_test_closure::{{closure}}::hbdf191683820deba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9 [INFO] [stdout] 23: 0x63e14f329846 - as core::ops::function::FnMut>::call_mut::hea0912b41ae61543 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2092:9 [INFO] [stdout] 24: 0x63e14f2f4a3e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hbfb77421247e53eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 25: 0x63e14f32b123 - core::ops::function::FnOnce::call_once::h4cb6e8fadcc0fb26 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x63e14f329b0e - as core::ops::function::FnOnce<()>>::call_once::he3eea34383587fdf [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 27: 0x63e14f3078dc - std::panicking::catch_unwind::do_call::he20a418fcdcd04f8 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x63e14f3327eb - __rust_try [INFO] [stdout] 29: 0x63e14f330540 - std::panicking::catch_unwind::h1b989cb0351eec2b [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x63e14f330540 - std::panic::catch_unwind::h83c23f2cdce8f1a5 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x63e14f2f44cb - test::run_test::run_test_inner::{{closure}}::h74644cbbe03cac26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 32: 0x63e14f32b0ce - core::ops::function::FnOnce::call_once::h4a3124145792060e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 33: 0x63e14f2fe687 - std::sys::backtrace::__rust_begin_short_backtrace::h55d956dab6738b44 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x63e14f30da8e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf03a6d1ccb7e7303 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 35: 0x63e14f329b44 - as core::ops::function::FnOnce<()>>::call_once::hea8e38f3af2fa7c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 36: 0x63e14f307830 - std::panicking::catch_unwind::do_call::ha49c9a1e6b1b56c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 37: 0x63e14f31084b - __rust_try [INFO] [stdout] 38: 0x63e14f30d66f - std::panicking::catch_unwind::h4c4d2562169f6321 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x63e14f30d66f - std::panic::catch_unwind::h540bafd7c72563ec [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x63e14f30d66f - std::thread::Builder::spawn_unchecked_::{{closure}}::h9540c1a49ccba661 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x63e14f32ae8f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4c3ac4096f5e2401 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x63e14f385c8f - as core::ops::function::FnOnce>::call_once::h6891ad53a5ed6f52 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 43: 0x63e14f385c8f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 44: 0x7f7d44f10aa4 - [INFO] [stdout] 45: 0x7f7d44f9da64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_entity_attr.rs:1: unexpected error: '1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_entity_attr.rs:9: unexpected error: '9:3: 9:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_entity_attr.rs:10: unexpected error: '10:3: 10:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_entity_attr.rs:5: unexpected error: '5:3: 5:6: cannot find attribute `dto` in this scope' [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_entity_attr.rs:5: expected error not found: expected string literal containing entity type [INFO] [stdout] [INFO] [stdout] error: tests/ui-fail/dto_derive_entity_attr.rs:10: expected error not found: duplicate `entity` attribute [INFO] [stdout] [INFO] [stdout] error: 4 unexpected errors found, 2 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/ui-fail/dto_derive_entity_attr.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/dto_derive_entity_attr.stage-id" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/lib" "-L" "/tmp/dto_derive_entity_attr.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 1, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "1:1: 1:25: multiple candidates for `dylib` dependency `dto_derive` found [E0464]", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 9, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "9:3: 9:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 10, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "10:3: 10:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:3: 5:6: cannot find attribute `dto` in this scope", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "expected string literal containing entity type", [INFO] [stdout] }, [INFO] [stdout] Error { [INFO] [stdout] line_num: 10, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "duplicate `entity` attribute", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] ui-fail/dto_derive_entity_attr.rs' (19) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13: [INFO] [stdout] explicit panic [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x63e14f3b5662 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x63e14f3b5662 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x63e14f3b5662 - std::sys::backtrace::_print_fmt::h255777b7ec902439 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x63e14f3b5662 - ::fmt::h8a1ac49fcd7ee8ce [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x63e14f3c6bcf - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x63e14f3c6bcf - core::fmt::write::hbdcc0ec4f1bab1db [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x63e14f37d8d3 - std::io::default_write_fmt::h2580ece0d4b58e51 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x63e14f37d8d3 - std::io::Write::write_fmt::hac9e42858f273b87 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x63e14f38af12 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x63e14f39052f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x63e14f3903c1 - std::panicking::default_hook::h9d66b9642014ce48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x63e14ee90f5e - as core::ops::function::Fn>::call::h8c698701e444e564 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x63e14ee90f5e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x63e14f390b3f - as core::ops::function::Fn>::call::hc4f222a8a57c637a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x63e14f390b3f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x63e14f39023c - std::panicking::begin_panic::{{closure}}::hbca37b9370ed1d4e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x63e14f38b059 - std::sys::backtrace::__rust_end_short_backtrace::h383389d914306e48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x63e14f390202 - std::panicking::begin_panic::hacb00ff898b62556 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x63e14eedc9aa - compiletest_rs::runtest::TestCx::check_expected_errors::h20278b0400a7d152 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:1100:13 [INFO] [stdout] 19: 0x63e14eed21de - compiletest_rs::runtest::TestCx::run_cfail_test::h320a7cc39180a15a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:178:18 [INFO] [stdout] 20: 0x63e14eecf6fc - compiletest_rs::runtest::TestCx::run_revision::hd6fa9b65cc5587d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:131:31 [INFO] [stdout] 21: 0x63e14eeccc37 - compiletest_rs::runtest::run::h0e16207485f428a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/runtest.rs:83:17 [INFO] [stdout] 22: 0x63e14ef47196 - compiletest_rs::make_test_closure::{{closure}}::hbdf191683820deba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:280:9 [INFO] [stdout] 23: 0x63e14f329846 - as core::ops::function::FnMut>::call_mut::hea0912b41ae61543 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2092:9 [INFO] [stdout] 24: 0x63e14f2f4a3e - test::run_test::run_test_inner::{{closure}}::{{closure}}::hbfb77421247e53eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:59 [INFO] [stdout] 25: 0x63e14f32b123 - core::ops::function::FnOnce::call_once::h4cb6e8fadcc0fb26 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x63e14f329b0e - as core::ops::function::FnOnce<()>>::call_once::he3eea34383587fdf [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 27: 0x63e14f3078dc - std::panicking::catch_unwind::do_call::he20a418fcdcd04f8 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x63e14f3327eb - __rust_try [INFO] [stdout] 29: 0x63e14f330540 - std::panicking::catch_unwind::h1b989cb0351eec2b [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x63e14f330540 - std::panic::catch_unwind::h83c23f2cdce8f1a5 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x63e14f2f44cb - test::run_test::run_test_inner::{{closure}}::h74644cbbe03cac26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tester-0.5.1/src/lib.rs:1447:26 [INFO] [stdout] 32: 0x63e14f32b0ce - core::ops::function::FnOnce::call_once::h4a3124145792060e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 33: 0x63e14f2fe687 - std::sys::backtrace::__rust_begin_short_backtrace::h55d956dab6738b44 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x63e14f30da8e - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf03a6d1ccb7e7303 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 35: 0x63e14f329b44 - as core::ops::function::FnOnce<()>>::call_once::hea8e38f3af2fa7c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 36: 0x63e14f307830 - std::panicking::catch_unwind::do_call::ha49c9a1e6b1b56c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 37: 0x63e14f31084b - __rust_try [INFO] [stdout] 38: 0x63e14f30d66f - std::panicking::catch_unwind::h4c4d2562169f6321 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x63e14f30d66f - std::panic::catch_unwind::h540bafd7c72563ec [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x63e14f30d66f - std::thread::Builder::spawn_unchecked_::{{closure}}::h9540c1a49ccba661 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x63e14f32ae8f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4c3ac4096f5e2401 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x63e14f385c8f - as core::ops::function::FnOnce>::call_once::h6891ad53a5ed6f52 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 43: 0x63e14f385c8f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 44: 0x7f7d44f10aa4 - [INFO] [stdout] 45: 0x7f7d44f9da64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] thread 'compile_test' (18) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:90:22: [INFO] [stdout] Some tests failed [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x63e14f3b5662 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x63e14f3b5662 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x63e14f3b5662 - std::sys::backtrace::_print_fmt::h255777b7ec902439 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x63e14f3b5662 - ::fmt::h8a1ac49fcd7ee8ce [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x63e14f3c6bcf - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x63e14f3c6bcf - core::fmt::write::hbdcc0ec4f1bab1db [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x63e14f37d8d3 - std::io::default_write_fmt::h2580ece0d4b58e51 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x63e14f37d8d3 - std::io::Write::write_fmt::hac9e42858f273b87 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x63e14f38af12 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x63e14f39052f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x63e14f3903c1 - std::panicking::default_hook::h9d66b9642014ce48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x63e14ee90f5e - as core::ops::function::Fn>::call::h8c698701e444e564 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x63e14ee90f5e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x63e14f390b3f - as core::ops::function::Fn>::call::hc4f222a8a57c637a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x63e14f390b3f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x63e14f39023c - std::panicking::begin_panic::{{closure}}::hbca37b9370ed1d4e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x63e14f38b059 - std::sys::backtrace::__rust_end_short_backtrace::h383389d914306e48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x63e14f390202 - std::panicking::begin_panic::hacb00ff898b62556 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x63e14ef4bd21 - compiletest_rs::run_tests::h1d915c3f307c2942 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compiletest_rs-0.3.19/src/lib.rs:90:22 [INFO] [stdout] 19: 0x63e14ee702b3 - compiletest::run_mode::h681cec06c7efc9e2 [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:12:5 [INFO] [stdout] 20: 0x63e14ee7003e - compiletest::compile_test::h0bf111d724f93ae3 [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:17:5 [INFO] [stdout] 21: 0x63e14ee70077 - compiletest::compile_test::{{closure}}::hbec899e94254e9ed [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:16:18 [INFO] [stdout] 22: 0x63e14ee703e6 - core::ops::function::FnOnce::call_once::h59c1e64ad9afee8d [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x63e14ee90dab - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x63e14ee90dab - test::__rust_begin_short_backtrace::h94208530f2b4c8c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18 [INFO] [stdout] 25: 0x63e14eea4dbd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74 [INFO] [stdout] 26: 0x63e14eea4dbd - as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 27: 0x63e14eea4dbd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x63e14eea4dbd - std::panicking::catch_unwind::h3d6a8652eceeabce [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 29: 0x63e14eea4dbd - std::panic::catch_unwind::hbef0c501dd7bb498 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x63e14eea4dbd - test::run_test_in_process::h400008a46a5006a0 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27 [INFO] [stdout] 31: 0x63e14eea4dbd - test::run_test::{{closure}}::h9a131655b31d9427 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43 [INFO] [stdout] 32: 0x63e14ee7e304 - test::run_test::{{closure}}::he4a7177c216308c0 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41 [INFO] [stdout] 33: 0x63e14ee7e304 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 34: 0x63e14ee81c3a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 35: 0x63e14ee81c3a - as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 36: 0x63e14ee81c3a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 37: 0x63e14ee81c3a - std::panicking::catch_unwind::h7e8b531bbda77d20 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 38: 0x63e14ee81c3a - std::panic::catch_unwind::hf9bbb2040b4f1e6c [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 39: 0x63e14ee81c3a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 40: 0x63e14ee81c3a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x63e14f385c8f - as core::ops::function::FnOnce>::call_once::h6891ad53a5ed6f52 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 42: 0x63e14f385c8f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 43: 0x7f7d44f10aa4 - [INFO] [stdout] 44: 0x7f7d44f9da64 - clone [INFO] [stdout] 45: 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.65s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test compiletest` [INFO] running `Command { std: "docker" "inspect" "1f76f183636d1deba288a0b40d4e49efb76c4e7a3f94cb8bb6d7431e82405056", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f76f183636d1deba288a0b40d4e49efb76c4e7a3f94cb8bb6d7431e82405056", kill_on_drop: false }` [INFO] [stdout] 1f76f183636d1deba288a0b40d4e49efb76c4e7a3f94cb8bb6d7431e82405056