[INFO] crate eventmill_derive 0.3.0 is already in cache [INFO] testing eventmill_derive-0.3.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate eventmill_derive 0.3.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate eventmill_derive 0.3.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [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-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stdout] a93bed07fa859682835331875e955912186da59608b08de5a9c5f9b7ce8e31d4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a93bed07fa859682835331875e955912186da59608b08de5a9c5f9b7ce8e31d4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling eventmill_derive v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.25s [INFO] running `"docker" "inspect" "a93bed07fa859682835331875e955912186da59608b08de5a9c5f9b7ce8e31d4"` [INFO] running `"docker" "rm" "-f" "a93bed07fa859682835331875e955912186da59608b08de5a9c5f9b7ce8e31d4"` [INFO] [stdout] a93bed07fa859682835331875e955912186da59608b08de5a9c5f9b7ce8e31d4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 21b709f123052907c26a15865f55226f930686c346821bfc23340986a15b2342 [INFO] running `"docker" "start" "-a" "21b709f123052907c26a15865f55226f930686c346821bfc23340986a15b2342"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling trybuild v1.0.28 [INFO] [stderr] Compiling eventmill_derive v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `eventmill` [INFO] [stderr] --> tests/event_struct_const_as_event_source.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | use eventmill::EventType; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eventmill` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stderr] --> tests/event_struct_const_as_event_source.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(EventType, Debug)] [INFO] [stderr] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0432]: unresolved import `eventmill` [INFO] [stderr] --> tests/event_enum_event_type_attribute_on_variants.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | use eventmill::EventType; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eventmill` [INFO] [stderr] [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] [stderr] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stderr] --> tests/event_enum_event_type_attribute_on_variants.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(EventType, Debug)] [INFO] [stderr] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0432]: unresolved import `eventmill` [INFO] [stderr] --> tests/event_struct_all_attributes.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | use eventmill::EventType; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eventmill` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stderr] --> tests/event_struct_all_attributes.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(EventType, Debug)] [INFO] [stderr] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [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] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0432]: unresolved import `eventmill` [INFO] [stderr] --> tests/event_enum_const_as_event_type_version.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | use eventmill::EventType; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eventmill` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stderr] --> tests/event_enum_const_as_event_type_version.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(EventType, Debug)] [INFO] [stderr] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `eventmill` [INFO] [stderr] --> tests/aggregate_struct_no_attributes.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | use eventmill::AggregateType; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eventmill` [INFO] [stderr] [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] [stderr] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stderr] --> tests/aggregate_struct_no_attributes.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(AggregateType, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `eventmill` [INFO] [stderr] --> tests/event_struct_event_type_attribute_omitted.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | use eventmill::EventType; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eventmill` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stderr] --> tests/event_struct_event_type_attribute_omitted.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(EventType, Debug)] [INFO] [stderr] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `eventmill` [INFO] [stderr] --> tests/aggregate_struct_with_id_field_attribute.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | use eventmill::{AggregateType, WithAggregateId}; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eventmill` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stderr] --> tests/aggregate_struct_with_id_field_attribute.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(AggregateType, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [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] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `eventmill` [INFO] [stderr] --> tests/event_enum_event_type_attribute_omitted.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | use eventmill::EventType; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eventmill` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stderr] --> tests/event_enum_event_type_attribute_omitted.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(EventType, Debug)] [INFO] [stderr] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [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] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0432]: unresolved import `eventmill` [INFO] [stderr] --> tests/aggregate_struct_initialize_with_defaults.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | use eventmill::{AggregateType, InitializeAggregate, WithAggregateId}; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eventmill` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stderr] --> tests/aggregate_struct_initialize_with_defaults.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(AggregateType, Debug, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [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] [stderr] error[E0432]: unresolved import `eventmill` [INFO] [stderr] --> tests/event_struct_no_attributes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | use eventmill::EventType; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eventmill` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stderr] --> tests/event_struct_no_attributes.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(EventType, Debug)] [INFO] [stderr] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [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] [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] [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] [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] [stderr] error[E0432]: unresolved import `eventmill` [INFO] [stderr] --> tests/event_enum_no_attributes.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | use eventmill::EventType; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eventmill` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `eventmill` in `{{root}}` [INFO] [stderr] --> tests/event_enum_no_attributes.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(EventType, Debug)] [INFO] [stderr] | ^^^^^^^^^ could not find `eventmill` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [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] [stderr] error: build failed [INFO] running `"docker" "inspect" "21b709f123052907c26a15865f55226f930686c346821bfc23340986a15b2342"` [INFO] running `"docker" "rm" "-f" "21b709f123052907c26a15865f55226f930686c346821bfc23340986a15b2342"` [INFO] [stdout] 21b709f123052907c26a15865f55226f930686c346821bfc23340986a15b2342