[INFO] crate apple-crash-report-parser 0.3.1 is already in cache [INFO] checking apple-crash-report-parser-0.3.1 against master#3dbade652ed8ebac70f903e01f51cd92c4e4302c for pr-69880 [INFO] extracting crate apple-crash-report-parser 0.3.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate apple-crash-report-parser 0.3.1 on toolchain 3dbade652ed8ebac70f903e01f51cd92c4e4302c [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "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-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "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] 940e5024b10ed167c888fc7a22e051672aeb17439e6fe4519f1290d63a4fb9f8 [INFO] running `"docker" "start" "-a" "940e5024b10ed167c888fc7a22e051672aeb17439e6fe4519f1290d63a4fb9f8"` [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking ci_info v0.3.1 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking apple-crash-report-parser v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking pest v2.1.3 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.48 [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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "940e5024b10ed167c888fc7a22e051672aeb17439e6fe4519f1290d63a4fb9f8"` [INFO] running `"docker" "rm" "-f" "940e5024b10ed167c888fc7a22e051672aeb17439e6fe4519f1290d63a4fb9f8"` [INFO] [stdout] 940e5024b10ed167c888fc7a22e051672aeb17439e6fe4519f1290d63a4fb9f8