[INFO] fetching crate breakpad 0.1.0... [INFO] extracting crate breakpad 0.1.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/breakpad/0.1.0 [INFO] extracting crate breakpad 0.1.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/breakpad/0.1.0 [INFO] validating manifest of breakpad-0.1.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of breakpad-0.1.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing breakpad-0.1.0 [INFO] finished frobbing breakpad-0.1.0 [INFO] frobbed toml for breakpad-0.1.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/breakpad/0.1.0/Cargo.toml [INFO] started frobbing breakpad-0.1.0 [INFO] finished frobbing breakpad-0.1.0 [INFO] frobbed toml for breakpad-0.1.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/breakpad/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing breakpad-0.1.0 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/breakpad/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 230ccd644a74678329c670aa47f0f3b887bf366b2e84522970ce2bf43490ea33 [INFO] running `"docker" "start" "-a" "230ccd644a74678329c670aa47f0f3b887bf366b2e84522970ce2bf43490ea33"` [INFO] [stderr] Compiling breakpad v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | IoError(::std::io::Error); [INFO] [stderr] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | IoError(::std::io::Error); [INFO] [stderr] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] Finished dev [unoptimized + debuginfo] target(s) in 16.64s [INFO] running `"docker" "inspect" "230ccd644a74678329c670aa47f0f3b887bf366b2e84522970ce2bf43490ea33"` [INFO] running `"docker" "rm" "-f" "230ccd644a74678329c670aa47f0f3b887bf366b2e84522970ce2bf43490ea33"` [INFO] [stdout] 230ccd644a74678329c670aa47f0f3b887bf366b2e84522970ce2bf43490ea33 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/breakpad/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 9277bb5dfd1a361d33df7d9bfab7da4d33def7c8b6765076512ff4e30d9d1fb2 [INFO] running `"docker" "start" "-a" "9277bb5dfd1a361d33df7d9bfab7da4d33def7c8b6765076512ff4e30d9d1fb2"` [INFO] [stderr] Compiling breakpad v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | IoError(::std::io::Error); [INFO] [stderr] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | IoError(::std::io::Error); [INFO] [stderr] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] Finished dev [unoptimized + debuginfo] target(s) in 2.95s [INFO] running `"docker" "inspect" "9277bb5dfd1a361d33df7d9bfab7da4d33def7c8b6765076512ff4e30d9d1fb2"` [INFO] running `"docker" "rm" "-f" "9277bb5dfd1a361d33df7d9bfab7da4d33def7c8b6765076512ff4e30d9d1fb2"` [INFO] [stdout] 9277bb5dfd1a361d33df7d9bfab7da4d33def7c8b6765076512ff4e30d9d1fb2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/breakpad/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] fb827653663454b4218b8e634deedb5d619d2dfa7297ace83d440921bb7ff770 [INFO] running `"docker" "start" "-a" "fb827653663454b4218b8e634deedb5d619d2dfa7297ace83d440921bb7ff770"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/breakpad-716de632ba6de658 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test processor::test_parse ... ok [INFO] [stdout] test processor::test_to_string ... ok [INFO] [stdout] test processor::test_parse_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/processor-0d5074ba41284989 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test get_minidump_process_state_cfi ... FAILED [INFO] [stdout] test process_minidump_from_path ... FAILED [INFO] [stdout] test obtain_referenced_modules ... FAILED [INFO] [stdout] test process_minidump_from_buffer ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- get_minidump_process_state_cfi stdout ---- [INFO] [stdout] thread 'get_minidump_process_state_cfi' panicked at 'Value does not match stored snapshot process_state_cfi.txt: [INFO] [stdout] [INFO] [stdout] ProcessState { [INFO] [stdout] threads: [ [INFO] [stdout] CallStack { [INFO] [stdout] thread_id: 775, [INFO] [stdout] frames: [ [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554197441, [INFO] [stdout] trust: Context, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554197413, [INFO] [stdout] trust: CFI, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554197204, [INFO] [stdout] trust: CFI, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] } [INFO] [stdout] ', tests/common/mod.rs:52:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5607a4e8eddb - backtrace::backtrace::libunwind::trace::hcbf63b8d794b15f4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5607a4e8eddb - backtrace::backtrace::trace_unsynchronized::h681e1cb201a9972d [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5607a4e8eddb - std::sys_common::backtrace::_print::hd27175ce39811176 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5607a4e8eddb - std::sys_common::backtrace::print::h117e2eebf9a1e122 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5607a4e8eddb - std::panicking::default_hook::{{closure}}::h6369b988ee675335 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 5: 0x5607a4e8ea6f - std::panicking::default_hook::hfaefd2bea4c25f9e [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 6: 0x5607a4e8f550 - std::panicking::rust_panic_with_hook::h02c52718165ccced [INFO] [stdout] at src/libstd/panicking.rs:475 [INFO] [stdout] 7: 0x5607a4e8f0d2 - std::panicking::continue_panic_fmt::h9e135674c1df51b4 [INFO] [stdout] at src/libstd/panicking.rs:382 [INFO] [stdout] 8: 0x5607a4e8f01f - std::panicking::begin_panic_fmt::h7b7b130b87f3cbeb [INFO] [stdout] at src/libstd/panicking.rs:337 [INFO] [stdout] 9: 0x5607a4d3c3b0 - processor::common::assert_snapshot_plain::haea68b99fb4e0e25 [INFO] [stdout] at tests/common/mod.rs:52 [INFO] [stdout] 10: 0x5607a4d3be97 - processor::common::assert_snapshot::h8a1da1b4c234ebff [INFO] [stdout] at tests/common/mod.rs:35 [INFO] [stdout] 11: 0x5607a4d41f9a - processor::get_minidump_process_state_cfi::h313cd79925508393 [INFO] [stdout] at tests/processor.rs:55 [INFO] [stdout] 12: 0x5607a4d41dda - processor::get_minidump_process_state_cfi::{{closure}}::h96bf16e5cc037f06 [INFO] [stdout] at tests/processor.rs:44 [INFO] [stdout] 13: 0x5607a4d3fbbe - core::ops::function::FnOnce::call_once::hc10878bf613a6c50 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5607a4d4cf1f - as core::ops::function::FnOnce>::call_once::h051e7835d417eabd [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5607a4e9211a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 16: 0x5607a4d678f8 - std::panicking::try::h2a4c737ee7913c25 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panicking.rs:273 [INFO] [stdout] 17: 0x5607a4d678f8 - std::panic::catch_unwind::hb4a850da3c0f461d [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panic.rs:388 [INFO] [stdout] 18: 0x5607a4d678f8 - test::run_test::run_test_inner::{{closure}}::hf1081f8a70de250d [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5607a4d42495 - std::sys_common::backtrace::__rust_begin_short_backtrace::h342b596609fb99e3 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5607a4d46425 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h513520560543c60c [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5607a4d46425 - as core::ops::function::FnOnce<()>>::call_once::ha4e1c61c6177bb54 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panic.rs:309 [INFO] [stdout] 22: 0x5607a4d46425 - std::panicking::try::do_call::h0eb4a0e045c14646 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panicking.rs:294 [INFO] [stdout] 23: 0x5607a4e9211a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 24: 0x5607a4d46a42 - std::panicking::try::h20774757cea1a66c [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panicking.rs:273 [INFO] [stdout] 25: 0x5607a4d46a42 - std::panic::catch_unwind::h38e40a373c8b5452 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panic.rs:388 [INFO] [stdout] 26: 0x5607a4d46a42 - std::thread::Builder::spawn_unchecked::{{closure}}::h9bfd91224a2fd035 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5607a4d46a42 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2d3b3105bb1d7d1 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5607a4e84aff - as core::ops::function::FnOnce>::call_once::hc6099fbe1f2e9038 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5607a4e91860 - as core::ops::function::FnOnce>::call_once::h1b61db05dcd8ce54 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5607a4e91860 - std::sys_common::thread::start_thread::hd3ed9053e9fea488 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5607a4e91860 - std::sys::unix::thread::Thread::new::thread_start::hc17e4e4c7ed2fc8f [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f95a570e4a4 - start_thread [INFO] [stdout] 33: 0x7f95a5d10d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- process_minidump_from_path stdout ---- [INFO] [stdout] thread 'process_minidump_from_path' panicked at 'Value does not match stored snapshot process_state.txt: [INFO] [stdout] [INFO] [stdout] ProcessState { [INFO] [stdout] threads: [ [INFO] [stdout] CallStack { [INFO] [stdout] thread_id: 775, [INFO] [stdout] frames: [ [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554197441, [INFO] [stdout] trust: Context, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554197413, [INFO] [stdout] trust: Scan, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554197204, [INFO] [stdout] trust: Scan, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554353547, [INFO] [stdout] trust: Scan, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554353547, [INFO] [stdout] trust: Scan, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554353547, [INFO] [stdout] trust: Scan, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] } [INFO] [stdout] ', tests/common/mod.rs:52:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5607a4e8eddb - backtrace::backtrace::libunwind::trace::hcbf63b8d794b15f4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5607a4e8eddb - backtrace::backtrace::trace_unsynchronized::h681e1cb201a9972d [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5607a4e8eddb - std::sys_common::backtrace::_print::hd27175ce39811176 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5607a4e8eddb - std::sys_common::backtrace::print::h117e2eebf9a1e122 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5607a4e8eddb - std::panicking::default_hook::{{closure}}::h6369b988ee675335 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 5: 0x5607a4e8ea6f - std::panicking::default_hook::hfaefd2bea4c25f9e [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 6: 0x5607a4e8f550 - std::panicking::rust_panic_with_hook::h02c52718165ccced [INFO] [stdout] at src/libstd/panicking.rs:475 [INFO] [stdout] 7: 0x5607a4e8f0d2 - std::panicking::continue_panic_fmt::h9e135674c1df51b4 [INFO] [stdout] at src/libstd/panicking.rs:382 [INFO] [stdout] 8: 0x5607a4e8f01f - std::panicking::begin_panic_fmt::h7b7b130b87f3cbeb [INFO] [stdout] at src/libstd/panicking.rs:337 [INFO] [stdout] 9: 0x5607a4d3c3b0 - processor::common::assert_snapshot_plain::haea68b99fb4e0e25 [INFO] [stdout] at tests/common/mod.rs:52 [INFO] [stdout] 10: 0x5607a4d3be97 - processor::common::assert_snapshot::h8a1da1b4c234ebff [INFO] [stdout] at tests/common/mod.rs:35 [INFO] [stdout] 11: 0x5607a4d41a19 - processor::process_minidump_from_path::h166cf4b76169c665 [INFO] [stdout] at tests/processor.rs:18 [INFO] [stdout] 12: 0x5607a4d4198a - processor::process_minidump_from_path::{{closure}}::h5af498fc29fa9d25 [INFO] [stdout] at tests/processor.rs:14 [INFO] [stdout] 13: 0x5607a4d3fb3e - core::ops::function::FnOnce::call_once::h9572454276d1d7d0 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5607a4d4cf1f - as core::ops::function::FnOnce>::call_once::h051e7835d417eabd [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5607a4e9211a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 16: 0x5607a4d678f8 - std::panicking::try::h2a4c737ee7913c25 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panicking.rs:273 [INFO] [stdout] 17: 0x5607a4d678f8 - std::panic::catch_unwind::hb4a850da3c0f461d [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panic.rs:388 [INFO] [stdout] 18: 0x5607a4d678f8 - test::run_test::run_test_inner::{{closure}}::hf1081f8a70de250d [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5607a4d42495 - std::sys_common::backtrace::__rust_begin_short_backtrace::h342b596609fb99e3 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5607a4d46425 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h513520560543c60c [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5607a4d46425 - as core::ops::function::FnOnce<()>>::call_once::ha4e1c61c6177bb54 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panic.rs:309 [INFO] [stdout] 22: 0x5607a4d46425 - std::panicking::try::do_call::h0eb4a0e045c14646 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panicking.rs:294 [INFO] [stdout] 23: 0x5607a4e9211a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 24: 0x5607a4d46a42 - std::panicking::try::h20774757cea1a66c [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panicking.rs:273 [INFO] [stdout] 25: 0x5607a4d46a42 - std::panic::catch_unwind::h38e40a373c8b5452 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panic.rs:388 [INFO] [stdout] 26: 0x5607a4d46a42 - std::thread::Builder::spawn_unchecked::{{closure}}::h9bfd91224a2fd035 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5607a4d46a42 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2d3b3105bb1d7d1 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5607a4e84aff - as core::ops::function::FnOnce>::call_once::hc6099fbe1f2e9038 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5607a4e91860 - as core::ops::function::FnOnce>::call_once::h1b61db05dcd8ce54 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5607a4e91860 - std::sys_common::thread::start_thread::hd3ed9053e9fea488 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5607a4e91860 - std::sys::unix::thread::Thread::new::thread_start::hc17e4e4c7ed2fc8f [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f95a570e4a4 - start_thread [INFO] [stdout] 33: 0x7f95a5d10d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- obtain_referenced_modules stdout ---- [INFO] [stdout] thread 'obtain_referenced_modules' panicked at 'Value does not match stored snapshot referenced_modules.txt: [INFO] [stdout] [INFO] [stdout] { [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] } [INFO] [stdout] ', tests/common/mod.rs:52:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5607a4e8eddb - backtrace::backtrace::libunwind::trace::hcbf63b8d794b15f4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5607a4e8eddb - backtrace::backtrace::trace_unsynchronized::h681e1cb201a9972d [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5607a4e8eddb - std::sys_common::backtrace::_print::hd27175ce39811176 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5607a4e8eddb - std::sys_common::backtrace::print::h117e2eebf9a1e122 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5607a4e8eddb - std::panicking::default_hook::{{closure}}::h6369b988ee675335 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 5: 0x5607a4e8ea6f - std::panicking::default_hook::hfaefd2bea4c25f9e [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 6: 0x5607a4e8f550 - std::panicking::rust_panic_with_hook::h02c52718165ccced [INFO] [stdout] at src/libstd/panicking.rs:475 [INFO] [stdout] 7: 0x5607a4e8f0d2 - std::panicking::continue_panic_fmt::h9e135674c1df51b4 [INFO] [stdout] at src/libstd/panicking.rs:382 [INFO] [stdout] 8: 0x5607a4e8f01f - std::panicking::begin_panic_fmt::h7b7b130b87f3cbeb [INFO] [stdout] at src/libstd/panicking.rs:337 [INFO] [stdout] 9: 0x5607a4d3c3b0 - processor::common::assert_snapshot_plain::haea68b99fb4e0e25 [INFO] [stdout] at tests/common/mod.rs:52 [INFO] [stdout] 10: 0x5607a4d3bcf7 - processor::common::assert_snapshot::h26df13bcd0a44866 [INFO] [stdout] at tests/common/mod.rs:35 [INFO] [stdout] 11: 0x5607a4d41d6d - processor::obtain_referenced_modules::h0e7c25dc83375c8e [INFO] [stdout] at tests/processor.rs:40 [INFO] [stdout] 12: 0x5607a4d41c4a - processor::obtain_referenced_modules::{{closure}}::ha0c3e543b23b5712 [INFO] [stdout] at tests/processor.rs:35 [INFO] [stdout] 13: 0x5607a4d3fafe - core::ops::function::FnOnce::call_once::h6cfa421457464b53 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5607a4d4cf1f - as core::ops::function::FnOnce>::call_once::h051e7835d417eabd [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5607a4e9211a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 16: 0x5607a4d678f8 - std::panicking::try::h2a4c737ee7913c25 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panicking.rs:273 [INFO] [stdout] 17: 0x5607a4d678f8 - std::panic::catch_unwind::hb4a850da3c0f461d [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panic.rs:388 [INFO] [stdout] 18: 0x5607a4d678f8 - test::run_test::run_test_inner::{{closure}}::hf1081f8a70de250d [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5607a4d42495 - std::sys_common::backtrace::__rust_begin_short_backtrace::h342b596609fb99e3 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5607a4d46425 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h513520560543c60c [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5607a4d46425 - as core::ops::function::FnOnce<()>>::call_once::ha4e1c61c6177bb54 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panic.rs:309 [INFO] [stdout] 22: 0x5607a4d46425 - std::panicking::try::do_call::h0eb4a0e045c14646 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panicking.rs:294 [INFO] [stdout] 23: 0x5607a4e9211a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 24: 0x5607a4d46a42 - std::panicking::try::h20774757cea1a66c [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panicking.rs:273 [INFO] [stdout] 25: 0x5607a4d46a42 - std::panic::catch_unwind::h38e40a373c8b5452 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panic.rs:388 [INFO] [stdout] 26: 0x5607a4d46a42 - std::thread::Builder::spawn_unchecked::{{closure}}::h9bfd91224a2fd035 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5607a4d46a42 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2d3b3105bb1d7d1 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5607a4e84aff - as core::ops::function::FnOnce>::call_once::hc6099fbe1f2e9038 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5607a4e91860 - as core::ops::function::FnOnce>::call_once::h1b61db05dcd8ce54 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5607a4e91860 - std::sys_common::thread::start_thread::hd3ed9053e9fea488 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5607a4e91860 - std::sys::unix::thread::Thread::new::thread_start::hc17e4e4c7ed2fc8f [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f95a570e4a4 - start_thread [INFO] [stdout] 33: 0x7f95a5d10d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- process_minidump_from_buffer stdout ---- [INFO] [stdout] thread 'process_minidump_from_buffer' panicked at 'Value does not match stored snapshot process_state.txt: [INFO] [stdout] [INFO] [stdout] ProcessState { [INFO] [stdout] threads: [ [INFO] [stdout] CallStack { [INFO] [stdout] thread_id: 775, [INFO] [stdout] frames: [ [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554197441, [INFO] [stdout] trust: Context, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554197413, [INFO] [stdout] trust: Scan, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554197204, [INFO] [stdout] trust: Scan, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554353547, [INFO] [stdout] trust: Scan, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554353547, [INFO] [stdout] trust: Scan, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] StackFrame { [INFO] [stdout] instruction: 4554353547, [INFO] [stdout] trust: Scan, [INFO] [stdout] module: Some( [INFO] [stdout] CodeModule { [INFO] [stdout] id: CodeModuleId { [INFO] [stdout] uuid: Uuid("dfb8e43a-f242-3d73-a453-aeb6a777ef75"), [INFO] [stdout]  age: 0 [INFO] [stdout]  age: 0, [INFO] [stdout] }, [INFO] [stdout] base_address: 4554190848, [INFO] [stdout] size: 176128, [INFO] [stdout] code_file: "/Users/jauer/Coding/breakpad/examples/./target/crash_macos", [INFO] [stdout] code_identifier: "id", [INFO] [stdout] debug_file: "crash_macos", [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750" [INFO] [stdout] } [INFO] [stdout] ) [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout]  debug_identifier: "DFB8E43AF2423D73A453AEB6A777EF750", [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] } [INFO] [stdout] ', tests/common/mod.rs:52:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5607a4e8eddb - backtrace::backtrace::libunwind::trace::hcbf63b8d794b15f4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5607a4e8eddb - backtrace::backtrace::trace_unsynchronized::h681e1cb201a9972d [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5607a4e8eddb - std::sys_common::backtrace::_print::hd27175ce39811176 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5607a4e8eddb - std::sys_common::backtrace::print::h117e2eebf9a1e122 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5607a4e8eddb - std::panicking::default_hook::{{closure}}::h6369b988ee675335 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 5: 0x5607a4e8ea6f - std::panicking::default_hook::hfaefd2bea4c25f9e [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 6: 0x5607a4e8f550 - std::panicking::rust_panic_with_hook::h02c52718165ccced [INFO] [stdout] at src/libstd/panicking.rs:475 [INFO] [stdout] 7: 0x5607a4e8f0d2 - std::panicking::continue_panic_fmt::h9e135674c1df51b4 [INFO] [stdout] at src/libstd/panicking.rs:382 [INFO] [stdout] 8: 0x5607a4e8f01f - std::panicking::begin_panic_fmt::h7b7b130b87f3cbeb [INFO] [stdout] at src/libstd/panicking.rs:337 [INFO] [stdout] 9: 0x5607a4d3c3b0 - processor::common::assert_snapshot_plain::haea68b99fb4e0e25 [INFO] [stdout] at tests/common/mod.rs:52 [INFO] [stdout] 10: 0x5607a4d3be97 - processor::common::assert_snapshot::h8a1da1b4c234ebff [INFO] [stdout] at tests/common/mod.rs:35 [INFO] [stdout] 11: 0x5607a4d41bbe - processor::process_minidump_from_buffer::hca5a32c2bfa2fffd [INFO] [stdout] at tests/processor.rs:31 [INFO] [stdout] 12: 0x5607a4d41a5a - processor::process_minidump_from_buffer::{{closure}}::h0bec9747b5796eae [INFO] [stdout] at tests/processor.rs:22 [INFO] [stdout] 13: 0x5607a4d3fabe - core::ops::function::FnOnce::call_once::h1b2ce62c1da85837 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5607a4d4cf1f - as core::ops::function::FnOnce>::call_once::h051e7835d417eabd [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5607a4e9211a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 16: 0x5607a4d678f8 - std::panicking::try::h2a4c737ee7913c25 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panicking.rs:273 [INFO] [stdout] 17: 0x5607a4d678f8 - std::panic::catch_unwind::hb4a850da3c0f461d [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panic.rs:388 [INFO] [stdout] 18: 0x5607a4d678f8 - test::run_test::run_test_inner::{{closure}}::hf1081f8a70de250d [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5607a4d42495 - std::sys_common::backtrace::__rust_begin_short_backtrace::h342b596609fb99e3 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5607a4d46425 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h513520560543c60c [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5607a4d46425 - as core::ops::function::FnOnce<()>>::call_once::ha4e1c61c6177bb54 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panic.rs:309 [INFO] [stdout] 22: 0x5607a4d46425 - std::panicking::try::do_call::h0eb4a0e045c14646 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panicking.rs:294 [INFO] [stdout] 23: 0x5607a4e9211a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 24: 0x5607a4d46a42 - std::panicking::try::h20774757cea1a66c [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panicking.rs:273 [INFO] [stdout] 25: 0x5607a4d46a42 - std::panic::catch_unwind::h38e40a373c8b5452 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/panic.rs:388 [INFO] [stdout] 26: 0x5607a4d46a42 - std::thread::Builder::spawn_unchecked::{{closure}}::h9bfd91224a2fd035 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5607a4d46a42 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2d3b3105bb1d7d1 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5607a4e84aff - as core::ops::function::FnOnce>::call_once::hc6099fbe1f2e9038 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5607a4e91860 - as core::ops::function::FnOnce>::call_once::h1b61db05dcd8ce54 [INFO] [stdout] at /rustc/c8865d8e195813ade6b84434ac9f8850e7112d1a/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5607a4e91860 - std::sys_common::thread::start_thread::hd3ed9053e9fea488 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5607a4e91860 - std::sys::unix::thread::Thread::new::thread_start::hc17e4e4c7ed2fc8f [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f95a570e4a4 - start_thread [INFO] [stdout] 33: 0x7f95a5d10d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] get_minidump_process_state_cfi [INFO] [stdout] obtain_referenced_modules [INFO] [stdout] process_minidump_from_buffer [INFO] [stdout] process_minidump_from_path [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test processor' [INFO] running `"docker" "inspect" "fb827653663454b4218b8e634deedb5d619d2dfa7297ace83d440921bb7ff770"` [INFO] running `"docker" "rm" "-f" "fb827653663454b4218b8e634deedb5d619d2dfa7297ace83d440921bb7ff770"` [INFO] [stdout] fb827653663454b4218b8e634deedb5d619d2dfa7297ace83d440921bb7ff770