[INFO] crate validator_derive 0.10.0 is already in cache [INFO] checking validator_derive-0.10.0 against master#450abe80f193ccefbfcd48214d70520f2d507f0e for pr-73084 [INFO] extracting crate validator_derive 0.10.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate validator_derive 0.10.0 on toolchain 450abe80f193ccefbfcd48214d70520f2d507f0e [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate validator_derive 0.10.0 [INFO] finished tweaking crates.io crate validator_derive 0.10.0 [INFO] tweaked toml for crates.io crate validator_derive 0.10.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "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] 40489ba2b36215948e5d848f0c00ceb08ffd9c5378e36a60aab3baf280ca166e [INFO] running `"docker" "start" "-a" "40489ba2b36215948e5d848f0c00ceb08ffd9c5378e36a60aab3baf280ca166e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking unicode-xid v0.2.0 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Compiling compiletest_rs v0.3.26 [INFO] [stderr] Checking diff v0.1.12 [INFO] [stderr] Checking if_chain v1.0.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking proc-macro2 v1.0.18 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Checking syn v1.0.30 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking filetime v0.2.10 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Checking tester v0.6.0 [INFO] [stderr] Checking backtrace v0.3.41 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking serde_json v1.0.54 [INFO] [stderr] Checking rustfix v0.4.6 [INFO] [stderr] Checking validator v0.10.1 [INFO] [stderr] Checking validator_derive v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0004]: non-exhaustive patterns: `Required` and `RequiredNested` not covered [INFO] [stderr] --> src/quoting.rs:438:11 [INFO] [stderr] | [INFO] [stderr] 438 | match validation.validator { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ patterns `Required` and `RequiredNested` not covered [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/validator-0.10.1/src/validation/mod.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | Required, [INFO] [stderr] | -------- not covered [INFO] [stderr] 50 | RequiredNested, [INFO] [stderr] | -------------- not covered [INFO] [stderr] | [INFO] [stderr] = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms [INFO] [stderr] = note: the matched value is of type `validator::validation::Validator` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0004`. [INFO] [stderr] error: could not compile `validator_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" "40489ba2b36215948e5d848f0c00ceb08ffd9c5378e36a60aab3baf280ca166e"` [INFO] running `"docker" "rm" "-f" "40489ba2b36215948e5d848f0c00ceb08ffd9c5378e36a60aab3baf280ca166e"` [INFO] [stdout] 40489ba2b36215948e5d848f0c00ceb08ffd9c5378e36a60aab3baf280ca166e