[INFO] fetching crate breakpad 0.1.0... [INFO] testing breakpad-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate breakpad 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate breakpad 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", 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] a124b6aa69d6dafedd7cf51fca81d50f15f9359a721a7507ddd23ec558fe8e22 [INFO] running `Command { std: "docker" "start" "-a" "a124b6aa69d6dafedd7cf51fca81d50f15f9359a721a7507ddd23ec558fe8e22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a124b6aa69d6dafedd7cf51fca81d50f15f9359a721a7507ddd23ec558fe8e22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a124b6aa69d6dafedd7cf51fca81d50f15f9359a721a7507ddd23ec558fe8e22", kill_on_drop: false }` [INFO] [stdout] a124b6aa69d6dafedd7cf51fca81d50f15f9359a721a7507ddd23ec558fe8e22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", 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] 9d7ed7e1fa5d45aa64416ea3816d3cc0ec18773b6af32e6c8c88c6ea13c1f72c [INFO] running `Command { std: "docker" "start" "-a" "9d7ed7e1fa5d45aa64416ea3816d3cc0ec18773b6af32e6c8c88c6ea13c1f72c", 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.64 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stdout] warning: use of deprecated associated function `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 the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `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 the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.38s [INFO] running `Command { std: "docker" "inspect" "9d7ed7e1fa5d45aa64416ea3816d3cc0ec18773b6af32e6c8c88c6ea13c1f72c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d7ed7e1fa5d45aa64416ea3816d3cc0ec18773b6af32e6c8c88c6ea13c1f72c", kill_on_drop: false }` [INFO] [stdout] 9d7ed7e1fa5d45aa64416ea3816d3cc0ec18773b6af32e6c8c88c6ea13c1f72c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", 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] 501be5672cda203d1577f289306cee0f0cbbc7bc746dffede317fc4c8f3c3013 [INFO] running `Command { std: "docker" "start" "-a" "501be5672cda203d1577f289306cee0f0cbbc7bc746dffede317fc4c8f3c3013", kill_on_drop: false }` [INFO] [stderr] Compiling difference v1.0.0 [INFO] [stdout] warning: use of deprecated associated function `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 the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `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 the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling breakpad v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `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 the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `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 the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.96s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/breakpad-82fb9f27d439a49c) [INFO] [stderr] Executable tests/processor.rs (/opt/rustwide/target/debug/deps/processor-cfa35bffde831763) [INFO] [stderr] Executable tests/resolver.rs (/opt/rustwide/target/debug/deps/resolver-dd799418dd28a6be) [INFO] running `Command { std: "docker" "inspect" "501be5672cda203d1577f289306cee0f0cbbc7bc746dffede317fc4c8f3c3013", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "501be5672cda203d1577f289306cee0f0cbbc7bc746dffede317fc4c8f3c3013", kill_on_drop: false }` [INFO] [stdout] 501be5672cda203d1577f289306cee0f0cbbc7bc746dffede317fc4c8f3c3013 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] bd602fbd79cd4552b78950ed5c6e9fddefba39d22dc4f23e50ffb41acd8ab3be [INFO] running `Command { std: "docker" "start" "-a" "bd602fbd79cd4552b78950ed5c6e9fddefba39d22dc4f23e50ffb41acd8ab3be", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated associated function `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 the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `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 the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `breakpad` (lib) generated 2 warnings [INFO] [stderr] warning: `breakpad` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.78s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/breakpad-82fb9f27d439a49c) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test processor::test_parse ... ok [INFO] [stdout] test processor::test_to_string ... ok [INFO] [stdout] test processor::test_parse_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.44s [INFO] [stdout] [INFO] [stderr] Running tests/processor.rs (/opt/rustwide/target/debug/deps/processor-cfa35bffde831763) [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_path ... FAILED [INFO] [stdout] test process_minidump_from_buffer ... 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: 0x565181651d1d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x565181651d1d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x565181651d1d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x565181651d1d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56518167484c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x56518164e381 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x565181653a65 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x565181653a65 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x565181653a65 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x565181653754 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x565181653fb2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x565181653e97 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5651816521d4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x565181653bc9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x565181441e43 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56518145cf84 - processor::common::assert_snapshot_plain::he1b3f2765601f0c2 [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:52:5 [INFO] [stdout] 16: 0x56518145c827 - processor::common::assert_snapshot::h05984deecdd66c38 [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:35:5 [INFO] [stdout] 17: 0x56518145d47d - processor::obtain_referenced_modules::h74c6c00d3c5cafec [INFO] [stdout] at /opt/rustwide/workdir/tests/processor.rs:40:5 [INFO] [stdout] 18: 0x56518145d30a - processor::obtain_referenced_modules::{{closure}}::hea8a076f8c73746c [INFO] [stdout] at /opt/rustwide/workdir/tests/processor.rs:35:1 [INFO] [stdout] 19: 0x56518144f7be - core::ops::function::FnOnce::call_once::hbdcc5937c961cff1 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5651814971d3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5651814971d3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x565181495f89 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x565181495f89 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x565181495f89 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x565181495f89 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x565181495f89 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x565181495f89 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x565181495f89 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x56518146213e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x56518146213e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5651814676a8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5651814676a8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5651814676a8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5651814676a8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5651814676a8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5651814676a8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5651814676a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x565181658803 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x565181658803 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x565181658803 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f34a3ebc609 - start_thread [INFO] [stdout] 42: 0x7f34a4145163 - clone [INFO] [stdout] 43: 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: 0x565181651d1d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x565181651d1d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x565181651d1d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x565181651d1d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56518167484c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x56518164e381 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x565181653a65 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x565181653a65 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x565181653a65 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x565181653754 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x565181653fb2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x565181653e97 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5651816521d4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x565181653bc9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x565181441e43 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56518145cf84 - processor::common::assert_snapshot_plain::he1b3f2765601f0c2 [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:52:5 [INFO] [stdout] 16: 0x56518145c9c7 - processor::common::assert_snapshot::h2266971af19eb63f [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:35:5 [INFO] [stdout] 17: 0x56518145d68f - processor::get_minidump_process_state_cfi::hbb975d31cf4827a8 [INFO] [stdout] at /opt/rustwide/workdir/tests/processor.rs:55:5 [INFO] [stdout] 18: 0x56518145d4ba - processor::get_minidump_process_state_cfi::{{closure}}::hf043a174228de78a [INFO] [stdout] at /opt/rustwide/workdir/tests/processor.rs:44:1 [INFO] [stdout] 19: 0x56518144f83e - core::ops::function::FnOnce::call_once::he424adf30a56097e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5651814971d3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5651814971d3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x565181495f89 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x565181495f89 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x565181495f89 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x565181495f89 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x565181495f89 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x565181495f89 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x565181495f89 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x56518146213e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x56518146213e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5651814676a8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5651814676a8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5651814676a8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5651814676a8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5651814676a8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5651814676a8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5651814676a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x565181658803 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x565181658803 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x565181658803 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f34a3ebc609 - start_thread [INFO] [stdout] 42: 0x7f34a4145163 - clone [INFO] [stdout] 43: 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: 0x565181651d1d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x565181651d1d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x565181651d1d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x565181651d1d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56518167484c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x56518164e381 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x565181653a65 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x565181653a65 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x565181653a65 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x565181653754 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x565181653fb2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x565181653e97 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5651816521d4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x565181653bc9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x565181441e43 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56518145cf84 - processor::common::assert_snapshot_plain::he1b3f2765601f0c2 [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:52:5 [INFO] [stdout] 16: 0x56518145c9c7 - processor::common::assert_snapshot::h2266971af19eb63f [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:35:5 [INFO] [stdout] 17: 0x56518145d0ac - processor::process_minidump_from_path::h0d8181480fbc151c [INFO] [stdout] at /opt/rustwide/workdir/tests/processor.rs:18:5 [INFO] [stdout] 18: 0x56518145d02a - processor::process_minidump_from_path::{{closure}}::h136cf0672475a158 [INFO] [stdout] at /opt/rustwide/workdir/tests/processor.rs:14:1 [INFO] [stdout] 19: 0x56518144f77e - core::ops::function::FnOnce::call_once::h6a16f4c3817dd320 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5651814971d3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5651814971d3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x565181495f89 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x565181495f89 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x565181495f89 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x565181495f89 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x565181495f89 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x565181495f89 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x565181495f89 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x56518146213e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x56518146213e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5651814676a8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5651814676a8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5651814676a8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5651814676a8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5651814676a8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5651814676a8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5651814676a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x565181658803 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x565181658803 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x565181658803 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f34a3ebc609 - start_thread [INFO] [stdout] 42: 0x7f34a4145163 - clone [INFO] [stdout] 43: 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] [stderr] error: test failed, to rerun pass '--test processor' [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: 0x565181651d1d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x565181651d1d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x565181651d1d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x565181651d1d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56518167484c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x56518164e381 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x565181653a65 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x565181653a65 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x565181653a65 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x565181653754 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x565181653fb2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x565181653e97 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5651816521d4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x565181653bc9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x565181441e43 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56518145cf84 - processor::common::assert_snapshot_plain::he1b3f2765601f0c2 [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:52:5 [INFO] [stdout] 16: 0x56518145c9c7 - processor::common::assert_snapshot::h2266971af19eb63f [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:35:5 [INFO] [stdout] 17: 0x56518145d28d - processor::process_minidump_from_buffer::h97ec6e98b33b8062 [INFO] [stdout] at /opt/rustwide/workdir/tests/processor.rs:31:5 [INFO] [stdout] 18: 0x56518145d0fa - processor::process_minidump_from_buffer::{{closure}}::h5b771d40272658db [INFO] [stdout] at /opt/rustwide/workdir/tests/processor.rs:22:1 [INFO] [stdout] 19: 0x56518144f7fe - core::ops::function::FnOnce::call_once::hc3ae7772491d3d27 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5651814971d3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5651814971d3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x565181495f89 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x565181495f89 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x565181495f89 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x565181495f89 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x565181495f89 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x565181495f89 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x565181495f89 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x56518146213e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x56518146213e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5651814676a8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5651814676a8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5651814676a8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5651814676a8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5651814676a8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5651814676a8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5651814676a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x565181658803 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x565181658803 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x565181658803 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f34a3ebc609 - start_thread [INFO] [stdout] 42: 0x7f34a4145163 - clone [INFO] [stdout] 43: 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; finished in 0.09s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bd602fbd79cd4552b78950ed5c6e9fddefba39d22dc4f23e50ffb41acd8ab3be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd602fbd79cd4552b78950ed5c6e9fddefba39d22dc4f23e50ffb41acd8ab3be", kill_on_drop: false }` [INFO] [stdout] bd602fbd79cd4552b78950ed5c6e9fddefba39d22dc4f23e50ffb41acd8ab3be