[INFO] fetching crate breakpad 0.1.0... [INFO] testing breakpad-0.1.0 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate breakpad 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate breakpad 0.1.0 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate breakpad 0.1.0 [INFO] finished tweaking crates.io crate breakpad 0.1.0 [INFO] tweaked toml for crates.io crate breakpad 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cdedc61787340dd9185b0621fd78a9f5cab5d16973a71572f8da3337fa52a95f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cdedc61787340dd9185b0621fd78a9f5cab5d16973a71572f8da3337fa52a95f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cdedc61787340dd9185b0621fd78a9f5cab5d16973a71572f8da3337fa52a95f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdedc61787340dd9185b0621fd78a9f5cab5d16973a71572f8da3337fa52a95f", kill_on_drop: false }` [INFO] [stdout] cdedc61787340dd9185b0621fd78a9f5cab5d16973a71572f8da3337fa52a95f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d5a6ad0a0ebefd6e7bcaf4473236952cf0067bab7d76884c393ad1258e1a97c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5d5a6ad0a0ebefd6e7bcaf4473236952cf0067bab7d76884c393ad1258e1a97c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling gimli v0.22.0 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling object v0.20.0 [INFO] [stderr] Compiling breakpad v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling miniz_oxide v0.4.0 [INFO] [stderr] Compiling addr2line v0.13.0 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | IoError(::std::io::Error); [INFO] [stdout] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | IoError(::std::io::Error); [INFO] [stdout] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | IoError(::std::io::Error); [INFO] [stdout] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.54s [INFO] running `Command { std: "docker" "inspect" "5d5a6ad0a0ebefd6e7bcaf4473236952cf0067bab7d76884c393ad1258e1a97c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d5a6ad0a0ebefd6e7bcaf4473236952cf0067bab7d76884c393ad1258e1a97c", kill_on_drop: false }` [INFO] [stdout] 5d5a6ad0a0ebefd6e7bcaf4473236952cf0067bab7d76884c393ad1258e1a97c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64ad68d72962e5f17488a6691e23d90d92a4ed8b8b37c06e00eddd45b001709e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "64ad68d72962e5f17488a6691e23d90d92a4ed8b8b37c06e00eddd45b001709e", kill_on_drop: false }` [INFO] [stderr] Compiling difference v1.0.0 [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | IoError(::std::io::Error); [INFO] [stdout] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | IoError(::std::io::Error); [INFO] [stdout] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | IoError(::std::io::Error); [INFO] [stdout] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling breakpad v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | IoError(::std::io::Error); [INFO] [stdout] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | IoError(::std::io::Error); [INFO] [stdout] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | IoError(::std::io::Error); [INFO] [stdout] 6 | | UuidParseError(::uuid::ParseError); [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.06s [INFO] running `Command { std: "docker" "inspect" "64ad68d72962e5f17488a6691e23d90d92a4ed8b8b37c06e00eddd45b001709e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64ad68d72962e5f17488a6691e23d90d92a4ed8b8b37c06e00eddd45b001709e", kill_on_drop: false }` [INFO] [stdout] 64ad68d72962e5f17488a6691e23d90d92a4ed8b8b37c06e00eddd45b001709e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c0f4747bab8ae482e35e76f8051a7a031d6c5519707c41a679c80c2a584df3ad [INFO] running `Command { std: "docker" "start" "-a" "c0f4747bab8ae482e35e76f8051a7a031d6c5519707c41a679c80c2a584df3ad", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/breakpad-d653730a7d887d6b [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test processor::test_parse ... ok [INFO] [stdout] test processor::test_to_string ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/processor-018d471cc595cb29 [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] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test obtain_referenced_modules ... FAILED [INFO] [stdout] test get_minidump_process_state_cfi ... FAILED [INFO] [stdout] test process_minidump_from_buffer ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--test processor' [INFO] [stdout] test process_minidump_from_path ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [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: 0x55d70c13d995 - backtrace::backtrace::libunwind::trace::hea89dfbbfe67f40d [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55d70c13d995 - backtrace::backtrace::trace_unsynchronized::h0513dd713d7644d4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d70c13d995 - std::sys_common::backtrace::_print_fmt::h040abae64e4a24a9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55d70c13d995 - ::fmt::hb4bdb37c3c335733 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55d70c165c0c - core::fmt::write::h540ac4a6a1232abc [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55d70bf74135 - std::io::Write::write_fmt::h4be0daababb55bba [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/io/mod.rs:1539 [INFO] [stdout] 6: 0x55d70c137ec1 - std::io::impls::>::write_fmt::h83c1e1aa73f374f5 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55d70c140110 - std::sys_common::backtrace::_print::hb55cc635eaf1882e [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55d70c140110 - std::sys_common::backtrace::print::h2b2218fa55714084 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d70c140110 - std::panicking::default_hook::{{closure}}::h578517c025765cf3 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55d70c13fe0a - std::panicking::default_hook::h4cafc94c2fc640fb [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55d70c140753 - std::panicking::rust_panic_with_hook::h3eeb5001beeca5c3 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55d70c14034b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x55d70c1402bb - std::panicking::begin_panic_fmt::hbb5e59697acc78ba [INFO] [stdout] at src/libstd/panicking.rs:391 [INFO] [stdout] 14: 0x55d70bf7023f - processor::common::assert_snapshot_plain::hf0e6a0bd5ff73a24 [INFO] [stdout] at tests/common/mod.rs:52 [INFO] [stdout] 15: 0x55d70bf6fb3f - processor::common::assert_snapshot::h223f313210c2a91b [INFO] [stdout] at tests/common/mod.rs:35 [INFO] [stdout] 16: 0x55d70bf70e57 - processor::obtain_referenced_modules::h7441abe8e3836cca [INFO] [stdout] at tests/processor.rs:40 [INFO] [stdout] 17: 0x55d70bf70d2a - processor::obtain_referenced_modules::{{closure}}::h4be1434b249b2b5b [INFO] [stdout] at tests/processor.rs:35 [INFO] [stdout] 18: 0x55d70bf68ade - core::ops::function::FnOnce::call_once::hc7395d3e48bc5f03 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libcore/ops/function.rs:233 [INFO] [stdout] 19: 0x55d70bf9b6ac - as core::ops::function::FnOnce>::call_once::h8340ba6798e0c4ff [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 20: 0x55d70bf9b6ac - as core::ops::function::FnOnce<()>>::call_once::h5590e98676605094 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55d70bf9b6ac - std::panicking::try::do_call::hd8680a2dbb0ed3c4 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:348 [INFO] [stdout] 22: 0x55d70bf9b6ac - std::panicking::try::h46b4de2d705e7a8d [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:325 [INFO] [stdout] 23: 0x55d70bf9b6ac - std::panic::catch_unwind::h059b3f06991e0a9c [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55d70bf9b6ac - test::run_test_in_process::h5ae08a65430494a4 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55d70bf9b6ac - test::run_test::run_test_inner::{{closure}}::h4b36073838376ae8 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55d70bf73626 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0169d0be588b8bf0 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55d70bf78615 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h71bfc37e887d3973 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55d70bf78615 - as core::ops::function::FnOnce<()>>::call_once::h36c65072907dc180 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55d70bf78615 - std::panicking::try::do_call::h4e0f426e17cd216c [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:348 [INFO] [stdout] 30: 0x55d70bf78615 - std::panicking::try::hd05e4ef6b4303d29 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:325 [INFO] [stdout] 31: 0x55d70bf78615 - std::panic::catch_unwind::h19a1127ec729c5dd [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55d70bf78615 - std::thread::Builder::spawn_unchecked::{{closure}}::h011300735f06b1e2 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55d70bf78615 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1e3c55f31f1d122e [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libcore/ops/function.rs:233 [INFO] [stdout] 34: 0x55d70c146c5a - as core::ops::function::FnOnce>::call_once::hc0e15d78a519721e [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 35: 0x55d70c146c5a - as core::ops::function::FnOnce>::call_once::h211da8fffb09f192 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 36: 0x55d70c146c5a - std::sys::unix::thread::Thread::new::thread_start::h29594ddebf23e421 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5a3af8e609 - start_thread [INFO] [stdout] 38: 0x7f5a3b219103 - __clone [INFO] [stdout] 39: 0x0 - [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: 0x55d70c13d995 - backtrace::backtrace::libunwind::trace::hea89dfbbfe67f40d [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55d70c13d995 - backtrace::backtrace::trace_unsynchronized::h0513dd713d7644d4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d70c13d995 - std::sys_common::backtrace::_print_fmt::h040abae64e4a24a9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55d70c13d995 - ::fmt::hb4bdb37c3c335733 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55d70c165c0c - core::fmt::write::h540ac4a6a1232abc [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55d70bf74135 - std::io::Write::write_fmt::h4be0daababb55bba [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/io/mod.rs:1539 [INFO] [stdout] 6: 0x55d70c137ec1 - std::io::impls::>::write_fmt::h83c1e1aa73f374f5 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55d70c140110 - std::sys_common::backtrace::_print::hb55cc635eaf1882e [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55d70c140110 - std::sys_common::backtrace::print::h2b2218fa55714084 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d70c140110 - std::panicking::default_hook::{{closure}}::h578517c025765cf3 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55d70c13fe0a - std::panicking::default_hook::h4cafc94c2fc640fb [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55d70c140753 - std::panicking::rust_panic_with_hook::h3eeb5001beeca5c3 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55d70c14034b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x55d70c1402bb - std::panicking::begin_panic_fmt::hbb5e59697acc78ba [INFO] [stdout] at src/libstd/panicking.rs:391 [INFO] [stdout] 14: 0x55d70bf7023f - processor::common::assert_snapshot_plain::hf0e6a0bd5ff73a24 [INFO] [stdout] at tests/common/mod.rs:52 [INFO] [stdout] 15: 0x55d70bf6fcff - processor::common::assert_snapshot::hf32c691b26ab2cb7 [INFO] [stdout] at tests/common/mod.rs:35 [INFO] [stdout] 16: 0x55d70bf710a0 - processor::get_minidump_process_state_cfi::h10aeed1f3b5aa5ff [INFO] [stdout] at tests/processor.rs:55 [INFO] [stdout] 17: 0x55d70bf70eba - processor::get_minidump_process_state_cfi::{{closure}}::h9965ac8a619a4bc0 [INFO] [stdout] at tests/processor.rs:44 [INFO] [stdout] 18: 0x55d70bf68a7e - core::ops::function::FnOnce::call_once::h7e5fadaeec0de2ac [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libcore/ops/function.rs:233 [INFO] [stdout] 19: 0x55d70bf9b6ac - as core::ops::function::FnOnce>::call_once::h8340ba6798e0c4ff [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 20: 0x55d70bf9b6ac - as core::ops::function::FnOnce<()>>::call_once::h5590e98676605094 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55d70bf9b6ac - std::panicking::try::do_call::hd8680a2dbb0ed3c4 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:348 [INFO] [stdout] 22: 0x55d70bf9b6ac - std::panicking::try::h46b4de2d705e7a8d [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:325 [INFO] [stdout] 23: 0x55d70bf9b6ac - std::panic::catch_unwind::h059b3f06991e0a9c [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55d70bf9b6ac - test::run_test_in_process::h5ae08a65430494a4 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55d70bf9b6ac - test::run_test::run_test_inner::{{closure}}::h4b36073838376ae8 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55d70bf73626 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0169d0be588b8bf0 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55d70bf78615 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h71bfc37e887d3973 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55d70bf78615 - as core::ops::function::FnOnce<()>>::call_once::h36c65072907dc180 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55d70bf78615 - std::panicking::try::do_call::h4e0f426e17cd216c [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:348 [INFO] [stdout] 30: 0x55d70bf78615 - std::panicking::try::hd05e4ef6b4303d29 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:325 [INFO] [stdout] 31: 0x55d70bf78615 - std::panic::catch_unwind::h19a1127ec729c5dd [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55d70bf78615 - std::thread::Builder::spawn_unchecked::{{closure}}::h011300735f06b1e2 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55d70bf78615 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1e3c55f31f1d122e [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libcore/ops/function.rs:233 [INFO] [stdout] 34: 0x55d70c146c5a - as core::ops::function::FnOnce>::call_once::hc0e15d78a519721e [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 35: 0x55d70c146c5a - as core::ops::function::FnOnce>::call_once::h211da8fffb09f192 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 36: 0x55d70c146c5a - std::sys::unix::thread::Thread::new::thread_start::h29594ddebf23e421 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5a3af8e609 - start_thread [INFO] [stdout] 38: 0x7f5a3b219103 - __clone [INFO] [stdout] 39: 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: 0x55d70c13d995 - backtrace::backtrace::libunwind::trace::hea89dfbbfe67f40d [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55d70c13d995 - backtrace::backtrace::trace_unsynchronized::h0513dd713d7644d4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d70c13d995 - std::sys_common::backtrace::_print_fmt::h040abae64e4a24a9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55d70c13d995 - ::fmt::hb4bdb37c3c335733 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55d70c165c0c - core::fmt::write::h540ac4a6a1232abc [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55d70bf74135 - std::io::Write::write_fmt::h4be0daababb55bba [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/io/mod.rs:1539 [INFO] [stdout] 6: 0x55d70c137ec1 - std::io::impls::>::write_fmt::h83c1e1aa73f374f5 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55d70c140110 - std::sys_common::backtrace::_print::hb55cc635eaf1882e [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55d70c140110 - std::sys_common::backtrace::print::h2b2218fa55714084 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d70c140110 - std::panicking::default_hook::{{closure}}::h578517c025765cf3 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55d70c13fe0a - std::panicking::default_hook::h4cafc94c2fc640fb [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55d70c140753 - std::panicking::rust_panic_with_hook::h3eeb5001beeca5c3 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55d70c14034b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x55d70c1402bb - std::panicking::begin_panic_fmt::hbb5e59697acc78ba [INFO] [stdout] at src/libstd/panicking.rs:391 [INFO] [stdout] 14: 0x55d70bf7023f - processor::common::assert_snapshot_plain::hf0e6a0bd5ff73a24 [INFO] [stdout] at tests/common/mod.rs:52 [INFO] [stdout] 15: 0x55d70bf6fcff - processor::common::assert_snapshot::hf32c691b26ab2cb7 [INFO] [stdout] at tests/common/mod.rs:35 [INFO] [stdout] 16: 0x55d70bf70c98 - processor::process_minidump_from_buffer::h3cc900b9afac651e [INFO] [stdout] at tests/processor.rs:31 [INFO] [stdout] 17: 0x55d70bf70b3a - processor::process_minidump_from_buffer::{{closure}}::h17b154e4d60d2028 [INFO] [stdout] at tests/processor.rs:22 [INFO] [stdout] 18: 0x55d70bf689ae - core::ops::function::FnOnce::call_once::h47449d95862b4b86 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libcore/ops/function.rs:233 [INFO] [stdout] 19: 0x55d70bf9b6ac - as core::ops::function::FnOnce>::call_once::h8340ba6798e0c4ff [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 20: 0x55d70bf9b6ac - as core::ops::function::FnOnce<()>>::call_once::h5590e98676605094 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55d70bf9b6ac - std::panicking::try::do_call::hd8680a2dbb0ed3c4 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:348 [INFO] [stdout] 22: 0x55d70bf9b6ac - std::panicking::try::h46b4de2d705e7a8d [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:325 [INFO] [stdout] 23: 0x55d70bf9b6ac - std::panic::catch_unwind::h059b3f06991e0a9c [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55d70bf9b6ac - test::run_test_in_process::h5ae08a65430494a4 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55d70bf9b6ac - test::run_test::run_test_inner::{{closure}}::h4b36073838376ae8 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55d70bf73626 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0169d0be588b8bf0 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55d70bf78615 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h71bfc37e887d3973 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55d70bf78615 - as core::ops::function::FnOnce<()>>::call_once::h36c65072907dc180 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55d70bf78615 - std::panicking::try::do_call::h4e0f426e17cd216c [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:348 [INFO] [stdout] 30: 0x55d70bf78615 - std::panicking::try::hd05e4ef6b4303d29 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:325 [INFO] [stdout] 31: 0x55d70bf78615 - std::panic::catch_unwind::h19a1127ec729c5dd [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55d70bf78615 - std::thread::Builder::spawn_unchecked::{{closure}}::h011300735f06b1e2 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55d70bf78615 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1e3c55f31f1d122e [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libcore/ops/function.rs:233 [INFO] [stdout] 34: 0x55d70c146c5a - as core::ops::function::FnOnce>::call_once::hc0e15d78a519721e [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 35: 0x55d70c146c5a - as core::ops::function::FnOnce>::call_once::h211da8fffb09f192 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 36: 0x55d70c146c5a - std::sys::unix::thread::Thread::new::thread_start::h29594ddebf23e421 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5a3af8e609 - start_thread [INFO] [stdout] 38: 0x7f5a3b219103 - __clone [INFO] [stdout] 39: 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: 0x55d70c13d995 - backtrace::backtrace::libunwind::trace::hea89dfbbfe67f40d [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55d70c13d995 - backtrace::backtrace::trace_unsynchronized::h0513dd713d7644d4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d70c13d995 - std::sys_common::backtrace::_print_fmt::h040abae64e4a24a9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55d70c13d995 - ::fmt::hb4bdb37c3c335733 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55d70c165c0c - core::fmt::write::h540ac4a6a1232abc [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55d70bf74135 - std::io::Write::write_fmt::h4be0daababb55bba [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/io/mod.rs:1539 [INFO] [stdout] 6: 0x55d70c137ec1 - std::io::impls::>::write_fmt::h83c1e1aa73f374f5 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55d70c140110 - std::sys_common::backtrace::_print::hb55cc635eaf1882e [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55d70c140110 - std::sys_common::backtrace::print::h2b2218fa55714084 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d70c140110 - std::panicking::default_hook::{{closure}}::h578517c025765cf3 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55d70c13fe0a - std::panicking::default_hook::h4cafc94c2fc640fb [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55d70c140753 - std::panicking::rust_panic_with_hook::h3eeb5001beeca5c3 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55d70c14034b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x55d70c1402bb - std::panicking::begin_panic_fmt::hbb5e59697acc78ba [INFO] [stdout] at src/libstd/panicking.rs:391 [INFO] [stdout] 14: 0x55d70bf7023f - processor::common::assert_snapshot_plain::hf0e6a0bd5ff73a24 [INFO] [stdout] at tests/common/mod.rs:52 [INFO] [stdout] 15: 0x55d70bf6fcff - processor::common::assert_snapshot::hf32c691b26ab2cb7 [INFO] [stdout] at tests/common/mod.rs:35 [INFO] [stdout] 16: 0x55d70bf70af9 - processor::process_minidump_from_path::hcfd27f81abda9c88 [INFO] [stdout] at tests/processor.rs:18 [INFO] [stdout] 17: 0x55d70bf70a6a - processor::process_minidump_from_path::{{closure}}::h29a22c32dea165b6 [INFO] [stdout] at tests/processor.rs:14 [INFO] [stdout] 18: 0x55d70bf68a4e - core::ops::function::FnOnce::call_once::h4fe2b83e0b1f747c [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libcore/ops/function.rs:233 [INFO] [stdout] 19: 0x55d70bf9b6ac - as core::ops::function::FnOnce>::call_once::h8340ba6798e0c4ff [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 20: 0x55d70bf9b6ac - as core::ops::function::FnOnce<()>>::call_once::h5590e98676605094 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55d70bf9b6ac - std::panicking::try::do_call::hd8680a2dbb0ed3c4 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:348 [INFO] [stdout] 22: 0x55d70bf9b6ac - std::panicking::try::h46b4de2d705e7a8d [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:325 [INFO] [stdout] 23: 0x55d70bf9b6ac - std::panic::catch_unwind::h059b3f06991e0a9c [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55d70bf9b6ac - test::run_test_in_process::h5ae08a65430494a4 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55d70bf9b6ac - test::run_test::run_test_inner::{{closure}}::h4b36073838376ae8 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55d70bf73626 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0169d0be588b8bf0 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55d70bf78615 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h71bfc37e887d3973 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55d70bf78615 - as core::ops::function::FnOnce<()>>::call_once::h36c65072907dc180 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55d70bf78615 - std::panicking::try::do_call::h4e0f426e17cd216c [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:348 [INFO] [stdout] 30: 0x55d70bf78615 - std::panicking::try::hd05e4ef6b4303d29 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:325 [INFO] [stdout] 31: 0x55d70bf78615 - std::panic::catch_unwind::h19a1127ec729c5dd [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55d70bf78615 - std::thread::Builder::spawn_unchecked::{{closure}}::h011300735f06b1e2 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55d70bf78615 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1e3c55f31f1d122e [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libcore/ops/function.rs:233 [INFO] [stdout] 34: 0x55d70c146c5a - as core::ops::function::FnOnce>::call_once::hc0e15d78a519721e [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 35: 0x55d70c146c5a - as core::ops::function::FnOnce>::call_once::h211da8fffb09f192 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 36: 0x55d70c146c5a - std::sys::unix::thread::Thread::new::thread_start::h29594ddebf23e421 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5a3af8e609 - start_thread [INFO] [stdout] 38: 0x7f5a3b219103 - __clone [INFO] [stdout] 39: 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] running `Command { std: "docker" "inspect" "c0f4747bab8ae482e35e76f8051a7a031d6c5519707c41a679c80c2a584df3ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0f4747bab8ae482e35e76f8051a7a031d6c5519707c41a679c80c2a584df3ad", kill_on_drop: false }` [INFO] [stdout] c0f4747bab8ae482e35e76f8051a7a031d6c5519707c41a679c80c2a584df3ad