Oct 10 17:04:50.865 INFO testing paavohuhtala/bfcrs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:04:50.866 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:04:50.867 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:04:51.316 INFO blam! b0885e8dbe039abf6934f1d1dc83c2b357fdf6025b57791a9b9940cb0f54750f Oct 10 17:04:51.318 INFO running `"docker" "start" "-a" "b0885e8dbe039abf6934f1d1dc83c2b357fdf6025b57791a9b9940cb0f54750f"` Oct 10 17:04:52.435 INFO kablam! usermod: no changes Oct 10 17:04:52.483 INFO kablam! Compiling leb128 v0.2.3 Oct 10 17:04:53.080 INFO kablam! Compiling bfcrs v0.1.0 (/source) Oct 10 17:04:53.816 INFO kablam! warning: the feature `iterator_find_map` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 10 17:04:53.817 INFO kablam! --> src/lib.rs:1:12 Oct 10 17:04:53.817 INFO kablam! | Oct 10 17:04:53.817 INFO kablam! 1 | #![feature(iterator_find_map)] Oct 10 17:04:53.817 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 17:04:53.817 INFO kablam! | Oct 10 17:04:53.818 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 17:04:53.818 INFO kablam! Oct 10 17:04:53.818 INFO kablam! warning: the feature `iterator_flatten` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 10 17:04:53.818 INFO kablam! --> src/lib.rs:2:12 Oct 10 17:04:53.818 INFO kablam! | Oct 10 17:04:53.818 INFO kablam! 2 | #![feature(iterator_flatten)] Oct 10 17:04:53.819 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 17:04:53.819 INFO kablam! Oct 10 17:04:55.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.77s Oct 10 17:04:55.237 INFO kablam! su: No module specific data is present Oct 10 17:04:55.496 INFO running `"docker" "rm" "-f" "b0885e8dbe039abf6934f1d1dc83c2b357fdf6025b57791a9b9940cb0f54750f"` Oct 10 17:04:55.644 INFO blam! b0885e8dbe039abf6934f1d1dc83c2b357fdf6025b57791a9b9940cb0f54750f Oct 10 17:04:55.648 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:04:55.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:04:55.783 INFO blam! 41ef61ce28af7304a91d15a66e1eb6cc96769ef90f2e1b88f85660d370b7acda Oct 10 17:04:55.785 INFO running `"docker" "start" "-a" "41ef61ce28af7304a91d15a66e1eb6cc96769ef90f2e1b88f85660d370b7acda"` Oct 10 17:04:56.258 INFO kablam! usermod: no changes Oct 10 17:04:56.293 INFO kablam! Compiling bfcrs v0.1.0 (/source) Oct 10 17:04:57.110 INFO kablam! warning: function is never used: `run_bf_in_interpreter` Oct 10 17:04:57.110 INFO kablam! --> tests/common/interpreter_util.rs:35:1 Oct 10 17:04:57.110 INFO kablam! | Oct 10 17:04:57.111 INFO kablam! 35 | pub fn run_bf_in_interpreter(source: &str) -> RunResult { Oct 10 17:04:57.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:04:57.111 INFO kablam! | Oct 10 17:04:57.112 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:04:57.112 INFO kablam! Oct 10 17:04:57.160 INFO kablam! warning: function is never used: `run_bf_in_interpreter` Oct 10 17:04:57.160 INFO kablam! --> tests/common/interpreter_util.rs:35:1 Oct 10 17:04:57.160 INFO kablam! | Oct 10 17:04:57.160 INFO kablam! 35 | pub fn run_bf_in_interpreter(source: &str) -> RunResult { Oct 10 17:04:57.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:04:57.160 INFO kablam! | Oct 10 17:04:57.160 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:04:57.160 INFO kablam! Oct 10 17:04:57.614 INFO kablam! warning: the feature `iterator_find_map` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 10 17:04:57.614 INFO kablam! --> src/lib.rs:1:12 Oct 10 17:04:57.614 INFO kablam! | Oct 10 17:04:57.614 INFO kablam! 1 | #![feature(iterator_find_map)] Oct 10 17:04:57.614 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 17:04:57.614 INFO kablam! | Oct 10 17:04:57.614 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 17:04:57.614 INFO kablam! Oct 10 17:04:57.614 INFO kablam! warning: the feature `iterator_flatten` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 10 17:04:57.614 INFO kablam! --> src/lib.rs:2:12 Oct 10 17:04:57.614 INFO kablam! | Oct 10 17:04:57.614 INFO kablam! 2 | #![feature(iterator_flatten)] Oct 10 17:04:57.614 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 17:04:57.614 INFO kablam! Oct 10 17:04:58.524 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.24s Oct 10 17:04:58.532 INFO kablam! su: No module specific data is present Oct 10 17:04:58.824 INFO running `"docker" "rm" "-f" "41ef61ce28af7304a91d15a66e1eb6cc96769ef90f2e1b88f85660d370b7acda"` Oct 10 17:04:59.152 INFO blam! 41ef61ce28af7304a91d15a66e1eb6cc96769ef90f2e1b88f85660d370b7acda Oct 10 17:04:59.164 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:04:59.164 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:04:59.510 INFO blam! 3df13f46c97334bff246b84208c9fef3d48fc70a53888a4838fe3b75193c9971 Oct 10 17:04:59.514 INFO running `"docker" "start" "-a" "3df13f46c97334bff246b84208c9fef3d48fc70a53888a4838fe3b75193c9971"` Oct 10 17:05:00.050 INFO kablam! usermod: no changes Oct 10 17:05:00.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 17:05:00.079 INFO kablam! Running /target/debug/deps/bfcrs-6ce589af8435f3e7 Oct 10 17:05:00.080 INFO blam! Oct 10 17:05:00.080 INFO blam! running 2 tests Oct 10 17:05:00.081 INFO blam! test optimizer::same_ops_are_merged ... ok Oct 10 17:05:00.081 INFO blam! test optimizer::single_ops_are_maintained ... ok Oct 10 17:05:00.081 INFO blam! Oct 10 17:05:00.081 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:05:00.081 INFO blam! Oct 10 17:05:00.081 INFO kablam! Running /target/debug/deps/bfcrsc-0b4c8ba8fcff193f Oct 10 17:05:00.084 INFO blam! Oct 10 17:05:00.084 INFO blam! running 0 tests Oct 10 17:05:00.084 INFO blam! Oct 10 17:05:00.084 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:05:00.084 INFO blam! Oct 10 17:05:00.084 INFO kablam! Running /target/debug/deps/instructions-a19041f3a070b773 Oct 10 17:05:00.089 INFO blam! Oct 10 17:05:00.089 INFO blam! running 11 tests Oct 10 17:05:00.108 INFO blam! test change_offset_negative_offset ... FAILED Oct 10 17:05:00.108 INFO blam! test change_offset_nop_3 ... FAILED Oct 10 17:05:00.109 INFO blam! test change_offset_smoke_2 ... FAILED Oct 10 17:05:00.109 INFO blam! test inc_dec_negative_2 ... FAILED Oct 10 17:05:00.109 INFO blam! test change_offset_smoke_1 ... FAILED Oct 10 17:05:00.110 INFO blam! test inc_dec_negative_1 ... FAILED Oct 10 17:05:00.110 INFO blam! test change_offset_nop_2 ... FAILED Oct 10 17:05:00.110 INFO blam! test change_offset_nop_1 ... FAILED Oct 10 17:05:00.110 INFO blam! test inc_dec_smoke_same ... FAILED Oct 10 17:05:00.110 INFO blam! test inc_dec_smoke_node ... FAILED Oct 10 17:05:00.115 INFO blam! test zero_nop_1 ... FAILED Oct 10 17:05:00.115 INFO blam! Oct 10 17:05:00.115 INFO blam! failures: Oct 10 17:05:00.115 INFO blam! Oct 10 17:05:00.115 INFO blam! ---- change_offset_negative_offset stdout ---- Oct 10 17:05:00.115 INFO blam! thread 'change_offset_negative_offset' panicked at 'Process should be able to be spawned.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 17:05:00.115 INFO blam! stack backtrace: Oct 10 17:05:00.115 INFO blam! 0: 0x560af278558e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:05:00.115 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:05:00.115 INFO blam! 1: 0x560af27913b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:05:00.115 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:05:00.115 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:05:00.115 INFO blam! 2: 0x560af278a0ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:05:00.115 INFO blam! at libstd/panicking.rs:211 Oct 10 17:05:00.115 INFO blam! 3: 0x560af2789dbb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:05:00.115 INFO blam! at libstd/panicking.rs:221 Oct 10 17:05:00.115 INFO blam! 4: 0x560af278a75c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:05:00.115 INFO blam! at libstd/panicking.rs:476 Oct 10 17:05:00.115 INFO blam! 5: 0x560af278a319 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:05:00.115 INFO blam! at libstd/panicking.rs:390 Oct 10 17:05:00.115 INFO blam! 6: 0x560af278a215 - rust_begin_unwind Oct 10 17:05:00.115 INFO blam! at libstd/panicking.rs:325 Oct 10 17:05:00.115 INFO blam! 7: 0x560af27cc55b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 17:05:00.115 INFO blam! at libcore/panicking.rs:77 Oct 10 17:05:00.115 INFO blam! 8: 0x560af2767ba3 - core::result::unwrap_failed::h8e17f41ab701ae86 Oct 10 17:05:00.115 INFO blam! at libcore/macros.rs:26 Oct 10 17:05:00.115 INFO blam! 9: 0x560af270e09f - >::expect::hfdac5bf231a2f798 Oct 10 17:05:00.115 INFO blam! at libcore/result.rs:835 Oct 10 17:05:00.115 INFO blam! 10: 0x560af270a9e0 - instructions::common::node_bridge::NodeBridge::create::h6646d9e3ce1a04eb Oct 10 17:05:00.115 INFO blam! at tests/common/node_bridge.rs:20 Oct 10 17:05:00.115 INFO blam! 11: 0x560af270afa1 - instructions::common::node_bridge::run_wasm_in_node::h19520e6f0b5e6e52 Oct 10 17:05:00.115 INFO blam! at tests/common/node_bridge.rs:72 Oct 10 17:05:00.115 INFO blam! 12: 0x560af270b239 - instructions::common::node_bridge::run_tokens_in_node::h900b0be395af931f Oct 10 17:05:00.115 INFO kablam! error: test failed, to rerun pass '--test instructions' Oct 10 17:05:00.116 INFO blam! at tests/common/node_bridge.rs:91 Oct 10 17:05:00.116 INFO kablam! su: No module specific data is present Oct 10 17:05:00.116 INFO blam! 13: 0x560af270be39 - instructions::common::test_util::run_and_expect_same_tokens::hf84302b428c2f3dc Oct 10 17:05:00.116 INFO blam! at tests/common/test_util.rs:26 Oct 10 17:05:00.116 INFO blam! 14: 0x560af270dd0f - instructions::change_offset_negative_offset::hb960021454732356 Oct 10 17:05:00.116 INFO blam! at tests/instructions.rs:80 Oct 10 17:05:00.116 INFO blam! 15: 0x560af270dc89 - instructions::change_offset_negative_offset::{{closure}}::h14c3f259a93a86d2 Oct 10 17:05:00.116 INFO blam! at tests/instructions.rs:79 Oct 10 17:05:00.116 INFO blam! 16: 0x560af270874d - core::ops::function::FnOnce::call_once::haf77811ed8f43bcd Oct 10 17:05:00.116 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.116 INFO blam! 17: 0x560af271398e - >::call_box::h95b7cb918af67b5d Oct 10 17:05:00.116 INFO blam! at libtest/lib.rs:1468 Oct 10 17:05:00.116 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.116 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.116 INFO blam! 18: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.116 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.116 INFO blam! 19: 0x560af27344dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:05:00.116 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.116 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.116 INFO blam! at libtest/lib.rs:1423 Oct 10 17:05:00.116 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:05:00.116 INFO blam! 20: 0x560af27350e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:05:00.116 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:05:00.116 INFO blam! at libstd/panic.rs:313 Oct 10 17:05:00.116 INFO blam! at libstd/panicking.rs:310 Oct 10 17:05:00.116 INFO blam! 21: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.116 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.116 INFO blam! 22: 0x560af27226a6 - >::call_box::h96125cb29a9ba44b Oct 10 17:05:00.116 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.116 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.116 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:05:00.116 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.116 INFO blam! 23: 0x560af2787b1a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:05:00.116 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:05:00.116 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:05:00.116 INFO blam! 24: 0x560af277b275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:05:00.116 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:05:00.116 INFO blam! 25: 0x7f5eb66516b9 - start_thread Oct 10 17:05:00.116 INFO blam! 26: 0x7f5eb617141c - clone Oct 10 17:05:00.116 INFO blam! 27: 0x0 - Oct 10 17:05:00.116 INFO blam! Oct 10 17:05:00.116 INFO blam! ---- change_offset_nop_3 stdout ---- Oct 10 17:05:00.116 INFO blam! thread 'change_offset_nop_3' panicked at 'Process should be able to be spawned.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 17:05:00.116 INFO blam! stack backtrace: Oct 10 17:05:00.116 INFO blam! 0: 0x560af278558e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:05:00.116 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:05:00.116 INFO blam! 1: 0x560af27913b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:05:00.116 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:05:00.116 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:05:00.116 INFO blam! 2: 0x560af278a0ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:05:00.116 INFO blam! at libstd/panicking.rs:211 Oct 10 17:05:00.116 INFO blam! 3: 0x560af2789dbb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:05:00.116 INFO blam! at libstd/panicking.rs:221 Oct 10 17:05:00.116 INFO blam! 4: 0x560af278a75c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:05:00.116 INFO blam! at libstd/panicking.rs:476 Oct 10 17:05:00.116 INFO blam! 5: 0x560af278a319 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:05:00.116 INFO blam! at libstd/panicking.rs:390 Oct 10 17:05:00.116 INFO blam! 6: 0x560af278a215 - rust_begin_unwind Oct 10 17:05:00.116 INFO blam! at libstd/panicking.rs:325 Oct 10 17:05:00.116 INFO blam! 7: 0x560af27cc55b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 17:05:00.116 INFO blam! at libcore/panicking.rs:77 Oct 10 17:05:00.116 INFO blam! 8: 0x560af2767ba3 - core::result::unwrap_failed::h8e17f41ab701ae86 Oct 10 17:05:00.116 INFO blam! at libcore/macros.rs:26 Oct 10 17:05:00.116 INFO blam! 9: 0x560af270e09f - >::expect::hfdac5bf231a2f798 Oct 10 17:05:00.116 INFO blam! at libcore/result.rs:835 Oct 10 17:05:00.116 INFO blam! 10: 0x560af270a9e0 - instructions::common::node_bridge::NodeBridge::create::h6646d9e3ce1a04eb Oct 10 17:05:00.116 INFO blam! at tests/common/node_bridge.rs:20 Oct 10 17:05:00.116 INFO blam! 11: 0x560af270afa1 - instructions::common::node_bridge::run_wasm_in_node::h19520e6f0b5e6e52 Oct 10 17:05:00.116 INFO blam! at tests/common/node_bridge.rs:72 Oct 10 17:05:00.116 INFO blam! 12: 0x560af270b239 - instructions::common::node_bridge::run_tokens_in_node::h900b0be395af931f Oct 10 17:05:00.116 INFO blam! at tests/common/node_bridge.rs:91 Oct 10 17:05:00.116 INFO blam! 13: 0x560af270be39 - instructions::common::test_util::run_and_expect_same_tokens::hf84302b428c2f3dc Oct 10 17:05:00.116 INFO blam! at tests/common/test_util.rs:26 Oct 10 17:05:00.116 INFO blam! 14: 0x560af270dc27 - instructions::change_offset_nop_3::h6f11d4932a90b631 Oct 10 17:05:00.116 INFO blam! at tests/instructions.rs:72 Oct 10 17:05:00.116 INFO blam! 15: 0x560af270db99 - instructions::change_offset_nop_3::{{closure}}::he7de1dae6ce070e8 Oct 10 17:05:00.116 INFO blam! at tests/instructions.rs:71 Oct 10 17:05:00.116 INFO blam! 16: 0x560af270868d - core::ops::function::FnOnce::call_once::h4a3d9eda9c81c0e0 Oct 10 17:05:00.116 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.117 INFO blam! 17: 0x560af271398e - >::call_box::h95b7cb918af67b5d Oct 10 17:05:00.117 INFO blam! at libtest/lib.rs:1468 Oct 10 17:05:00.117 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.117 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.117 INFO blam! 18: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.117 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.117 INFO blam! 19: 0x560af27344dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:05:00.117 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.117 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.117 INFO blam! at libtest/lib.rs:1423 Oct 10 17:05:00.117 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:05:00.117 INFO blam! 20: 0x560af27350e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:05:00.117 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:05:00.117 INFO blam! at libstd/panic.rs:313 Oct 10 17:05:00.117 INFO blam! at libstd/panicking.rs:310 Oct 10 17:05:00.117 INFO blam! 21: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.117 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.117 INFO blam! 22: 0x560af27226a6 - >::call_box::h96125cb29a9ba44b Oct 10 17:05:00.117 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.117 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.117 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:05:00.117 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.117 INFO blam! 23: 0x560af2787b1a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:05:00.117 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:05:00.117 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:05:00.117 INFO blam! 24: 0x560af277b275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:05:00.117 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:05:00.117 INFO blam! 25: 0x7f5eb66516b9 - start_thread Oct 10 17:05:00.117 INFO blam! 26: 0x7f5eb617141c - clone Oct 10 17:05:00.117 INFO blam! 27: 0x0 - Oct 10 17:05:00.117 INFO blam! Oct 10 17:05:00.117 INFO blam! ---- change_offset_smoke_2 stdout ---- Oct 10 17:05:00.117 INFO blam! thread 'change_offset_smoke_2' panicked at 'Process should be able to be spawned.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 17:05:00.117 INFO blam! stack backtrace: Oct 10 17:05:00.117 INFO blam! 0: 0x560af278558e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:05:00.117 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:05:00.117 INFO blam! 1: 0x560af27913b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:05:00.117 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:05:00.117 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:05:00.117 INFO blam! 2: 0x560af278a0ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:05:00.117 INFO blam! at libstd/panicking.rs:211 Oct 10 17:05:00.117 INFO blam! 3: 0x560af2789dbb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:05:00.117 INFO blam! at libstd/panicking.rs:221 Oct 10 17:05:00.117 INFO blam! 4: 0x560af278a75c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:05:00.117 INFO blam! at libstd/panicking.rs:476 Oct 10 17:05:00.117 INFO blam! 5: 0x560af278a319 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:05:00.117 INFO blam! at libstd/panicking.rs:390 Oct 10 17:05:00.117 INFO blam! 6: 0x560af278a215 - rust_begin_unwind Oct 10 17:05:00.117 INFO blam! at libstd/panicking.rs:325 Oct 10 17:05:00.117 INFO blam! 7: 0x560af27cc55b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 17:05:00.117 INFO blam! at libcore/panicking.rs:77 Oct 10 17:05:00.117 INFO blam! 8: 0x560af2767ba3 - core::result::unwrap_failed::h8e17f41ab701ae86 Oct 10 17:05:00.117 INFO blam! at libcore/macros.rs:26 Oct 10 17:05:00.117 INFO blam! 9: 0x560af270e09f - >::expect::hfdac5bf231a2f798 Oct 10 17:05:00.117 INFO blam! at libcore/result.rs:835 Oct 10 17:05:00.117 INFO blam! 10: 0x560af270a9e0 - instructions::common::node_bridge::NodeBridge::create::h6646d9e3ce1a04eb Oct 10 17:05:00.117 INFO blam! at tests/common/node_bridge.rs:20 Oct 10 17:05:00.117 INFO blam! 11: 0x560af270afa1 - instructions::common::node_bridge::run_wasm_in_node::h19520e6f0b5e6e52 Oct 10 17:05:00.117 INFO blam! at tests/common/node_bridge.rs:72 Oct 10 17:05:00.117 INFO blam! 12: 0x560af270b239 - instructions::common::node_bridge::run_tokens_in_node::h900b0be395af931f Oct 10 17:05:00.117 INFO blam! at tests/common/node_bridge.rs:91 Oct 10 17:05:00.117 INFO blam! 13: 0x560af270be39 - instructions::common::test_util::run_and_expect_same_tokens::hf84302b428c2f3dc Oct 10 17:05:00.117 INFO blam! at tests/common/test_util.rs:26 Oct 10 17:05:00.117 INFO blam! 14: 0x560af270d937 - instructions::change_offset_smoke_2::h6163f81b0ccd6d81 Oct 10 17:05:00.117 INFO blam! at tests/instructions.rs:50 Oct 10 17:05:00.118 INFO blam! 15: 0x560af270d8d9 - instructions::change_offset_smoke_2::{{closure}}::h25d25e641dab4746 Oct 10 17:05:00.118 INFO blam! at tests/instructions.rs:49 Oct 10 17:05:00.118 INFO blam! 16: 0x560af27087cd - core::ops::function::FnOnce::call_once::hdfe22eebbeb1d331 Oct 10 17:05:00.118 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.118 INFO blam! 17: 0x560af271398e - >::call_box::h95b7cb918af67b5d Oct 10 17:05:00.118 INFO blam! at libtest/lib.rs:1468 Oct 10 17:05:00.118 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.118 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.118 INFO blam! 18: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.118 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.118 INFO blam! 19: 0x560af27344dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:05:00.118 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.118 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.118 INFO blam! at libtest/lib.rs:1423 Oct 10 17:05:00.118 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:05:00.119 INFO blam! 20: 0x560af27350e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:05:00.119 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:05:00.119 INFO blam! at libstd/panic.rs:313 Oct 10 17:05:00.119 INFO blam! at libstd/panicking.rs:310 Oct 10 17:05:00.119 INFO blam! 21: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.119 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.119 INFO blam! 22: 0x560af27226a6 - >::call_box::h96125cb29a9ba44b Oct 10 17:05:00.119 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.119 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.119 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:05:00.119 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.119 INFO blam! 23: 0x560af2787b1a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:05:00.119 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:05:00.119 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:05:00.119 INFO blam! 24: 0x560af277b275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:05:00.119 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:05:00.119 INFO blam! 25: 0x7f5eb66516b9 - start_thread Oct 10 17:05:00.119 INFO blam! 26: 0x7f5eb617141c - clone Oct 10 17:05:00.119 INFO blam! 27: 0x0 - Oct 10 17:05:00.119 INFO blam! Oct 10 17:05:00.119 INFO blam! ---- inc_dec_negative_2 stdout ---- Oct 10 17:05:00.119 INFO blam! Optimization round: 1 Oct 10 17:05:00.119 INFO blam! Optimization round: 2 Oct 10 17:05:00.119 INFO blam! thread 'inc_dec_negative_2' panicked at 'Process should be able to be spawned.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 17:05:00.119 INFO blam! stack backtrace: Oct 10 17:05:00.119 INFO blam! 0: 0x560af278558e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:05:00.119 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:05:00.119 INFO blam! 1: 0x560af27913b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:05:00.119 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:05:00.119 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:05:00.119 INFO blam! 2: 0x560af278a0ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:05:00.119 INFO blam! at libstd/panicking.rs:211 Oct 10 17:05:00.119 INFO blam! 3: 0x560af2789dbb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:05:00.119 INFO blam! at libstd/panicking.rs:221 Oct 10 17:05:00.119 INFO blam! 4: 0x560af278a75c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:05:00.119 INFO blam! at libstd/panicking.rs:476 Oct 10 17:05:00.119 INFO blam! 5: 0x560af278a319 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:05:00.119 INFO blam! at libstd/panicking.rs:390 Oct 10 17:05:00.119 INFO blam! 6: 0x560af278a215 - rust_begin_unwind Oct 10 17:05:00.119 INFO blam! at libstd/panicking.rs:325 Oct 10 17:05:00.119 INFO blam! 7: 0x560af27cc55b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 17:05:00.119 INFO blam! at libcore/panicking.rs:77 Oct 10 17:05:00.119 INFO blam! 8: 0x560af2767ba3 - core::result::unwrap_failed::h8e17f41ab701ae86 Oct 10 17:05:00.119 INFO blam! at libcore/macros.rs:26 Oct 10 17:05:00.119 INFO blam! 9: 0x560af270e09f - >::expect::hfdac5bf231a2f798 Oct 10 17:05:00.119 INFO blam! at libcore/result.rs:835 Oct 10 17:05:00.119 INFO blam! 10: 0x560af270a9e0 - instructions::common::node_bridge::NodeBridge::create::h6646d9e3ce1a04eb Oct 10 17:05:00.119 INFO blam! at tests/common/node_bridge.rs:20 Oct 10 17:05:00.119 INFO blam! 11: 0x560af270afa1 - instructions::common::node_bridge::run_wasm_in_node::h19520e6f0b5e6e52 Oct 10 17:05:00.119 INFO blam! at tests/common/node_bridge.rs:72 Oct 10 17:05:00.119 INFO blam! 12: 0x560af270b239 - instructions::common::node_bridge::run_tokens_in_node::h900b0be395af931f Oct 10 17:05:00.119 INFO blam! at tests/common/node_bridge.rs:91 Oct 10 17:05:00.119 INFO blam! 13: 0x560af270be39 - instructions::common::test_util::run_and_expect_same_tokens::hf84302b428c2f3dc Oct 10 17:05:00.119 INFO blam! at tests/common/test_util.rs:26 Oct 10 17:05:00.119 INFO blam! 14: 0x560af270bf54 - instructions::common::test_util::run_and_expect_same::h8378a5b106274605 Oct 10 17:05:00.119 INFO blam! at tests/common/test_util.rs:32 Oct 10 17:05:00.119 INFO blam! 15: 0x560af270d6f6 - instructions::inc_dec_negative_2::h78ef7da28242ded5 Oct 10 17:05:00.119 INFO blam! at tests/instructions.rs:31 Oct 10 17:05:00.119 INFO blam! 16: 0x560af270d6c9 - instructions::inc_dec_negative_2::{{closure}}::h1915bbbbc03c85b1 Oct 10 17:05:00.119 INFO blam! at tests/instructions.rs:30 Oct 10 17:05:00.119 INFO blam! 17: 0x560af270884d - core::ops::function::FnOnce::call_once::he61c944307d11994 Oct 10 17:05:00.119 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.119 INFO blam! 18: 0x560af271398e - >::call_box::h95b7cb918af67b5d Oct 10 17:05:00.119 INFO blam! at libtest/lib.rs:1468 Oct 10 17:05:00.119 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.119 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.119 INFO blam! 19: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.119 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.119 INFO blam! 20: 0x560af27344dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:05:00.119 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.119 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.119 INFO blam! at libtest/lib.rs:1423 Oct 10 17:05:00.119 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:05:00.119 INFO blam! 21: 0x560af27350e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:05:00.119 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:05:00.119 INFO blam! at libstd/panic.rs:313 Oct 10 17:05:00.119 INFO blam! at libstd/panicking.rs:310 Oct 10 17:05:00.119 INFO blam! 22: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.119 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.119 INFO blam! 23: 0x560af27226a6 - >::call_box::h96125cb29a9ba44b Oct 10 17:05:00.119 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.119 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.119 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:05:00.119 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.119 INFO blam! 24: 0x560af2787b1a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:05:00.119 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:05:00.119 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:05:00.119 INFO blam! 25: 0x560af277b275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:05:00.120 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:05:00.120 INFO blam! 26: 0x7f5eb66516b9 - start_thread Oct 10 17:05:00.120 INFO blam! 27: 0x7f5eb617141c - clone Oct 10 17:05:00.120 INFO blam! 28: 0x0 - Oct 10 17:05:00.120 INFO blam! Oct 10 17:05:00.120 INFO blam! ---- change_offset_smoke_1 stdout ---- Oct 10 17:05:00.120 INFO blam! thread 'change_offset_smoke_1' panicked at 'Process should be able to be spawned.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 17:05:00.120 INFO blam! stack backtrace: Oct 10 17:05:00.120 INFO blam! 0: 0x560af278558e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:05:00.120 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:05:00.120 INFO blam! 1: 0x560af27913b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:05:00.120 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:05:00.120 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:05:00.120 INFO blam! 2: 0x560af278a0ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:05:00.120 INFO blam! at libstd/panicking.rs:211 Oct 10 17:05:00.120 INFO blam! 3: 0x560af2789dbb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:05:00.120 INFO blam! at libstd/panicking.rs:221 Oct 10 17:05:00.120 INFO blam! 4: 0x560af278a75c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:05:00.120 INFO blam! at libstd/panicking.rs:476 Oct 10 17:05:00.120 INFO blam! 5: 0x560af278a319 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:05:00.120 INFO blam! at libstd/panicking.rs:390 Oct 10 17:05:00.120 INFO blam! 6: 0x560af278a215 - rust_begin_unwind Oct 10 17:05:00.120 INFO blam! at libstd/panicking.rs:325 Oct 10 17:05:00.120 INFO blam! 7: 0x560af27cc55b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 17:05:00.120 INFO blam! at libcore/panicking.rs:77 Oct 10 17:05:00.120 INFO blam! 8: 0x560af2767ba3 - core::result::unwrap_failed::h8e17f41ab701ae86 Oct 10 17:05:00.120 INFO blam! at libcore/macros.rs:26 Oct 10 17:05:00.120 INFO blam! 9: 0x560af270e09f - >::expect::hfdac5bf231a2f798 Oct 10 17:05:00.120 INFO blam! at libcore/result.rs:835 Oct 10 17:05:00.120 INFO blam! 10: 0x560af270a9e0 - instructions::common::node_bridge::NodeBridge::create::h6646d9e3ce1a04eb Oct 10 17:05:00.120 INFO blam! at tests/common/node_bridge.rs:20 Oct 10 17:05:00.120 INFO blam! 11: 0x560af270afa1 - instructions::common::node_bridge::run_wasm_in_node::h19520e6f0b5e6e52 Oct 10 17:05:00.120 INFO blam! at tests/common/node_bridge.rs:72 Oct 10 17:05:00.120 INFO blam! 12: 0x560af270b239 - instructions::common::node_bridge::run_tokens_in_node::h900b0be395af931f Oct 10 17:05:00.120 INFO blam! at tests/common/node_bridge.rs:91 Oct 10 17:05:00.120 INFO blam! 13: 0x560af270be39 - instructions::common::test_util::run_and_expect_same_tokens::hf84302b428c2f3dc Oct 10 17:05:00.120 INFO blam! at tests/common/test_util.rs:26 Oct 10 17:05:00.120 INFO blam! 14: 0x560af270d8a7 - instructions::change_offset_smoke_1::he1c1e01d439fd812 Oct 10 17:05:00.120 INFO blam! at tests/instructions.rs:45 Oct 10 17:05:00.120 INFO blam! 15: 0x560af270d849 - instructions::change_offset_smoke_1::{{closure}}::hfc4d8a65e6db1536 Oct 10 17:05:00.120 INFO blam! at tests/instructions.rs:44 Oct 10 17:05:00.120 INFO blam! 16: 0x560af27086cd - core::ops::function::FnOnce::call_once::h8408117af64aad52 Oct 10 17:05:00.120 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.120 INFO blam! 17: 0x560af271398e - >::call_box::h95b7cb918af67b5d Oct 10 17:05:00.120 INFO blam! at libtest/lib.rs:1468 Oct 10 17:05:00.120 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.120 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.120 INFO blam! 18: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.120 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.120 INFO blam! 19: 0x560af27344dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:05:00.120 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.120 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.120 INFO blam! at libtest/lib.rs:1423 Oct 10 17:05:00.120 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:05:00.120 INFO blam! 20: 0x560af27350e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:05:00.120 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:05:00.120 INFO blam! at libstd/panic.rs:313 Oct 10 17:05:00.120 INFO blam! at libstd/panicking.rs:310 Oct 10 17:05:00.120 INFO blam! 21: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.120 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.120 INFO blam! 22: 0x560af27226a6 - >::call_box::h96125cb29a9ba44b Oct 10 17:05:00.120 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.120 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.120 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:05:00.120 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.120 INFO blam! 23: 0x560af2787b1a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:05:00.120 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:05:00.120 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:05:00.120 INFO blam! 24: 0x560af277b275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:05:00.120 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:05:00.120 INFO blam! 25: 0x7f5eb66516b9 - start_thread Oct 10 17:05:00.120 INFO blam! 26: 0x7f5eb617141c - clone Oct 10 17:05:00.120 INFO blam! 27: 0x0 - Oct 10 17:05:00.120 INFO blam! Oct 10 17:05:00.120 INFO blam! ---- inc_dec_negative_1 stdout ---- Oct 10 17:05:00.120 INFO blam! Optimization round: 1 Oct 10 17:05:00.120 INFO blam! thread 'inc_dec_negative_1' panicked at 'Process should be able to be spawned.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 17:05:00.120 INFO blam! stack backtrace: Oct 10 17:05:00.120 INFO blam! 0: 0x560af278558e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:05:00.120 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:05:00.120 INFO blam! 1: 0x560af27913b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:05:00.120 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:05:00.120 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:05:00.120 INFO blam! 2: 0x560af278a0ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:05:00.120 INFO blam! at libstd/panicking.rs:211 Oct 10 17:05:00.120 INFO blam! 3: 0x560af2789dbb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:05:00.121 INFO blam! at libstd/panicking.rs:221 Oct 10 17:05:00.121 INFO blam! 4: 0x560af278a75c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:05:00.121 INFO blam! at libstd/panicking.rs:476 Oct 10 17:05:00.121 INFO blam! 5: 0x560af278a319 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:05:00.121 INFO blam! at libstd/panicking.rs:390 Oct 10 17:05:00.121 INFO blam! 6: 0x560af278a215 - rust_begin_unwind Oct 10 17:05:00.121 INFO blam! at libstd/panicking.rs:325 Oct 10 17:05:00.121 INFO blam! 7: 0x560af27cc55b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 17:05:00.121 INFO blam! at libcore/panicking.rs:77 Oct 10 17:05:00.121 INFO blam! 8: 0x560af2767ba3 - core::result::unwrap_failed::h8e17f41ab701ae86 Oct 10 17:05:00.121 INFO blam! at libcore/macros.rs:26 Oct 10 17:05:00.121 INFO blam! 9: 0x560af270e09f - >::expect::hfdac5bf231a2f798 Oct 10 17:05:00.121 INFO blam! at libcore/result.rs:835 Oct 10 17:05:00.121 INFO blam! 10: 0x560af270a9e0 - instructions::common::node_bridge::NodeBridge::create::h6646d9e3ce1a04eb Oct 10 17:05:00.121 INFO blam! at tests/common/node_bridge.rs:20 Oct 10 17:05:00.121 INFO blam! 11: 0x560af270afa1 - instructions::common::node_bridge::run_wasm_in_node::h19520e6f0b5e6e52 Oct 10 17:05:00.121 INFO blam! at tests/common/node_bridge.rs:72 Oct 10 17:05:00.121 INFO blam! 12: 0x560af270b239 - instructions::common::node_bridge::run_tokens_in_node::h900b0be395af931f Oct 10 17:05:00.121 INFO blam! at tests/common/node_bridge.rs:91 Oct 10 17:05:00.121 INFO blam! 13: 0x560af270be39 - instructions::common::test_util::run_and_expect_same_tokens::hf84302b428c2f3dc Oct 10 17:05:00.121 INFO blam! at tests/common/test_util.rs:26 Oct 10 17:05:00.121 INFO blam! 14: 0x560af270bf54 - instructions::common::test_util::run_and_expect_same::h8378a5b106274605 Oct 10 17:05:00.121 INFO blam! at tests/common/test_util.rs:32 Oct 10 17:05:00.121 INFO blam! 15: 0x560af270d6b6 - instructions::inc_dec_negative_1::hee06d79e981261d3 Oct 10 17:05:00.121 INFO blam! at tests/instructions.rs:26 Oct 10 17:05:00.121 INFO blam! 16: 0x560af270d689 - instructions::inc_dec_negative_1::{{closure}}::hfabb2e0e61065e90 Oct 10 17:05:00.121 INFO blam! at tests/instructions.rs:25 Oct 10 17:05:00.121 INFO blam! 17: 0x560af270880d - core::ops::function::FnOnce::call_once::he021a5fa8091946b Oct 10 17:05:00.121 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.121 INFO blam! 18: 0x560af271398e - >::call_box::h95b7cb918af67b5d Oct 10 17:05:00.121 INFO blam! at libtest/lib.rs:1468 Oct 10 17:05:00.121 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.121 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.121 INFO blam! 19: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.121 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.121 INFO blam! 20: 0x560af27344dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:05:00.121 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.121 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.121 INFO blam! at libtest/lib.rs:1423 Oct 10 17:05:00.121 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:05:00.121 INFO blam! 21: 0x560af27350e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:05:00.121 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:05:00.121 INFO blam! at libstd/panic.rs:313 Oct 10 17:05:00.121 INFO blam! at libstd/panicking.rs:310 Oct 10 17:05:00.121 INFO blam! 22: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.121 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.121 INFO blam! 23: 0x560af27226a6 - >::call_box::h96125cb29a9ba44b Oct 10 17:05:00.121 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.121 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.121 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:05:00.121 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.121 INFO blam! 24: 0x560af2787b1a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:05:00.121 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:05:00.121 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:05:00.121 INFO blam! 25: 0x560af277b275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:05:00.121 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:05:00.121 INFO blam! 26: 0x7f5eb66516b9 - start_thread Oct 10 17:05:00.121 INFO blam! 27: 0x7f5eb617141c - clone Oct 10 17:05:00.121 INFO blam! 28: 0x0 - Oct 10 17:05:00.121 INFO blam! Oct 10 17:05:00.121 INFO blam! ---- change_offset_nop_2 stdout ---- Oct 10 17:05:00.121 INFO blam! thread 'change_offset_nop_2' panicked at 'Process should be able to be spawned.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 17:05:00.121 INFO blam! stack backtrace: Oct 10 17:05:00.121 INFO blam! 0: 0x560af278558e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:05:00.121 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:05:00.121 INFO blam! 1: 0x560af27913b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:05:00.121 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:05:00.121 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:05:00.121 INFO blam! 2: 0x560af278a0ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:05:00.121 INFO blam! at libstd/panicking.rs:211 Oct 10 17:05:00.121 INFO blam! 3: 0x560af2789dbb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:05:00.121 INFO blam! at libstd/panicking.rs:221 Oct 10 17:05:00.121 INFO blam! 4: 0x560af278a75c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:05:00.121 INFO blam! at libstd/panicking.rs:476 Oct 10 17:05:00.121 INFO blam! 5: 0x560af278a319 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:05:00.121 INFO blam! at libstd/panicking.rs:390 Oct 10 17:05:00.121 INFO blam! 6: 0x560af278a215 - rust_begin_unwind Oct 10 17:05:00.121 INFO blam! at libstd/panicking.rs:325 Oct 10 17:05:00.121 INFO blam! 7: 0x560af27cc55b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 17:05:00.121 INFO blam! at libcore/panicking.rs:77 Oct 10 17:05:00.121 INFO blam! 8: 0x560af2767ba3 - core::result::unwrap_failed::h8e17f41ab701ae86 Oct 10 17:05:00.121 INFO blam! at libcore/macros.rs:26 Oct 10 17:05:00.121 INFO blam! 9: 0x560af270e09f - >::expect::hfdac5bf231a2f798 Oct 10 17:05:00.121 INFO blam! at libcore/result.rs:835 Oct 10 17:05:00.122 INFO blam! 10: 0x560af270a9e0 - instructions::common::node_bridge::NodeBridge::create::h6646d9e3ce1a04eb Oct 10 17:05:00.122 INFO blam! at tests/common/node_bridge.rs:20 Oct 10 17:05:00.122 INFO blam! 11: 0x560af270afa1 - instructions::common::node_bridge::run_wasm_in_node::h19520e6f0b5e6e52 Oct 10 17:05:00.122 INFO blam! at tests/common/node_bridge.rs:72 Oct 10 17:05:00.122 INFO blam! 12: 0x560af270b239 - instructions::common::node_bridge::run_tokens_in_node::h900b0be395af931f Oct 10 17:05:00.122 INFO blam! at tests/common/node_bridge.rs:91 Oct 10 17:05:00.122 INFO blam! 13: 0x560af270be39 - instructions::common::test_util::run_and_expect_same_tokens::hf84302b428c2f3dc Oct 10 17:05:00.122 INFO blam! at tests/common/test_util.rs:26 Oct 10 17:05:00.122 INFO blam! 14: 0x560af270db37 - instructions::change_offset_nop_2::h703b06174f91485f Oct 10 17:05:00.122 INFO blam! at tests/instructions.rs:64 Oct 10 17:05:00.122 INFO blam! 15: 0x560af270daa9 - instructions::change_offset_nop_2::{{closure}}::h0bb4dc5485144103 Oct 10 17:05:00.122 INFO blam! at tests/instructions.rs:63 Oct 10 17:05:00.122 INFO blam! 16: 0x560af270860d - core::ops::function::FnOnce::call_once::h205ae966d8445f6d Oct 10 17:05:00.122 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.122 INFO blam! 17: 0x560af271398e - >::call_box::h95b7cb918af67b5d Oct 10 17:05:00.122 INFO blam! at libtest/lib.rs:1468 Oct 10 17:05:00.122 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.122 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.122 INFO blam! 18: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.122 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.122 INFO blam! 19: 0x560af27344dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:05:00.122 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.122 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.122 INFO blam! at libtest/lib.rs:1423 Oct 10 17:05:00.122 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:05:00.122 INFO blam! 20: 0x560af27350e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:05:00.122 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:05:00.122 INFO blam! at libstd/panic.rs:313 Oct 10 17:05:00.122 INFO blam! at libstd/panicking.rs:310 Oct 10 17:05:00.122 INFO blam! 21: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.122 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.122 INFO blam! 22: 0x560af27226a6 - >::call_box::h96125cb29a9ba44b Oct 10 17:05:00.122 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.122 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.122 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:05:00.122 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.122 INFO blam! 23: 0x560af2787b1a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:05:00.122 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:05:00.122 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:05:00.122 INFO blam! 24: 0x560af277b275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:05:00.122 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:05:00.122 INFO blam! 25: 0x7f5eb66516b9 - start_thread Oct 10 17:05:00.122 INFO blam! 26: 0x7f5eb617141c - clone Oct 10 17:05:00.122 INFO blam! 27: 0x0 - Oct 10 17:05:00.122 INFO blam! Oct 10 17:05:00.122 INFO blam! ---- change_offset_nop_1 stdout ---- Oct 10 17:05:00.122 INFO blam! thread 'change_offset_nop_1' panicked at 'Process should be able to be spawned.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 17:05:00.122 INFO blam! stack backtrace: Oct 10 17:05:00.122 INFO blam! 0: 0x560af278558e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:05:00.122 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:05:00.122 INFO blam! 1: 0x560af27913b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:05:00.122 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:05:00.122 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:05:00.122 INFO blam! 2: 0x560af278a0ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:05:00.122 INFO blam! at libstd/panicking.rs:211 Oct 10 17:05:00.122 INFO blam! 3: 0x560af2789dbb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:05:00.122 INFO blam! at libstd/panicking.rs:221 Oct 10 17:05:00.122 INFO blam! 4: 0x560af278a75c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:05:00.122 INFO blam! at libstd/panicking.rs:476 Oct 10 17:05:00.122 INFO blam! 5: 0x560af278a319 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:05:00.122 INFO blam! at libstd/panicking.rs:390 Oct 10 17:05:00.122 INFO blam! 6: 0x560af278a215 - rust_begin_unwind Oct 10 17:05:00.122 INFO blam! at libstd/panicking.rs:325 Oct 10 17:05:00.122 INFO blam! 7: 0x560af27cc55b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 17:05:00.122 INFO blam! at libcore/panicking.rs:77 Oct 10 17:05:00.122 INFO blam! 8: 0x560af2767ba3 - core::result::unwrap_failed::h8e17f41ab701ae86 Oct 10 17:05:00.122 INFO blam! at libcore/macros.rs:26 Oct 10 17:05:00.122 INFO blam! 9: 0x560af270e09f - >::expect::hfdac5bf231a2f798 Oct 10 17:05:00.122 INFO blam! at libcore/result.rs:835 Oct 10 17:05:00.122 INFO blam! 10: 0x560af270a9e0 - instructions::common::node_bridge::NodeBridge::create::h6646d9e3ce1a04eb Oct 10 17:05:00.122 INFO blam! at tests/common/node_bridge.rs:20 Oct 10 17:05:00.122 INFO blam! 11: 0x560af270afa1 - instructions::common::node_bridge::run_wasm_in_node::h19520e6f0b5e6e52 Oct 10 17:05:00.122 INFO blam! at tests/common/node_bridge.rs:72 Oct 10 17:05:00.122 INFO blam! 12: 0x560af270b239 - instructions::common::node_bridge::run_tokens_in_node::h900b0be395af931f Oct 10 17:05:00.122 INFO blam! at tests/common/node_bridge.rs:91 Oct 10 17:05:00.122 INFO blam! 13: 0x560af270be39 - instructions::common::test_util::run_and_expect_same_tokens::hf84302b428c2f3dc Oct 10 17:05:00.122 INFO blam! at tests/common/test_util.rs:26 Oct 10 17:05:00.122 INFO blam! 14: 0x560af270da2d - instructions::change_offset_nop_1::h4fdf07be29d1fb01 Oct 10 17:05:00.122 INFO blam! at tests/instructions.rs:55 Oct 10 17:05:00.122 INFO blam! 15: 0x560af270d969 - instructions::change_offset_nop_1::{{closure}}::h6bf1f35bf4053d62 Oct 10 17:05:00.122 INFO blam! at tests/instructions.rs:54 Oct 10 17:05:00.122 INFO blam! 16: 0x560af270870d - core::ops::function::FnOnce::call_once::h9354b059622d54bc Oct 10 17:05:00.122 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.122 INFO blam! 17: 0x560af271398e - >::call_box::h95b7cb918af67b5d Oct 10 17:05:00.123 INFO blam! at libtest/lib.rs:1468 Oct 10 17:05:00.123 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.123 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.123 INFO blam! 18: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.123 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.123 INFO blam! 19: 0x560af27344dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:05:00.123 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.123 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.123 INFO blam! at libtest/lib.rs:1423 Oct 10 17:05:00.123 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:05:00.123 INFO blam! 20: 0x560af27350e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:05:00.123 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:05:00.123 INFO blam! at libstd/panic.rs:313 Oct 10 17:05:00.123 INFO blam! at libstd/panicking.rs:310 Oct 10 17:05:00.123 INFO blam! 21: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.123 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.123 INFO blam! 22: 0x560af27226a6 - >::call_box::h96125cb29a9ba44b Oct 10 17:05:00.123 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.123 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.123 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:05:00.123 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.123 INFO blam! 23: 0x560af2787b1a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:05:00.123 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:05:00.123 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:05:00.123 INFO blam! 24: 0x560af277b275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:05:00.123 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:05:00.123 INFO blam! 25: 0x7f5eb66516b9 - start_thread Oct 10 17:05:00.123 INFO blam! 26: 0x7f5eb617141c - clone Oct 10 17:05:00.123 INFO blam! 27: 0x0 - Oct 10 17:05:00.123 INFO blam! Oct 10 17:05:00.123 INFO blam! ---- inc_dec_smoke_same stdout ---- Oct 10 17:05:00.123 INFO blam! Optimization round: 1 Oct 10 17:05:00.123 INFO blam! Optimization round: 2 Oct 10 17:05:00.123 INFO blam! thread 'inc_dec_smoke_same' panicked at 'Process should be able to be spawned.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 17:05:00.123 INFO blam! stack backtrace: Oct 10 17:05:00.123 INFO blam! 0: 0x560af278558e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:05:00.123 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:05:00.123 INFO blam! 1: 0x560af27913b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:05:00.123 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:05:00.123 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:05:00.123 INFO blam! 2: 0x560af278a0ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:05:00.123 INFO blam! at libstd/panicking.rs:211 Oct 10 17:05:00.123 INFO blam! 3: 0x560af2789dbb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:05:00.123 INFO blam! at libstd/panicking.rs:221 Oct 10 17:05:00.123 INFO blam! 4: 0x560af278a75c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:05:00.123 INFO blam! at libstd/panicking.rs:476 Oct 10 17:05:00.123 INFO blam! 5: 0x560af278a319 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:05:00.123 INFO blam! at libstd/panicking.rs:390 Oct 10 17:05:00.123 INFO blam! 6: 0x560af278a215 - rust_begin_unwind Oct 10 17:05:00.123 INFO blam! at libstd/panicking.rs:325 Oct 10 17:05:00.123 INFO blam! 7: 0x560af27cc55b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 17:05:00.123 INFO blam! at libcore/panicking.rs:77 Oct 10 17:05:00.123 INFO blam! 8: 0x560af2767ba3 - core::result::unwrap_failed::h8e17f41ab701ae86 Oct 10 17:05:00.123 INFO blam! at libcore/macros.rs:26 Oct 10 17:05:00.123 INFO blam! 9: 0x560af270e09f - >::expect::hfdac5bf231a2f798 Oct 10 17:05:00.123 INFO blam! at libcore/result.rs:835 Oct 10 17:05:00.123 INFO blam! 10: 0x560af270a9e0 - instructions::common::node_bridge::NodeBridge::create::h6646d9e3ce1a04eb Oct 10 17:05:00.123 INFO blam! at tests/common/node_bridge.rs:20 Oct 10 17:05:00.123 INFO blam! 11: 0x560af270afa1 - instructions::common::node_bridge::run_wasm_in_node::h19520e6f0b5e6e52 Oct 10 17:05:00.123 INFO blam! at tests/common/node_bridge.rs:72 Oct 10 17:05:00.123 INFO blam! 12: 0x560af270b239 - instructions::common::node_bridge::run_tokens_in_node::h900b0be395af931f Oct 10 17:05:00.123 INFO blam! at tests/common/node_bridge.rs:91 Oct 10 17:05:00.123 INFO blam! 13: 0x560af270be39 - instructions::common::test_util::run_and_expect_same_tokens::hf84302b428c2f3dc Oct 10 17:05:00.123 INFO blam! at tests/common/test_util.rs:26 Oct 10 17:05:00.123 INFO blam! 14: 0x560af270bf54 - instructions::common::test_util::run_and_expect_same::h8378a5b106274605 Oct 10 17:05:00.123 INFO blam! at tests/common/test_util.rs:32 Oct 10 17:05:00.123 INFO blam! 15: 0x560af270d676 - instructions::inc_dec_smoke_same::h641abd9aa439ff72 Oct 10 17:05:00.123 INFO blam! at tests/instructions.rs:21 Oct 10 17:05:00.123 INFO blam! 16: 0x560af270d649 - instructions::inc_dec_smoke_same::{{closure}}::hc29169849e4403dc Oct 10 17:05:00.123 INFO blam! at tests/instructions.rs:20 Oct 10 17:05:00.123 INFO blam! 17: 0x560af270888d - core::ops::function::FnOnce::call_once::hf3830d836a564641 Oct 10 17:05:00.123 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.123 INFO blam! 18: 0x560af271398e - >::call_box::h95b7cb918af67b5d Oct 10 17:05:00.123 INFO blam! at libtest/lib.rs:1468 Oct 10 17:05:00.123 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.123 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.123 INFO blam! 19: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.123 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.123 INFO blam! 20: 0x560af27344dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:05:00.123 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.123 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.123 INFO blam! at libtest/lib.rs:1423 Oct 10 17:05:00.123 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:05:00.123 INFO blam! 21: 0x560af27350e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:05:00.123 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:05:00.123 INFO blam! at libstd/panic.rs:313 Oct 10 17:05:00.123 INFO blam! at libstd/panicking.rs:310 Oct 10 17:05:00.124 INFO blam! 22: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.124 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.124 INFO blam! 23: 0x560af27226a6 - >::call_box::h96125cb29a9ba44b Oct 10 17:05:00.124 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.124 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.124 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:05:00.124 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.124 INFO blam! 24: 0x560af2787b1a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:05:00.124 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:05:00.124 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:05:00.124 INFO blam! 25: 0x560af277b275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:05:00.124 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:05:00.124 INFO blam! 26: 0x7f5eb66516b9 - start_thread Oct 10 17:05:00.124 INFO blam! 27: 0x7f5eb617141c - clone Oct 10 17:05:00.124 INFO blam! 28: 0x0 - Oct 10 17:05:00.124 INFO blam! Oct 10 17:05:00.124 INFO blam! ---- inc_dec_smoke_node stdout ---- Oct 10 17:05:00.124 INFO blam! Optimization round: 1 Oct 10 17:05:00.124 INFO blam! Optimization round: 2 Oct 10 17:05:00.124 INFO blam! thread 'inc_dec_smoke_node' panicked at 'Process should be able to be spawned.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 17:05:00.124 INFO blam! stack backtrace: Oct 10 17:05:00.124 INFO blam! 0: 0x560af278558e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:05:00.124 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:05:00.124 INFO blam! 1: 0x560af27913b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:05:00.124 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:05:00.124 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:05:00.124 INFO blam! 2: 0x560af278a0ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:05:00.124 INFO blam! at libstd/panicking.rs:211 Oct 10 17:05:00.124 INFO blam! 3: 0x560af2789dbb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:05:00.124 INFO blam! at libstd/panicking.rs:221 Oct 10 17:05:00.124 INFO blam! 4: 0x560af278a75c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:05:00.124 INFO blam! at libstd/panicking.rs:476 Oct 10 17:05:00.124 INFO blam! 5: 0x560af278a319 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:05:00.124 INFO blam! at libstd/panicking.rs:390 Oct 10 17:05:00.124 INFO blam! 6: 0x560af278a215 - rust_begin_unwind Oct 10 17:05:00.124 INFO blam! at libstd/panicking.rs:325 Oct 10 17:05:00.124 INFO blam! 7: 0x560af27cc55b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 17:05:00.124 INFO blam! at libcore/panicking.rs:77 Oct 10 17:05:00.124 INFO blam! 8: 0x560af2767ba3 - core::result::unwrap_failed::h8e17f41ab701ae86 Oct 10 17:05:00.124 INFO blam! at libcore/macros.rs:26 Oct 10 17:05:00.124 INFO blam! 9: 0x560af270e09f - >::expect::hfdac5bf231a2f798 Oct 10 17:05:00.124 INFO blam! at libcore/result.rs:835 Oct 10 17:05:00.124 INFO blam! 10: 0x560af270a9e0 - instructions::common::node_bridge::NodeBridge::create::h6646d9e3ce1a04eb Oct 10 17:05:00.124 INFO blam! at tests/common/node_bridge.rs:20 Oct 10 17:05:00.124 INFO blam! 11: 0x560af270afa1 - instructions::common::node_bridge::run_wasm_in_node::h19520e6f0b5e6e52 Oct 10 17:05:00.124 INFO blam! at tests/common/node_bridge.rs:72 Oct 10 17:05:00.124 INFO blam! 12: 0x560af270b197 - instructions::common::node_bridge::run_bf_in_node::hfa653140000acb5e Oct 10 17:05:00.124 INFO blam! at tests/common/node_bridge.rs:86 Oct 10 17:05:00.124 INFO blam! 13: 0x560af270d0d4 - instructions::inc_dec_smoke_node::hd53347a5e068af53 Oct 10 17:05:00.124 INFO blam! at tests/instructions.rs:12 Oct 10 17:05:00.124 INFO blam! 14: 0x560af270d099 - instructions::inc_dec_smoke_node::{{closure}}::h346069db859df1df Oct 10 17:05:00.124 INFO blam! at tests/instructions.rs:11 Oct 10 17:05:00.124 INFO blam! 15: 0x560af270864d - core::ops::function::FnOnce::call_once::h239c5c2a49cde443 Oct 10 17:05:00.124 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.124 INFO blam! 16: 0x560af271398e - >::call_box::h95b7cb918af67b5d Oct 10 17:05:00.124 INFO blam! at libtest/lib.rs:1468 Oct 10 17:05:00.124 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.124 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.124 INFO blam! 17: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.124 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.124 INFO blam! 18: 0x560af27344dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:05:00.124 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.124 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.124 INFO blam! at libtest/lib.rs:1423 Oct 10 17:05:00.124 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:05:00.124 INFO blam! 19: 0x560af27350e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:05:00.124 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:05:00.124 INFO blam! at libstd/panic.rs:313 Oct 10 17:05:00.124 INFO blam! at libstd/panicking.rs:310 Oct 10 17:05:00.124 INFO blam! 20: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.124 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.124 INFO blam! 21: 0x560af27226a6 - >::call_box::h96125cb29a9ba44b Oct 10 17:05:00.124 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.124 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.124 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:05:00.124 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.124 INFO blam! 22: 0x560af2787b1a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:05:00.124 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:05:00.124 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:05:00.124 INFO blam! 23: 0x560af277b275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:05:00.124 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:05:00.124 INFO blam! 24: 0x7f5eb66516b9 - start_thread Oct 10 17:05:00.124 INFO blam! 25: 0x7f5eb617141c - clone Oct 10 17:05:00.124 INFO blam! 26: 0x0 - Oct 10 17:05:00.124 INFO blam! Oct 10 17:05:00.125 INFO blam! ---- zero_nop_1 stdout ---- Oct 10 17:05:00.125 INFO blam! thread 'zero_nop_1' panicked at 'Process should be able to be spawned.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 17:05:00.125 INFO blam! stack backtrace: Oct 10 17:05:00.125 INFO blam! 0: 0x560af278558e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 17:05:00.125 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 17:05:00.125 INFO blam! 1: 0x560af27913b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 17:05:00.125 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 17:05:00.125 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 17:05:00.125 INFO blam! 2: 0x560af278a0ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 17:05:00.125 INFO blam! at libstd/panicking.rs:211 Oct 10 17:05:00.125 INFO blam! 3: 0x560af2789dbb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 17:05:00.125 INFO blam! at libstd/panicking.rs:221 Oct 10 17:05:00.125 INFO blam! 4: 0x560af278a75c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 17:05:00.125 INFO blam! at libstd/panicking.rs:476 Oct 10 17:05:00.125 INFO blam! 5: 0x560af278a319 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 17:05:00.125 INFO blam! at libstd/panicking.rs:390 Oct 10 17:05:00.125 INFO blam! 6: 0x560af278a215 - rust_begin_unwind Oct 10 17:05:00.125 INFO blam! at libstd/panicking.rs:325 Oct 10 17:05:00.125 INFO blam! 7: 0x560af27cc55b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 17:05:00.125 INFO blam! at libcore/panicking.rs:77 Oct 10 17:05:00.125 INFO blam! 8: 0x560af2767ba3 - core::result::unwrap_failed::h8e17f41ab701ae86 Oct 10 17:05:00.125 INFO blam! at libcore/macros.rs:26 Oct 10 17:05:00.125 INFO blam! 9: 0x560af270e09f - >::expect::hfdac5bf231a2f798 Oct 10 17:05:00.125 INFO blam! at libcore/result.rs:835 Oct 10 17:05:00.125 INFO blam! 10: 0x560af270a9e0 - instructions::common::node_bridge::NodeBridge::create::h6646d9e3ce1a04eb Oct 10 17:05:00.125 INFO blam! at tests/common/node_bridge.rs:20 Oct 10 17:05:00.125 INFO blam! 11: 0x560af270afa1 - instructions::common::node_bridge::run_wasm_in_node::h19520e6f0b5e6e52 Oct 10 17:05:00.125 INFO blam! at tests/common/node_bridge.rs:72 Oct 10 17:05:00.125 INFO blam! 12: 0x560af270b239 - instructions::common::node_bridge::run_tokens_in_node::h900b0be395af931f Oct 10 17:05:00.125 INFO blam! at tests/common/node_bridge.rs:91 Oct 10 17:05:00.125 INFO blam! 13: 0x560af270be39 - instructions::common::test_util::run_and_expect_same_tokens::hf84302b428c2f3dc Oct 10 17:05:00.125 INFO blam! at tests/common/test_util.rs:26 Oct 10 17:05:00.125 INFO blam! 14: 0x560af270d7c8 - instructions::zero_nop_1::ha4038f0dcca0c0fd Oct 10 17:05:00.125 INFO blam! at tests/instructions.rs:36 Oct 10 17:05:00.125 INFO blam! 15: 0x560af270d709 - instructions::zero_nop_1::{{closure}}::he12cf186f053948d Oct 10 17:05:00.125 INFO blam! at tests/instructions.rs:35 Oct 10 17:05:00.125 INFO blam! 16: 0x560af27088cd - core::ops::function::FnOnce::call_once::hf974fc357d118808 Oct 10 17:05:00.125 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.125 INFO blam! 17: 0x560af271398e - >::call_box::h95b7cb918af67b5d Oct 10 17:05:00.125 INFO blam! at libtest/lib.rs:1468 Oct 10 17:05:00.125 INFO blam! at libcore/ops/function.rs:238 Oct 10 17:05:00.125 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.125 INFO blam! 18: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.125 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.125 INFO blam! 19: 0x560af27344dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 17:05:00.125 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.125 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.125 INFO blam! at libtest/lib.rs:1423 Oct 10 17:05:00.125 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 17:05:00.125 INFO blam! 20: 0x560af27350e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 17:05:00.125 INFO blam! at libstd/thread/mod.rs:409 Oct 10 17:05:00.125 INFO blam! at libstd/panic.rs:313 Oct 10 17:05:00.125 INFO blam! at libstd/panicking.rs:310 Oct 10 17:05:00.125 INFO blam! 21: 0x560af279c589 - __rust_maybe_catch_panic Oct 10 17:05:00.125 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 17:05:00.125 INFO blam! 22: 0x560af27226a6 - >::call_box::h96125cb29a9ba44b Oct 10 17:05:00.125 INFO blam! at libstd/panicking.rs:289 Oct 10 17:05:00.125 INFO blam! at libstd/panic.rs:392 Oct 10 17:05:00.125 INFO blam! at libstd/thread/mod.rs:408 Oct 10 17:05:00.125 INFO blam! at liballoc/boxed.rs:672 Oct 10 17:05:00.125 INFO blam! 23: 0x560af2787b1a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 17:05:00.125 INFO blam! at liballoc/boxed.rs:682 Oct 10 17:05:00.125 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 17:05:00.125 INFO blam! 24: 0x560af277b275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 17:05:00.125 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 17:05:00.125 INFO blam! 25: 0x7f5eb66516b9 - start_thread Oct 10 17:05:00.125 INFO blam! 26: 0x7f5eb617141c - clone Oct 10 17:05:00.125 INFO blam! 27: 0x0 - Oct 10 17:05:00.126 INFO blam! Oct 10 17:05:00.126 INFO blam! Oct 10 17:05:00.126 INFO blam! failures: Oct 10 17:05:00.127 INFO blam! change_offset_negative_offset Oct 10 17:05:00.127 INFO blam! change_offset_nop_1 Oct 10 17:05:00.127 INFO blam! change_offset_nop_2 Oct 10 17:05:00.127 INFO blam! change_offset_nop_3 Oct 10 17:05:00.127 INFO blam! change_offset_smoke_1 Oct 10 17:05:00.127 INFO blam! change_offset_smoke_2 Oct 10 17:05:00.127 INFO blam! inc_dec_negative_1 Oct 10 17:05:00.127 INFO blam! inc_dec_negative_2 Oct 10 17:05:00.127 INFO blam! inc_dec_smoke_node Oct 10 17:05:00.127 INFO blam! inc_dec_smoke_same Oct 10 17:05:00.127 INFO blam! zero_nop_1 Oct 10 17:05:00.127 INFO blam! Oct 10 17:05:00.127 INFO blam! test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:05:00.128 INFO blam! Oct 10 17:05:00.419 INFO running `"docker" "rm" "-f" "3df13f46c97334bff246b84208c9fef3d48fc70a53888a4838fe3b75193c9971"` Oct 10 17:05:00.539 INFO blam! 3df13f46c97334bff246b84208c9fef3d48fc70a53888a4838fe3b75193c9971