[INFO] fetching crate type-name-derive 0.1.0... [INFO] checking type-name-derive-0.1.0 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate type-name-derive 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate type-name-derive 0.1.0 [INFO] finished tweaking crates.io crate type-name-derive 0.1.0 [INFO] tweaked toml for crates.io crate type-name-derive 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate type-name-derive 0.1.0 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] [stderr] Adding darling v0.13.4 (available: v0.21.3) [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.106) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eef112abefb0553013fb391e9f87529cead0a68a675234891beb8ac1d3ce5705 [INFO] running `Command { std: "docker" "start" "-a" "eef112abefb0553013fb391e9f87529cead0a68a675234891beb8ac1d3ce5705", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eef112abefb0553013fb391e9f87529cead0a68a675234891beb8ac1d3ce5705", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eef112abefb0553013fb391e9f87529cead0a68a675234891beb8ac1d3ce5705", kill_on_drop: false }` [INFO] [stdout] eef112abefb0553013fb391e9f87529cead0a68a675234891beb8ac1d3ce5705 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8841e9f460ce7d03f5e2fd9f6c456beb98a15b8ad61c44bd36dbc6ac86a1c68e [INFO] running `Command { std: "docker" "start" "-a" "8841e9f460ce7d03f5e2fd9f6c456beb98a15b8ad61c44bd36dbc6ac86a1c68e", kill_on_drop: false }` [INFO] [stderr] Checking ident_case v1.0.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking darling_core v0.13.4 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Checking darling v0.13.4 [INFO] [stderr] Checking type-name-derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/lifetime.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/arguments.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/arguments.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/arguments.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/arguments.rs:38:11 [INFO] [stdout] | [INFO] [stdout] 38 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/arguments.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/arguments.rs:69:11 [INFO] [stdout] | [INFO] [stdout] 69 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/arguments.rs:83:11 [INFO] [stdout] | [INFO] [stdout] 83 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/arguments.rs:100:11 [INFO] [stdout] | [INFO] [stdout] 100 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/arguments.rs:117:11 [INFO] [stdout] | [INFO] [stdout] 117 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `typename` in this scope [INFO] [stdout] --> tests/arguments.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[typename(type_name = "type_renamed")] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `typename` is an attribute that can be used by the derive macro `TypeName`, you might be missing a `derive` attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `typename` in this scope [INFO] [stdout] --> tests/arguments.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | #[typename(crate_name = "crate_renamed")] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `typename` is an attribute that can be used by the derive macro `TypeName`, you might be missing a `derive` attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `typename` in this scope [INFO] [stdout] --> tests/arguments.rs:40:7 [INFO] [stdout] | [INFO] [stdout] 40 | #[typename(crate_version = "1.2.3")] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `typename` is an attribute that can be used by the derive macro `TypeName`, you might be missing a `derive` attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `typename` in this scope [INFO] [stdout] --> tests/arguments.rs:55:7 [INFO] [stdout] | [INFO] [stdout] 55 | #[typename(rustc_version = "1.2.3")] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `typename` is an attribute that can be used by the derive macro `TypeName`, you might be missing a `derive` attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/complex.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `typename` in this scope [INFO] [stdout] --> tests/arguments.rs:71:7 [INFO] [stdout] | [INFO] [stdout] 71 | #[typename(default_to_none = true)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `typename` is an attribute that can be used by the derive macro `TypeName`, you might be missing a `derive` attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `typename` in this scope [INFO] [stdout] --> tests/arguments.rs:85:7 [INFO] [stdout] | [INFO] [stdout] 85 | #[typename(default_to_none = true, crate_version = "1.2.3")] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `typename` is an attribute that can be used by the derive macro `TypeName`, you might be missing a `derive` attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `typename` in this scope [INFO] [stdout] --> tests/arguments.rs:102:7 [INFO] [stdout] | [INFO] [stdout] 102 | #[typename(default_to_none = true, rustc_version = "1.2.3")] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `typename` is an attribute that can be used by the derive macro `TypeName`, you might be missing a `derive` attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/generic.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `typename` in this scope [INFO] [stdout] --> tests/arguments.rs:119:7 [INFO] [stdout] | [INFO] [stdout] 119 | #[typename(default_to_none = true, crate_name = "test")] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `typename` is an attribute that can be used by the derive macro `TypeName`, you might be missing a `derive` attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `type_name` in the list of imported crates [INFO] [stdout] --> tests/arguments.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | &Some(::type_name::TypeNameSemverVersion::new(1, 2, 3)), [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `type_name` in the list of imported crates [INFO] [stdout] --> tests/arguments.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | &Some(::type_name::TypeNameSemverVersion::new(1, 2, 3)), [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `type_name` in the list of imported crates [INFO] [stdout] --> tests/arguments.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | &Some(::type_name::TypeNameSemverVersion::new(1, 2, 3)), [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `type_name` [INFO] [stdout] --> tests/simple.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use ::type_name::TypeName; [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `type_name` in the list of imported crates [INFO] [stdout] --> tests/arguments.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | &Some(::type_name::TypeNameSemverVersion::new(1, 2, 3)), [INFO] [stdout] | ^^^^^^^^^ could not find `type_name` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `A<'a, T>` in the current scope [INFO] [stdout] --> tests/lifetime.rs:6:45 [INFO] [stdout] | [INFO] [stdout] 5 | struct A<'a, T>(&'a T); [INFO] [stdout] | --------------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 6 | let type_name = dbg!(A::<&'static u32>::type_name_static()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `A<'_, &'static u32>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `arguments_no::B` in the current scope [INFO] [stdout] --> tests/arguments.rs:6:29 [INFO] [stdout] | [INFO] [stdout] 5 | struct B {} [INFO] [stdout] | -------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 6 | let type_name = dbg!(B::type_name_static()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `arguments_no::B` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `A` in the current scope [INFO] [stdout] --> tests/generic.rs:6:36 [INFO] [stdout] | [INFO] [stdout] 5 | struct A(T); [INFO] [stdout] | ----------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 6 | let type_name = dbg!(A::::type_name_static()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `arguments_type_name::B` in the current scope [INFO] [stdout] --> tests/arguments.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 17 | struct B {} [INFO] [stdout] | -------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 18 | let type_name = dbg!(B::type_name_static()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `arguments_type_name::B` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `arguments_crate_name::B` in the current scope [INFO] [stdout] --> tests/arguments.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 29 | struct B {} [INFO] [stdout] | -------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 30 | let type_name = dbg!(B::type_name_static()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `arguments_crate_name::B` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `arguments_crate_version::B` in the current scope [INFO] [stdout] --> tests/arguments.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 41 | struct B {} [INFO] [stdout] | -------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 42 | let type_name = dbg!(B::type_name_static()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `arguments_crate_version::B` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `arguments_rustc_version::B` in the current scope [INFO] [stdout] --> tests/arguments.rs:57:29 [INFO] [stdout] | [INFO] [stdout] 56 | struct B {} [INFO] [stdout] | -------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 57 | let type_name = dbg!(B::type_name_static()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `arguments_rustc_version::B` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `arguments_default_to_none::B` in the current scope [INFO] [stdout] --> tests/arguments.rs:73:29 [INFO] [stdout] | [INFO] [stdout] 72 | struct B {} [INFO] [stdout] | -------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 73 | let type_name = dbg!(B::type_name_static()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `arguments_default_to_none::B` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `B` in the current scope [INFO] [stdout] --> tests/simple.rs:6:29 [INFO] [stdout] | [INFO] [stdout] 5 | struct B {} [INFO] [stdout] | -------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 6 | let type_name = dbg!(B::type_name_static()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `B` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `A<'a, 'b, T, S>` in the current scope [INFO] [stdout] --> tests/complex.rs:6:55 [INFO] [stdout] | [INFO] [stdout] 5 | struct A<'a, 'b, T, S>(&'a T, &'b S); [INFO] [stdout] | ---------------------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 6 | let type_name = A::<&'static u32, &'static bool>::type_name_static(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `A<'_, '_, &'static u32, &'static bool>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `arguments_default_to_none_crate_version::B` in the current scope [INFO] [stdout] --> tests/arguments.rs:87:29 [INFO] [stdout] | [INFO] [stdout] 86 | struct B {} [INFO] [stdout] | -------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 87 | let type_name = dbg!(B::type_name_static()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `arguments_default_to_none_crate_version::B` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `type-name-derive` (test "lifetime") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `type-name-derive` (test "generic") due to 2 previous errors [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `arguments_default_to_none_rustc_version::B` in the current scope [INFO] [stdout] --> tests/arguments.rs:104:29 [INFO] [stdout] | [INFO] [stdout] 103 | struct B {} [INFO] [stdout] | -------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 104 | let type_name = dbg!(B::type_name_static()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `arguments_default_to_none_rustc_version::B` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `type_name_static` found for struct `arguments_default_to_none_crate_name::B` in the current scope [INFO] [stdout] --> tests/arguments.rs:121:29 [INFO] [stdout] | [INFO] [stdout] 120 | struct B {} [INFO] [stdout] | -------- function or associated item `type_name_static` not found for this struct [INFO] [stdout] 121 | let type_name = dbg!(B::type_name_static()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ function or associated item not found in `arguments_default_to_none_crate_name::B` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `type-name-derive` (test "complex") due to 2 previous errors [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `type-name-derive` (test "simple") due to 2 previous errors [INFO] [stderr] error: could not compile `type-name-derive` (test "arguments") due to 30 previous errors [INFO] running `Command { std: "docker" "inspect" "8841e9f460ce7d03f5e2fd9f6c456beb98a15b8ad61c44bd36dbc6ac86a1c68e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8841e9f460ce7d03f5e2fd9f6c456beb98a15b8ad61c44bd36dbc6ac86a1c68e", kill_on_drop: false }` [INFO] [stdout] 8841e9f460ce7d03f5e2fd9f6c456beb98a15b8ad61c44bd36dbc6ac86a1c68e