[INFO] fetching crate apple-crash-report-parser 0.3.1... [INFO] checking apple-crash-report-parser-0.3.1 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate apple-crash-report-parser 0.3.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate apple-crash-report-parser 0.3.1 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 9edb157746627ea38e38055d6e04b98a3ed6549793357a46a08c70e905fdcec5 [INFO] running `"docker" "start" "-a" "9edb157746627ea38e38055d6e04b98a3ed6549793357a46a08c70e905fdcec5"` [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Checking dtoa v0.4.4 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking ci_info v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking lock_api v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking apple-crash-report-parser v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking ron v0.4.2 [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" "9edb157746627ea38e38055d6e04b98a3ed6549793357a46a08c70e905fdcec5"` [INFO] running `"docker" "rm" "-f" "9edb157746627ea38e38055d6e04b98a3ed6549793357a46a08c70e905fdcec5"` [INFO] [stdout] 9edb157746627ea38e38055d6e04b98a3ed6549793357a46a08c70e905fdcec5