[INFO] fetching crate disintegrate-macros 0.8.0...
[INFO] checking disintegrate-macros-0.8.0 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate disintegrate-macros 0.8.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate disintegrate-macros 0.8.0 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate disintegrate-macros 0.8.0
[INFO] finished tweaking crates.io crate disintegrate-macros 0.8.0
[INFO] tweaked toml for crates.io crate disintegrate-macros 0.8.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 54303fe0f375d824bc8c58ab199446b678ec17d8ecaf4fe101d9aa475b61f6a1
[INFO] running `Command { std: "docker" "start" "-a" "54303fe0f375d824bc8c58ab199446b678ec17d8ecaf4fe101d9aa475b61f6a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "54303fe0f375d824bc8c58ab199446b678ec17d8ecaf4fe101d9aa475b61f6a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54303fe0f375d824bc8c58ab199446b678ec17d8ecaf4fe101d9aa475b61f6a1", kill_on_drop: false }`
[INFO] [stdout] 54303fe0f375d824bc8c58ab199446b678ec17d8ecaf4fe101d9aa475b61f6a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e32579b24413e09bec57841f3e360ac138e45b6efefada0262cc1e336d56d80
[INFO] running `Command { std: "docker" "start" "-a" "6e32579b24413e09bec57841f3e360ac138e45b6efefada0262cc1e336d56d80", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking quote v1.0.37
[INFO] [stderr]     Checking syn v2.0.90
[INFO] [stderr]     Checking disintegrate-macros v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `disintegrate`
[INFO] [stdout]  --> tests/state_query.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use disintegrate::{query, Event, StateQuery};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `disintegrate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `disintegrate`
[INFO] [stdout]  --> tests/event.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use disintegrate::{ident, DomainIdentifierInfo, Event, IdentifierType, IntoIdentifierValue};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `disintegrate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `id` in this scope
[INFO] [stdout]  --> tests/event.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 |     #[id]
[INFO] [stdout]   |       ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `id` in this scope
[INFO] [stdout]  --> tests/state_query.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 |         #[id]
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `id` in this scope
[INFO] [stdout]   --> tests/event.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 |     #[id]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `id` in this scope
[INFO] [stdout]   --> tests/state_query.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 |         #[id]
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `stream` in this scope
[INFO] [stdout]   --> tests/event.rs:17:3
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[stream(UserEvent, [UserCreated, UserUpdated, UserDeleted])]
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `id` in this scope
[INFO] [stdout]   --> tests/state_query.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 |         #[id]
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `stream` in this scope
[INFO] [stdout]   --> tests/event.rs:18:3
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[stream(OrderEvent, [OrderCreated, OrderCancelled])]
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `state_query` in this scope
[INFO] [stdout]   --> tests/state_query.rs:22:3
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[state_query(DomainEvent)]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `id` in this scope
[INFO] [stdout]   --> tests/state_query.rs:24:7
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[id]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `id` in this scope
[INFO] [stdout]   --> tests/event.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 |         #[id]
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `state_query` in this scope
[INFO] [stdout]   --> tests/state_query.rs:29:3
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[state_query(DomainEvent, rename = "UserOrderData")]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `id` in this scope
[INFO] [stdout]   --> tests/event.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[id]
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `id` in this scope
[INFO] [stdout]   --> tests/state_query.rs:31:7
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[id]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `id` in this scope
[INFO] [stdout]   --> tests/event.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 |         #[id]
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `id` in this scope
[INFO] [stdout]   --> tests/state_query.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[id]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `NAME` found for struct `UserOrders` in the current scope
[INFO] [stdout]   --> tests/state_query.rs:39:28
[INFO] [stdout]    |
[INFO] [stdout] 23 | struct UserOrders {
[INFO] [stdout]    | ----------------- associated item `NAME` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     assert_eq!(UserOrders::NAME, "UserOrders");
[INFO] [stdout]    |                            ^^^^ associated item not found in `UserOrders`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `NAME` found for struct `UserOrder` in the current scope
[INFO] [stdout]   --> tests/state_query.rs:44:27
[INFO] [stdout]    |
[INFO] [stdout] 30 | struct UserOrder {
[INFO] [stdout]    | ---------------- associated item `NAME` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     assert_eq!(UserOrder::NAME, "UserOrderData");
[INFO] [stdout]    |                           ^^^^ associated item not found in `UserOrder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `query` found for struct `UserOrders` in the current scope
[INFO] [stdout]   --> tests/state_query.rs:50:28
[INFO] [stdout]    |
[INFO] [stdout] 23 | struct UserOrders {
[INFO] [stdout]    | ----------------- method `query` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 50 |     assert_eq!(user_orders.query(), query!(DomainEvent, user_id == 1));
[INFO] [stdout]    |                            ^^^^^ method not found in `UserOrders`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `query` found for struct `UserOrder` in the current scope
[INFO] [stdout]   --> tests/state_query.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 30 | struct UserOrder {
[INFO] [stdout]    | ---------------- method `query` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 57 |         user_order.query(),
[INFO] [stdout]    |                    ^^^^^ method not found in `UserOrder`
[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 variant or associated item named `SCHEMA` found for enum `DomainEvent` in the current scope
[INFO] [stdout]   --> tests/event.rs:42:22
[INFO] [stdout]    |
[INFO] [stdout] 19 | enum DomainEvent {
[INFO] [stdout]    | ---------------- variant or associated item `SCHEMA` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 42 |         DomainEvent::SCHEMA.types,
[INFO] [stdout]    |                      ^^^^^^ variant or associated item not found in `DomainEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `disintegrate-macros` (test "state_query") due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `domain_identifiers` found for enum `DomainEvent` in the current scope
[INFO] [stdout]   --> tests/event.rs:62:56
[INFO] [stdout]    |
[INFO] [stdout] 19 | enum DomainEvent {
[INFO] [stdout]    | ---------------- method `domain_identifiers` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 62 |     let domain_identifiers = enum_struct_variant_event.domain_identifiers();
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^ method not found in `DomainEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_identifier_value` found for struct `String` in the current scope
[INFO] [stdout]   --> tests/event.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 |         Some(&user_id.clone().into_identifier_value())
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `domain_identifiers` found for enum `DomainEvent` in the current scope
[INFO] [stdout]   --> tests/event.rs:73:54
[INFO] [stdout]    |
[INFO] [stdout] 19 | enum DomainEvent {
[INFO] [stdout]    | ---------------- method `domain_identifiers` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 73 |     let domain_identifiers = enum_unit_variant_event.domain_identifiers();
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^^^^^ method not found in `DomainEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_identifier_value` found for struct `String` in the current scope
[INFO] [stdout]   --> tests/event.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |         Some(&user_id.clone().into_identifier_value())
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `domain_identifiers` found for enum `DomainEvent` in the current scope
[INFO] [stdout]   --> tests/event.rs:83:55
[INFO] [stdout]    |
[INFO] [stdout] 19 | enum DomainEvent {
[INFO] [stdout]    | ---------------- method `domain_identifiers` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 83 |     let domain_identifiers = enum_boxed_variant_event.domain_identifiers();
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^ method not found in `DomainEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_identifier_value` found for struct `String` in the current scope
[INFO] [stdout]   --> tests/event.rs:86:23
[INFO] [stdout]    |
[INFO] [stdout] 86 |         Some(&user_id.into_identifier_value())
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UserEvent`
[INFO] [stdout]    --> tests/event.rs:108:28
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let user_boxed_event = UserEvent::UserDeleted(Box::new(UserDeleted {
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `UserEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UserEvent`
[INFO] [stdout]    --> tests/event.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         UserEvent::SCHEMA.types,
[INFO] [stdout]     |         ^^^^^^^^^ use of undeclared type `UserEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OrderEvent`
[INFO] [stdout]    --> tests/event.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |         OrderEvent::SCHEMA.types,
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `OrderEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OrderEvent`
[INFO] [stdout]    --> tests/event.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |         OrderEvent::SCHEMA.domain_identifiers,
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `OrderEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UserEvent`
[INFO] [stdout]    --> tests/event.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |         UserEvent::SCHEMA.domain_identifiers,
[INFO] [stdout]     |         ^^^^^^^^^ use of undeclared type `UserEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `SCHEMA` found for enum `DomainEvent` in the current scope
[INFO] [stdout]    --> tests/event.rs:163:22
[INFO] [stdout]     |
[INFO] [stdout] 19  | enum DomainEvent {
[INFO] [stdout]     | ---------------- variant or associated item `SCHEMA` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 163 |         DomainEvent::SCHEMA.domain_identifiers,
[INFO] [stdout]     |                      ^^^^^^ variant or associated item not found in `DomainEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UserEvent`
[INFO] [stdout]   --> tests/event.rs:92:22
[INFO] [stdout]    |
[INFO] [stdout] 92 |     let user_event = UserEvent::UserCreated {
[INFO] [stdout]    |                      ^^^^^^^^^ use of undeclared type `UserEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OrderEvent`
[INFO] [stdout]    --> tests/event.rs:119:23
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let order_event = OrderEvent::OrderCreated {
[INFO] [stdout]     |                       ^^^^^^^^^^ use of undeclared type `OrderEvent`
[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 `disintegrate-macros` (test "event") due to 23 previous errors
[INFO] running `Command { std: "docker" "inspect" "6e32579b24413e09bec57841f3e360ac138e45b6efefada0262cc1e336d56d80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e32579b24413e09bec57841f3e360ac138e45b6efefada0262cc1e336d56d80", kill_on_drop: false }`
[INFO] [stdout] 6e32579b24413e09bec57841f3e360ac138e45b6efefada0262cc1e336d56d80
