[INFO] fetching crate eventmill_derive 0.3.0... [INFO] checking eventmill_derive-0.3.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate eventmill_derive 0.3.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate eventmill_derive 0.3.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate eventmill_derive 0.3.0 [INFO] finished tweaking crates.io crate eventmill_derive 0.3.0 [INFO] tweaked toml for crates.io crate eventmill_derive 0.3.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f321b2791c11c5dd102efdd7b746a97961f27244ea885f1574691fdb47e087d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7f321b2791c11c5dd102efdd7b746a97961f27244ea885f1574691fdb47e087d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f321b2791c11c5dd102efdd7b746a97961f27244ea885f1574691fdb47e087d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f321b2791c11c5dd102efdd7b746a97961f27244ea885f1574691fdb47e087d", kill_on_drop: false }` [INFO] [stdout] 7f321b2791c11c5dd102efdd7b746a97961f27244ea885f1574691fdb47e087d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0648df67f8e5e7363a5e7408bb693f100c52988da54f9bf048294ccbecaf1785 [INFO] running `Command { std: "docker" "start" "-a" "0648df67f8e5e7363a5e7408bb693f100c52988da54f9bf048294ccbecaf1785", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Checking eventmill_derive v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Checking serde v1.0.116 [INFO] [stderr] Checking serde_json v1.0.58 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking trybuild v1.0.35 [INFO] [stdout] error[E0432]: unresolved import `eventmill` [INFO] [stdout] --> tests/aggregate_struct_no_attributes.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | use eventmill::AggregateType; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eventmill` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stdout] --> tests/aggregate_struct_no_attributes.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(AggregateType, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `eventmill` [INFO] [stdout] --> tests/event_enum_event_type_attribute_omitted.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | use eventmill::EventType; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eventmill` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stdout] --> tests/event_enum_event_type_attribute_omitted.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(EventType, Debug)] [INFO] [stdout] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `eventmill_derive` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0432]: unresolved import `eventmill` [INFO] [stdout] --> tests/aggregate_struct_initialize_with_defaults.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | use eventmill::{AggregateType, InitializeAggregate, WithAggregateId}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eventmill` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stdout] --> tests/aggregate_struct_initialize_with_defaults.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(AggregateType, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `eventmill` [INFO] [stdout] --> tests/event_struct_event_type_attribute_omitted.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | use eventmill::EventType; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eventmill` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stdout] --> tests/event_struct_event_type_attribute_omitted.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(EventType, Debug)] [INFO] [stdout] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `eventmill` [INFO] [stdout] --> tests/event_struct_no_attributes.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | use eventmill::EventType; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eventmill` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stdout] --> tests/event_struct_no_attributes.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(EventType, Debug)] [INFO] [stdout] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `eventmill` [INFO] [stdout] --> tests/event_enum_no_attributes.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | use eventmill::EventType; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eventmill` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stdout] --> tests/event_enum_no_attributes.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(EventType, Debug)] [INFO] [stdout] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `eventmill` [INFO] [stdout] --> tests/event_struct_all_attributes.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | use eventmill::EventType; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eventmill` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stdout] --> tests/event_struct_all_attributes.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(EventType, Debug)] [INFO] [stdout] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `eventmill` [INFO] [stdout] --> tests/event_struct_const_as_event_source.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | use eventmill::EventType; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eventmill` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stdout] --> tests/event_struct_const_as_event_source.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(EventType, Debug)] [INFO] [stdout] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `eventmill` [INFO] [stdout] --> tests/aggregate_struct_with_id_field_attribute.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | use eventmill::{AggregateType, WithAggregateId}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eventmill` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stdout] --> tests/aggregate_struct_with_id_field_attribute.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(AggregateType, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `eventmill` [INFO] [stdout] --> tests/event_enum_const_as_event_type_version.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | use eventmill::EventType; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eventmill` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stdout] --> tests/event_enum_const_as_event_type_version.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(EventType, Debug)] [INFO] [stdout] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `eventmill` [INFO] [stdout] --> tests/event_enum_event_type_attribute_on_variants.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | use eventmill::EventType; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eventmill` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stdout] --> tests/event_enum_event_type_attribute_on_variants.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(EventType, Debug)] [INFO] [stdout] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0648df67f8e5e7363a5e7408bb693f100c52988da54f9bf048294ccbecaf1785", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0648df67f8e5e7363a5e7408bb693f100c52988da54f9bf048294ccbecaf1785", kill_on_drop: false }` [INFO] [stdout] 0648df67f8e5e7363a5e7408bb693f100c52988da54f9bf048294ccbecaf1785