Oct 14 14:01:02.998 INFO testing lbcdec/lbcdec against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 14:01:02.998 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 14:01:03.415 INFO blam! 6465f7a9a856e7957945bb42210eb0e46a72a69524c2a5c709c119e5da8b5bf2 Oct 14 14:01:03.419 INFO running `"docker" "start" "-a" "6465f7a9a856e7957945bb42210eb0e46a72a69524c2a5c709c119e5da8b5bf2"` Oct 14 14:01:05.063 INFO kablam! usermod: no changes Oct 14 14:01:05.283 INFO kablam! Compiling rayon-core v1.4.1 Oct 14 14:01:05.287 INFO kablam! Compiling rayon v1.0.2 Oct 14 14:01:05.287 INFO kablam! Compiling remove_dir_all v0.5.0 Oct 14 14:01:05.287 INFO kablam! Compiling obstack v0.1.3 Oct 14 14:01:05.287 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 14 14:01:05.287 INFO kablam! Compiling memchr v2.0.1 Oct 14 14:01:05.287 INFO kablam! Compiling memchr v1.0.2 Oct 14 14:01:05.287 INFO kablam! Compiling rand v0.5.4 Oct 14 14:01:06.191 INFO kablam! Compiling smallvec v0.6.3 Oct 14 14:01:08.487 INFO kablam! Compiling clap v2.32.0 Oct 14 14:01:08.487 INFO kablam! Compiling nom v3.2.1 Oct 14 14:01:08.499 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 14:01:08.635 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 14 14:01:11.593 INFO kablam! Compiling regex v1.0.0 Oct 14 14:01:14.059 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 14:01:17.555 INFO kablam! Compiling tempfile v3.0.3 Oct 14 14:01:28.781 INFO kablam! Compiling env_logger v0.5.10 Oct 14 14:01:32.712 INFO kablam! Compiling lbcdec v0.1.0 (/source) Oct 14 14:01:33.319 INFO kablam! warning: unused import: `obstack` Oct 14 14:01:33.319 INFO kablam! --> src/ast/mod.rs:6:5 Oct 14 14:01:33.319 INFO kablam! | Oct 14 14:01:33.319 INFO kablam! 6 | use obstack; Oct 14 14:01:33.319 INFO kablam! | ^^^^^^^ Oct 14 14:01:33.319 INFO kablam! | Oct 14 14:01:33.319 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:01:33.319 INFO kablam! Oct 14 14:01:34.655 INFO kablam! warning: private type `ast::Block<'ctx>` in public interface (error E0446) Oct 14 14:01:34.655 INFO kablam! --> src/ast/mod.rs:65:10 Oct 14 14:01:34.655 INFO kablam! | Oct 14 14:01:34.655 INFO kablam! 65 | Do { block: Block<'ctx> } Oct 14 14:01:34.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:01:34.655 INFO kablam! | Oct 14 14:01:34.655 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 14 14:01:34.655 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 14:01:34.655 INFO kablam! = note: for more information, see issue #34537 Oct 14 14:01:34.655 INFO kablam! Oct 14 14:01:34.675 INFO kablam! warning: unreachable pattern Oct 14 14:01:34.675 INFO kablam! --> src/view_context/mod.rs:1408:29 Oct 14 14:01:34.675 INFO kablam! | Oct 14 14:01:34.675 INFO kablam! 1408 | ref instr @ _ => panic!("Unimplemented instruction: {:?}", instr), Oct 14 14:01:34.675 INFO kablam! | ^ Oct 14 14:01:34.675 INFO kablam! | Oct 14 14:01:34.675 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 14 14:01:34.675 INFO kablam! Oct 14 14:01:35.160 INFO kablam! warning: struct is never constructed: `ASTContext` Oct 14 14:01:35.160 INFO kablam! --> src/ast/mod.rs:9:1 Oct 14 14:01:35.160 INFO kablam! | Oct 14 14:01:35.160 INFO kablam! 9 | struct ASTContext { Oct 14 14:01:35.160 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 14:01:35.160 INFO kablam! | Oct 14 14:01:35.160 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:01:35.160 INFO kablam! Oct 14 14:01:35.160 INFO kablam! warning: struct is never constructed: `Scope` Oct 14 14:01:35.160 INFO kablam! --> src/ast/mod.rs:16:1 Oct 14 14:01:35.160 INFO kablam! | Oct 14 14:01:35.160 INFO kablam! 16 | struct Scope<'parent, 'ctx: 'parent> { Oct 14 14:01:35.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:35.160 INFO kablam! Oct 14 14:01:35.160 INFO kablam! warning: struct is never constructed: `Block` Oct 14 14:01:35.160 INFO kablam! --> src/ast/mod.rs:23:1 Oct 14 14:01:35.160 INFO kablam! | Oct 14 14:01:35.160 INFO kablam! 23 | struct Block<'ctx> { Oct 14 14:01:35.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:01:35.160 INFO kablam! Oct 14 14:01:35.160 INFO kablam! warning: struct is never constructed: `Node` Oct 14 14:01:35.160 INFO kablam! --> src/ast/mod.rs:30:1 Oct 14 14:01:35.160 INFO kablam! | Oct 14 14:01:35.160 INFO kablam! 30 | struct Node { Oct 14 14:01:35.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:35.160 INFO kablam! Oct 14 14:01:35.160 INFO kablam! warning: struct is never constructed: `StatementNode` Oct 14 14:01:35.160 INFO kablam! --> src/ast/mod.rs:37:1 Oct 14 14:01:35.160 INFO kablam! | Oct 14 14:01:35.160 INFO kablam! 37 | struct StatementNode<'ctx, T: Sized> { Oct 14 14:01:35.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:35.160 INFO kablam! Oct 14 14:01:35.160 INFO kablam! warning: struct is never constructed: `StatLocalDecl` Oct 14 14:01:35.160 INFO kablam! --> src/ast/mod.rs:49:1 Oct 14 14:01:35.160 INFO kablam! | Oct 14 14:01:35.160 INFO kablam! 49 | pub struct StatLocalDecl { // <'ctx> { Oct 14 14:01:35.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:35.160 INFO kablam! Oct 14 14:01:35.160 INFO kablam! warning: enum is never used: `Statement` Oct 14 14:01:35.160 INFO kablam! --> src/ast/mod.rs:63:1 Oct 14 14:01:35.160 INFO kablam! | Oct 14 14:01:35.160 INFO kablam! 63 | pub enum Statement<'ctx> { Oct 14 14:01:35.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:35.160 INFO kablam! Oct 14 14:01:35.160 INFO kablam! warning: associated const is never used: `VARARGS` Oct 14 14:01:35.161 INFO kablam! --> src/instruction_definitions.rs:90:5 Oct 14 14:01:35.161 INFO kablam! | Oct 14 14:01:35.161 INFO kablam! 90 | pub const VARARGS: Count = Count(0); Oct 14 14:01:35.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:35.161 INFO kablam! Oct 14 14:01:35.161 INFO kablam! warning: associated const is never used: `EMPTY` Oct 14 14:01:35.161 INFO kablam! --> src/instruction_definitions.rs:91:5 Oct 14 14:01:35.161 INFO kablam! | Oct 14 14:01:35.161 INFO kablam! 91 | pub const EMPTY: Count = Count(1); Oct 14 14:01:35.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:35.161 INFO kablam! Oct 14 14:01:35.161 INFO kablam! warning: field is never used: `a` Oct 14 14:01:35.161 INFO kablam! --> src/instruction_decoder.rs:75:5 Oct 14 14:01:35.161 INFO kablam! | Oct 14 14:01:35.161 INFO kablam! 75 | a: u8, Oct 14 14:01:35.161 INFO kablam! | ^^^^^ Oct 14 14:01:35.161 INFO kablam! Oct 14 14:01:35.161 INFO kablam! warning: field is never used: `a` Oct 14 14:01:35.161 INFO kablam! --> src/instruction_decoder.rs:89:5 Oct 14 14:01:35.161 INFO kablam! | Oct 14 14:01:35.161 INFO kablam! 89 | a: u8, Oct 14 14:01:35.161 INFO kablam! | ^^^^^ Oct 14 14:01:35.161 INFO kablam! Oct 14 14:01:35.166 INFO kablam! warning: struct is never constructed: `SetUpvalueViewData` Oct 14 14:01:35.166 INFO kablam! --> src/view/view_data.rs:55:1 Oct 14 14:01:35.166 INFO kablam! | Oct 14 14:01:35.166 INFO kablam! 55 | pub struct SetUpvalueViewData(pub AssignmentInfo); Oct 14 14:01:35.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:35.166 INFO kablam! Oct 14 14:01:38.600 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.51s Oct 14 14:01:38.615 INFO kablam! su: No module specific data is present Oct 14 14:01:38.790 INFO running `"docker" "rm" "-f" "6465f7a9a856e7957945bb42210eb0e46a72a69524c2a5c709c119e5da8b5bf2"` Oct 14 14:01:38.886 INFO blam! 6465f7a9a856e7957945bb42210eb0e46a72a69524c2a5c709c119e5da8b5bf2 Oct 14 14:01:38.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 14:01:39.042 INFO blam! 2a0b961ab0e7afbc1d9ca8c61750aa665450ab04654f3b109f0fae05c507e4cf Oct 14 14:01:39.045 INFO running `"docker" "start" "-a" "2a0b961ab0e7afbc1d9ca8c61750aa665450ab04654f3b109f0fae05c507e4cf"` Oct 14 14:01:39.544 INFO kablam! usermod: no changes Oct 14 14:01:39.631 INFO kablam! Compiling lbcdec v0.1.0 (/source) Oct 14 14:01:40.327 INFO kablam! warning: unused import: `obstack` Oct 14 14:01:40.327 INFO kablam! --> src/ast/mod.rs:6:5 Oct 14 14:01:40.327 INFO kablam! | Oct 14 14:01:40.327 INFO kablam! 6 | use obstack; Oct 14 14:01:40.327 INFO kablam! | ^^^^^^^ Oct 14 14:01:40.327 INFO kablam! | Oct 14 14:01:40.327 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:01:40.327 INFO kablam! Oct 14 14:01:41.873 INFO kablam! warning: private type `ast::Block<'ctx>` in public interface (error E0446) Oct 14 14:01:41.874 INFO kablam! --> src/ast/mod.rs:65:10 Oct 14 14:01:41.874 INFO kablam! | Oct 14 14:01:41.874 INFO kablam! 65 | Do { block: Block<'ctx> } Oct 14 14:01:41.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:01:41.874 INFO kablam! | Oct 14 14:01:41.874 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 14 14:01:41.874 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 14 14:01:41.874 INFO kablam! = note: for more information, see issue #34537 Oct 14 14:01:41.874 INFO kablam! Oct 14 14:01:41.887 INFO kablam! warning: unreachable pattern Oct 14 14:01:41.887 INFO kablam! --> src/view_context/mod.rs:1408:29 Oct 14 14:01:41.887 INFO kablam! | Oct 14 14:01:41.887 INFO kablam! 1408 | ref instr @ _ => panic!("Unimplemented instruction: {:?}", instr), Oct 14 14:01:41.887 INFO kablam! | ^ Oct 14 14:01:41.887 INFO kablam! | Oct 14 14:01:41.887 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 14 14:01:41.887 INFO kablam! Oct 14 14:01:42.487 INFO kablam! warning: struct is never constructed: `ASTContext` Oct 14 14:01:42.487 INFO kablam! --> src/ast/mod.rs:9:1 Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! 9 | struct ASTContext { Oct 14 14:01:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:01:42.487 INFO kablam! Oct 14 14:01:42.487 INFO kablam! warning: struct is never constructed: `Scope` Oct 14 14:01:42.487 INFO kablam! --> src/ast/mod.rs:16:1 Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! 16 | struct Scope<'parent, 'ctx: 'parent> { Oct 14 14:01:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:42.487 INFO kablam! Oct 14 14:01:42.487 INFO kablam! warning: struct is never constructed: `Block` Oct 14 14:01:42.487 INFO kablam! --> src/ast/mod.rs:23:1 Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! 23 | struct Block<'ctx> { Oct 14 14:01:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:01:42.487 INFO kablam! Oct 14 14:01:42.487 INFO kablam! warning: struct is never constructed: `Node` Oct 14 14:01:42.487 INFO kablam! --> src/ast/mod.rs:30:1 Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! 30 | struct Node { Oct 14 14:01:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:42.487 INFO kablam! Oct 14 14:01:42.487 INFO kablam! warning: struct is never constructed: `StatementNode` Oct 14 14:01:42.487 INFO kablam! --> src/ast/mod.rs:37:1 Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! 37 | struct StatementNode<'ctx, T: Sized> { Oct 14 14:01:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:42.487 INFO kablam! Oct 14 14:01:42.487 INFO kablam! warning: struct is never constructed: `StatLocalDecl` Oct 14 14:01:42.487 INFO kablam! --> src/ast/mod.rs:49:1 Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! 49 | pub struct StatLocalDecl { // <'ctx> { Oct 14 14:01:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:42.487 INFO kablam! Oct 14 14:01:42.487 INFO kablam! warning: enum is never used: `Statement` Oct 14 14:01:42.487 INFO kablam! --> src/ast/mod.rs:63:1 Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! 63 | pub enum Statement<'ctx> { Oct 14 14:01:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:42.487 INFO kablam! Oct 14 14:01:42.487 INFO kablam! warning: associated const is never used: `VARARGS` Oct 14 14:01:42.487 INFO kablam! --> src/instruction_definitions.rs:90:5 Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! 90 | pub const VARARGS: Count = Count(0); Oct 14 14:01:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:42.487 INFO kablam! Oct 14 14:01:42.487 INFO kablam! warning: associated const is never used: `EMPTY` Oct 14 14:01:42.487 INFO kablam! --> src/instruction_definitions.rs:91:5 Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! 91 | pub const EMPTY: Count = Count(1); Oct 14 14:01:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:42.487 INFO kablam! Oct 14 14:01:42.487 INFO kablam! warning: field is never used: `a` Oct 14 14:01:42.487 INFO kablam! --> src/instruction_decoder.rs:75:5 Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! 75 | a: u8, Oct 14 14:01:42.487 INFO kablam! | ^^^^^ Oct 14 14:01:42.487 INFO kablam! Oct 14 14:01:42.487 INFO kablam! warning: field is never used: `a` Oct 14 14:01:42.487 INFO kablam! --> src/instruction_decoder.rs:89:5 Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! 89 | a: u8, Oct 14 14:01:42.487 INFO kablam! | ^^^^^ Oct 14 14:01:42.487 INFO kablam! Oct 14 14:01:42.487 INFO kablam! warning: struct is never constructed: `SetUpvalueViewData` Oct 14 14:01:42.487 INFO kablam! --> src/view/view_data.rs:55:1 Oct 14 14:01:42.487 INFO kablam! | Oct 14 14:01:42.487 INFO kablam! 55 | pub struct SetUpvalueViewData(pub AssignmentInfo); Oct 14 14:01:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:01:42.487 INFO kablam! Oct 14 14:01:46.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.80s Oct 14 14:01:46.362 INFO kablam! su: No module specific data is present Oct 14 14:01:47.219 INFO running `"docker" "rm" "-f" "2a0b961ab0e7afbc1d9ca8c61750aa665450ab04654f3b109f0fae05c507e4cf"` Oct 14 14:01:47.578 INFO blam! 2a0b961ab0e7afbc1d9ca8c61750aa665450ab04654f3b109f0fae05c507e4cf Oct 14 14:01:47.586 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 14:01:48.055 INFO blam! 2693e9cc3519d76e396628f532f3d9f29926420cb69dfee7a7656ad923757770 Oct 14 14:01:48.057 INFO running `"docker" "start" "-a" "2693e9cc3519d76e396628f532f3d9f29926420cb69dfee7a7656ad923757770"` Oct 14 14:01:49.170 INFO kablam! usermod: no changes Oct 14 14:01:49.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 14 14:01:49.351 INFO kablam! Running /target/debug/deps/lbcdec-cfd9942a6ca023ea Oct 14 14:01:49.351 INFO blam! Oct 14 14:01:49.351 INFO blam! running 45 tests Oct 14 14:01:49.423 INFO blam! test test::decompile_without_panics::test_assign_arb_center_expr ... FAILED Oct 14 14:01:49.423 INFO blam! test test::decompile_without_panics::test_bail_over_if ... FAILED Oct 14 14:01:49.431 INFO blam! test test::decompile_without_panics::regression_return_call_semantics ... FAILED Oct 14 14:01:49.431 INFO blam! test test::decompile_without_panics::regression_proto_capture_breaks_world ... FAILED Oct 14 14:01:49.451 INFO blam! test test::decompile_without_panics::test_call_multiret ... FAILED Oct 14 14:01:49.451 INFO blam! test test::decompile_without_panics::test_call_multiret_assign ... FAILED Oct 14 14:01:49.451 INFO blam! test test::decompile_without_panics::regression_get_debug_string ... FAILED Oct 14 14:01:49.451 INFO blam! test test::decompile_without_panics::test_call_no_args ... FAILED Oct 14 14:01:49.451 INFO blam! test test::decompile_without_panics::test_call_varargs ... FAILED Oct 14 14:01:49.463 INFO blam! test test::decompile_without_panics::test_conditional_expr_loadbool_into_existing ... FAILED Oct 14 14:01:49.463 INFO blam! test test::decompile_without_panics::test_generic_for ... FAILED Oct 14 14:01:49.463 INFO blam! test test::decompile_without_panics::test_conditional_expr_into_existing ... FAILED Oct 14 14:01:49.488 INFO blam! test test::decompile_without_panics::test_complex_move_assign ... FAILED Oct 14 14:01:49.504 INFO blam! test test::decompile_without_panics::test_call_with_args ... FAILED Oct 14 14:01:49.504 INFO blam! test test::decompile_without_panics::test_conditional_expr_no_loadbool ... FAILED Oct 14 14:01:49.504 INFO blam! test test::decompile_without_panics::test_conditional_expr ... FAILED Oct 14 14:01:49.504 INFO blam! test test::decompile_without_panics::test_generic_for_partial_multiparam ... FAILED Oct 14 14:01:49.504 INFO blam! test test::decompile_without_panics::test_if_cond_use_imm_local ... FAILED Oct 14 14:01:49.515 INFO blam! test test::decompile_without_panics::test_generic_for_multiparam ... FAILED Oct 14 14:01:49.529 INFO blam! test test::decompile_without_panics::test_numeric_for ... FAILED Oct 14 14:01:49.529 INFO blam! test test::decompile_without_panics::test_proto ... FAILED Oct 14 14:01:49.529 INFO blam! test test::decompile_without_panics::test_if_empty_else_body ... FAILED Oct 14 14:01:49.532 INFO blam! test test::decompile_without_panics::test_numeric_for_break ... FAILED Oct 14 14:01:49.536 INFO blam! test test::decompile_without_panics::test_generic_for_break ... FAILED Oct 14 14:01:49.536 INFO blam! test test::decompile_without_panics::test_pinned_newtable ... FAILED Oct 14 14:01:49.537 INFO blam! test test::decompile_without_panics::test_result_none ... FAILED Oct 14 14:01:49.537 INFO blam! test test::decompile_without_panics::test_proto_capture ... FAILED Oct 14 14:01:49.559 INFO blam! test test::decompile_without_panics::test_return_varargs ... FAILED Oct 14 14:01:49.562 INFO blam! test test::decompile_without_panics::test_return_multi ... FAILED Oct 14 14:01:49.562 INFO blam! test test::decompile_without_panics::test_self_kst_overflow ... FAILED Oct 14 14:01:49.571 INFO blam! test test::decompile_without_panics::test_return ... FAILED Oct 14 14:01:49.579 INFO blam! test test::decompile_without_panics::test_implicit_nils ... FAILED Oct 14 14:01:49.579 INFO blam! test test::decompile_without_panics::test_table_setlist ... FAILED Oct 14 14:01:49.583 INFO blam! test test::decompile_without_panics::test_table_setlist_with_hash ... FAILED Oct 14 14:01:49.589 INFO blam! test test::decompile_without_panics::test_table_regression_test ... FAILED Oct 14 14:01:49.603 INFO blam! test test::decompile_without_panics::test_table_settable_complex ... FAILED Oct 14 14:01:49.603 INFO blam! test test::decompile_without_panics::test_testset_into_existing_local ... FAILED Oct 14 14:01:49.603 INFO blam! test test::decompile_without_panics::test_table_settable ... FAILED Oct 14 14:01:49.603 INFO blam! test test::decompile_without_panics::test_while_if_else_break ... FAILED Oct 14 14:01:49.603 INFO blam! test test::decompile_without_panics::test_while_if_break_else ... FAILED Oct 14 14:01:49.603 INFO blam! test test::decompile_without_panics::test_while_if_else_statement ... FAILED Oct 14 14:01:49.617 INFO blam! test test::decompile_without_panics::test_while_complex_break ... FAILED Oct 14 14:01:49.619 INFO blam! test test::decompile_without_panics::test_while_break ... FAILED Oct 14 14:01:49.621 INFO blam! test test::decompile_without_panics::test_testset_into_existing_local_with_complex_assign ... FAILED Oct 14 14:01:49.621 INFO blam! test test::decompile_without_panics::test_while_if_statement ... FAILED Oct 14 14:01:49.621 INFO blam! Oct 14 14:01:49.621 INFO blam! failures: Oct 14 14:01:49.621 INFO blam! Oct 14 14:01:49.621 INFO blam! ---- test::decompile_without_panics::test_assign_arb_center_expr stdout ---- Oct 14 14:01:49.621 INFO blam! thread 'test::decompile_without_panics::test_assign_arb_center_expr' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.621 INFO blam! stack backtrace: Oct 14 14:01:49.621 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.621 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.621 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.621 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.621 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.621 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.621 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.621 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.621 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.621 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.621 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.621 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.621 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.621 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.621 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.621 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.621 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.621 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.621 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.621 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.621 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.621 INFO blam! 10: 0x561c931d9c8e - lbcdec::test::decompile_without_panics::test_assign_arb_center_expr::he316f3b97c2a6ee6 Oct 14 14:01:49.621 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.621 INFO blam! 11: 0x561c931d9be9 - lbcdec::test::decompile_without_panics::test_assign_arb_center_expr::{{closure}}::h16e096c0429f86e2 Oct 14 14:01:49.621 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.621 INFO blam! 12: 0x561c931cdc8d - core::ops::function::FnOnce::call_once::h2c5454afee0310b6 Oct 14 14:01:49.621 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.621 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.621 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.621 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.621 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.621 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.621 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.621 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.621 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.621 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.621 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.621 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.621 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.621 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.621 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.621 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.621 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.621 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.621 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.621 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.621 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.621 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.621 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.621 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.621 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.621 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.621 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.621 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.621 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.621 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.621 INFO blam! 23: 0x0 - Oct 14 14:01:49.621 INFO blam! Oct 14 14:01:49.621 INFO blam! ---- test::decompile_without_panics::test_bail_over_if stdout ---- Oct 14 14:01:49.621 INFO blam! thread 'test::decompile_without_panics::test_bail_over_if' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.621 INFO blam! stack backtrace: Oct 14 14:01:49.621 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.622 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.622 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.622 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.622 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.622 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.622 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.622 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.622 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.622 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.622 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.622 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.622 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.622 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.622 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.622 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.622 INFO blam! 10: 0x561c931d88de - lbcdec::test::decompile_without_panics::test_bail_over_if::ha9df186d77d25acf Oct 14 14:01:49.622 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.622 INFO blam! 11: 0x561c931d8839 - lbcdec::test::decompile_without_panics::test_bail_over_if::{{closure}}::he68150aab10a1ba9 Oct 14 14:01:49.622 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.622 INFO blam! 12: 0x561c931ce60d - core::ops::function::FnOnce::call_once::hf6e160b6090c7eeb Oct 14 14:01:49.622 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.622 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.622 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.622 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.622 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.622 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.622 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.622 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.622 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.622 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.622 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.622 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.622 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.622 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.622 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.622 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.622 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.622 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.622 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.622 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.622 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.622 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.622 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.622 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.622 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.622 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.622 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.622 INFO blam! 23: 0x0 - Oct 14 14:01:49.622 INFO blam! Oct 14 14:01:49.622 INFO blam! ---- test::decompile_without_panics::regression_return_call_semantics stdout ---- Oct 14 14:01:49.622 INFO blam! thread 'test::decompile_without_panics::regression_return_call_semantics' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.622 INFO blam! stack backtrace: Oct 14 14:01:49.622 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.622 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.622 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.622 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.622 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.622 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.622 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.622 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.622 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.622 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.622 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.622 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.622 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.622 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.622 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.622 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.623 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.623 INFO blam! 10: 0x561c931dd9ce - lbcdec::test::decompile_without_panics::regression_return_call_semantics::h933a05b5c9d458df Oct 14 14:01:49.623 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.623 INFO blam! 11: 0x561c931dd929 - lbcdec::test::decompile_without_panics::regression_return_call_semantics::{{closure}}::h552a7941fee72c3a Oct 14 14:01:49.623 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.623 INFO blam! 12: 0x561c931ce64d - core::ops::function::FnOnce::call_once::hfc6a1d1c5a1bf504 Oct 14 14:01:49.623 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.623 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.623 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.623 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.623 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.623 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.623 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.623 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.623 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.623 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.623 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.623 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.623 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.623 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.623 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.623 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.623 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.623 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.623 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.623 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.623 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.623 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.623 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.623 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.623 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.623 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.623 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.623 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.623 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.623 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.623 INFO blam! 23: 0x0 - Oct 14 14:01:49.623 INFO blam! Oct 14 14:01:49.623 INFO blam! ---- test::decompile_without_panics::regression_proto_capture_breaks_world stdout ---- Oct 14 14:01:49.623 INFO blam! thread 'test::decompile_without_panics::regression_proto_capture_breaks_world' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.623 INFO blam! stack backtrace: Oct 14 14:01:49.623 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.623 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.623 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.623 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.623 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.623 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.623 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.623 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.623 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.623 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.623 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.623 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.623 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.623 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.623 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.623 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.623 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.623 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.623 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.623 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.623 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.623 INFO blam! 10: 0x561c931dd79e - lbcdec::test::decompile_without_panics::regression_proto_capture_breaks_world::h0125f788434287d8 Oct 14 14:01:49.623 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.623 INFO blam! 11: 0x561c931dd6f9 - lbcdec::test::decompile_without_panics::regression_proto_capture_breaks_world::{{closure}}::ha4fc2ab9f5f05656 Oct 14 14:01:49.623 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.623 INFO blam! 12: 0x561c931cdfcd - core::ops::function::FnOnce::call_once::h704bf89b56910378 Oct 14 14:01:49.623 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.623 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.623 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.623 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.623 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.623 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.623 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.623 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.623 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.623 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.623 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.623 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.623 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.623 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.623 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.623 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.623 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.623 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.623 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.623 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.623 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.624 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.624 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.624 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.624 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.624 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.624 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.624 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.624 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.624 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.624 INFO blam! 23: 0x0 - Oct 14 14:01:49.624 INFO blam! Oct 14 14:01:49.624 INFO blam! ---- test::decompile_without_panics::test_call_multiret stdout ---- Oct 14 14:01:49.624 INFO blam! thread 'test::decompile_without_panics::test_call_multiret' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.624 INFO blam! stack backtrace: Oct 14 14:01:49.624 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.624 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.624 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.624 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.624 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.624 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.624 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.624 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.624 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.624 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.624 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.624 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.624 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.624 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.624 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.624 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.624 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.624 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.624 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.624 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.624 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.624 INFO blam! 10: 0x561c931d86ae - lbcdec::test::decompile_without_panics::test_call_multiret::h8cec24197f1d8352 Oct 14 14:01:49.624 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.624 INFO blam! 11: 0x561c931d8609 - lbcdec::test::decompile_without_panics::test_call_multiret::{{closure}}::h44b4ba264c4b89eb Oct 14 14:01:49.624 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.624 INFO blam! 12: 0x561c931cde0d - core::ops::function::FnOnce::call_once::h52a367c65005bd46 Oct 14 14:01:49.624 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.624 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.624 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.624 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.624 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.624 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.624 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.624 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.624 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.624 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.624 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.624 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.624 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.624 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.624 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.624 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.624 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.624 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.624 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.624 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.624 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.624 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.624 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.624 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.624 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.624 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.624 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.624 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.624 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.624 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.624 INFO blam! 23: 0x0 - Oct 14 14:01:49.624 INFO blam! Oct 14 14:01:49.624 INFO blam! ---- test::decompile_without_panics::test_call_multiret_assign stdout ---- Oct 14 14:01:49.624 INFO blam! thread 'test::decompile_without_panics::test_call_multiret_assign' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.624 INFO blam! stack backtrace: Oct 14 14:01:49.624 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.624 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.624 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.624 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.624 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.624 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.624 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.625 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.625 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.625 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.625 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.625 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.625 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.625 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.625 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.625 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.625 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.625 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.625 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.625 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.625 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.625 INFO blam! 10: 0x561c931da0ee - lbcdec::test::decompile_without_panics::test_call_multiret_assign::h9fde699cba68919e Oct 14 14:01:49.625 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.625 INFO blam! 11: 0x561c931da049 - lbcdec::test::decompile_without_panics::test_call_multiret_assign::{{closure}}::he88d5830440382f3 Oct 14 14:01:49.625 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.625 INFO blam! 12: 0x561c931ce40d - core::ops::function::FnOnce::call_once::hcfc9f0d53236835c Oct 14 14:01:49.625 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.625 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.625 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.625 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.625 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.625 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.625 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.625 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.625 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.625 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.625 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.625 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.625 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.625 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.625 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.625 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.625 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.625 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.625 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.625 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.625 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.625 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.625 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.625 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.625 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.625 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.625 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.625 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.625 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.625 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.625 INFO blam! 23: 0x0 - Oct 14 14:01:49.625 INFO blam! Oct 14 14:01:49.625 INFO blam! ---- test::decompile_without_panics::regression_get_debug_string stdout ---- Oct 14 14:01:49.625 INFO blam! thread 'test::decompile_without_panics::regression_get_debug_string' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.625 INFO blam! stack backtrace: Oct 14 14:01:49.625 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.625 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.625 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.625 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.625 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.625 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.625 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.625 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.625 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.625 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.625 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.625 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.625 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.625 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.625 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.625 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.625 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.625 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.625 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.625 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.625 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.625 INFO blam! 10: 0x561c931dd56e - lbcdec::test::decompile_without_panics::regression_get_debug_string::h91c9fdac878da231 Oct 14 14:01:49.625 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.625 INFO blam! 11: 0x561c931dd4c9 - lbcdec::test::decompile_without_panics::regression_get_debug_string::{{closure}}::hf0ad1ef02b1d26cb Oct 14 14:01:49.625 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.625 INFO blam! 12: 0x561c931ce30d - core::ops::function::FnOnce::call_once::hb892996b32e4200e Oct 14 14:01:49.625 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.625 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.625 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.625 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.625 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.625 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.626 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.626 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.626 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.626 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.626 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.626 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.626 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.626 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.626 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.626 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.626 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.626 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.626 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.626 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.626 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.626 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.626 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.626 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.626 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.626 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.626 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.626 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.626 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.626 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.626 INFO blam! 23: 0x0 - Oct 14 14:01:49.626 INFO blam! Oct 14 14:01:49.626 INFO blam! ---- test::decompile_without_panics::test_call_no_args stdout ---- Oct 14 14:01:49.626 INFO blam! thread 'test::decompile_without_panics::test_call_no_args' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.626 INFO blam! stack backtrace: Oct 14 14:01:49.626 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.626 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.626 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.626 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.626 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.626 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.626 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.626 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.626 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.626 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.626 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.626 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.626 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.626 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.626 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.626 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.626 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.626 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.626 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.626 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.626 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.626 INFO blam! 10: 0x561c931d824e - lbcdec::test::decompile_without_panics::test_call_no_args::hfe49113cf9aa98a9 Oct 14 14:01:49.626 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.626 INFO blam! 11: 0x561c931d81a9 - lbcdec::test::decompile_without_panics::test_call_no_args::{{closure}}::hf2aef5165c0f013e Oct 14 14:01:49.626 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.626 INFO blam! 12: 0x561c931ce34d - core::ops::function::FnOnce::call_once::hbc02ca15b8846da2 Oct 14 14:01:49.626 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.626 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.626 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.626 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.626 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.626 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.626 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.626 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.626 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.626 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.626 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.626 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.626 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.626 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.626 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.626 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.626 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.626 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.626 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.641 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.642 INFO kablam! error: test failed, to rerun pass '--bin lbcdec' Oct 14 14:01:49.642 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.642 INFO kablam! su: No module specific data is present Oct 14 14:01:49.642 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.642 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.642 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.642 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.642 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.642 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.642 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.642 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.642 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.642 INFO blam! 23: 0x0 - Oct 14 14:01:49.642 INFO blam! Oct 14 14:01:49.642 INFO blam! ---- test::decompile_without_panics::test_call_varargs stdout ---- Oct 14 14:01:49.642 INFO blam! thread 'test::decompile_without_panics::test_call_varargs' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.642 INFO blam! stack backtrace: Oct 14 14:01:49.642 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.642 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.642 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.642 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.642 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.642 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.642 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.642 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.642 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.642 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.642 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.642 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.642 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.642 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.642 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.642 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.642 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.642 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.642 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.642 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.642 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.642 INFO blam! 10: 0x561c931db8fe - lbcdec::test::decompile_without_panics::test_call_varargs::hd4e78b6aab0a1ed9 Oct 14 14:01:49.642 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.642 INFO blam! 11: 0x561c931db859 - lbcdec::test::decompile_without_panics::test_call_varargs::{{closure}}::h447ca2040d540140 Oct 14 14:01:49.642 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.642 INFO blam! 12: 0x561c931cdf8d - core::ops::function::FnOnce::call_once::h6cb72a24f540d099 Oct 14 14:01:49.642 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.642 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.642 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.642 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.642 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.642 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.642 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.642 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.642 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.642 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.642 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.642 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.642 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.642 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.642 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.642 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.642 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.642 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.642 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.642 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.642 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.642 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.642 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.642 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.642 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.642 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.642 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.642 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.642 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.642 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.642 INFO blam! 23: 0x0 - Oct 14 14:01:49.642 INFO blam! Oct 14 14:01:49.642 INFO blam! ---- test::decompile_without_panics::test_conditional_expr_loadbool_into_existing stdout ---- Oct 14 14:01:49.642 INFO blam! thread 'test::decompile_without_panics::test_conditional_expr_loadbool_into_existing' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.642 INFO blam! stack backtrace: Oct 14 14:01:49.642 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.643 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.643 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.643 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.643 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.643 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.643 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.643 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.643 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.643 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.643 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.643 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.643 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.643 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.643 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.643 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.643 INFO blam! 10: 0x561c931db49e - lbcdec::test::decompile_without_panics::test_conditional_expr_loadbool_into_existing::hf0acf1e0254546a7 Oct 14 14:01:49.643 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.643 INFO blam! 11: 0x561c931db3f9 - lbcdec::test::decompile_without_panics::test_conditional_expr_loadbool_into_existing::{{closure}}::ha6fa5a86d95e7dcf Oct 14 14:01:49.643 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.643 INFO blam! 12: 0x561c931cdb8d - core::ops::function::FnOnce::call_once::h0d34c675e6370f6e Oct 14 14:01:49.643 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.643 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.643 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.643 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.643 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.643 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.643 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.643 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.643 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.643 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.643 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.643 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.643 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.643 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.643 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.643 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.643 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.643 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.643 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.643 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.643 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.643 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.643 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.643 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.643 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.643 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.643 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.643 INFO blam! 23: 0x0 - Oct 14 14:01:49.643 INFO blam! Oct 14 14:01:49.643 INFO blam! ---- test::decompile_without_panics::test_generic_for stdout ---- Oct 14 14:01:49.643 INFO blam! thread 'test::decompile_without_panics::test_generic_for' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.643 INFO blam! stack backtrace: Oct 14 14:01:49.643 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.643 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.643 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.643 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.643 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.643 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.643 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.643 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.643 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.643 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.643 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.643 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.643 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.643 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.643 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.643 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.643 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.644 INFO blam! 10: 0x561c931dbb2e - lbcdec::test::decompile_without_panics::test_generic_for::hffcb77e3d1296fb4 Oct 14 14:01:49.644 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.644 INFO blam! 11: 0x561c931dba89 - lbcdec::test::decompile_without_panics::test_generic_for::{{closure}}::h57b53f5f20eb2c49 Oct 14 14:01:49.644 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.644 INFO blam! 12: 0x561c931ce0cd - core::ops::function::FnOnce::call_once::h8141401efbd96a15 Oct 14 14:01:49.644 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.644 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.644 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.644 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.644 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.644 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.644 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.644 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.644 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.644 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.644 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.644 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.644 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.644 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.644 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.644 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.644 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.644 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.644 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.644 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.644 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.644 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.644 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.644 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.644 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.644 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.644 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.644 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.644 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.644 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.644 INFO blam! 23: 0x0 - Oct 14 14:01:49.644 INFO blam! Oct 14 14:01:49.644 INFO blam! ---- test::decompile_without_panics::test_conditional_expr_into_existing stdout ---- Oct 14 14:01:49.644 INFO blam! thread 'test::decompile_without_panics::test_conditional_expr_into_existing' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.644 INFO blam! stack backtrace: Oct 14 14:01:49.644 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.644 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.644 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.644 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.644 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.644 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.644 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.644 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.644 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.644 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.644 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.644 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.644 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.644 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.644 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.644 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.644 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.644 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.644 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.644 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.644 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.644 INFO blam! 10: 0x561c931db26e - lbcdec::test::decompile_without_panics::test_conditional_expr_into_existing::hb99af7918f3c7b8e Oct 14 14:01:49.644 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.644 INFO blam! 11: 0x561c931db1c9 - lbcdec::test::decompile_without_panics::test_conditional_expr_into_existing::{{closure}}::h7251318ce88dcb00 Oct 14 14:01:49.644 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.644 INFO blam! 12: 0x561c931ce2cd - core::ops::function::FnOnce::call_once::hb1aaecdd97e7c3a0 Oct 14 14:01:49.644 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.644 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.644 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.644 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.644 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.644 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.644 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.644 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.644 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.644 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.644 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.644 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.644 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.644 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.644 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.644 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.645 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.645 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.645 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.645 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.645 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.645 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.645 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.645 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.645 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.645 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.645 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.645 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.645 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.645 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.645 INFO blam! 23: 0x0 - Oct 14 14:01:49.645 INFO blam! Oct 14 14:01:49.645 INFO blam! ---- test::decompile_without_panics::test_complex_move_assign stdout ---- Oct 14 14:01:49.645 INFO blam! thread 'test::decompile_without_panics::test_complex_move_assign' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.645 INFO blam! stack backtrace: Oct 14 14:01:49.645 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.645 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.645 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.645 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.645 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.645 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.645 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.645 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.645 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.645 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.645 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.645 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.645 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.645 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.645 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.645 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.645 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.645 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.645 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.645 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.645 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.645 INFO blam! 10: 0x561c931d9ebe - lbcdec::test::decompile_without_panics::test_complex_move_assign::h0b899dd453535e7e Oct 14 14:01:49.645 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.645 INFO blam! 11: 0x561c931d9e19 - lbcdec::test::decompile_without_panics::test_complex_move_assign::{{closure}}::h460d2734356d00e3 Oct 14 14:01:49.645 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.645 INFO blam! 12: 0x561c931ce20d - core::ops::function::FnOnce::call_once::ha26b925e3b734988 Oct 14 14:01:49.645 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.645 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.645 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.645 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.645 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.645 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.645 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.645 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.645 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.645 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.645 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.645 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.645 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.645 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.645 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.645 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.645 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.645 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.645 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.645 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.645 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.645 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.645 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.645 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.645 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.645 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.645 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.645 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.645 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.645 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.645 INFO blam! 23: 0x0 - Oct 14 14:01:49.645 INFO blam! Oct 14 14:01:49.645 INFO blam! ---- test::decompile_without_panics::test_call_with_args stdout ---- Oct 14 14:01:49.645 INFO blam! thread 'test::decompile_without_panics::test_call_with_args' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.645 INFO blam! stack backtrace: Oct 14 14:01:49.645 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.645 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.645 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.645 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.646 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.646 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.646 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.646 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.646 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.646 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.646 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.646 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.646 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.646 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.646 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.646 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.646 INFO blam! 10: 0x561c931d847e - lbcdec::test::decompile_without_panics::test_call_with_args::hdecaab9eacf1202d Oct 14 14:01:49.646 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.646 INFO blam! 11: 0x561c931d83d9 - lbcdec::test::decompile_without_panics::test_call_with_args::{{closure}}::hc3d51de8d5fcdd66 Oct 14 14:01:49.646 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.646 INFO blam! 12: 0x561c931ce48d - core::ops::function::FnOnce::call_once::hd5ce4a9a8c5f9bba Oct 14 14:01:49.646 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.646 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.646 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.646 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.646 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.646 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.646 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.646 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.646 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.646 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.646 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.646 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.646 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.646 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.646 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.646 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.646 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.646 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.646 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.646 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.646 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.646 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.646 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.646 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.646 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.646 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.646 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.646 INFO blam! 23: 0x0 - Oct 14 14:01:49.646 INFO blam! Oct 14 14:01:49.646 INFO blam! ---- test::decompile_without_panics::test_conditional_expr_no_loadbool stdout ---- Oct 14 14:01:49.646 INFO blam! thread 'test::decompile_without_panics::test_conditional_expr_no_loadbool' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.646 INFO blam! stack backtrace: Oct 14 14:01:49.646 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.646 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.646 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.646 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.646 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.646 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.646 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.646 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.646 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.646 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.646 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.646 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.646 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.646 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.659 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.659 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.659 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.659 INFO blam! 10: 0x561c931db03e - lbcdec::test::decompile_without_panics::test_conditional_expr_no_loadbool::hee643d19b3ef8a76 Oct 14 14:01:49.659 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.659 INFO blam! 11: 0x561c931daf99 - lbcdec::test::decompile_without_panics::test_conditional_expr_no_loadbool::{{closure}}::h44208c9ca0f1abbb Oct 14 14:01:49.659 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.659 INFO blam! 12: 0x561c931cdecd - core::ops::function::FnOnce::call_once::h5e9b188f494a9eee Oct 14 14:01:49.659 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.659 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.659 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.659 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.659 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.659 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.659 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.659 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.659 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.659 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.659 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.659 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.659 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.659 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.659 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.659 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.659 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.659 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.659 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.659 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.659 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.659 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.659 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.660 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.660 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.660 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.660 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.660 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.660 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.660 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.660 INFO blam! 23: 0x0 - Oct 14 14:01:49.660 INFO blam! Oct 14 14:01:49.660 INFO blam! ---- test::decompile_without_panics::test_conditional_expr stdout ---- Oct 14 14:01:49.660 INFO blam! thread 'test::decompile_without_panics::test_conditional_expr' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.660 INFO blam! stack backtrace: Oct 14 14:01:49.660 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.660 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.660 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.660 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.660 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.660 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.660 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.660 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.660 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.660 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.660 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.660 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.660 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.660 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.660 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.660 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.660 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.660 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.660 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.660 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.660 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.660 INFO blam! 10: 0x561c931dae0e - lbcdec::test::decompile_without_panics::test_conditional_expr::h68b3c99329f9cc2c Oct 14 14:01:49.660 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.660 INFO blam! 11: 0x561c931dad69 - lbcdec::test::decompile_without_panics::test_conditional_expr::{{closure}}::he288d807e04461a6 Oct 14 14:01:49.660 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.660 INFO blam! 12: 0x561c931ce5cd - core::ops::function::FnOnce::call_once::he30ca55c32d108c0 Oct 14 14:01:49.660 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.660 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.660 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.660 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.660 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.660 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.660 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.660 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.660 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.660 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.660 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.660 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.660 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.660 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.660 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.660 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.660 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.660 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.660 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.660 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.660 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.660 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.661 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.661 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.661 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.661 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.661 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.661 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.661 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.661 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.661 INFO blam! 23: 0x0 - Oct 14 14:01:49.661 INFO blam! Oct 14 14:01:49.661 INFO blam! ---- test::decompile_without_panics::test_generic_for_partial_multiparam stdout ---- Oct 14 14:01:49.661 INFO blam! thread 'test::decompile_without_panics::test_generic_for_partial_multiparam' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.661 INFO blam! stack backtrace: Oct 14 14:01:49.661 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.661 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.661 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.661 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.661 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.661 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.661 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.661 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.661 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.661 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.661 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.661 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.661 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.661 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.661 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.661 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.661 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.661 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.661 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.661 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.661 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.661 INFO blam! 10: 0x561c931dc1be - lbcdec::test::decompile_without_panics::test_generic_for_partial_multiparam::h4ce6bf2c367ffd4f Oct 14 14:01:49.661 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.661 INFO blam! 11: 0x561c931dc119 - lbcdec::test::decompile_without_panics::test_generic_for_partial_multiparam::{{closure}}::hf10a60b732b9f4a2 Oct 14 14:01:49.661 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.661 INFO blam! 12: 0x561c931ce44d - core::ops::function::FnOnce::call_once::hd55ddf3c2793eb21 Oct 14 14:01:49.661 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.661 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.661 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.661 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.661 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.661 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.661 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.661 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.661 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.661 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.661 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.661 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.661 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.661 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.661 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.661 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.661 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.661 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.661 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.661 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.661 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.661 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.662 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.662 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.662 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.662 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.662 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.662 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.662 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.662 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.662 INFO blam! 23: 0x0 - Oct 14 14:01:49.662 INFO blam! Oct 14 14:01:49.662 INFO blam! ---- test::decompile_without_panics::test_if_cond_use_imm_local stdout ---- Oct 14 14:01:49.662 INFO blam! thread 'test::decompile_without_panics::test_if_cond_use_imm_local' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.662 INFO blam! stack backtrace: Oct 14 14:01:49.662 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.662 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.662 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.662 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.662 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.662 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.662 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.662 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.662 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.662 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.662 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.662 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.662 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.662 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.662 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.662 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.662 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.662 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.662 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.662 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.662 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.662 INFO blam! 10: 0x561c931d8b0e - lbcdec::test::decompile_without_panics::test_if_cond_use_imm_local::h6380b7ae46a53cd1 Oct 14 14:01:49.662 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.662 INFO blam! 11: 0x561c931d8a69 - lbcdec::test::decompile_without_panics::test_if_cond_use_imm_local::{{closure}}::h72ad578cfb0056ab Oct 14 14:01:49.662 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.662 INFO blam! 12: 0x561c931cdbcd - core::ops::function::FnOnce::call_once::h10d31e65b927e5b2 Oct 14 14:01:49.662 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.662 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.662 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.662 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.662 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.662 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.662 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.662 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.662 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.662 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.662 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.662 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.662 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.662 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.662 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.662 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.662 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.662 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.663 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.663 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.663 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.663 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.663 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.663 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.663 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.663 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.663 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.663 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.663 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.663 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.663 INFO blam! 23: 0x0 - Oct 14 14:01:49.663 INFO blam! Oct 14 14:01:49.663 INFO blam! ---- test::decompile_without_panics::test_generic_for_multiparam stdout ---- Oct 14 14:01:49.663 INFO blam! thread 'test::decompile_without_panics::test_generic_for_multiparam' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.663 INFO blam! stack backtrace: Oct 14 14:01:49.663 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.663 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.663 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.663 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.663 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.663 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.663 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.663 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.663 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.663 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.663 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.663 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.663 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.663 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.663 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.663 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.663 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.663 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.663 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.663 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.663 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.663 INFO blam! 10: 0x561c931dbf8e - lbcdec::test::decompile_without_panics::test_generic_for_multiparam::haf301d42a4b8ee85 Oct 14 14:01:49.663 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.663 INFO blam! 11: 0x561c931dbee9 - lbcdec::test::decompile_without_panics::test_generic_for_multiparam::{{closure}}::h3819346d6d459da5 Oct 14 14:01:49.663 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.663 INFO blam! 12: 0x561c931ce3cd - core::ops::function::FnOnce::call_once::hcc63c4e5c0918358 Oct 14 14:01:49.663 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.663 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.663 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.663 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.663 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.663 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.663 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.663 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.663 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.663 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.663 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.663 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.663 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.663 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.663 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.663 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.663 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.663 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.663 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.663 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.663 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.663 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.663 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.663 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.663 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.663 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.663 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.663 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.663 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.663 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.663 INFO blam! 23: 0x0 - Oct 14 14:01:49.663 INFO blam! Oct 14 14:01:49.663 INFO blam! ---- test::decompile_without_panics::test_numeric_for stdout ---- Oct 14 14:01:49.664 INFO blam! thread 'test::decompile_without_panics::test_numeric_for' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.664 INFO blam! stack backtrace: Oct 14 14:01:49.664 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.664 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.664 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.664 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.664 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.664 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.664 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.664 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.664 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.664 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.664 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.664 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.664 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.664 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.664 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.664 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.664 INFO blam! 10: 0x561c931dc3ee - lbcdec::test::decompile_without_panics::test_numeric_for::he4980a85549794cb Oct 14 14:01:49.664 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.664 INFO blam! 11: 0x561c931dc349 - lbcdec::test::decompile_without_panics::test_numeric_for::{{closure}}::h924f0fda0875f504 Oct 14 14:01:49.664 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.664 INFO blam! 12: 0x561c931ce24d - core::ops::function::FnOnce::call_once::ha65c942d7492bfbe Oct 14 14:01:49.664 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.664 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.664 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.664 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.664 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.664 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.664 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.664 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.664 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.664 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.664 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.664 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.664 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.664 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.664 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.664 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.664 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.664 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.664 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.664 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.664 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.664 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.664 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.664 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.664 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.664 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.664 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.664 INFO blam! 23: 0x0 - Oct 14 14:01:49.664 INFO blam! Oct 14 14:01:49.664 INFO blam! ---- test::decompile_without_panics::test_proto stdout ---- Oct 14 14:01:49.664 INFO blam! thread 'test::decompile_without_panics::test_proto' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.664 INFO blam! stack backtrace: Oct 14 14:01:49.664 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.664 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.664 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.664 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.664 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.664 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.664 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.664 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.664 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.664 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.664 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.664 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.665 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.665 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.665 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.665 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.665 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.665 INFO blam! 10: 0x561c931dc84e - lbcdec::test::decompile_without_panics::test_proto::hbe252a823813855f Oct 14 14:01:49.665 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.665 INFO blam! 11: 0x561c931dc7a9 - lbcdec::test::decompile_without_panics::test_proto::{{closure}}::h5df3a9f20706d6a5 Oct 14 14:01:49.665 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.665 INFO blam! 12: 0x561c931ce10d - core::ops::function::FnOnce::call_once::h87e857cfe8a55327 Oct 14 14:01:49.665 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.665 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.665 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.665 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.665 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.665 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.665 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.665 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.665 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.665 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.665 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.665 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.665 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.665 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.665 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.665 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.665 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.665 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.665 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.665 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.665 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.665 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.665 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.665 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.665 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.665 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.665 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.665 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.665 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.665 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.665 INFO blam! 23: 0x0 - Oct 14 14:01:49.665 INFO blam! Oct 14 14:01:49.665 INFO blam! ---- test::decompile_without_panics::test_if_empty_else_body stdout ---- Oct 14 14:01:49.665 INFO blam! thread 'test::decompile_without_panics::test_if_empty_else_body' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.665 INFO blam! stack backtrace: Oct 14 14:01:49.665 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.665 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.665 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.665 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.665 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.665 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.665 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.665 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.665 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.665 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.665 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.665 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.665 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.665 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.665 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.665 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.665 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.665 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.665 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.665 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.665 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.665 INFO blam! 10: 0x561c931d8d3e - lbcdec::test::decompile_without_panics::test_if_empty_else_body::h009cb15cebee864a Oct 14 14:01:49.665 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.665 INFO blam! 11: 0x561c931d8c99 - lbcdec::test::decompile_without_panics::test_if_empty_else_body::{{closure}}::hf567597d34155350 Oct 14 14:01:49.665 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.665 INFO blam! 12: 0x561c931cdb0d - core::ops::function::FnOnce::call_once::h01078a68af43ea32 Oct 14 14:01:49.665 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.665 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.665 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.665 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.665 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.670 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.671 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.671 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.671 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.671 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.671 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.671 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.671 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.671 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.671 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.671 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.671 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.671 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.671 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.671 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.671 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.671 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.671 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.671 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.671 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.671 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.671 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.671 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.671 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.671 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.671 INFO blam! 23: 0x0 - Oct 14 14:01:49.671 INFO blam! Oct 14 14:01:49.671 INFO blam! ---- test::decompile_without_panics::test_numeric_for_break stdout ---- Oct 14 14:01:49.671 INFO blam! thread 'test::decompile_without_panics::test_numeric_for_break' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.671 INFO blam! stack backtrace: Oct 14 14:01:49.671 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.671 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.671 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.671 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.671 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.671 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.671 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.671 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.671 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.672 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.672 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.672 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.672 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.672 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.672 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.672 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.672 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.672 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.672 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.672 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.672 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.672 INFO blam! 10: 0x561c931dc61e - lbcdec::test::decompile_without_panics::test_numeric_for_break::heae8f1b13ffe4d81 Oct 14 14:01:49.672 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.672 INFO blam! 11: 0x561c931dc579 - lbcdec::test::decompile_without_panics::test_numeric_for_break::{{closure}}::hc1f053dd1e009023 Oct 14 14:01:49.672 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.672 INFO blam! 12: 0x561c931ce00d - core::ops::function::FnOnce::call_once::h7c163e8c4ebccf9d Oct 14 14:01:49.672 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.672 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.672 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.672 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.672 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.672 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.672 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.672 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.672 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.672 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.672 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.672 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.672 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.674 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.674 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.674 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.674 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.674 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.674 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.674 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.674 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.674 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.674 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.674 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.674 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.674 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.674 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.674 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.674 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.674 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.674 INFO blam! 23: 0x0 - Oct 14 14:01:49.674 INFO blam! Oct 14 14:01:49.674 INFO blam! ---- test::decompile_without_panics::test_generic_for_break stdout ---- Oct 14 14:01:49.674 INFO blam! thread 'test::decompile_without_panics::test_generic_for_break' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.674 INFO blam! stack backtrace: Oct 14 14:01:49.674 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.674 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.674 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.674 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.674 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.674 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.674 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.674 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.674 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.674 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.674 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.674 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.674 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.674 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.674 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.674 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.674 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.674 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.674 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.674 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.674 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.674 INFO blam! 10: 0x561c931dbd5e - lbcdec::test::decompile_without_panics::test_generic_for_break::h3d3821e12eab374c Oct 14 14:01:49.674 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.674 INFO blam! 11: 0x561c931dbcb9 - lbcdec::test::decompile_without_panics::test_generic_for_break::{{closure}}::hb10e22ae695c98b6 Oct 14 14:01:49.674 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.674 INFO blam! 12: 0x561c931cdd4d - core::ops::function::FnOnce::call_once::h3b4550ef3af7f4c4 Oct 14 14:01:49.674 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.674 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.674 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.675 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.675 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.675 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.675 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.675 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.675 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.675 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.675 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.675 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.675 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.675 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.675 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.675 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.675 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.675 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.675 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.675 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.675 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.675 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.675 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.675 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.675 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.675 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.675 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.675 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.675 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.675 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.675 INFO blam! 23: 0x0 - Oct 14 14:01:49.675 INFO blam! Oct 14 14:01:49.675 INFO blam! ---- test::decompile_without_panics::test_pinned_newtable stdout ---- Oct 14 14:01:49.675 INFO blam! thread 'test::decompile_without_panics::test_pinned_newtable' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.675 INFO blam! stack backtrace: Oct 14 14:01:49.675 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.675 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.675 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.675 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.675 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.675 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.675 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.675 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.675 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.675 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.675 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.675 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.675 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.675 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.675 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.675 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.675 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.675 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.675 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.675 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.675 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.675 INFO blam! 10: 0x561c931dabde - lbcdec::test::decompile_without_panics::test_pinned_newtable::h2aab9a74b3ee5914 Oct 14 14:01:49.675 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.675 INFO blam! 11: 0x561c931dab39 - lbcdec::test::decompile_without_panics::test_pinned_newtable::{{closure}}::h98686ee72c24e9db Oct 14 14:01:49.675 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.675 INFO blam! 12: 0x561c931cdf0d - core::ops::function::FnOnce::call_once::h5ebc8d7111cbe326 Oct 14 14:01:49.675 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.675 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.675 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.675 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.675 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.676 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.676 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.676 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.676 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.676 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.676 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.676 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.676 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.676 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.676 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.676 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.676 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.676 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.676 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.676 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.676 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.676 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.676 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.676 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.676 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.676 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.676 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.676 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.676 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.676 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.676 INFO blam! 23: 0x0 - Oct 14 14:01:49.676 INFO blam! Oct 14 14:01:49.676 INFO blam! ---- test::decompile_without_panics::test_result_none stdout ---- Oct 14 14:01:49.676 INFO blam! thread 'test::decompile_without_panics::test_result_none' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.676 INFO blam! stack backtrace: Oct 14 14:01:49.676 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.676 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.676 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.676 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.676 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.676 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.676 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.676 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.676 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.676 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.676 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.676 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.676 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.676 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.676 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.676 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.676 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.676 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.676 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.676 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.676 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.676 INFO blam! 10: 0x561c931d7dee - lbcdec::test::decompile_without_panics::test_result_none::hff9719bc60c0cc1f Oct 14 14:01:49.676 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.676 INFO blam! 11: 0x561c931d7d49 - lbcdec::test::decompile_without_panics::test_result_none::{{closure}}::h56fab8eafe9ae098 Oct 14 14:01:49.676 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.676 INFO blam! 12: 0x561c931cdccd - core::ops::function::FnOnce::call_once::h317610130e48be85 Oct 14 14:01:49.676 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.676 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.676 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.676 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.676 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.676 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.676 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.676 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.676 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.676 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.676 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.677 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.677 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.677 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.677 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.677 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.677 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.677 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.677 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.677 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.677 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.677 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.677 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.677 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.677 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.677 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.677 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.677 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.677 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.677 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.677 INFO blam! 23: 0x0 - Oct 14 14:01:49.677 INFO blam! Oct 14 14:01:49.677 INFO blam! ---- test::decompile_without_panics::test_proto_capture stdout ---- Oct 14 14:01:49.677 INFO blam! thread 'test::decompile_without_panics::test_proto_capture' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.677 INFO blam! stack backtrace: Oct 14 14:01:49.677 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.677 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.677 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.677 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.677 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.677 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.677 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.677 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.677 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.677 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.677 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.677 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.677 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.677 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.677 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.677 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.677 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.677 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.677 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.677 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.677 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.677 INFO blam! 10: 0x561c931dca7e - lbcdec::test::decompile_without_panics::test_proto_capture::h820d399126af634a Oct 14 14:01:49.677 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.677 INFO blam! 11: 0x561c931dc9d9 - lbcdec::test::decompile_without_panics::test_proto_capture::{{closure}}::he79ddad2eb4f799b Oct 14 14:01:49.677 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.677 INFO blam! 12: 0x561c931ce50d - core::ops::function::FnOnce::call_once::hd7f783a8ff647853 Oct 14 14:01:49.677 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.677 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.677 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.677 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.677 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.677 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.677 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.677 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.677 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.677 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.677 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.677 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.677 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.677 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.677 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.677 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.677 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.677 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.677 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.677 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.677 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.677 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.677 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.677 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.677 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.677 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.677 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.677 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.677 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.678 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.678 INFO blam! 23: 0x0 - Oct 14 14:01:49.678 INFO blam! Oct 14 14:01:49.678 INFO blam! ---- test::decompile_without_panics::test_return_varargs stdout ---- Oct 14 14:01:49.678 INFO blam! thread 'test::decompile_without_panics::test_return_varargs' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.678 INFO blam! stack backtrace: Oct 14 14:01:49.678 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.678 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.678 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.678 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.678 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.678 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.678 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.678 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.678 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.678 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.678 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.678 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.678 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.678 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.678 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.678 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.678 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.678 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.678 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.678 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.678 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.678 INFO blam! 10: 0x561c931db6ce - lbcdec::test::decompile_without_panics::test_return_varargs::h6fccf3439ff87091 Oct 14 14:01:49.678 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.678 INFO blam! 11: 0x561c931db629 - lbcdec::test::decompile_without_panics::test_return_varargs::{{closure}}::hf13067a7e0a94428 Oct 14 14:01:49.678 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.678 INFO blam! 12: 0x561c931ce54d - core::ops::function::FnOnce::call_once::hd9b9ff8cdfb48882 Oct 14 14:01:49.678 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.678 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.678 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.678 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.678 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.678 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.678 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.678 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.678 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.678 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.678 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.678 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.678 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.678 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.678 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.678 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.678 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.678 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.678 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.678 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.678 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.678 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.678 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.678 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.678 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.678 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.678 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.678 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.678 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.678 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.678 INFO blam! 23: 0x0 - Oct 14 14:01:49.678 INFO blam! Oct 14 14:01:49.678 INFO blam! ---- test::decompile_without_panics::test_return_multi stdout ---- Oct 14 14:01:49.678 INFO blam! thread 'test::decompile_without_panics::test_return_multi' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.678 INFO blam! stack backtrace: Oct 14 14:01:49.678 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.678 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.678 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.678 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.683 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.683 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.683 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.683 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.683 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.683 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.683 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.683 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.683 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.683 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.683 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.683 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.683 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.683 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.683 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.683 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.683 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.683 INFO blam! 10: 0x561c931d801e - lbcdec::test::decompile_without_panics::test_return_multi::hef69734c90461e4e Oct 14 14:01:49.683 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.683 INFO blam! 11: 0x561c931d7f79 - lbcdec::test::decompile_without_panics::test_return_multi::{{closure}}::h44099e85a32894c3 Oct 14 14:01:49.683 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.683 INFO blam! 12: 0x561c931cdd8d - core::ops::function::FnOnce::call_once::h42566b08cbd7ec18 Oct 14 14:01:49.683 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.683 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.683 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.683 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.683 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.683 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.683 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.683 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.683 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.683 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.683 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.683 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.683 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.683 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.684 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.684 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.684 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.684 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.684 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.684 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.684 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.684 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.684 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.684 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.684 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.684 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.684 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.684 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.684 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.684 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.684 INFO blam! 23: 0x0 - Oct 14 14:01:49.684 INFO blam! Oct 14 14:01:49.684 INFO blam! ---- test::decompile_without_panics::test_self_kst_overflow stdout ---- Oct 14 14:01:49.684 INFO blam! thread 'test::decompile_without_panics::test_self_kst_overflow' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.684 INFO blam! stack backtrace: Oct 14 14:01:49.684 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.684 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.684 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.684 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.684 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.684 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.684 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.684 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.684 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.684 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.684 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.684 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.684 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.684 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.684 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.684 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.684 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.684 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.684 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.684 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.684 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.684 INFO blam! 10: 0x561c931ddbfe - lbcdec::test::decompile_without_panics::test_self_kst_overflow::h69d2b93b4c74aad4 Oct 14 14:01:49.684 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.684 INFO blam! 11: 0x561c931ddb59 - lbcdec::test::decompile_without_panics::test_self_kst_overflow::{{closure}}::hbbbb64b73cb0b117 Oct 14 14:01:49.684 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.684 INFO blam! 12: 0x561c931cde8d - core::ops::function::FnOnce::call_once::h5b3bb5a48d82366e Oct 14 14:01:49.684 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.684 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.684 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.684 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.684 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.684 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.684 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.684 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.684 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.684 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.684 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.684 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.684 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.684 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.684 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.684 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.684 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.684 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.684 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.684 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.684 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.684 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.684 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.684 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.684 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.684 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.684 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.684 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.684 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.684 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.685 INFO blam! 23: 0x0 - Oct 14 14:01:49.685 INFO blam! Oct 14 14:01:49.685 INFO blam! ---- test::decompile_without_panics::test_return stdout ---- Oct 14 14:01:49.685 INFO blam! thread 'test::decompile_without_panics::test_return' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.685 INFO blam! stack backtrace: Oct 14 14:01:49.685 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.685 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.685 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.685 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.685 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.685 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.685 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.685 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.685 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.685 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.685 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.685 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.685 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.685 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.685 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.685 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.685 INFO blam! 10: 0x561c931d7bbe - lbcdec::test::decompile_without_panics::test_return::h599bf41dc40209b5 Oct 14 14:01:49.685 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.685 INFO blam! 11: 0x561c931d7b19 - lbcdec::test::decompile_without_panics::test_return::{{closure}}::h027da0585365ac79 Oct 14 14:01:49.685 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.685 INFO blam! 12: 0x561c931ce04d - core::ops::function::FnOnce::call_once::h80b1150e4102d1bb Oct 14 14:01:49.685 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.685 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.685 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.685 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.685 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.685 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.685 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.685 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.685 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.685 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.685 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.685 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.685 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.685 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.685 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.685 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.685 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.685 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.685 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.685 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.685 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.685 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.685 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.685 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.685 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.685 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.685 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.685 INFO blam! 23: 0x0 - Oct 14 14:01:49.685 INFO blam! Oct 14 14:01:49.685 INFO blam! ---- test::decompile_without_panics::test_implicit_nils stdout ---- Oct 14 14:01:49.685 INFO blam! thread 'test::decompile_without_panics::test_implicit_nils' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.685 INFO blam! stack backtrace: Oct 14 14:01:49.685 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.685 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.685 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.685 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.685 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.685 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.685 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.685 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.685 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.685 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.685 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.685 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.685 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.685 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.686 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.686 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.686 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.686 INFO blam! 10: 0x561c931dd10e - lbcdec::test::decompile_without_panics::test_implicit_nils::head747d6771a6f9c Oct 14 14:01:49.686 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.686 INFO blam! 11: 0x561c931dd069 - lbcdec::test::decompile_without_panics::test_implicit_nils::{{closure}}::ha920d3c77b849466 Oct 14 14:01:49.686 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.686 INFO blam! 12: 0x561c931ce58d - core::ops::function::FnOnce::call_once::he1da8d739e24e5e6 Oct 14 14:01:49.686 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.686 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.686 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.686 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.686 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.686 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.686 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.686 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.686 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.686 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.686 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.686 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.686 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.686 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.686 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.686 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.686 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.686 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.686 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.686 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.686 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.686 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.686 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.686 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.686 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.686 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.686 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.686 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.686 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.686 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.686 INFO blam! 23: 0x0 - Oct 14 14:01:49.686 INFO blam! Oct 14 14:01:49.686 INFO blam! ---- test::decompile_without_panics::test_table_setlist stdout ---- Oct 14 14:01:49.686 INFO blam! thread 'test::decompile_without_panics::test_table_setlist' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.686 INFO blam! stack backtrace: Oct 14 14:01:49.686 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.686 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.686 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.686 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.686 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.686 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.686 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.686 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.686 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.686 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.686 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.686 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.686 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.686 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.686 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.686 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.686 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.686 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.686 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.686 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.686 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.686 INFO blam! 10: 0x561c931da31e - lbcdec::test::decompile_without_panics::test_table_setlist::h5d114f2a8c25fb7f Oct 14 14:01:49.686 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.686 INFO blam! 11: 0x561c931da279 - lbcdec::test::decompile_without_panics::test_table_setlist::{{closure}}::h72d0ebea67b9e5ba Oct 14 14:01:49.686 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.686 INFO blam! 12: 0x561c931cddcd - core::ops::function::FnOnce::call_once::h45cf199b9c1160d5 Oct 14 14:01:49.686 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.686 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.686 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.686 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.686 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.690 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.691 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.691 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.691 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.691 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.691 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.691 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.691 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.691 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.691 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.691 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.691 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.691 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.691 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.691 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.691 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.691 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.691 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.691 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.691 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.691 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.691 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.691 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.691 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.691 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.691 INFO blam! 23: 0x0 - Oct 14 14:01:49.691 INFO blam! Oct 14 14:01:49.691 INFO blam! ---- test::decompile_without_panics::test_table_setlist_with_hash stdout ---- Oct 14 14:01:49.691 INFO blam! thread 'test::decompile_without_panics::test_table_setlist_with_hash' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.691 INFO blam! stack backtrace: Oct 14 14:01:49.691 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.691 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.691 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.691 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.691 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.691 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.691 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.691 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.691 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.691 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.691 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.691 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.691 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.691 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.691 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.691 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.691 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.691 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.691 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.691 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.691 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.691 INFO blam! 10: 0x561c931da9ae - lbcdec::test::decompile_without_panics::test_table_setlist_with_hash::habafe7b6ca460d18 Oct 14 14:01:49.691 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.691 INFO blam! 11: 0x561c931da909 - lbcdec::test::decompile_without_panics::test_table_setlist_with_hash::{{closure}}::h050d34d226f876fd Oct 14 14:01:49.691 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.691 INFO blam! 12: 0x561c931ce4cd - core::ops::function::FnOnce::call_once::hd753f18a1e407d9e Oct 14 14:01:49.691 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.691 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.691 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.691 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.691 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.691 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.691 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.691 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.691 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.691 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.691 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.691 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.691 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.691 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.691 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.691 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.691 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.691 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.691 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.691 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.691 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.691 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.691 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.691 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.691 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.692 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.692 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.692 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.692 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.692 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.692 INFO blam! 23: 0x0 - Oct 14 14:01:49.692 INFO blam! Oct 14 14:01:49.692 INFO blam! ---- test::decompile_without_panics::test_table_regression_test stdout ---- Oct 14 14:01:49.692 INFO blam! thread 'test::decompile_without_panics::test_table_regression_test' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.692 INFO blam! stack backtrace: Oct 14 14:01:49.692 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.692 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.692 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.692 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.692 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.692 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.692 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.692 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.692 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.692 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.692 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.692 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.692 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.692 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.692 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.692 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.692 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.692 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.692 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.692 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.692 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.692 INFO blam! 10: 0x561c931dd33e - lbcdec::test::decompile_without_panics::test_table_regression_test::h45cf8840e1e2964e Oct 14 14:01:49.692 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.692 INFO blam! 11: 0x561c931dd299 - lbcdec::test::decompile_without_panics::test_table_regression_test::{{closure}}::h73063a756578a1e7 Oct 14 14:01:49.692 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.692 INFO blam! 12: 0x561c931ce38d - core::ops::function::FnOnce::call_once::hc88bd071a976aa0d Oct 14 14:01:49.692 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.692 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.692 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.692 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.692 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.692 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.692 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.692 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.692 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.692 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.692 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.692 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.692 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.692 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.692 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.692 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.692 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.692 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.692 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.692 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.692 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.692 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.692 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.692 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.692 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.692 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.692 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.692 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.692 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.692 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.692 INFO blam! 23: 0x0 - Oct 14 14:01:49.692 INFO blam! Oct 14 14:01:49.692 INFO blam! ---- test::decompile_without_panics::test_table_settable_complex stdout ---- Oct 14 14:01:49.692 INFO blam! thread 'test::decompile_without_panics::test_table_settable_complex' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.692 INFO blam! stack backtrace: Oct 14 14:01:49.692 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.692 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.692 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.692 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.692 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.692 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.692 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.692 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.692 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.692 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.692 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.692 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.692 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.693 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.693 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.693 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.693 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.693 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.693 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.693 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.693 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.693 INFO blam! 10: 0x561c931da77e - lbcdec::test::decompile_without_panics::test_table_settable_complex::h123deddd491faf99 Oct 14 14:01:49.693 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.693 INFO blam! 11: 0x561c931da6d9 - lbcdec::test::decompile_without_panics::test_table_settable_complex::{{closure}}::h3265b4d96bcdf811 Oct 14 14:01:49.693 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.693 INFO blam! 12: 0x561c931cdd0d - core::ops::function::FnOnce::call_once::h32f52311e45025dc Oct 14 14:01:49.693 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.693 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.693 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.693 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.693 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.693 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.693 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.693 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.693 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.693 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.693 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.693 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.693 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.693 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.693 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.693 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.693 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.693 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.693 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.693 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.693 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.693 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.693 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.693 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.693 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.693 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.693 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.693 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.693 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.693 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.693 INFO blam! 23: 0x0 - Oct 14 14:01:49.693 INFO blam! Oct 14 14:01:49.693 INFO blam! ---- test::decompile_without_panics::test_testset_into_existing_local stdout ---- Oct 14 14:01:49.693 INFO blam! thread 'test::decompile_without_panics::test_testset_into_existing_local' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.693 INFO blam! stack backtrace: Oct 14 14:01:49.693 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.693 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.693 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.693 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.693 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.693 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.693 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.693 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.693 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.693 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.693 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.693 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.693 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.693 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.693 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.693 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.693 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.693 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.693 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.693 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.693 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.693 INFO blam! 10: 0x561c931dccae - lbcdec::test::decompile_without_panics::test_testset_into_existing_local::h174c4272f736c513 Oct 14 14:01:49.693 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.693 INFO blam! 11: 0x561c931dcc09 - lbcdec::test::decompile_without_panics::test_testset_into_existing_local::{{closure}}::h29acc429b8910aa9 Oct 14 14:01:49.693 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.693 INFO blam! 12: 0x561c931cdf4d - core::ops::function::FnOnce::call_once::h62a6458a081b1c66 Oct 14 14:01:49.693 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.693 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.693 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.693 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.693 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.693 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.693 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.693 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.694 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.694 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.694 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.694 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.694 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.694 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.694 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.694 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.694 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.694 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.694 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.694 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.694 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.694 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.694 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.694 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.694 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.694 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.694 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.694 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.694 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.694 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.694 INFO blam! 23: 0x0 - Oct 14 14:01:49.694 INFO blam! Oct 14 14:01:49.694 INFO blam! ---- test::decompile_without_panics::test_table_settable stdout ---- Oct 14 14:01:49.694 INFO blam! thread 'test::decompile_without_panics::test_table_settable' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.694 INFO blam! stack backtrace: Oct 14 14:01:49.694 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.694 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.694 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.694 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.694 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.694 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.694 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.694 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.694 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.694 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.694 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.694 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.694 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.694 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.694 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.694 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.694 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.694 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.694 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.694 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.694 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.694 INFO blam! 10: 0x561c931da54e - lbcdec::test::decompile_without_panics::test_table_settable::h666b0dc893eb7787 Oct 14 14:01:49.694 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.694 INFO blam! 11: 0x561c931da4a9 - lbcdec::test::decompile_without_panics::test_table_settable::{{closure}}::h74cb8ad757731d93 Oct 14 14:01:49.694 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.694 INFO blam! 12: 0x561c931cdc0d - core::ops::function::FnOnce::call_once::h2a42e23db9b65fbb Oct 14 14:01:49.694 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.694 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.694 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.694 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.694 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.694 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.694 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.694 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.694 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.694 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.694 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.694 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.694 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.694 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.694 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.694 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.694 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.694 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.694 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.694 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.694 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.694 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.696 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.696 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.696 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.696 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.696 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.696 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.696 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.696 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.696 INFO blam! 23: 0x0 - Oct 14 14:01:49.696 INFO blam! Oct 14 14:01:49.696 INFO blam! ---- test::decompile_without_panics::test_while_if_else_break stdout ---- Oct 14 14:01:49.696 INFO blam! thread 'test::decompile_without_panics::test_while_if_else_break' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.696 INFO blam! stack backtrace: Oct 14 14:01:49.696 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.696 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.696 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.696 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.696 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.696 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.696 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.696 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.696 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.696 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.696 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.697 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.697 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.697 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.697 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.697 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.697 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.697 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.697 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.697 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.697 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.697 INFO blam! 10: 0x561c931d982e - lbcdec::test::decompile_without_panics::test_while_if_else_break::ha1b233b2eb75a58f Oct 14 14:01:49.697 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.697 INFO blam! 11: 0x561c931d9789 - lbcdec::test::decompile_without_panics::test_while_if_else_break::{{closure}}::h0cec81462bc8bed1 Oct 14 14:01:49.697 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.697 INFO blam! 12: 0x561c931ce14d - core::ops::function::FnOnce::call_once::h924044634473fd02 Oct 14 14:01:49.697 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.697 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.697 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.697 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.697 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.697 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.697 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.697 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.697 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.697 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.697 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.697 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.697 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.697 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.697 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.697 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.697 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.697 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.697 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.697 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.697 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.697 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.697 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.697 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.697 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.697 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.697 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.697 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.697 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.697 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.697 INFO blam! 23: 0x0 - Oct 14 14:01:49.697 INFO blam! Oct 14 14:01:49.697 INFO blam! ---- test::decompile_without_panics::test_while_if_break_else stdout ---- Oct 14 14:01:49.697 INFO blam! thread 'test::decompile_without_panics::test_while_if_break_else' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.697 INFO blam! stack backtrace: Oct 14 14:01:49.697 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.697 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.697 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.697 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.697 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.697 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.697 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.697 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.697 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.697 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.697 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.697 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.697 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.697 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.697 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.697 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.697 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.697 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.697 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.697 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.697 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.697 INFO blam! 10: 0x561c931d95fe - lbcdec::test::decompile_without_panics::test_while_if_break_else::h8859807186f0fe6c Oct 14 14:01:49.697 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.697 INFO blam! 11: 0x561c931d9559 - lbcdec::test::decompile_without_panics::test_while_if_break_else::{{closure}}::hdd8d9a7fb736f382 Oct 14 14:01:49.697 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.697 INFO blam! 12: 0x561c931ce18d - core::ops::function::FnOnce::call_once::h949713776a75cbc5 Oct 14 14:01:49.697 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.697 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.697 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.697 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.697 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.697 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.697 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.697 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.697 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.698 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.698 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.698 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.698 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.698 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.698 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.698 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.698 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.698 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.698 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.698 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.698 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.698 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.698 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.698 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.698 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.698 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.698 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.698 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.698 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.698 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.698 INFO blam! 23: 0x0 - Oct 14 14:01:49.698 INFO blam! Oct 14 14:01:49.698 INFO blam! ---- test::decompile_without_panics::test_while_if_else_statement stdout ---- Oct 14 14:01:49.698 INFO blam! thread 'test::decompile_without_panics::test_while_if_else_statement' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.698 INFO blam! stack backtrace: Oct 14 14:01:49.698 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.698 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.698 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.698 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.698 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.698 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.698 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.698 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.698 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.698 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.698 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.698 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.698 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.698 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.698 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.698 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.698 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.698 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.698 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.698 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.698 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.698 INFO blam! 10: 0x561c931d93ce - lbcdec::test::decompile_without_panics::test_while_if_else_statement::h72c83fc29a2aa4d8 Oct 14 14:01:49.698 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.698 INFO blam! 11: 0x561c931d9329 - lbcdec::test::decompile_without_panics::test_while_if_else_statement::{{closure}}::hc1a223ba35fed600 Oct 14 14:01:49.698 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.698 INFO blam! 12: 0x561c931ce08d - core::ops::function::FnOnce::call_once::h80dc239e44ba6d67 Oct 14 14:01:49.698 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.698 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.698 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.698 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.698 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.698 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.698 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.698 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.698 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.698 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.698 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.698 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.698 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.698 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.698 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.698 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.698 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.698 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.698 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.698 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.698 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.698 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.698 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.698 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.698 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.698 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.702 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.703 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.703 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.703 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.703 INFO blam! 23: 0x0 - Oct 14 14:01:49.703 INFO blam! Oct 14 14:01:49.703 INFO blam! ---- test::decompile_without_panics::test_while_complex_break stdout ---- Oct 14 14:01:49.703 INFO blam! thread 'test::decompile_without_panics::test_while_complex_break' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.703 INFO blam! stack backtrace: Oct 14 14:01:49.703 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.703 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.703 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.703 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.703 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.703 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.703 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.703 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.703 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.703 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.703 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.703 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.703 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.703 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.703 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.703 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.703 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.703 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.703 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.703 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.703 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.703 INFO blam! 10: 0x561c931d9a5e - lbcdec::test::decompile_without_panics::test_while_complex_break::h15682dc0e5c78abe Oct 14 14:01:49.703 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.703 INFO blam! 11: 0x561c931d99b9 - lbcdec::test::decompile_without_panics::test_while_complex_break::{{closure}}::h548a0fa5692ef662 Oct 14 14:01:49.703 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.703 INFO blam! 12: 0x561c931cdb4d - core::ops::function::FnOnce::call_once::h0c791699358a067c Oct 14 14:01:49.703 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.703 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.703 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.703 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.703 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.703 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.703 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.703 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.703 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.703 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.703 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.703 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.703 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.703 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.703 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.703 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.703 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.703 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.703 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.703 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.703 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.703 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.703 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.703 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.703 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.703 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.703 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.703 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.703 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.703 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.703 INFO blam! 23: 0x0 - Oct 14 14:01:49.703 INFO blam! Oct 14 14:01:49.703 INFO blam! ---- test::decompile_without_panics::test_while_break stdout ---- Oct 14 14:01:49.703 INFO blam! thread 'test::decompile_without_panics::test_while_break' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.703 INFO blam! stack backtrace: Oct 14 14:01:49.703 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.703 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.703 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.703 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.703 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.703 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.703 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.703 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.703 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.703 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.703 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.703 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.703 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.703 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.704 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.704 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.704 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.704 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.704 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.704 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.704 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.704 INFO blam! 10: 0x561c931d8f6e - lbcdec::test::decompile_without_panics::test_while_break::h111f1c06ab385ba4 Oct 14 14:01:49.704 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.704 INFO blam! 11: 0x561c931d8ec9 - lbcdec::test::decompile_without_panics::test_while_break::{{closure}}::h6c9d46810ed6eb1d Oct 14 14:01:49.704 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.704 INFO blam! 12: 0x561c931ce1cd - core::ops::function::FnOnce::call_once::h98c9c47d91938322 Oct 14 14:01:49.704 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.704 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.704 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.704 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.704 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.704 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.704 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.704 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.704 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.704 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.704 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.704 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.704 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.704 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.704 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.704 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.704 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.704 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.704 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.704 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.704 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.704 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.704 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.704 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.704 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.704 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.704 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.704 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.704 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.704 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.704 INFO blam! 23: 0x0 - Oct 14 14:01:49.704 INFO blam! Oct 14 14:01:49.704 INFO blam! ---- test::decompile_without_panics::test_testset_into_existing_local_with_complex_assign stdout ---- Oct 14 14:01:49.704 INFO blam! thread 'test::decompile_without_panics::test_testset_into_existing_local_with_complex_assign' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.704 INFO blam! stack backtrace: Oct 14 14:01:49.704 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.704 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.704 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.704 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.704 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.704 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.704 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.704 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.704 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.704 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.704 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.704 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.704 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.704 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.704 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.704 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.704 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.704 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.704 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.704 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.704 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.704 INFO blam! 10: 0x561c931dcede - lbcdec::test::decompile_without_panics::test_testset_into_existing_local_with_complex_assign::h181edfb97a7b8ad4 Oct 14 14:01:49.704 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.704 INFO blam! 11: 0x561c931dce39 - lbcdec::test::decompile_without_panics::test_testset_into_existing_local_with_complex_assign::{{closure}}::hfb7b24feaeba05ab Oct 14 14:01:49.704 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.704 INFO blam! 12: 0x561c931cde4d - core::ops::function::FnOnce::call_once::h5934162a04394114 Oct 14 14:01:49.704 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.704 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.704 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.704 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.704 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.704 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.704 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.704 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.704 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.704 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.704 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.704 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.705 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.705 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.705 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.705 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.705 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.705 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.705 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.705 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.705 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.705 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.705 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.705 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.705 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.705 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.705 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.705 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.705 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.705 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.705 INFO blam! 23: 0x0 - Oct 14 14:01:49.705 INFO blam! Oct 14 14:01:49.705 INFO blam! ---- test::decompile_without_panics::test_while_if_statement stdout ---- Oct 14 14:01:49.705 INFO blam! thread 'test::decompile_without_panics::test_while_if_statement' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 14:01:49.705 INFO blam! stack backtrace: Oct 14 14:01:49.705 INFO blam! 0: 0x561c932c966e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 14:01:49.705 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 14:01:49.705 INFO blam! 1: 0x561c932d5616 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 14:01:49.705 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 14:01:49.705 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 14:01:49.705 INFO blam! 2: 0x561c932ce24d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 14:01:49.705 INFO blam! at libstd/panicking.rs:211 Oct 14 14:01:49.705 INFO blam! 3: 0x561c932cdf5b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 14:01:49.705 INFO blam! at libstd/panicking.rs:221 Oct 14 14:01:49.705 INFO blam! 4: 0x561c932ce8fc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 14:01:49.705 INFO blam! at libstd/panicking.rs:476 Oct 14 14:01:49.705 INFO blam! 5: 0x561c932ce4b9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 14:01:49.705 INFO blam! at libstd/panicking.rs:390 Oct 14 14:01:49.705 INFO blam! 6: 0x561c932ce3b5 - rust_begin_unwind Oct 14 14:01:49.705 INFO blam! at libstd/panicking.rs:325 Oct 14 14:01:49.705 INFO blam! 7: 0x561c93310c1b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 14:01:49.705 INFO blam! at libcore/panicking.rs:77 Oct 14 14:01:49.705 INFO blam! 8: 0x561c93232103 - core::result::unwrap_failed::h840e910e94939ab5 Oct 14 14:01:49.705 INFO blam! at libcore/macros.rs:26 Oct 14 14:01:49.705 INFO blam! 9: 0x561c9320fe08 - >::unwrap::h05cd50c29661b8b0 Oct 14 14:01:49.705 INFO blam! at libcore/result.rs:808 Oct 14 14:01:49.705 INFO blam! 10: 0x561c931d919e - lbcdec::test::decompile_without_panics::test_while_if_statement::h166dc9659af292c1 Oct 14 14:01:49.705 INFO blam! at src/test/decompile_without_panics.rs:9 Oct 14 14:01:49.705 INFO blam! 11: 0x561c931d90f9 - lbcdec::test::decompile_without_panics::test_while_if_statement::{{closure}}::h0921b0a3aebf4d78 Oct 14 14:01:49.705 INFO blam! at src/test/decompile_without_panics.rs:7 Oct 14 14:01:49.705 INFO blam! 12: 0x561c931ce28d - core::ops::function::FnOnce::call_once::habf803fc5cb0a59f Oct 14 14:01:49.705 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.705 INFO blam! 13: 0x561c9323b0be - >::call_box::h95b7cb918af67b5d Oct 14 14:01:49.705 INFO blam! at libtest/lib.rs:1468 Oct 14 14:01:49.705 INFO blam! at libcore/ops/function.rs:238 Oct 14 14:01:49.705 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.705 INFO blam! 14: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.705 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.705 INFO blam! 15: 0x561c9325bc0d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 14:01:49.705 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.705 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.705 INFO blam! at libtest/lib.rs:1423 Oct 14 14:01:49.705 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 14:01:49.705 INFO blam! 16: 0x561c9325c814 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 14:01:49.705 INFO blam! at libstd/thread/mod.rs:409 Oct 14 14:01:49.705 INFO blam! at libstd/panic.rs:313 Oct 14 14:01:49.705 INFO blam! at libstd/panicking.rs:310 Oct 14 14:01:49.705 INFO blam! 17: 0x561c932e07e9 - __rust_maybe_catch_panic Oct 14 14:01:49.705 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 14:01:49.705 INFO blam! 18: 0x561c93249dd6 - >::call_box::h96125cb29a9ba44b Oct 14 14:01:49.705 INFO blam! at libstd/panicking.rs:289 Oct 14 14:01:49.705 INFO blam! at libstd/panic.rs:392 Oct 14 14:01:49.705 INFO blam! at libstd/thread/mod.rs:408 Oct 14 14:01:49.705 INFO blam! at liballoc/boxed.rs:672 Oct 14 14:01:49.705 INFO blam! 19: 0x561c932cbbfa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 14:01:49.705 INFO blam! at liballoc/boxed.rs:682 Oct 14 14:01:49.705 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 14:01:49.705 INFO blam! 20: 0x561c932beb35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 14:01:49.705 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 14:01:49.705 INFO blam! 21: 0x7f5c828436b9 - start_thread Oct 14 14:01:49.705 INFO blam! 22: 0x7f5c8236341c - clone Oct 14 14:01:49.705 INFO blam! 23: 0x0 - Oct 14 14:01:49.705 INFO blam! Oct 14 14:01:49.705 INFO blam! Oct 14 14:01:49.705 INFO blam! failures: Oct 14 14:01:49.705 INFO blam! test::decompile_without_panics::regression_get_debug_string Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::regression_proto_capture_breaks_world Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::regression_return_call_semantics Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_assign_arb_center_expr Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_bail_over_if Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_call_multiret Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_call_multiret_assign Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_call_no_args Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_call_varargs Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_call_with_args Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_complex_move_assign Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_conditional_expr Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_conditional_expr_into_existing Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_conditional_expr_loadbool_into_existing Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_conditional_expr_no_loadbool Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_generic_for Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_generic_for_break Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_generic_for_multiparam Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_generic_for_partial_multiparam Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_if_cond_use_imm_local Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_if_empty_else_body Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_implicit_nils Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_numeric_for Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_numeric_for_break Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_pinned_newtable Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_proto Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_proto_capture Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_result_none Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_return Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_return_multi Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_return_varargs Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_self_kst_overflow Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_table_regression_test Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_table_setlist Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_table_setlist_with_hash Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_table_settable Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_table_settable_complex Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_testset_into_existing_local Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_testset_into_existing_local_with_complex_assign Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_while_break Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_while_complex_break Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_while_if_break_else Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_while_if_else_break Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_while_if_else_statement Oct 14 14:01:49.706 INFO blam! test::decompile_without_panics::test_while_if_statement Oct 14 14:01:49.706 INFO blam! Oct 14 14:01:49.706 INFO blam! test result: FAILED. 0 passed; 45 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:01:49.706 INFO blam! Oct 14 14:01:50.075 INFO running `"docker" "rm" "-f" "2693e9cc3519d76e396628f532f3d9f29926420cb69dfee7a7656ad923757770"` Oct 14 14:01:50.319 INFO blam! 2693e9cc3519d76e396628f532f3d9f29926420cb69dfee7a7656ad923757770