[INFO] fetching crate domain_patterns 0.1.9... [INFO] checking domain_patterns-0.1.9 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate domain_patterns 0.1.9 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate domain_patterns 0.1.9 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate domain_patterns 0.1.9 [INFO] finished tweaking crates.io crate domain_patterns 0.1.9 [INFO] tweaked toml for crates.io crate domain_patterns 0.1.9 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 98dbafeb56e06cc9a98299fc611cef7e090ed6fcd531b1bf0c1507f102a7ca3e [INFO] running `"docker" "start" "-a" "98dbafeb56e06cc9a98299fc611cef7e090ed6fcd531b1bf0c1507f102a7ca3e"` [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking domain_patterns v0.1.9 (/opt/rustwide/workdir) [INFO] [stderr] Compiling domain_patterns v0.1.98 [INFO] [stderr] Compiling domain_derive v0.1.99 [INFO] [stderr] error[E0405]: cannot find trait `Message` in this scope [INFO] [stderr] --> tests/common/events.rs:17:41 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(Serialize, Deserialize, Clone, DomainEvent)] [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Message` in this scope [INFO] [stderr] --> tests/common/events.rs:45:41 [INFO] [stderr] | [INFO] [stderr] 45 | #[derive(Serialize, Deserialize, Clone, DomainEvent)] [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Messages` in this scope [INFO] [stderr] --> tests/common/events.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | #[derive(Clone, DomainEvents)] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `crate` [INFO] [stderr] --> tests/common/models.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(ValueSetup)] [INFO] [stderr] | ^^^^^^^^^^ not found in `crate` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use regex::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use serde::de::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use serde::de::value::Error; [INFO] [stderr] | [INFO] [stderr] and 10 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `EmailValidationError` in this scope [INFO] [stderr] --> tests/common/models.rs:40:106 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn new(user_id: Uuid, first_name: String, last_name: String, email: String) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `domain_patterns`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0405]: cannot find trait `Message` in this scope [INFO] [stderr] --> tests/common/events.rs:17:41 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(Serialize, Deserialize, Clone, DomainEvent)] [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Message` in this scope [INFO] [stderr] --> tests/common/events.rs:45:41 [INFO] [stderr] | [INFO] [stderr] 45 | #[derive(Serialize, Deserialize, Clone, DomainEvent)] [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Messages` in this scope [INFO] [stderr] --> tests/common/events.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | #[derive(Clone, DomainEvents)] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `crate` [INFO] [stderr] --> tests/common/models.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(ValueSetup)] [INFO] [stderr] | ^^^^^^^^^^ not found in `crate` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use regex::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use serde::de::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use serde::de::value::Error; [INFO] [stderr] | [INFO] [stderr] and 10 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `EmailValidationError` in this scope [INFO] [stderr] --> tests/common/models.rs:40:106 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn new(user_id: Uuid, first_name: String, last_name: String, email: String) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `domain_patterns`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "98dbafeb56e06cc9a98299fc611cef7e090ed6fcd531b1bf0c1507f102a7ca3e"` [INFO] running `"docker" "rm" "-f" "98dbafeb56e06cc9a98299fc611cef7e090ed6fcd531b1bf0c1507f102a7ca3e"` [INFO] [stdout] 98dbafeb56e06cc9a98299fc611cef7e090ed6fcd531b1bf0c1507f102a7ca3e