[INFO] crate breakpad 0.1.0 is already in cache [INFO] testing breakpad-0.1.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate breakpad 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate breakpad 0.1.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37c8bbb8de1160903bf4679fe7eea5ea7df3e405e5c7b765fb50e37ae24d6996 [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" "37c8bbb8de1160903bf4679fe7eea5ea7df3e405e5c7b765fb50e37ae24d6996", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37c8bbb8de1160903bf4679fe7eea5ea7df3e405e5c7b765fb50e37ae24d6996", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37c8bbb8de1160903bf4679fe7eea5ea7df3e405e5c7b765fb50e37ae24d6996", kill_on_drop: false }` [INFO] [stdout] 37c8bbb8de1160903bf4679fe7eea5ea7df3e405e5c7b765fb50e37ae24d6996 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 562e160b0cdd0d0cfe3492bf66cf585251daf1902d30cb9917e46ca6f5bd6dba [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" "562e160b0cdd0d0cfe3492bf66cf585251daf1902d30cb9917e46ca6f5bd6dba", kill_on_drop: false }` [INFO] [stderr] Compiling breakpad v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling uuid v0.5.1 [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 21.04s [INFO] running `Command { std: "docker" "inspect" "562e160b0cdd0d0cfe3492bf66cf585251daf1902d30cb9917e46ca6f5bd6dba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "562e160b0cdd0d0cfe3492bf66cf585251daf1902d30cb9917e46ca6f5bd6dba", kill_on_drop: false }` [INFO] [stdout] 562e160b0cdd0d0cfe3492bf66cf585251daf1902d30cb9917e46ca6f5bd6dba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4817e8eabb2553ff00c4d053600b1dbf1895174068a14869b611cd4909bff3d5 [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" "4817e8eabb2553ff00c4d053600b1dbf1895174068a14869b611cd4909bff3d5", 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 6.33s [INFO] running `Command { std: "docker" "inspect" "4817e8eabb2553ff00c4d053600b1dbf1895174068a14869b611cd4909bff3d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4817e8eabb2553ff00c4d053600b1dbf1895174068a14869b611cd4909bff3d5", kill_on_drop: false }` [INFO] [stdout] 4817e8eabb2553ff00c4d053600b1dbf1895174068a14869b611cd4909bff3d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5fc7e1c7f38edceecd579d87b8c652e274c4e974a375ab024f3664c595f2710a [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" "5fc7e1c7f38edceecd579d87b8c652e274c4e974a375ab024f3664c595f2710a", 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.22s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/breakpad-4668701a13c86f2a [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-8ab4001ea2d826a3 [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 process_minidump_from_buffer ... FAILED [INFO] [stdout] test process_minidump_from_path ... FAILED [INFO] [stdout] test get_minidump_process_state_cfi ... 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: 0x556a811d6c45 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x556a811d6c45 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x556a811d6c45 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x556a811d6c45 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x556a811ff09c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x556a810090a5 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x556a811d0e71 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x556a811d9490 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x556a811d9490 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x556a811d9490 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x556a811d918a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x556a811d9ac7 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x556a811d96cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x556a811d963b - std::panicking::begin_panic_fmt::ha757bc84d5ed8cb6 [INFO] [stdout] at src/libstd/panicking.rs:342 [INFO] [stdout] 14: 0x556a81004def - processor::common::assert_snapshot_plain::h156b01cb420a3774 [INFO] [stdout] at tests/common/mod.rs:52 [INFO] [stdout] 15: 0x556a810048af - processor::common::assert_snapshot::h8823b20668a4d97d [INFO] [stdout] at tests/common/mod.rs:35 [INFO] [stdout] 16: 0x556a81005967 - processor::obtain_referenced_modules::h4248a390529d4e79 [INFO] [stdout] at tests/processor.rs:40 [INFO] [stdout] 17: 0x556a8100583a - processor::obtain_referenced_modules::{{closure}}::hae3835acba3ce694 [INFO] [stdout] at tests/processor.rs:35 [INFO] [stdout] 18: 0x556a80ffe35e - core::ops::function::FnOnce::call_once::hbdb1f1ddea97767c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x556a81030292 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 20: 0x556a81030292 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x556a81030292 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 22: 0x556a81030292 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x556a81030292 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x556a81030292 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x556a81030292 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x556a81008566 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x556a8100d8a5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x556a8100d8a5 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x556a8100d8a5 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 30: 0x556a8100d8a5 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x556a8100d8a5 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x556a8100d8a5 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x556a8100d8a5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x556a811e00fa - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x556a811e00fa - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x556a811e00fa - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7fc2d3b73609 - start_thread [INFO] [stdout] 38: 0x7fc2d3dfe103 - __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: 0x556a811d6c45 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x556a811d6c45 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x556a811d6c45 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x556a811d6c45 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x556a811ff09c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x556a810090a5 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x556a811d0e71 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x556a811d9490 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x556a811d9490 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x556a811d9490 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x556a811d918a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x556a811d9ac7 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x556a811d96cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x556a811d963b - std::panicking::begin_panic_fmt::ha757bc84d5ed8cb6 [INFO] [stdout] at src/libstd/panicking.rs:342 [INFO] [stdout] 14: 0x556a81004def - processor::common::assert_snapshot_plain::h156b01cb420a3774 [INFO] [stdout] at tests/common/mod.rs:52 [INFO] [stdout] 15: 0x556a810046ef - processor::common::assert_snapshot::h5f92f599427a3f84 [INFO] [stdout] at tests/common/mod.rs:35 [INFO] [stdout] 16: 0x556a810057a8 - processor::process_minidump_from_buffer::hb0dd4f29c4deb831 [INFO] [stdout] at tests/processor.rs:31 [INFO] [stdout] 17: 0x556a8100564a - processor::process_minidump_from_buffer::{{closure}}::h21747d85fb931d92 [INFO] [stdout] at tests/processor.rs:22 [INFO] [stdout] 18: 0x556a80ffe38e - core::ops::function::FnOnce::call_once::hc58ed7c624917333 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x556a81030292 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 20: 0x556a81030292 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x556a81030292 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 22: 0x556a81030292 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x556a81030292 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x556a81030292 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x556a81030292 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x556a81008566 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x556a8100d8a5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x556a8100d8a5 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x556a8100d8a5 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 30: 0x556a8100d8a5 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x556a8100d8a5 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x556a8100d8a5 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x556a8100d8a5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x556a811e00fa - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x556a811e00fa - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x556a811e00fa - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7fc2d3b73609 - start_thread [INFO] [stdout] 38: 0x7fc2d3dfe103 - __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: 0x556a811d6c45 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x556a811d6c45 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x556a811d6c45 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x556a811d6c45 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x556a811ff09c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x556a810090a5 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x556a811d0e71 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x556a811d9490 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x556a811d9490 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x556a811d9490 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x556a811d918a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x556a811d9ac7 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x556a811d96cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x556a811d963b - std::panicking::begin_panic_fmt::ha757bc84d5ed8cb6 [INFO] [stdout] at src/libstd/panicking.rs:342 [INFO] [stdout] 14: 0x556a81004def - processor::common::assert_snapshot_plain::h156b01cb420a3774 [INFO] [stdout] at tests/common/mod.rs:52 [INFO] [stdout] 15: 0x556a810046ef - processor::common::assert_snapshot::h5f92f599427a3f84 [INFO] [stdout] at tests/common/mod.rs:35 [INFO] [stdout] 16: 0x556a81005609 - processor::process_minidump_from_path::hc7f251c1b8c48347 [INFO] [stdout] at tests/processor.rs:18 [INFO] [stdout] 17: 0x556a8100557a - processor::process_minidump_from_path::{{closure}}::h12755461df74066e [INFO] [stdout] at tests/processor.rs:14 [INFO] [stdout] 18: 0x556a80ffe2ce - core::ops::function::FnOnce::call_once::h6be5ddc33c60aba8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x556a81030292 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 20: 0x556a81030292 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x556a81030292 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 22: 0x556a81030292 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x556a81030292 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x556a81030292 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x556a81030292 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x556a81008566 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x556a8100d8a5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x556a8100d8a5 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x556a8100d8a5 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 30: 0x556a8100d8a5 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x556a8100d8a5 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x556a8100d8a5 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x556a8100d8a5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x556a811e00fa - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x556a811e00fa - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x556a811e00fa - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7fc2d3b73609 - start_thread [INFO] [stdout] 38: 0x7fc2d3dfe103 - __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: 0x556a811d6c45 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x556a811d6c45 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x556a811d6c45 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x556a811d6c45 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x556a811ff09c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x556a810090a5 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x556a811d0e71 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x556a811d9490 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x556a811d9490 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x556a811d9490 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x556a811d918a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x556a811d9ac7 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x556a811d96cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x556a811d963b - std::panicking::begin_panic_fmt::ha757bc84d5ed8cb6 [INFO] [stdout] at src/libstd/panicking.rs:342 [INFO] [stdout] 14: 0x556a81004def - processor::common::assert_snapshot_plain::h156b01cb420a3774 [INFO] [stdout] at tests/common/mod.rs:52 [INFO] [stdout] 15: 0x556a810046ef - processor::common::assert_snapshot::h5f92f599427a3f84 [INFO] [stdout] at tests/common/mod.rs:35 [INFO] [stdout] 16: 0x556a81005bb0 - processor::get_minidump_process_state_cfi::h6d0662130159244d [INFO] [stdout] at tests/processor.rs:55 [INFO] [stdout] 17: 0x556a810059ca - processor::get_minidump_process_state_cfi::{{closure}}::hcfe680ba7569d3fe [INFO] [stdout] at tests/processor.rs:44 [INFO] [stdout] 18: 0x556a80ffe32e - core::ops::function::FnOnce::call_once::h7dc444018036c5a9 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x556a81030292 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 20: 0x556a81030292 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x556a81030292 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 22: 0x556a81030292 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x556a81030292 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x556a81030292 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x556a81030292 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x556a81008566 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x556a8100d8a5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x556a8100d8a5 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x556a8100d8a5 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 30: 0x556a8100d8a5 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x556a8100d8a5 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x556a8100d8a5 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x556a8100d8a5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x556a811e00fa - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x556a811e00fa - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x556a811e00fa - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7fc2d3b73609 - start_thread [INFO] [stdout] 38: 0x7fc2d3dfe103 - __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] [stderr] error: test failed, to rerun pass '--test processor' [INFO] running `Command { std: "docker" "inspect" "5fc7e1c7f38edceecd579d87b8c652e274c4e974a375ab024f3664c595f2710a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fc7e1c7f38edceecd579d87b8c652e274c4e974a375ab024f3664c595f2710a", kill_on_drop: false }` [INFO] [stdout] 5fc7e1c7f38edceecd579d87b8c652e274c4e974a375ab024f3664c595f2710a