[INFO] fetching crate apple-crash-report-parser 0.3.1... [INFO] checking apple-crash-report-parser-0.3.1 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate apple-crash-report-parser 0.3.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate apple-crash-report-parser 0.3.1 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate apple-crash-report-parser 0.3.1 [INFO] finished tweaking crates.io crate apple-crash-report-parser 0.3.1 [INFO] tweaked toml for crates.io crate apple-crash-report-parser 0.3.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded insta v0.5.4 [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=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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 35db278ded6478cc9330fa2089efa7d2f96fa7e9c6371f5193a7c6046eb6d264 [INFO] running `"docker" "start" "-a" "35db278ded6478cc9330fa2089efa7d2f96fa7e9c6371f5193a7c6046eb6d264"` [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Checking ci_info v0.3.1 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Checking pest v2.1.2 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking apple-crash-report-parser v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking ron v0.4.2 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking insta v0.5.4 [INFO] [stderr] error[E0277]: the trait bound `apple_crash_report_parser::parser::AppleCrashReport: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> tests/test_snapshots.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | assert_serialized_snapshot_matches!("bruno", &report); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `apple_crash_report_parser::parser::AppleCrashReport` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/insta-0.5.4/src/serialization.rs:16:27 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn serialize_value(s: &S, format: SerializationFormat) -> String { [INFO] [stderr] | --------- required by this bound in `insta::serialization::serialize_value` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `&apple_crash_report_parser::parser::AppleCrashReport` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `apple_crash_report_parser::parser::AppleCrashReport: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> tests/test_snapshots.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | assert_serialized_snapshot_matches!("handcrafted", &report); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `apple_crash_report_parser::parser::AppleCrashReport` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/insta-0.5.4/src/serialization.rs:16:27 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn serialize_value(s: &S, format: SerializationFormat) -> String { [INFO] [stderr] | --------- required by this bound in `insta::serialization::serialize_value` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `&apple_crash_report_parser::parser::AppleCrashReport` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `apple_crash_report_parser::parser::AppleCrashReport: serde::ser::Serialize` is not satisfied [INFO] [stderr] --> tests/test_snapshots.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | assert_serialized_snapshot_matches!("XCDYouTubeKit-54", &report); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `apple_crash_report_parser::parser::AppleCrashReport` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/insta-0.5.4/src/serialization.rs:16:27 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn serialize_value(s: &S, format: SerializationFormat) -> String { [INFO] [stderr] | --------- required by this bound in `insta::serialization::serialize_value` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `serde::ser::Serialize` for `&apple_crash_report_parser::parser::AppleCrashReport` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `apple-crash-report-parser`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "35db278ded6478cc9330fa2089efa7d2f96fa7e9c6371f5193a7c6046eb6d264"` [INFO] running `"docker" "rm" "-f" "35db278ded6478cc9330fa2089efa7d2f96fa7e9c6371f5193a7c6046eb6d264"` [INFO] [stdout] 35db278ded6478cc9330fa2089efa7d2f96fa7e9c6371f5193a7c6046eb6d264