[INFO] fetching crate domain_patterns 0.1.9... [INFO] checking domain_patterns-0.1.9 against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] extracting crate domain_patterns 0.1.9 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate domain_patterns 0.1.9 on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] 469d2cfb41ae869d608f13451e436dd21deced2117756c541e7790deb8b5243e [INFO] running `"docker" "start" "-a" "469d2cfb41ae869d608f13451e436dd21deced2117756c541e7790deb8b5243e"` [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Checking uuid v0.7.4 [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[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[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: 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: could not compile `domain_patterns`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "469d2cfb41ae869d608f13451e436dd21deced2117756c541e7790deb8b5243e"` [INFO] running `"docker" "rm" "-f" "469d2cfb41ae869d608f13451e436dd21deced2117756c541e7790deb8b5243e"` [INFO] [stdout] 469d2cfb41ae869d608f13451e436dd21deced2117756c541e7790deb8b5243e