[INFO] crate apple-crash-report-parser 0.3.1 is already in cache [INFO] checking apple-crash-report-parser-0.3.1 against beta-2019-10-27 for pr-65897 [INFO] extracting crate apple-crash-report-parser 0.3.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate apple-crash-report-parser 0.3.1 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "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-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=allow" "-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-10-27" "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] 1241f791a90ddd27a97e17b094e7eafb1b9359faaed4113905c86e07ab48384d [INFO] running `"docker" "start" "-a" "1241f791a90ddd27a97e17b094e7eafb1b9359faaed4113905c86e07ab48384d"` [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking smallvec v0.6.11 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Checking dtoa v0.4.4 [INFO] [stderr] Checking unicode-width v0.1.6 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Checking ci_info v0.3.1 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking lock_api v0.3.1 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking byteorder v1.3.2 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking apple-crash-report-parser v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking failure v0.1.6 [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" "1241f791a90ddd27a97e17b094e7eafb1b9359faaed4113905c86e07ab48384d"` [INFO] running `"docker" "rm" "-f" "1241f791a90ddd27a97e17b094e7eafb1b9359faaed4113905c86e07ab48384d"` [INFO] [stdout] 1241f791a90ddd27a97e17b094e7eafb1b9359faaed4113905c86e07ab48384d