[INFO] crate apple-crash-report-parser 0.3.1 is already in cache [INFO] testing apple-crash-report-parser-0.3.1 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate apple-crash-report-parser 0.3.1 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate apple-crash-report-parser 0.3.1 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-0/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 5b0ca918103935b143d26e955e0290272833517ab8e9e31f13942c845a3b6371 [INFO] running `"docker" "start" "-a" "5b0ca918103935b143d26e955e0290272833517ab8e9e31f13942c845a3b6371"` [INFO] [stderr] Compiling apple-crash-report-parser v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `"docker" "inspect" "5b0ca918103935b143d26e955e0290272833517ab8e9e31f13942c845a3b6371"` [INFO] running `"docker" "rm" "-f" "5b0ca918103935b143d26e955e0290272833517ab8e9e31f13942c845a3b6371"` [INFO] [stdout] 5b0ca918103935b143d26e955e0290272833517ab8e9e31f13942c845a3b6371 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] c56f1ee2aaaef3983c695c861f8808171b7d9a3651212898be701fae63990f8b [INFO] running `"docker" "start" "-a" "c56f1ee2aaaef3983c695c861f8808171b7d9a3651212898be701fae63990f8b"` [INFO] [stderr] Compiling ci_info v0.3.1 [INFO] [stderr] Compiling ron v0.4.2 [INFO] [stderr] Compiling insta v0.5.4 [INFO] [stderr] Compiling apple-crash-report-parser v0.3.1 (/opt/rustwide/workdir) [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" "c56f1ee2aaaef3983c695c861f8808171b7d9a3651212898be701fae63990f8b"` [INFO] running `"docker" "rm" "-f" "c56f1ee2aaaef3983c695c861f8808171b7d9a3651212898be701fae63990f8b"` [INFO] [stdout] c56f1ee2aaaef3983c695c861f8808171b7d9a3651212898be701fae63990f8b