[INFO] fetching crate aldrin-macros 0.12.0... [INFO] checking aldrin-macros-0.12.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate aldrin-macros 0.12.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate aldrin-macros 0.12.0 [INFO] finished tweaking crates.io crate aldrin-macros 0.12.0 [INFO] tweaked toml for crates.io crate aldrin-macros 0.12.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate aldrin-macros 0.12.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate aldrin-macros 0.12.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded diffy v0.4.0 [INFO] [stderr] Downloaded uuid v1.6.1 [INFO] [stderr] Downloaded aldrin-parser v0.12.0 [INFO] [stderr] Downloaded aldrin-codegen v0.12.0 [INFO] [stderr] Downloaded nu-ansi-term v0.50.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a023a26a6f2b83471f08019b06a08866ac149b47cc29ff96885c2804d1df25c [INFO] running `Command { std: "docker" "start" "-a" "0a023a26a6f2b83471f08019b06a08866ac149b47cc29ff96885c2804d1df25c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a023a26a6f2b83471f08019b06a08866ac149b47cc29ff96885c2804d1df25c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a023a26a6f2b83471f08019b06a08866ac149b47cc29ff96885c2804d1df25c", kill_on_drop: false }` [INFO] [stdout] 0a023a26a6f2b83471f08019b06a08866ac149b47cc29ff96885c2804d1df25c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1666e59c7580f83776b571983c8bb1dab072a0dbcd2a3e7caf84e184a9381c9a [INFO] running `Command { std: "docker" "start" "-a" "1666e59c7580f83776b571983c8bb1dab072a0dbcd2a3e7caf84e184a9381c9a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling thiserror v2.0.9 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking heck v0.4.1 [INFO] [stderr] Checking unicode-segmentation v1.10.1 [INFO] [stderr] Checking nu-ansi-term v0.50.0 [INFO] [stderr] Checking diffy v0.4.0 [INFO] [stderr] Checking quote v1.0.38 [INFO] [stderr] Checking syn v2.0.95 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Compiling proc-macro-utils v0.10.0 [INFO] [stderr] Checking uuid v1.6.1 [INFO] [stderr] Compiling manyhow-macros v0.11.4 [INFO] [stderr] Checking manyhow v0.11.4 [INFO] [stderr] Compiling thiserror-impl v2.0.9 [INFO] [stderr] Checking pest v2.7.15 [INFO] [stderr] Compiling pest_meta v2.7.15 [INFO] [stderr] Compiling pest_generator v2.7.15 [INFO] [stderr] Compiling pest_derive v2.7.15 [INFO] [stderr] Checking aldrin-parser v0.12.0 [INFO] [stderr] Checking aldrin-codegen v0.12.0 [INFO] [stderr] Checking aldrin-macros v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] --> src/service/test.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use aldrin::core::introspection::{Introspectable, LexicalId}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `aldrin`, use `cargo add aldrin` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] --> src/service/test.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use aldrin::core::{ServiceUuid, TypeId}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `aldrin`, use `cargo add aldrin` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] --> src/test.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use aldrin::core::introspection::Introspection; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `aldrin`, use `cargo add aldrin` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `aldrin` [INFO] [stdout] --> src/service/test.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use aldrin::service; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `aldrin`, use `cargo add aldrin` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `aldrin_core` [INFO] [stdout] --> src/derive/test.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use aldrin_core::introspection::{Introspectable, Introspection, LexicalId}; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `aldrin_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `aldrin_core`, use `cargo add aldrin_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `aldrin` [INFO] [stdout] --> src/test.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use aldrin::Introspectable; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `aldrin`, use `cargo add aldrin` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] --> src/service/test.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | use aldrin::core::ServiceUuid; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `aldrin`, use `cargo add aldrin` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `aldrin_core` [INFO] [stdout] --> src/derive/test.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use aldrin_core::{ [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `aldrin_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `aldrin_core`, use `cargo add aldrin_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] --> src/test.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | use aldrin::core::ServiceUuid; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `aldrin`, use `cargo add aldrin` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `aldrin` [INFO] [stdout] --> src/service/test.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | use aldrin::service; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `aldrin`, use `cargo add aldrin` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `aldrin` [INFO] [stdout] --> src/test.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | use aldrin::{service, AsSerializeArg, Deserialize, Introspectable, Serialize}; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `aldrin` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `aldrin`, use `cargo add aldrin` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | #[aldrin(optional)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:54:7 [INFO] [stdout] | [INFO] [stdout] 54 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:94:7 [INFO] [stdout] | [INFO] [stdout] 94 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:99:11 [INFO] [stdout] | [INFO] [stdout] 99 | #[aldrin(fallback)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:127:3 [INFO] [stdout] | [INFO] [stdout] 127 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:131:3 [INFO] [stdout] | [INFO] [stdout] 131 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:135:3 [INFO] [stdout] | [INFO] [stdout] 135 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:139:3 [INFO] [stdout] | [INFO] [stdout] 139 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:141:7 [INFO] [stdout] | [INFO] [stdout] 141 | #[aldrin(fallback)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:146:3 [INFO] [stdout] | [INFO] [stdout] 146 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:147:39 [INFO] [stdout] | [INFO] [stdout] 147 | struct EmptyTupleStructWithFallback(#[aldrin(fallback)] UnknownFields); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:150:3 [INFO] [stdout] | [INFO] [stdout] 150 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:154:7 [INFO] [stdout] | [INFO] [stdout] 154 | #[aldrin(id = 2, optional)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:159:3 [INFO] [stdout] | [INFO] [stdout] 159 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:160:34 [INFO] [stdout] | [INFO] [stdout] 160 | struct RegularTupleStruct(u32, #[aldrin(id = 2, optional)] Option); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:163:3 [INFO] [stdout] | [INFO] [stdout] 163 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:167:7 [INFO] [stdout] | [INFO] [stdout] 167 | #[aldrin(id = 2, optional)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:170:7 [INFO] [stdout] | [INFO] [stdout] 170 | #[aldrin(fallback)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:175:3 [INFO] [stdout] | [INFO] [stdout] 175 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:178:7 [INFO] [stdout] | [INFO] [stdout] 178 | #[aldrin(id = 2, optional)] Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:179:7 [INFO] [stdout] | [INFO] [stdout] 179 | #[aldrin(fallback)] UnknownFields, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:183:3 [INFO] [stdout] | [INFO] [stdout] 183 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:187:3 [INFO] [stdout] | [INFO] [stdout] 187 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:189:7 [INFO] [stdout] | [INFO] [stdout] 189 | #[aldrin(fallback)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:194:3 [INFO] [stdout] | [INFO] [stdout] 194 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:200:3 [INFO] [stdout] | [INFO] [stdout] 200 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/derive/test.rs:204:7 [INFO] [stdout] | [INFO] [stdout] 204 | #[aldrin(fallback)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/test.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | #[aldrin(schema = "raw_identifiers")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/test.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | #[aldrin(optional)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/test.rs:37:7 [INFO] [stdout] | [INFO] [stdout] 37 | #[aldrin(schema = "raw_identifiers")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/test.rs:43:7 [INFO] [stdout] | [INFO] [stdout] 43 | #[aldrin(schema = "raw_identifiers")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/test.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | #[aldrin(schema = "test")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `aldrin` in this scope [INFO] [stdout] --> src/test.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | #[aldrin(id = 2)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `r#extern` in `raw_identifiers` [INFO] [stdout] --> src/service/test.rs:30:42 [INFO] [stdout] | [INFO] [stdout] 30 | let introspection = raw_identifiers::r#extern::introspection(); [INFO] [stdout] | ^^^^^^^^ could not find `r#extern` in `raw_identifiers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `r#extern` in `raw_identifiers` [INFO] [stdout] --> src/service/test.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | raw_identifiers::r#extern::lexical_id(), [INFO] [stdout] | ^^^^^^^^ could not find `r#extern` in `raw_identifiers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `uuid::uuid` [INFO] [stdout] --> src/service/test.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | use uuid::uuid; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `uuid::uuid` [INFO] [stdout] --> src/test.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | use uuid::uuid; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `lexical_id` found for struct `derive::test::raw_identifiers_struct::r#struct` in the current scope [INFO] [stdout] --> src/derive/test.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 13 | struct r#struct { [INFO] [stdout] | --------------- function or associated item `lexical_id` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 29 | assert_eq!(r#struct::lexical_id(), introspection.lexical_id()); [INFO] [stdout] | ^^^^^^^^^^ function or associated item not found in `derive::test::raw_identifiers_struct::r#struct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `lexical_id` found for enum `derive::test::raw_identifiers_enum::r#enum` in the current scope [INFO] [stdout] --> src/derive/test.rs:71:24 [INFO] [stdout] | [INFO] [stdout] 57 | enum r#enum { [INFO] [stdout] | ----------- variant or associated item `lexical_id` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 71 | assert_eq!(r#enum::lexical_id(), introspection.lexical_id()); [INFO] [stdout] | ^^^^^^^^^^ variant or associated item not found in `derive::test::raw_identifiers_enum::r#enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `lexical_id` found for enum `Foo` in the current scope [INFO] [stdout] --> src/derive/test.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 96 | enum Foo { [INFO] [stdout] | -------- variant or associated item `lexical_id` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 109 | assert_eq!(Foo::lexical_id(), introspection.lexical_id()); [INFO] [stdout] | ^^^^^^^^^^ variant or associated item not found in `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/service/test.rs:82:25 [INFO] [stdout] | [INFO] [stdout] 82 | let introspection = Foo::introspection(); [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/service/test.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | assert_eq!(Foo::lexical_id(), introspection.lexical_id()); [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [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 `aldrin-macros` (lib test) due to 52 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "1666e59c7580f83776b571983c8bb1dab072a0dbcd2a3e7caf84e184a9381c9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1666e59c7580f83776b571983c8bb1dab072a0dbcd2a3e7caf84e184a9381c9a", kill_on_drop: false }` [INFO] [stdout] 1666e59c7580f83776b571983c8bb1dab072a0dbcd2a3e7caf84e184a9381c9a