Oct 13 04:35:58.756 INFO testing paavohuhtala/bfcrs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:35:58.758 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 04:35:59.234 INFO blam! 4170e8727e49f1450983601023d7af7018e359cf47d5200d49fbc3624e007a74 Oct 13 04:35:59.237 INFO running `"docker" "start" "-a" "4170e8727e49f1450983601023d7af7018e359cf47d5200d49fbc3624e007a74"` Oct 13 04:36:00.531 INFO kablam! usermod: no changes Oct 13 04:36:00.599 INFO kablam! Compiling leb128 v0.2.3 Oct 13 04:36:01.064 INFO kablam! Compiling bfcrs v0.1.0 (/source) Oct 13 04:36:01.675 INFO kablam! warning: the feature `iterator_find_map` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 04:36:01.676 INFO kablam! --> src/lib.rs:1:12 Oct 13 04:36:01.676 INFO kablam! | Oct 13 04:36:01.676 INFO kablam! 1 | #![feature(iterator_find_map)] Oct 13 04:36:01.677 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:36:01.677 INFO kablam! | Oct 13 04:36:01.677 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 04:36:01.677 INFO kablam! Oct 13 04:36:01.678 INFO kablam! warning: the feature `iterator_flatten` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 04:36:01.678 INFO kablam! --> src/lib.rs:2:12 Oct 13 04:36:01.678 INFO kablam! | Oct 13 04:36:01.679 INFO kablam! 2 | #![feature(iterator_flatten)] Oct 13 04:36:01.679 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 04:36:01.679 INFO kablam! Oct 13 04:36:03.765 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.20s Oct 13 04:36:03.770 INFO kablam! su: No module specific data is present Oct 13 04:36:04.247 INFO running `"docker" "rm" "-f" "4170e8727e49f1450983601023d7af7018e359cf47d5200d49fbc3624e007a74"` Oct 13 04:36:04.539 INFO blam! 4170e8727e49f1450983601023d7af7018e359cf47d5200d49fbc3624e007a74 Oct 13 04:36:04.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 04:36:05.012 INFO blam! cc3d2f4842c2bc431c913a078674b444e78a4a6c74255bb09888e6cfeaf65b0c Oct 13 04:36:05.018 INFO running `"docker" "start" "-a" "cc3d2f4842c2bc431c913a078674b444e78a4a6c74255bb09888e6cfeaf65b0c"` Oct 13 04:36:06.172 INFO kablam! usermod: no changes Oct 13 04:36:06.250 INFO kablam! Compiling bfcrs v0.1.0 (/source) Oct 13 04:36:07.367 INFO kablam! warning: function is never used: `run_bf_in_interpreter` Oct 13 04:36:07.367 INFO kablam! --> tests/common/interpreter_util.rs:35:1 Oct 13 04:36:07.367 INFO kablam! | Oct 13 04:36:07.367 INFO kablam! 35 | pub fn run_bf_in_interpreter(source: &str) -> RunResult { Oct 13 04:36:07.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:36:07.367 INFO kablam! | Oct 13 04:36:07.367 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:36:07.367 INFO kablam! Oct 13 04:36:07.611 INFO kablam! warning: function is never used: `run_bf_in_interpreter` Oct 13 04:36:07.611 INFO kablam! --> tests/common/interpreter_util.rs:35:1 Oct 13 04:36:07.611 INFO kablam! | Oct 13 04:36:07.611 INFO kablam! 35 | pub fn run_bf_in_interpreter(source: &str) -> RunResult { Oct 13 04:36:07.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:36:07.639 INFO kablam! | Oct 13 04:36:07.639 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:36:07.639 INFO kablam! Oct 13 04:36:08.154 INFO kablam! warning: the feature `iterator_find_map` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 04:36:08.154 INFO kablam! --> src/lib.rs:1:12 Oct 13 04:36:08.154 INFO kablam! | Oct 13 04:36:08.154 INFO kablam! 1 | #![feature(iterator_find_map)] Oct 13 04:36:08.154 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:36:08.154 INFO kablam! | Oct 13 04:36:08.154 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 04:36:08.154 INFO kablam! Oct 13 04:36:08.154 INFO kablam! warning: the feature `iterator_flatten` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 04:36:08.154 INFO kablam! --> src/lib.rs:2:12 Oct 13 04:36:08.154 INFO kablam! | Oct 13 04:36:08.154 INFO kablam! 2 | #![feature(iterator_flatten)] Oct 13 04:36:08.154 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 04:36:08.154 INFO kablam! Oct 13 04:36:09.507 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.30s Oct 13 04:36:09.511 INFO kablam! su: No module specific data is present Oct 13 04:36:10.131 INFO running `"docker" "rm" "-f" "cc3d2f4842c2bc431c913a078674b444e78a4a6c74255bb09888e6cfeaf65b0c"` Oct 13 04:36:10.379 INFO blam! cc3d2f4842c2bc431c913a078674b444e78a4a6c74255bb09888e6cfeaf65b0c Oct 13 04:36:10.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 04:36:10.907 INFO blam! 107c26ce3c84c9bbd794e5b2923a259f644f4e9fd5adfd4ac0ad9e883b529716 Oct 13 04:36:10.915 INFO running `"docker" "start" "-a" "107c26ce3c84c9bbd794e5b2923a259f644f4e9fd5adfd4ac0ad9e883b529716"` Oct 13 04:36:12.211 INFO kablam! usermod: no changes Oct 13 04:36:12.253 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 04:36:12.267 INFO kablam! Running /target/debug/deps/bfcrs-4748fd38a362a4d8 Oct 13 04:36:12.268 INFO blam! Oct 13 04:36:12.268 INFO blam! running 2 tests Oct 13 04:36:12.274 INFO blam! test optimizer::single_ops_are_maintained ... ok Oct 13 04:36:12.276 INFO blam! test optimizer::same_ops_are_merged ... ok Oct 13 04:36:12.276 INFO blam! Oct 13 04:36:12.276 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:36:12.276 INFO blam! Oct 13 04:36:12.278 INFO kablam! Running /target/debug/deps/bfcrsc-d196f5bbeb3e1da8 Oct 13 04:36:12.283 INFO blam! Oct 13 04:36:12.283 INFO blam! running 0 tests Oct 13 04:36:12.283 INFO blam! Oct 13 04:36:12.283 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:36:12.283 INFO blam! Oct 13 04:36:12.286 INFO kablam! Running /target/debug/deps/instructions-e80f242cb26387c5 Oct 13 04:36:12.288 INFO blam! Oct 13 04:36:12.288 INFO blam! running 11 tests Oct 13 04:36:12.351 INFO blam! test change_offset_negative_offset ... FAILED Oct 13 04:36:12.351 INFO blam! test change_offset_nop_2 ... FAILED Oct 13 04:36:12.351 INFO blam! test change_offset_smoke_2 ... FAILED Oct 13 04:36:12.354 INFO blam! test change_offset_nop_1 ... FAILED Oct 13 04:36:12.355 INFO blam! test inc_dec_negative_2 ... FAILED Oct 13 04:36:12.355 INFO blam! test change_offset_nop_3 ... FAILED Oct 13 04:36:12.355 INFO blam! test change_offset_smoke_1 ... FAILED Oct 13 04:36:12.355 INFO blam! test inc_dec_negative_1 ... FAILED Oct 13 04:36:12.359 INFO blam! test inc_dec_smoke_same ... FAILED Oct 13 04:36:12.371 INFO blam! test zero_nop_1 ... FAILED Oct 13 04:36:12.373 INFO blam! test inc_dec_smoke_node ... FAILED Oct 13 04:36:12.373 INFO blam! Oct 13 04:36:12.373 INFO blam! failures: Oct 13 04:36:12.374 INFO blam! Oct 13 04:36:12.374 INFO blam! ---- change_offset_negative_offset stdout ---- Oct 13 04:36:12.374 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 13 04:36:12.374 INFO blam! stack backtrace: Oct 13 04:36:12.374 INFO blam! 0: 0x559c196df28e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 13 04:36:12.374 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 04:36:12.374 INFO blam! 1: 0x559c196eb386 - std::sys_common::backtrace::print::hce31971a380b167f Oct 13 04:36:12.374 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 04:36:12.374 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 04:36:12.374 INFO blam! 2: 0x559c196e407d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 13 04:36:12.374 INFO blam! at libstd/panicking.rs:211 Oct 13 04:36:12.374 INFO blam! 3: 0x559c196e3d8b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 13 04:36:12.374 INFO blam! at libstd/panicking.rs:221 Oct 13 04:36:12.374 INFO blam! 4: 0x559c196e472c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 13 04:36:12.374 INFO blam! at libstd/panicking.rs:476 Oct 13 04:36:12.374 INFO blam! 5: 0x559c196e42e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 13 04:36:12.374 INFO blam! at libstd/panicking.rs:390 Oct 13 04:36:12.374 INFO blam! 6: 0x559c196e41e5 - rust_begin_unwind Oct 13 04:36:12.374 INFO blam! at libstd/panicking.rs:325 Oct 13 04:36:12.374 INFO blam! 7: 0x559c1972651b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 13 04:36:12.374 INFO blam! at libcore/panicking.rs:77 Oct 13 04:36:12.374 INFO blam! 8: 0x559c196c1cd3 - core::result::unwrap_failed::ha7aa1315d50e7847 Oct 13 04:36:12.374 INFO blam! at libcore/macros.rs:26 Oct 13 04:36:12.374 INFO blam! 9: 0x559c1966809f - >::expect::hf6def8c27b682967 Oct 13 04:36:12.374 INFO blam! at libcore/result.rs:835 Oct 13 04:36:12.374 INFO blam! 10: 0x559c196649e0 - instructions::common::node_bridge::NodeBridge::create::h48979113ce6c3621 Oct 13 04:36:12.374 INFO blam! at tests/common/node_bridge.rs:20 Oct 13 04:36:12.374 INFO blam! 11: 0x559c19664fa1 - instructions::common::node_bridge::run_wasm_in_node::h6776745ff547167f Oct 13 04:36:12.374 INFO blam! at tests/common/node_bridge.rs:72 Oct 13 04:36:12.374 INFO blam! 12: 0x559c19665239 - instructions::common::node_bridge::run_tokens_in_node::h876eaa363a2390fb Oct 13 04:36:12.374 INFO blam! at tests/common/node_bridge.rs:91 Oct 13 04:36:12.374 INFO blam! 13: 0x559c19665e39 - instructions::common::test_util::run_and_expect_same_tokens::hcb8610d3ece6d3fd Oct 13 04:36:12.374 INFO blam! at tests/common/test_util.rs:26 Oct 13 04:36:12.374 INFO blam! 14: 0x559c19667d0f - instructions::change_offset_negative_offset::h1eeb8d7913d7edc5 Oct 13 04:36:12.374 INFO blam! at tests/instructions.rs:80 Oct 13 04:36:12.374 INFO blam! 15: 0x559c19667c89 - instructions::change_offset_negative_offset::{{closure}}::h5506717069fef6a2 Oct 13 04:36:12.374 INFO blam! at tests/instructions.rs:79 Oct 13 04:36:12.374 INFO blam! 16: 0x559c1966274d - core::ops::function::FnOnce::call_once::h797b2ebe1aa700e7 Oct 13 04:36:12.374 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.374 INFO blam! 17: 0x559c1966da8e - >::call_box::hae226a42c8d94b19 Oct 13 04:36:12.374 INFO blam! at libtest/lib.rs:1468 Oct 13 04:36:12.374 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.374 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.374 INFO blam! 18: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.374 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.374 INFO blam! 19: 0x559c1968e4bd - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 13 04:36:12.374 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.374 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.374 INFO blam! at libtest/lib.rs:1423 Oct 13 04:36:12.374 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 04:36:12.374 INFO blam! 20: 0x559c1968f064 - std::panicking::try::do_call::h2c632c17829d0621 Oct 13 04:36:12.374 INFO blam! at libstd/thread/mod.rs:409 Oct 13 04:36:12.374 INFO blam! at libstd/panic.rs:313 Oct 13 04:36:12.374 INFO blam! at libstd/panicking.rs:310 Oct 13 04:36:12.374 INFO blam! 21: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.374 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.374 INFO blam! 22: 0x559c1967c6a6 - >::call_box::h1a0832645645f090 Oct 13 04:36:12.374 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.374 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.374 INFO blam! at libstd/thread/mod.rs:408 Oct 13 04:36:12.374 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.374 INFO blam! 23: 0x559c196e1aea - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 13 04:36:12.374 INFO blam! at liballoc/boxed.rs:682 Oct 13 04:36:12.374 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 04:36:12.374 INFO blam! 24: 0x559c196d4f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 13 04:36:12.374 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 04:36:12.374 INFO blam! 25: 0x7f53f09006b9 - start_thread Oct 13 04:36:12.374 INFO blam! 26: 0x7f53f042041c - clone Oct 13 04:36:12.374 INFO blam! 27: 0x0 - Oct 13 04:36:12.374 INFO blam! Oct 13 04:36:12.374 INFO blam! ---- change_offset_nop_2 stdout ---- Oct 13 04:36:12.374 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 13 04:36:12.374 INFO blam! stack backtrace: Oct 13 04:36:12.374 INFO blam! 0: 0x559c196df28e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 13 04:36:12.374 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 04:36:12.374 INFO blam! 1: 0x559c196eb386 - std::sys_common::backtrace::print::hce31971a380b167f Oct 13 04:36:12.374 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 04:36:12.374 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 04:36:12.374 INFO blam! 2: 0x559c196e407d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 13 04:36:12.374 INFO blam! at libstd/panicking.rs:211 Oct 13 04:36:12.375 INFO blam! 3: 0x559c196e3d8b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 13 04:36:12.375 INFO blam! at libstd/panicking.rs:221 Oct 13 04:36:12.375 INFO blam! 4: 0x559c196e472c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 13 04:36:12.375 INFO blam! at libstd/panicking.rs:476 Oct 13 04:36:12.375 INFO blam! 5: 0x559c196e42e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 13 04:36:12.375 INFO blam! at libstd/panicking.rs:390 Oct 13 04:36:12.375 INFO blam! 6: 0x559c196e41e5 - rust_begin_unwind Oct 13 04:36:12.375 INFO blam! at libstd/panicking.rs:325 Oct 13 04:36:12.375 INFO blam! 7: 0x559c1972651b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 13 04:36:12.375 INFO blam! at libcore/panicking.rs:77 Oct 13 04:36:12.375 INFO blam! 8: 0x559c196c1cd3 - core::result::unwrap_failed::ha7aa1315d50e7847 Oct 13 04:36:12.375 INFO blam! at libcore/macros.rs:26 Oct 13 04:36:12.375 INFO blam! 9: 0x559c1966809f - >::expect::hf6def8c27b682967 Oct 13 04:36:12.375 INFO blam! at libcore/result.rs:835 Oct 13 04:36:12.375 INFO blam! 10: 0x559c196649e0 - instructions::common::node_bridge::NodeBridge::create::h48979113ce6c3621 Oct 13 04:36:12.375 INFO blam! at tests/common/node_bridge.rs:20 Oct 13 04:36:12.375 INFO blam! 11: 0x559c19664fa1 - instructions::common::node_bridge::run_wasm_in_node::h6776745ff547167f Oct 13 04:36:12.375 INFO blam! at tests/common/node_bridge.rs:72 Oct 13 04:36:12.375 INFO blam! 12: 0x559c19665239 - instructions::common::node_bridge::run_tokens_in_node::h876eaa363a2390fb Oct 13 04:36:12.375 INFO blam! at tests/common/node_bridge.rs:91 Oct 13 04:36:12.375 INFO blam! 13: 0x559c19665e39 - instructions::common::test_util::run_and_expect_same_tokens::hcb8610d3ece6d3fd Oct 13 04:36:12.375 INFO blam! at tests/common/test_util.rs:26 Oct 13 04:36:12.375 INFO blam! 14: 0x559c19667b37 - instructions::change_offset_nop_2::h749b3c95568b24a2 Oct 13 04:36:12.375 INFO blam! at tests/instructions.rs:64 Oct 13 04:36:12.375 INFO blam! 15: 0x559c19667aa9 - instructions::change_offset_nop_2::{{closure}}::hfbc9fe123491fe35 Oct 13 04:36:12.375 INFO blam! at tests/instructions.rs:63 Oct 13 04:36:12.375 INFO blam! 16: 0x559c1966278d - core::ops::function::FnOnce::call_once::h84361156c3e35cd8 Oct 13 04:36:12.375 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.375 INFO blam! 17: 0x559c1966da8e - >::call_box::hae226a42c8d94b19 Oct 13 04:36:12.375 INFO blam! at libtest/lib.rs:1468 Oct 13 04:36:12.375 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.375 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.375 INFO blam! 18: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.375 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.375 INFO blam! 19: 0x559c1968e4bd - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 13 04:36:12.375 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.375 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.375 INFO blam! at libtest/lib.rs:1423 Oct 13 04:36:12.375 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 04:36:12.375 INFO blam! 20: 0x559c1968f064 - std::panicking::try::do_call::h2c632c17829d0621 Oct 13 04:36:12.375 INFO blam! at libstd/thread/mod.rs:409 Oct 13 04:36:12.375 INFO blam! at libstd/panic.rs:313 Oct 13 04:36:12.375 INFO blam! at libstd/panicking.rs:310 Oct 13 04:36:12.375 INFO blam! 21: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.375 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.375 INFO blam! 22: 0x559c1967c6a6 - >::call_box::h1a0832645645f090 Oct 13 04:36:12.375 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.375 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.375 INFO blam! at libstd/thread/mod.rs:408 Oct 13 04:36:12.375 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.375 INFO blam! 23: 0x559c196e1aea - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 13 04:36:12.375 INFO blam! at liballoc/boxed.rs:682 Oct 13 04:36:12.375 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 04:36:12.375 INFO blam! 24: 0x559c196d4f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 13 04:36:12.375 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 04:36:12.375 INFO blam! 25: 0x7f53f09006b9 - start_thread Oct 13 04:36:12.375 INFO blam! 26: 0x7f53f042041c - clone Oct 13 04:36:12.375 INFO blam! 27: 0x0 - Oct 13 04:36:12.375 INFO blam! Oct 13 04:36:12.375 INFO blam! ---- change_offset_smoke_2 stdout ---- Oct 13 04:36:12.375 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 13 04:36:12.375 INFO blam! stack backtrace: Oct 13 04:36:12.375 INFO blam! 0: 0x559c196df28e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 13 04:36:12.375 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 04:36:12.375 INFO blam! 1: 0x559c196eb386 - std::sys_common::backtrace::print::hce31971a380b167f Oct 13 04:36:12.375 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 04:36:12.375 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 04:36:12.375 INFO blam! 2: 0x559c196e407d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 13 04:36:12.375 INFO blam! at libstd/panicking.rs:211 Oct 13 04:36:12.375 INFO blam! 3: 0x559c196e3d8b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 13 04:36:12.375 INFO blam! at libstd/panicking.rs:221 Oct 13 04:36:12.375 INFO blam! 4: 0x559c196e472c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 13 04:36:12.375 INFO blam! at libstd/panicking.rs:476 Oct 13 04:36:12.375 INFO blam! 5: 0x559c196e42e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 13 04:36:12.375 INFO blam! at libstd/panicking.rs:390 Oct 13 04:36:12.375 INFO blam! 6: 0x559c196e41e5 - rust_begin_unwind Oct 13 04:36:12.375 INFO blam! at libstd/panicking.rs:325 Oct 13 04:36:12.375 INFO blam! 7: 0x559c1972651b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 13 04:36:12.375 INFO blam! at libcore/panicking.rs:77 Oct 13 04:36:12.375 INFO blam! 8: 0x559c196c1cd3 - core::result::unwrap_failed::ha7aa1315d50e7847 Oct 13 04:36:12.375 INFO blam! at libcore/macros.rs:26 Oct 13 04:36:12.375 INFO blam! 9: 0x559c1966809f - >::expect::hf6def8c27b682967 Oct 13 04:36:12.375 INFO blam! at libcore/result.rs:835 Oct 13 04:36:12.375 INFO blam! 10: 0x559c196649e0 - instructions::common::node_bridge::NodeBridge::create::h48979113ce6c3621 Oct 13 04:36:12.375 INFO blam! at tests/common/node_bridge.rs:20 Oct 13 04:36:12.376 INFO blam! 11: 0x559c19664fa1 - instructions::common::node_bridge::run_wasm_in_node::h6776745ff547167f Oct 13 04:36:12.376 INFO blam! at tests/common/node_bridge.rs:72 Oct 13 04:36:12.376 INFO blam! 12: 0x559c19665239 - instructions::common::node_bridge::run_tokens_in_node::h876eaa363a2390fb Oct 13 04:36:12.376 INFO blam! at tests/common/node_bridge.rs:91 Oct 13 04:36:12.376 INFO blam! 13: 0x559c19665e39 - instructions::common::test_util::run_and_expect_same_tokens::hcb8610d3ece6d3fd Oct 13 04:36:12.376 INFO blam! at tests/common/test_util.rs:26 Oct 13 04:36:12.376 INFO blam! 14: 0x559c19667937 - instructions::change_offset_smoke_2::he9a37bac22d27da8 Oct 13 04:36:12.376 INFO blam! at tests/instructions.rs:50 Oct 13 04:36:12.376 INFO blam! 15: 0x559c196678d9 - instructions::change_offset_smoke_2::{{closure}}::h8d82ae396b8a2619 Oct 13 04:36:12.376 INFO blam! at tests/instructions.rs:49 Oct 13 04:36:12.376 INFO blam! 16: 0x559c1966288d - core::ops::function::FnOnce::call_once::hd41a386e9e6d08d6 Oct 13 04:36:12.376 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.376 INFO blam! 17: 0x559c1966da8e - >::call_box::hae226a42c8d94b19 Oct 13 04:36:12.376 INFO blam! at libtest/lib.rs:1468 Oct 13 04:36:12.376 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.376 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.376 INFO blam! 18: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.376 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.376 INFO blam! 19: 0x559c1968e4bd - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 13 04:36:12.376 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.376 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.376 INFO blam! at libtest/lib.rs:1423 Oct 13 04:36:12.376 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 04:36:12.376 INFO blam! 20: 0x559c1968f064 - std::panicking::try::do_call::h2c632c17829d0621 Oct 13 04:36:12.376 INFO blam! at libstd/thread/mod.rs:409 Oct 13 04:36:12.376 INFO blam! at libstd/panic.rs:313 Oct 13 04:36:12.376 INFO blam! at libstd/panicking.rs:310 Oct 13 04:36:12.376 INFO blam! 21: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.376 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.376 INFO blam! 22: 0x559c1967c6a6 - >::call_box::h1a0832645645f090 Oct 13 04:36:12.376 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.376 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.376 INFO blam! at libstd/thread/mod.rs:408 Oct 13 04:36:12.376 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.376 INFO blam! 23: 0x559c196e1aea - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 13 04:36:12.376 INFO blam! at liballoc/boxed.rs:682 Oct 13 04:36:12.376 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 04:36:12.376 INFO blam! 24: 0x559c196d4f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 13 04:36:12.376 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 04:36:12.376 INFO blam! 25: 0x7f53f09006b9 - start_thread Oct 13 04:36:12.376 INFO blam! 26: 0x7f53f042041c - clone Oct 13 04:36:12.376 INFO blam! 27: 0x0 - Oct 13 04:36:12.376 INFO blam! Oct 13 04:36:12.376 INFO blam! ---- change_offset_nop_1 stdout ---- Oct 13 04:36:12.376 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 13 04:36:12.376 INFO blam! stack backtrace: Oct 13 04:36:12.376 INFO blam! 0: 0x559c196df28e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 13 04:36:12.376 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 04:36:12.376 INFO blam! 1: 0x559c196eb386 - std::sys_common::backtrace::print::hce31971a380b167f Oct 13 04:36:12.376 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 04:36:12.376 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 04:36:12.376 INFO blam! 2: 0x559c196e407d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 13 04:36:12.376 INFO blam! at libstd/panicking.rs:211 Oct 13 04:36:12.376 INFO blam! 3: 0x559c196e3d8b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 13 04:36:12.376 INFO blam! at libstd/panicking.rs:221 Oct 13 04:36:12.376 INFO blam! 4: 0x559c196e472c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 13 04:36:12.376 INFO blam! at libstd/panicking.rs:476 Oct 13 04:36:12.376 INFO blam! 5: 0x559c196e42e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 13 04:36:12.376 INFO blam! at libstd/panicking.rs:390 Oct 13 04:36:12.376 INFO blam! 6: 0x559c196e41e5 - rust_begin_unwind Oct 13 04:36:12.376 INFO blam! at libstd/panicking.rs:325 Oct 13 04:36:12.376 INFO blam! 7: 0x559c1972651b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 13 04:36:12.376 INFO blam! at libcore/panicking.rs:77 Oct 13 04:36:12.376 INFO blam! 8: 0x559c196c1cd3 - core::result::unwrap_failed::ha7aa1315d50e7847 Oct 13 04:36:12.376 INFO blam! at libcore/macros.rs:26 Oct 13 04:36:12.376 INFO blam! 9: 0x559c1966809f - >::expect::hf6def8c27b682967 Oct 13 04:36:12.376 INFO blam! at libcore/result.rs:835 Oct 13 04:36:12.376 INFO blam! 10: 0x559c196649e0 - instructions::common::node_bridge::NodeBridge::create::h48979113ce6c3621 Oct 13 04:36:12.376 INFO blam! at tests/common/node_bridge.rs:20 Oct 13 04:36:12.376 INFO blam! 11: 0x559c19664fa1 - instructions::common::node_bridge::run_wasm_in_node::h6776745ff547167f Oct 13 04:36:12.376 INFO blam! at tests/common/node_bridge.rs:72 Oct 13 04:36:12.376 INFO blam! 12: 0x559c19665239 - instructions::common::node_bridge::run_tokens_in_node::h876eaa363a2390fb Oct 13 04:36:12.376 INFO blam! at tests/common/node_bridge.rs:91 Oct 13 04:36:12.376 INFO blam! 13: 0x559c19665e39 - instructions::common::test_util::run_and_expect_same_tokens::hcb8610d3ece6d3fd Oct 13 04:36:12.376 INFO blam! at tests/common/test_util.rs:26 Oct 13 04:36:12.376 INFO blam! 14: 0x559c19667a2d - instructions::change_offset_nop_1::hd2fcd35921717bd2 Oct 13 04:36:12.376 INFO blam! at tests/instructions.rs:55 Oct 13 04:36:12.376 INFO blam! 15: 0x559c19667969 - instructions::change_offset_nop_1::{{closure}}::hb44de36442e5316b Oct 13 04:36:12.376 INFO blam! at tests/instructions.rs:54 Oct 13 04:36:12.376 INFO blam! 16: 0x559c196626cd - core::ops::function::FnOnce::call_once::h4ac5a36310b3aa78 Oct 13 04:36:12.376 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.376 INFO blam! 17: 0x559c1966da8e - >::call_box::hae226a42c8d94b19 Oct 13 04:36:12.376 INFO blam! at libtest/lib.rs:1468 Oct 13 04:36:12.376 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.377 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.377 INFO blam! 18: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.377 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.377 INFO blam! 19: 0x559c1968e4bd - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 13 04:36:12.377 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.377 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.377 INFO blam! at libtest/lib.rs:1423 Oct 13 04:36:12.377 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 04:36:12.377 INFO blam! 20: 0x559c1968f064 - std::panicking::try::do_call::h2c632c17829d0621 Oct 13 04:36:12.377 INFO blam! at libstd/thread/mod.rs:409 Oct 13 04:36:12.377 INFO blam! at libstd/panic.rs:313 Oct 13 04:36:12.377 INFO blam! at libstd/panicking.rs:310 Oct 13 04:36:12.377 INFO blam! 21: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.377 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.377 INFO blam! 22: 0x559c1967c6a6 - >::call_box::h1a0832645645f090 Oct 13 04:36:12.377 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.377 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.377 INFO blam! at libstd/thread/mod.rs:408 Oct 13 04:36:12.377 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.377 INFO blam! 23: 0x559c196e1aea - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 13 04:36:12.377 INFO blam! at liballoc/boxed.rs:682 Oct 13 04:36:12.377 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 04:36:12.377 INFO blam! 24: 0x559c196d4f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 13 04:36:12.377 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 04:36:12.377 INFO blam! 25: 0x7f53f09006b9 - start_thread Oct 13 04:36:12.377 INFO blam! 26: 0x7f53f042041c - clone Oct 13 04:36:12.377 INFO blam! 27: 0x0 - Oct 13 04:36:12.377 INFO blam! Oct 13 04:36:12.377 INFO blam! ---- inc_dec_negative_2 stdout ---- Oct 13 04:36:12.377 INFO blam! Optimization round: 1 Oct 13 04:36:12.377 INFO blam! Optimization round: 2 Oct 13 04:36:12.377 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 13 04:36:12.377 INFO blam! stack backtrace: Oct 13 04:36:12.377 INFO blam! 0: 0x559c196df28e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 13 04:36:12.377 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 04:36:12.377 INFO blam! 1: 0x559c196eb386 - std::sys_common::backtrace::print::hce31971a380b167f Oct 13 04:36:12.377 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 04:36:12.377 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 04:36:12.377 INFO blam! 2: 0x559c196e407d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 13 04:36:12.377 INFO blam! at libstd/panicking.rs:211 Oct 13 04:36:12.377 INFO blam! 3: 0x559c196e3d8b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 13 04:36:12.377 INFO blam! at libstd/panicking.rs:221 Oct 13 04:36:12.377 INFO blam! 4: 0x559c196e472c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 13 04:36:12.377 INFO blam! at libstd/panicking.rs:476 Oct 13 04:36:12.377 INFO blam! 5: 0x559c196e42e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 13 04:36:12.377 INFO blam! at libstd/panicking.rs:390 Oct 13 04:36:12.377 INFO blam! 6: 0x559c196e41e5 - rust_begin_unwind Oct 13 04:36:12.377 INFO blam! at libstd/panicking.rs:325 Oct 13 04:36:12.377 INFO blam! 7: 0x559c1972651b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 13 04:36:12.377 INFO blam! at libcore/panicking.rs:77 Oct 13 04:36:12.377 INFO blam! 8: 0x559c196c1cd3 - core::result::unwrap_failed::ha7aa1315d50e7847 Oct 13 04:36:12.377 INFO blam! at libcore/macros.rs:26 Oct 13 04:36:12.377 INFO blam! 9: 0x559c1966809f - >::expect::hf6def8c27b682967 Oct 13 04:36:12.377 INFO blam! at libcore/result.rs:835 Oct 13 04:36:12.377 INFO blam! 10: 0x559c196649e0 - instructions::common::node_bridge::NodeBridge::create::h48979113ce6c3621 Oct 13 04:36:12.377 INFO blam! at tests/common/node_bridge.rs:20 Oct 13 04:36:12.377 INFO blam! 11: 0x559c19664fa1 - instructions::common::node_bridge::run_wasm_in_node::h6776745ff547167f Oct 13 04:36:12.377 INFO blam! at tests/common/node_bridge.rs:72 Oct 13 04:36:12.377 INFO blam! 12: 0x559c19665239 - instructions::common::node_bridge::run_tokens_in_node::h876eaa363a2390fb Oct 13 04:36:12.377 INFO blam! at tests/common/node_bridge.rs:91 Oct 13 04:36:12.377 INFO blam! 13: 0x559c19665e39 - instructions::common::test_util::run_and_expect_same_tokens::hcb8610d3ece6d3fd Oct 13 04:36:12.377 INFO blam! at tests/common/test_util.rs:26 Oct 13 04:36:12.377 INFO blam! 14: 0x559c19665f54 - instructions::common::test_util::run_and_expect_same::hdc7248a31ab3d54b Oct 13 04:36:12.377 INFO blam! at tests/common/test_util.rs:32 Oct 13 04:36:12.377 INFO blam! 15: 0x559c196676f6 - instructions::inc_dec_negative_2::h5c358ae29539073e Oct 13 04:36:12.377 INFO blam! at tests/instructions.rs:31 Oct 13 04:36:12.377 INFO blam! 16: 0x559c196676c9 - instructions::inc_dec_negative_2::{{closure}}::h732557def4004415 Oct 13 04:36:12.377 INFO blam! at tests/instructions.rs:30 Oct 13 04:36:12.377 INFO blam! 17: 0x559c1966260d - core::ops::function::FnOnce::call_once::h103ddb54f5ad24af Oct 13 04:36:12.377 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.377 INFO blam! 18: 0x559c1966da8e - >::call_box::hae226a42c8d94b19 Oct 13 04:36:12.377 INFO blam! at libtest/lib.rs:1468 Oct 13 04:36:12.377 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.377 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.377 INFO blam! 19: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.377 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.377 INFO blam! 20: 0x559c1968e4bd - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 13 04:36:12.377 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.377 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.377 INFO blam! at libtest/lib.rs:1423 Oct 13 04:36:12.377 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 04:36:12.377 INFO blam! 21: 0x559c1968f064 - std::panicking::try::do_call::h2c632c17829d0621 Oct 13 04:36:12.377 INFO blam! at libstd/thread/mod.rs:409 Oct 13 04:36:12.377 INFO blam! at libstd/panic.rs:313 Oct 13 04:36:12.378 INFO blam! at libstd/panicking.rs:310 Oct 13 04:36:12.378 INFO blam! 22: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.378 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.378 INFO blam! 23: 0x559c1967c6a6 - >::call_box::h1a0832645645f090 Oct 13 04:36:12.378 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.378 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.378 INFO blam! at libstd/thread/mod.rs:408 Oct 13 04:36:12.378 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.378 INFO blam! 24: 0x559c196e1aea - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 13 04:36:12.378 INFO blam! at liballoc/boxed.rs:682 Oct 13 04:36:12.378 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 04:36:12.378 INFO blam! 25: 0x559c196d4f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 13 04:36:12.378 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 04:36:12.378 INFO blam! 26: 0x7f53f09006b9 - start_thread Oct 13 04:36:12.378 INFO blam! 27: 0x7f53f042041c - clone Oct 13 04:36:12.378 INFO blam! 28: 0x0 - Oct 13 04:36:12.378 INFO blam! Oct 13 04:36:12.378 INFO blam! ---- change_offset_nop_3 stdout ---- Oct 13 04:36:12.378 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 13 04:36:12.378 INFO blam! stack backtrace: Oct 13 04:36:12.378 INFO blam! 0: 0x559c196df28e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 13 04:36:12.378 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 04:36:12.378 INFO blam! 1: 0x559c196eb386 - std::sys_common::backtrace::print::hce31971a380b167f Oct 13 04:36:12.378 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 04:36:12.378 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 04:36:12.378 INFO blam! 2: 0x559c196e407d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 13 04:36:12.378 INFO blam! at libstd/panicking.rs:211 Oct 13 04:36:12.378 INFO blam! 3: 0x559c196e3d8b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 13 04:36:12.378 INFO blam! at libstd/panicking.rs:221 Oct 13 04:36:12.378 INFO blam! 4: 0x559c196e472c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 13 04:36:12.378 INFO blam! at libstd/panicking.rs:476 Oct 13 04:36:12.378 INFO blam! 5: 0x559c196e42e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 13 04:36:12.378 INFO blam! at libstd/panicking.rs:390 Oct 13 04:36:12.378 INFO blam! 6: 0x559c196e41e5 - rust_begin_unwind Oct 13 04:36:12.378 INFO blam! at libstd/panicking.rs:325 Oct 13 04:36:12.378 INFO blam! 7: 0x559c1972651b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 13 04:36:12.378 INFO blam! at libcore/panicking.rs:77 Oct 13 04:36:12.378 INFO blam! 8: 0x559c196c1cd3 - core::result::unwrap_failed::ha7aa1315d50e7847 Oct 13 04:36:12.378 INFO blam! at libcore/macros.rs:26 Oct 13 04:36:12.378 INFO blam! 9: 0x559c1966809f - >::expect::hf6def8c27b682967 Oct 13 04:36:12.378 INFO blam! at libcore/result.rs:835 Oct 13 04:36:12.378 INFO blam! 10: 0x559c196649e0 - instructions::common::node_bridge::NodeBridge::create::h48979113ce6c3621 Oct 13 04:36:12.378 INFO blam! at tests/common/node_bridge.rs:20 Oct 13 04:36:12.378 INFO blam! 11: 0x559c19664fa1 - instructions::common::node_bridge::run_wasm_in_node::h6776745ff547167f Oct 13 04:36:12.378 INFO blam! at tests/common/node_bridge.rs:72 Oct 13 04:36:12.378 INFO blam! 12: 0x559c19665239 - instructions::common::node_bridge::run_tokens_in_node::h876eaa363a2390fb Oct 13 04:36:12.378 INFO blam! at tests/common/node_bridge.rs:91 Oct 13 04:36:12.378 INFO blam! 13: 0x559c19665e39 - instructions::common::test_util::run_and_expect_same_tokens::hcb8610d3ece6d3fd Oct 13 04:36:12.378 INFO blam! at tests/common/test_util.rs:26 Oct 13 04:36:12.378 INFO blam! 14: 0x559c19667c27 - instructions::change_offset_nop_3::hfaba063cd8e6b646 Oct 13 04:36:12.378 INFO blam! at tests/instructions.rs:72 Oct 13 04:36:12.378 INFO blam! 15: 0x559c19667b99 - instructions::change_offset_nop_3::{{closure}}::hdbbe1e03a51fb8b9 Oct 13 04:36:12.378 INFO blam! at tests/instructions.rs:71 Oct 13 04:36:12.378 INFO blam! 16: 0x559c196628cd - core::ops::function::FnOnce::call_once::hfd3ef03b16670fa5 Oct 13 04:36:12.378 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.378 INFO blam! 17: 0x559c1966da8e - >::call_box::hae226a42c8d94b19 Oct 13 04:36:12.378 INFO blam! at libtest/lib.rs:1468 Oct 13 04:36:12.378 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.378 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.378 INFO blam! 18: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.378 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.378 INFO blam! 19: 0x559c1968e4bd - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 13 04:36:12.378 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.378 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.378 INFO blam! at libtest/lib.rs:1423 Oct 13 04:36:12.378 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 04:36:12.378 INFO blam! 20: 0x559c1968f064 - std::panicking::try::do_call::h2c632c17829d0621 Oct 13 04:36:12.378 INFO blam! at libstd/thread/mod.rs:409 Oct 13 04:36:12.378 INFO blam! at libstd/panic.rs:313 Oct 13 04:36:12.378 INFO blam! at libstd/panicking.rs:310 Oct 13 04:36:12.378 INFO blam! 21: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.378 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.378 INFO blam! 22: 0x559c1967c6a6 - >::call_box::h1a0832645645f090 Oct 13 04:36:12.378 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.378 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.378 INFO blam! at libstd/thread/mod.rs:408 Oct 13 04:36:12.378 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.379 INFO kablam! error: test failed, to rerun pass '--test instructions' Oct 13 04:36:12.379 INFO blam! 23: 0x559c196e1aea - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 13 04:36:12.379 INFO kablam! su: No module specific data is present Oct 13 04:36:12.379 INFO blam! at liballoc/boxed.rs:682 Oct 13 04:36:12.379 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 04:36:12.379 INFO blam! 24: 0x559c196d4f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 13 04:36:12.379 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 04:36:12.379 INFO blam! 25: 0x7f53f09006b9 - start_thread Oct 13 04:36:12.379 INFO blam! 26: 0x7f53f042041c - clone Oct 13 04:36:12.379 INFO blam! 27: 0x0 - Oct 13 04:36:12.379 INFO blam! Oct 13 04:36:12.379 INFO blam! ---- change_offset_smoke_1 stdout ---- Oct 13 04:36:12.379 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 13 04:36:12.379 INFO blam! stack backtrace: Oct 13 04:36:12.379 INFO blam! 0: 0x559c196df28e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 13 04:36:12.379 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 04:36:12.379 INFO blam! 1: 0x559c196eb386 - std::sys_common::backtrace::print::hce31971a380b167f Oct 13 04:36:12.379 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 04:36:12.380 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 04:36:12.380 INFO blam! 2: 0x559c196e407d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 13 04:36:12.380 INFO blam! at libstd/panicking.rs:211 Oct 13 04:36:12.380 INFO blam! 3: 0x559c196e3d8b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 13 04:36:12.380 INFO blam! at libstd/panicking.rs:221 Oct 13 04:36:12.380 INFO blam! 4: 0x559c196e472c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 13 04:36:12.380 INFO blam! at libstd/panicking.rs:476 Oct 13 04:36:12.380 INFO blam! 5: 0x559c196e42e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 13 04:36:12.380 INFO blam! at libstd/panicking.rs:390 Oct 13 04:36:12.380 INFO blam! 6: 0x559c196e41e5 - rust_begin_unwind Oct 13 04:36:12.380 INFO blam! at libstd/panicking.rs:325 Oct 13 04:36:12.380 INFO blam! 7: 0x559c1972651b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 13 04:36:12.380 INFO blam! at libcore/panicking.rs:77 Oct 13 04:36:12.380 INFO blam! 8: 0x559c196c1cd3 - core::result::unwrap_failed::ha7aa1315d50e7847 Oct 13 04:36:12.380 INFO blam! at libcore/macros.rs:26 Oct 13 04:36:12.380 INFO blam! 9: 0x559c1966809f - >::expect::hf6def8c27b682967 Oct 13 04:36:12.380 INFO blam! at libcore/result.rs:835 Oct 13 04:36:12.380 INFO blam! 10: 0x559c196649e0 - instructions::common::node_bridge::NodeBridge::create::h48979113ce6c3621 Oct 13 04:36:12.380 INFO blam! at tests/common/node_bridge.rs:20 Oct 13 04:36:12.380 INFO blam! 11: 0x559c19664fa1 - instructions::common::node_bridge::run_wasm_in_node::h6776745ff547167f Oct 13 04:36:12.380 INFO blam! at tests/common/node_bridge.rs:72 Oct 13 04:36:12.380 INFO blam! 12: 0x559c19665239 - instructions::common::node_bridge::run_tokens_in_node::h876eaa363a2390fb Oct 13 04:36:12.380 INFO blam! at tests/common/node_bridge.rs:91 Oct 13 04:36:12.380 INFO blam! 13: 0x559c19665e39 - instructions::common::test_util::run_and_expect_same_tokens::hcb8610d3ece6d3fd Oct 13 04:36:12.380 INFO blam! at tests/common/test_util.rs:26 Oct 13 04:36:12.380 INFO blam! 14: 0x559c196678a7 - instructions::change_offset_smoke_1::h297974bc7af57ba5 Oct 13 04:36:12.380 INFO blam! at tests/instructions.rs:45 Oct 13 04:36:12.380 INFO blam! 15: 0x559c19667849 - instructions::change_offset_smoke_1::{{closure}}::h92356d06338ba8e3 Oct 13 04:36:12.380 INFO blam! at tests/instructions.rs:44 Oct 13 04:36:12.380 INFO blam! 16: 0x559c196627cd - core::ops::function::FnOnce::call_once::h8d76999ef28e8657 Oct 13 04:36:12.380 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.380 INFO blam! 17: 0x559c1966da8e - >::call_box::hae226a42c8d94b19 Oct 13 04:36:12.380 INFO blam! at libtest/lib.rs:1468 Oct 13 04:36:12.380 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.380 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.380 INFO blam! 18: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.380 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.380 INFO blam! 19: 0x559c1968e4bd - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 13 04:36:12.380 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.380 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.380 INFO blam! at libtest/lib.rs:1423 Oct 13 04:36:12.380 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 04:36:12.380 INFO blam! 20: 0x559c1968f064 - std::panicking::try::do_call::h2c632c17829d0621 Oct 13 04:36:12.380 INFO blam! at libstd/thread/mod.rs:409 Oct 13 04:36:12.380 INFO blam! at libstd/panic.rs:313 Oct 13 04:36:12.380 INFO blam! at libstd/panicking.rs:310 Oct 13 04:36:12.380 INFO blam! 21: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.380 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.380 INFO blam! 22: 0x559c1967c6a6 - >::call_box::h1a0832645645f090 Oct 13 04:36:12.380 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.380 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.380 INFO blam! at libstd/thread/mod.rs:408 Oct 13 04:36:12.380 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.380 INFO blam! 23: 0x559c196e1aea - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 13 04:36:12.380 INFO blam! at liballoc/boxed.rs:682 Oct 13 04:36:12.380 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 04:36:12.380 INFO blam! 24: 0x559c196d4f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 13 04:36:12.380 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 04:36:12.380 INFO blam! 25: 0x7f53f09006b9 - start_thread Oct 13 04:36:12.380 INFO blam! 26: 0x7f53f042041c - clone Oct 13 04:36:12.380 INFO blam! 27: 0x0 - Oct 13 04:36:12.380 INFO blam! Oct 13 04:36:12.380 INFO blam! ---- inc_dec_negative_1 stdout ---- Oct 13 04:36:12.380 INFO blam! Optimization round: 1 Oct 13 04:36:12.380 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 13 04:36:12.380 INFO blam! stack backtrace: Oct 13 04:36:12.380 INFO blam! 0: 0x559c196df28e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 13 04:36:12.381 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 04:36:12.381 INFO blam! 1: 0x559c196eb386 - std::sys_common::backtrace::print::hce31971a380b167f Oct 13 04:36:12.381 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 04:36:12.381 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 04:36:12.381 INFO blam! 2: 0x559c196e407d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 13 04:36:12.381 INFO blam! at libstd/panicking.rs:211 Oct 13 04:36:12.381 INFO blam! 3: 0x559c196e3d8b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 13 04:36:12.381 INFO blam! at libstd/panicking.rs:221 Oct 13 04:36:12.381 INFO blam! 4: 0x559c196e472c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 13 04:36:12.381 INFO blam! at libstd/panicking.rs:476 Oct 13 04:36:12.381 INFO blam! 5: 0x559c196e42e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 13 04:36:12.381 INFO blam! at libstd/panicking.rs:390 Oct 13 04:36:12.381 INFO blam! 6: 0x559c196e41e5 - rust_begin_unwind Oct 13 04:36:12.381 INFO blam! at libstd/panicking.rs:325 Oct 13 04:36:12.381 INFO blam! 7: 0x559c1972651b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 13 04:36:12.381 INFO blam! at libcore/panicking.rs:77 Oct 13 04:36:12.381 INFO blam! 8: 0x559c196c1cd3 - core::result::unwrap_failed::ha7aa1315d50e7847 Oct 13 04:36:12.381 INFO blam! at libcore/macros.rs:26 Oct 13 04:36:12.381 INFO blam! 9: 0x559c1966809f - >::expect::hf6def8c27b682967 Oct 13 04:36:12.381 INFO blam! at libcore/result.rs:835 Oct 13 04:36:12.381 INFO blam! 10: 0x559c196649e0 - instructions::common::node_bridge::NodeBridge::create::h48979113ce6c3621 Oct 13 04:36:12.381 INFO blam! at tests/common/node_bridge.rs:20 Oct 13 04:36:12.381 INFO blam! 11: 0x559c19664fa1 - instructions::common::node_bridge::run_wasm_in_node::h6776745ff547167f Oct 13 04:36:12.381 INFO blam! at tests/common/node_bridge.rs:72 Oct 13 04:36:12.381 INFO blam! 12: 0x559c19665239 - instructions::common::node_bridge::run_tokens_in_node::h876eaa363a2390fb Oct 13 04:36:12.381 INFO blam! at tests/common/node_bridge.rs:91 Oct 13 04:36:12.381 INFO blam! 13: 0x559c19665e39 - instructions::common::test_util::run_and_expect_same_tokens::hcb8610d3ece6d3fd Oct 13 04:36:12.381 INFO blam! at tests/common/test_util.rs:26 Oct 13 04:36:12.381 INFO blam! 14: 0x559c19665f54 - instructions::common::test_util::run_and_expect_same::hdc7248a31ab3d54b Oct 13 04:36:12.381 INFO blam! at tests/common/test_util.rs:32 Oct 13 04:36:12.381 INFO blam! 15: 0x559c196676b6 - instructions::inc_dec_negative_1::h531b224b581e1fc9 Oct 13 04:36:12.381 INFO blam! at tests/instructions.rs:26 Oct 13 04:36:12.381 INFO blam! 16: 0x559c19667689 - instructions::inc_dec_negative_1::{{closure}}::hf2aeae8d31eaf4a4 Oct 13 04:36:12.381 INFO blam! at tests/instructions.rs:25 Oct 13 04:36:12.381 INFO blam! 17: 0x559c1966268d - core::ops::function::FnOnce::call_once::h29b984aa17a1fd1b Oct 13 04:36:12.381 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.381 INFO blam! 18: 0x559c1966da8e - >::call_box::hae226a42c8d94b19 Oct 13 04:36:12.381 INFO blam! at libtest/lib.rs:1468 Oct 13 04:36:12.381 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.381 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.381 INFO blam! 19: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.381 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.381 INFO blam! 20: 0x559c1968e4bd - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 13 04:36:12.381 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.381 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.381 INFO blam! at libtest/lib.rs:1423 Oct 13 04:36:12.381 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 04:36:12.381 INFO blam! 21: 0x559c1968f064 - std::panicking::try::do_call::h2c632c17829d0621 Oct 13 04:36:12.381 INFO blam! at libstd/thread/mod.rs:409 Oct 13 04:36:12.381 INFO blam! at libstd/panic.rs:313 Oct 13 04:36:12.381 INFO blam! at libstd/panicking.rs:310 Oct 13 04:36:12.381 INFO blam! 22: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.381 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.381 INFO blam! 23: 0x559c1967c6a6 - >::call_box::h1a0832645645f090 Oct 13 04:36:12.381 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.381 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.381 INFO blam! at libstd/thread/mod.rs:408 Oct 13 04:36:12.381 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.381 INFO blam! 24: 0x559c196e1aea - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 13 04:36:12.381 INFO blam! at liballoc/boxed.rs:682 Oct 13 04:36:12.381 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 04:36:12.381 INFO blam! 25: 0x559c196d4f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 13 04:36:12.381 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 04:36:12.381 INFO blam! 26: 0x7f53f09006b9 - start_thread Oct 13 04:36:12.381 INFO blam! 27: 0x7f53f042041c - clone Oct 13 04:36:12.381 INFO blam! 28: 0x0 - Oct 13 04:36:12.381 INFO blam! Oct 13 04:36:12.381 INFO blam! ---- inc_dec_smoke_same stdout ---- Oct 13 04:36:12.381 INFO blam! Optimization round: 1 Oct 13 04:36:12.381 INFO blam! Optimization round: 2 Oct 13 04:36:12.382 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 13 04:36:12.382 INFO blam! stack backtrace: Oct 13 04:36:12.382 INFO blam! 0: 0x559c196df28e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 13 04:36:12.382 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 04:36:12.382 INFO blam! 1: 0x559c196eb386 - std::sys_common::backtrace::print::hce31971a380b167f Oct 13 04:36:12.382 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 04:36:12.382 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 04:36:12.382 INFO blam! 2: 0x559c196e407d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 13 04:36:12.382 INFO blam! at libstd/panicking.rs:211 Oct 13 04:36:12.382 INFO blam! 3: 0x559c196e3d8b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 13 04:36:12.382 INFO blam! at libstd/panicking.rs:221 Oct 13 04:36:12.382 INFO blam! 4: 0x559c196e472c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 13 04:36:12.382 INFO blam! at libstd/panicking.rs:476 Oct 13 04:36:12.382 INFO blam! 5: 0x559c196e42e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 13 04:36:12.382 INFO blam! at libstd/panicking.rs:390 Oct 13 04:36:12.382 INFO blam! 6: 0x559c196e41e5 - rust_begin_unwind Oct 13 04:36:12.382 INFO blam! at libstd/panicking.rs:325 Oct 13 04:36:12.382 INFO blam! 7: 0x559c1972651b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 13 04:36:12.382 INFO blam! at libcore/panicking.rs:77 Oct 13 04:36:12.382 INFO blam! 8: 0x559c196c1cd3 - core::result::unwrap_failed::ha7aa1315d50e7847 Oct 13 04:36:12.382 INFO blam! at libcore/macros.rs:26 Oct 13 04:36:12.382 INFO blam! 9: 0x559c1966809f - >::expect::hf6def8c27b682967 Oct 13 04:36:12.382 INFO blam! at libcore/result.rs:835 Oct 13 04:36:12.382 INFO blam! 10: 0x559c196649e0 - instructions::common::node_bridge::NodeBridge::create::h48979113ce6c3621 Oct 13 04:36:12.382 INFO blam! at tests/common/node_bridge.rs:20 Oct 13 04:36:12.382 INFO blam! 11: 0x559c19664fa1 - instructions::common::node_bridge::run_wasm_in_node::h6776745ff547167f Oct 13 04:36:12.382 INFO blam! at tests/common/node_bridge.rs:72 Oct 13 04:36:12.382 INFO blam! 12: 0x559c19665239 - instructions::common::node_bridge::run_tokens_in_node::h876eaa363a2390fb Oct 13 04:36:12.382 INFO blam! at tests/common/node_bridge.rs:91 Oct 13 04:36:12.382 INFO blam! 13: 0x559c19665e39 - instructions::common::test_util::run_and_expect_same_tokens::hcb8610d3ece6d3fd Oct 13 04:36:12.382 INFO blam! at tests/common/test_util.rs:26 Oct 13 04:36:12.382 INFO blam! 14: 0x559c19665f54 - instructions::common::test_util::run_and_expect_same::hdc7248a31ab3d54b Oct 13 04:36:12.382 INFO blam! at tests/common/test_util.rs:32 Oct 13 04:36:12.382 INFO blam! 15: 0x559c19667676 - instructions::inc_dec_smoke_same::h26ee1b6b8b8ce3f3 Oct 13 04:36:12.382 INFO blam! at tests/instructions.rs:21 Oct 13 04:36:12.382 INFO blam! 16: 0x559c19667649 - instructions::inc_dec_smoke_same::{{closure}}::h178950a4e93c0b0f Oct 13 04:36:12.382 INFO blam! at tests/instructions.rs:20 Oct 13 04:36:12.382 INFO blam! 17: 0x559c1966280d - core::ops::function::FnOnce::call_once::hafb39d45d214c65f Oct 13 04:36:12.382 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.382 INFO blam! 18: 0x559c1966da8e - >::call_box::hae226a42c8d94b19 Oct 13 04:36:12.382 INFO blam! at libtest/lib.rs:1468 Oct 13 04:36:12.382 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.382 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.382 INFO blam! 19: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.382 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.382 INFO blam! 20: 0x559c1968e4bd - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 13 04:36:12.382 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.382 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.382 INFO blam! at libtest/lib.rs:1423 Oct 13 04:36:12.382 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 04:36:12.382 INFO blam! 21: 0x559c1968f064 - std::panicking::try::do_call::h2c632c17829d0621 Oct 13 04:36:12.382 INFO blam! at libstd/thread/mod.rs:409 Oct 13 04:36:12.382 INFO blam! at libstd/panic.rs:313 Oct 13 04:36:12.382 INFO blam! at libstd/panicking.rs:310 Oct 13 04:36:12.382 INFO blam! 22: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.382 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.382 INFO blam! 23: 0x559c1967c6a6 - >::call_box::h1a0832645645f090 Oct 13 04:36:12.382 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.382 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.382 INFO blam! at libstd/thread/mod.rs:408 Oct 13 04:36:12.382 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.382 INFO blam! 24: 0x559c196e1aea - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 13 04:36:12.382 INFO blam! at liballoc/boxed.rs:682 Oct 13 04:36:12.382 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 04:36:12.382 INFO blam! 25: 0x559c196d4f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 13 04:36:12.382 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 04:36:12.382 INFO blam! 26: 0x7f53f09006b9 - start_thread Oct 13 04:36:12.382 INFO blam! 27: 0x7f53f042041c - clone Oct 13 04:36:12.382 INFO blam! 28: 0x0 - Oct 13 04:36:12.382 INFO blam! Oct 13 04:36:12.382 INFO blam! ---- zero_nop_1 stdout ---- Oct 13 04:36:12.382 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 13 04:36:12.382 INFO blam! stack backtrace: Oct 13 04:36:12.383 INFO blam! 0: 0x559c196df28e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 13 04:36:12.383 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 04:36:12.383 INFO blam! 1: 0x559c196eb386 - std::sys_common::backtrace::print::hce31971a380b167f Oct 13 04:36:12.383 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 04:36:12.383 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 04:36:12.383 INFO blam! 2: 0x559c196e407d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:211 Oct 13 04:36:12.383 INFO blam! 3: 0x559c196e3d8b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:221 Oct 13 04:36:12.383 INFO blam! 4: 0x559c196e472c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:476 Oct 13 04:36:12.383 INFO blam! 5: 0x559c196e42e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:390 Oct 13 04:36:12.383 INFO blam! 6: 0x559c196e41e5 - rust_begin_unwind Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:325 Oct 13 04:36:12.383 INFO blam! 7: 0x559c1972651b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 13 04:36:12.383 INFO blam! at libcore/panicking.rs:77 Oct 13 04:36:12.383 INFO blam! 8: 0x559c196c1cd3 - core::result::unwrap_failed::ha7aa1315d50e7847 Oct 13 04:36:12.383 INFO blam! at libcore/macros.rs:26 Oct 13 04:36:12.383 INFO blam! 9: 0x559c1966809f - >::expect::hf6def8c27b682967 Oct 13 04:36:12.383 INFO blam! at libcore/result.rs:835 Oct 13 04:36:12.383 INFO blam! 10: 0x559c196649e0 - instructions::common::node_bridge::NodeBridge::create::h48979113ce6c3621 Oct 13 04:36:12.383 INFO blam! at tests/common/node_bridge.rs:20 Oct 13 04:36:12.383 INFO blam! 11: 0x559c19664fa1 - instructions::common::node_bridge::run_wasm_in_node::h6776745ff547167f Oct 13 04:36:12.383 INFO blam! at tests/common/node_bridge.rs:72 Oct 13 04:36:12.383 INFO blam! 12: 0x559c19665239 - instructions::common::node_bridge::run_tokens_in_node::h876eaa363a2390fb Oct 13 04:36:12.383 INFO blam! at tests/common/node_bridge.rs:91 Oct 13 04:36:12.383 INFO blam! 13: 0x559c19665e39 - instructions::common::test_util::run_and_expect_same_tokens::hcb8610d3ece6d3fd Oct 13 04:36:12.383 INFO blam! at tests/common/test_util.rs:26 Oct 13 04:36:12.383 INFO blam! 14: 0x559c196677c8 - instructions::zero_nop_1::h68be07946fc1cb2e Oct 13 04:36:12.383 INFO blam! at tests/instructions.rs:36 Oct 13 04:36:12.383 INFO blam! 15: 0x559c19667709 - instructions::zero_nop_1::{{closure}}::hb51ee004b013b758 Oct 13 04:36:12.383 INFO blam! at tests/instructions.rs:35 Oct 13 04:36:12.383 INFO blam! 16: 0x559c1966284d - core::ops::function::FnOnce::call_once::hc58838ac22e1efdc Oct 13 04:36:12.383 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.383 INFO blam! 17: 0x559c1966da8e - >::call_box::hae226a42c8d94b19 Oct 13 04:36:12.383 INFO blam! at libtest/lib.rs:1468 Oct 13 04:36:12.383 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.383 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.383 INFO blam! 18: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.383 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.383 INFO blam! 19: 0x559c1968e4bd - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.383 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.383 INFO blam! at libtest/lib.rs:1423 Oct 13 04:36:12.383 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 04:36:12.383 INFO blam! 20: 0x559c1968f064 - std::panicking::try::do_call::h2c632c17829d0621 Oct 13 04:36:12.383 INFO blam! at libstd/thread/mod.rs:409 Oct 13 04:36:12.383 INFO blam! at libstd/panic.rs:313 Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:310 Oct 13 04:36:12.383 INFO blam! 21: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.383 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.383 INFO blam! 22: 0x559c1967c6a6 - >::call_box::h1a0832645645f090 Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.383 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.383 INFO blam! at libstd/thread/mod.rs:408 Oct 13 04:36:12.383 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.383 INFO blam! 23: 0x559c196e1aea - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 13 04:36:12.383 INFO blam! at liballoc/boxed.rs:682 Oct 13 04:36:12.383 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 04:36:12.383 INFO blam! 24: 0x559c196d4f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 13 04:36:12.383 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 04:36:12.383 INFO blam! 25: 0x7f53f09006b9 - start_thread Oct 13 04:36:12.383 INFO blam! 26: 0x7f53f042041c - clone Oct 13 04:36:12.383 INFO blam! 27: 0x0 - Oct 13 04:36:12.383 INFO blam! Oct 13 04:36:12.383 INFO blam! ---- inc_dec_smoke_node stdout ---- Oct 13 04:36:12.383 INFO blam! Optimization round: 1 Oct 13 04:36:12.383 INFO blam! Optimization round: 2 Oct 13 04:36:12.383 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 13 04:36:12.383 INFO blam! stack backtrace: Oct 13 04:36:12.383 INFO blam! 0: 0x559c196df28e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 13 04:36:12.383 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 04:36:12.383 INFO blam! 1: 0x559c196eb386 - std::sys_common::backtrace::print::hce31971a380b167f Oct 13 04:36:12.383 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 04:36:12.383 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 04:36:12.383 INFO blam! 2: 0x559c196e407d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:211 Oct 13 04:36:12.383 INFO blam! 3: 0x559c196e3d8b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:221 Oct 13 04:36:12.383 INFO blam! 4: 0x559c196e472c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:476 Oct 13 04:36:12.383 INFO blam! 5: 0x559c196e42e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:390 Oct 13 04:36:12.383 INFO blam! 6: 0x559c196e41e5 - rust_begin_unwind Oct 13 04:36:12.383 INFO blam! at libstd/panicking.rs:325 Oct 13 04:36:12.383 INFO blam! 7: 0x559c1972651b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 13 04:36:12.383 INFO blam! at libcore/panicking.rs:77 Oct 13 04:36:12.383 INFO blam! 8: 0x559c196c1cd3 - core::result::unwrap_failed::ha7aa1315d50e7847 Oct 13 04:36:12.383 INFO blam! at libcore/macros.rs:26 Oct 13 04:36:12.383 INFO blam! 9: 0x559c1966809f - >::expect::hf6def8c27b682967 Oct 13 04:36:12.383 INFO blam! at libcore/result.rs:835 Oct 13 04:36:12.383 INFO blam! 10: 0x559c196649e0 - instructions::common::node_bridge::NodeBridge::create::h48979113ce6c3621 Oct 13 04:36:12.383 INFO blam! at tests/common/node_bridge.rs:20 Oct 13 04:36:12.383 INFO blam! 11: 0x559c19664fa1 - instructions::common::node_bridge::run_wasm_in_node::h6776745ff547167f Oct 13 04:36:12.384 INFO blam! at tests/common/node_bridge.rs:72 Oct 13 04:36:12.384 INFO blam! 12: 0x559c19665197 - instructions::common::node_bridge::run_bf_in_node::h1369c3ce341de949 Oct 13 04:36:12.384 INFO blam! at tests/common/node_bridge.rs:86 Oct 13 04:36:12.384 INFO blam! 13: 0x559c196670d4 - instructions::inc_dec_smoke_node::hf99575682b51cb68 Oct 13 04:36:12.384 INFO blam! at tests/instructions.rs:12 Oct 13 04:36:12.384 INFO blam! 14: 0x559c19667099 - instructions::inc_dec_smoke_node::{{closure}}::he0c1c8b992352606 Oct 13 04:36:12.384 INFO blam! at tests/instructions.rs:11 Oct 13 04:36:12.384 INFO blam! 15: 0x559c1966270d - core::ops::function::FnOnce::call_once::h6c5b50aff0f2c5bc Oct 13 04:36:12.384 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.384 INFO blam! 16: 0x559c1966da8e - >::call_box::hae226a42c8d94b19 Oct 13 04:36:12.384 INFO blam! at libtest/lib.rs:1468 Oct 13 04:36:12.384 INFO blam! at libcore/ops/function.rs:238 Oct 13 04:36:12.384 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.384 INFO blam! 17: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.384 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.384 INFO blam! 18: 0x559c1968e4bd - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 13 04:36:12.384 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.384 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.384 INFO blam! at libtest/lib.rs:1423 Oct 13 04:36:12.384 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 04:36:12.384 INFO blam! 19: 0x559c1968f064 - std::panicking::try::do_call::h2c632c17829d0621 Oct 13 04:36:12.384 INFO blam! at libstd/thread/mod.rs:409 Oct 13 04:36:12.384 INFO blam! at libstd/panic.rs:313 Oct 13 04:36:12.384 INFO blam! at libstd/panicking.rs:310 Oct 13 04:36:12.384 INFO blam! 20: 0x559c196f68a9 - __rust_maybe_catch_panic Oct 13 04:36:12.384 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 04:36:12.384 INFO blam! 21: 0x559c1967c6a6 - >::call_box::h1a0832645645f090 Oct 13 04:36:12.384 INFO blam! at libstd/panicking.rs:289 Oct 13 04:36:12.384 INFO blam! at libstd/panic.rs:392 Oct 13 04:36:12.384 INFO blam! at libstd/thread/mod.rs:408 Oct 13 04:36:12.384 INFO blam! at liballoc/boxed.rs:672 Oct 13 04:36:12.384 INFO blam! 22: 0x559c196e1aea - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 13 04:36:12.384 INFO blam! at liballoc/boxed.rs:682 Oct 13 04:36:12.384 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 04:36:12.384 INFO blam! 23: 0x559c196d4f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 13 04:36:12.384 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 04:36:12.384 INFO blam! 24: 0x7f53f09006b9 - start_thread Oct 13 04:36:12.384 INFO blam! 25: 0x7f53f042041c - clone Oct 13 04:36:12.384 INFO blam! 26: 0x0 - Oct 13 04:36:12.384 INFO blam! Oct 13 04:36:12.384 INFO blam! Oct 13 04:36:12.384 INFO blam! failures: Oct 13 04:36:12.384 INFO blam! change_offset_negative_offset Oct 13 04:36:12.384 INFO blam! change_offset_nop_1 Oct 13 04:36:12.384 INFO blam! change_offset_nop_2 Oct 13 04:36:12.384 INFO blam! change_offset_nop_3 Oct 13 04:36:12.384 INFO blam! change_offset_smoke_1 Oct 13 04:36:12.384 INFO blam! change_offset_smoke_2 Oct 13 04:36:12.384 INFO blam! inc_dec_negative_1 Oct 13 04:36:12.384 INFO blam! inc_dec_negative_2 Oct 13 04:36:12.384 INFO blam! inc_dec_smoke_node Oct 13 04:36:12.384 INFO blam! inc_dec_smoke_same Oct 13 04:36:12.384 INFO blam! zero_nop_1 Oct 13 04:36:12.384 INFO blam! Oct 13 04:36:12.384 INFO blam! test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:36:12.384 INFO blam! Oct 13 04:36:12.780 INFO running `"docker" "rm" "-f" "107c26ce3c84c9bbd794e5b2923a259f644f4e9fd5adfd4ac0ad9e883b529716"` Oct 13 04:36:13.087 INFO blam! 107c26ce3c84c9bbd794e5b2923a259f644f4e9fd5adfd4ac0ad9e883b529716