Nov 16 17:23:36.248 INFO testing paavohuhtala/bfcrs against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 17:23:36.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 17:23:36.793 INFO [stdout] 2d075f47d18486319172570f0e2248122ea0b17fc1ac884a462dfa4cff921def Nov 16 17:23:36.803 INFO running `"docker" "start" "-a" "2d075f47d18486319172570f0e2248122ea0b17fc1ac884a462dfa4cff921def"` Nov 16 17:23:37.877 INFO [stderr] usermod: no changes Nov 16 17:23:37.917 INFO [stderr] Compiling leb128 v0.2.3 Nov 16 17:23:38.411 INFO [stderr] Compiling bfcrs v0.1.0 (/source) Nov 16 17:23:39.011 INFO [stderr] warning: the feature `iterator_find_map` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 16 17:23:39.011 INFO [stderr] --> src/lib.rs:1:12 Nov 16 17:23:39.011 INFO [stderr] | Nov 16 17:23:39.011 INFO [stderr] 1 | #![feature(iterator_find_map)] Nov 16 17:23:39.011 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 16 17:23:39.011 INFO [stderr] | Nov 16 17:23:39.011 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 17:23:39.011 INFO [stderr] Nov 16 17:23:39.011 INFO [stderr] warning: the feature `iterator_flatten` has been stable since 1.29.0 and no longer requires an attribute to enable Nov 16 17:23:39.011 INFO [stderr] --> src/lib.rs:2:12 Nov 16 17:23:39.011 INFO [stderr] | Nov 16 17:23:39.011 INFO [stderr] 2 | #![feature(iterator_flatten)] Nov 16 17:23:39.011 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 16 17:23:39.011 INFO [stderr] Nov 16 17:23:40.935 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.03s Nov 16 17:23:40.935 INFO [stderr] su: No module specific data is present Nov 16 17:23:41.505 INFO running `"docker" "inspect" "2d075f47d18486319172570f0e2248122ea0b17fc1ac884a462dfa4cff921def"` Nov 16 17:23:41.720 INFO running `"docker" "rm" "-f" "2d075f47d18486319172570f0e2248122ea0b17fc1ac884a462dfa4cff921def"` Nov 16 17:23:42.020 INFO [stdout] 2d075f47d18486319172570f0e2248122ea0b17fc1ac884a462dfa4cff921def Nov 16 17:23:42.026 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 17:23:42.495 INFO [stdout] 6096df96a4072adc6656f98623152351f075e0962c78aff926a9896667b9094b Nov 16 17:23:42.496 INFO running `"docker" "start" "-a" "6096df96a4072adc6656f98623152351f075e0962c78aff926a9896667b9094b"` Nov 16 17:23:43.831 INFO [stderr] usermod: no changes Nov 16 17:23:43.908 INFO [stderr] Compiling bfcrs v0.1.0 (/source) Nov 16 17:23:44.891 INFO [stderr] warning: function is never used: `run_bf_in_interpreter` Nov 16 17:23:44.891 INFO [stderr] --> tests/common/interpreter_util.rs:35:1 Nov 16 17:23:44.891 INFO [stderr] | Nov 16 17:23:44.891 INFO [stderr] 35 | pub fn run_bf_in_interpreter(source: &str) -> RunResult { Nov 16 17:23:44.891 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 17:23:44.891 INFO [stderr] | Nov 16 17:23:44.891 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 16 17:23:44.891 INFO [stderr] Nov 16 17:23:45.003 INFO [stderr] warning: function is never used: `run_bf_in_interpreter` Nov 16 17:23:45.003 INFO [stderr] --> tests/common/interpreter_util.rs:35:1 Nov 16 17:23:45.003 INFO [stderr] | Nov 16 17:23:45.003 INFO [stderr] 35 | pub fn run_bf_in_interpreter(source: &str) -> RunResult { Nov 16 17:23:45.003 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 17:23:45.003 INFO [stderr] | Nov 16 17:23:45.003 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 16 17:23:45.003 INFO [stderr] Nov 16 17:23:45.260 INFO [stderr] warning: the feature `iterator_find_map` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 16 17:23:45.260 INFO [stderr] --> src/lib.rs:1:12 Nov 16 17:23:45.260 INFO [stderr] | Nov 16 17:23:45.260 INFO [stderr] 1 | #![feature(iterator_find_map)] Nov 16 17:23:45.260 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 16 17:23:45.260 INFO [stderr] | Nov 16 17:23:45.260 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 17:23:45.260 INFO [stderr] Nov 16 17:23:45.260 INFO [stderr] warning: the feature `iterator_flatten` has been stable since 1.29.0 and no longer requires an attribute to enable Nov 16 17:23:45.260 INFO [stderr] --> src/lib.rs:2:12 Nov 16 17:23:45.260 INFO [stderr] | Nov 16 17:23:45.260 INFO [stderr] 2 | #![feature(iterator_flatten)] Nov 16 17:23:45.260 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 16 17:23:45.260 INFO [stderr] Nov 16 17:23:46.283 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.41s Nov 16 17:23:46.293 INFO [stderr] su: No module specific data is present Nov 16 17:23:46.707 INFO running `"docker" "inspect" "6096df96a4072adc6656f98623152351f075e0962c78aff926a9896667b9094b"` Nov 16 17:23:46.879 INFO running `"docker" "rm" "-f" "6096df96a4072adc6656f98623152351f075e0962c78aff926a9896667b9094b"` Nov 16 17:23:47.259 INFO [stdout] 6096df96a4072adc6656f98623152351f075e0962c78aff926a9896667b9094b Nov 16 17:23:47.267 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 17:23:47.499 INFO [stdout] ed7adc065b030f19fd2d40caa7395ec5aca93eba0694a93589dce91e184a249d Nov 16 17:23:47.501 INFO running `"docker" "start" "-a" "ed7adc065b030f19fd2d40caa7395ec5aca93eba0694a93589dce91e184a249d"` Nov 16 17:23:48.085 INFO [stderr] usermod: no changes Nov 16 17:23:48.135 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Nov 16 17:23:48.167 INFO [stderr] Running /target/debug/deps/bfcrs-023a0653cb335692 Nov 16 17:23:48.175 INFO [stdout] Nov 16 17:23:48.175 INFO [stdout] running 2 tests Nov 16 17:23:48.180 INFO [stdout] test optimizer::same_ops_are_merged ... ok Nov 16 17:23:48.180 INFO [stderr] Running /target/debug/deps/bfcrsc-e43448fa85317504 Nov 16 17:23:48.180 INFO [stdout] test optimizer::single_ops_are_maintained ... ok Nov 16 17:23:48.180 INFO [stderr] Running /target/debug/deps/instructions-3fb0b53f515ebee5 Nov 16 17:23:48.180 INFO [stdout] Nov 16 17:23:48.180 INFO [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 17:23:48.180 INFO [stdout] Nov 16 17:23:48.180 INFO [stdout] Nov 16 17:23:48.180 INFO [stdout] running 0 tests Nov 16 17:23:48.180 INFO [stdout] Nov 16 17:23:48.180 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 17:23:48.180 INFO [stdout] Nov 16 17:23:48.183 INFO [stdout] Nov 16 17:23:48.183 INFO [stdout] running 11 tests Nov 16 17:23:48.295 INFO [stdout] test inc_dec_negative_2 ... FAILED Nov 16 17:23:48.295 INFO [stdout] test change_offset_smoke_2 ... FAILED Nov 16 17:23:48.295 INFO [stdout] test change_offset_smoke_1 ... FAILED Nov 16 17:23:48.295 INFO [stdout] test change_offset_negative_offset ... FAILED Nov 16 17:23:48.295 INFO [stdout] test change_offset_nop_3 ... FAILED Nov 16 17:23:48.295 INFO [stdout] test change_offset_nop_1 ... FAILED Nov 16 17:23:48.295 INFO [stdout] test inc_dec_negative_1 ... FAILED Nov 16 17:23:48.297 INFO [stdout] test change_offset_nop_2 ... FAILED Nov 16 17:23:48.297 INFO [stdout] test zero_nop_1 ... FAILED Nov 16 17:23:48.297 INFO [stdout] test inc_dec_smoke_same ... FAILED Nov 16 17:23:48.305 INFO [stdout] test inc_dec_smoke_node ... FAILED Nov 16 17:23:48.305 INFO [stderr] error: test failed, to rerun pass '--test instructions' Nov 16 17:23:48.305 INFO [stdout] Nov 16 17:23:48.305 INFO [stderr] su: No module specific data is present Nov 16 17:23:48.305 INFO [stdout] failures: Nov 16 17:23:48.305 INFO [stdout] Nov 16 17:23:48.305 INFO [stdout] ---- inc_dec_negative_2 stdout ---- Nov 16 17:23:48.305 INFO [stdout] Optimization round: 1 Nov 16 17:23:48.305 INFO [stdout] Optimization round: 2 Nov 16 17:23:48.305 INFO [stdout] 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 Nov 16 17:23:48.305 INFO [stdout] stack backtrace: Nov 16 17:23:48.305 INFO [stdout] 0: 0x564581442313 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 17:23:48.305 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 17:23:48.305 INFO [stdout] 1: 0x56458143cb78 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 17:23:48.305 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 17:23:48.305 INFO [stdout] 2: 0x564581441284 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 17:23:48.305 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 17:23:48.305 INFO [stdout] at libstd/panicking.rs:211 Nov 16 17:23:48.305 INFO [stdout] 3: 0x564581440f6c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 17:23:48.305 INFO [stdout] at libstd/panicking.rs:221 Nov 16 17:23:48.305 INFO [stdout] 4: 0x564581441990 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 17:23:48.305 INFO [stdout] at libstd/panicking.rs:476 Nov 16 17:23:48.305 INFO [stdout] 5: 0x564581441511 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 16 17:23:48.305 INFO [stdout] at libstd/panicking.rs:390 Nov 16 17:23:48.305 INFO [stdout] 6: 0x5645814413f5 - rust_begin_unwind Nov 16 17:23:48.305 INFO [stdout] at libstd/panicking.rs:325 Nov 16 17:23:48.305 INFO [stdout] 7: 0x564581455e0c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 16 17:23:48.305 INFO [stdout] at libcore/panicking.rs:77 Nov 16 17:23:48.305 INFO [stdout] 8: 0x564581420be0 - core::result::unwrap_failed::ha3484068fae408bd Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 16 17:23:48.305 INFO [stdout] 9: 0x5645813c97d3 - >::expect::h38677b8e1175c0d7 Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:835 Nov 16 17:23:48.305 INFO [stdout] 10: 0x5645813c627c - instructions::common::node_bridge::NodeBridge::create::h6d913b206eccbd3a Nov 16 17:23:48.305 INFO [stdout] at tests/common/node_bridge.rs:20 Nov 16 17:23:48.305 INFO [stdout] 11: 0x5645813c6861 - instructions::common::node_bridge::run_wasm_in_node::h5085ee1379156dc6 Nov 16 17:23:48.305 INFO [stdout] at tests/common/node_bridge.rs:72 Nov 16 17:23:48.305 INFO [stdout] 12: 0x5645813c6afe - instructions::common::node_bridge::run_tokens_in_node::h179782a32d29882c Nov 16 17:23:48.305 INFO [stdout] at tests/common/node_bridge.rs:91 Nov 16 17:23:48.305 INFO [stdout] 13: 0x5645813c7719 - instructions::common::test_util::run_and_expect_same_tokens::h8e3e04b9d8d05aa1 Nov 16 17:23:48.305 INFO [stdout] at tests/common/test_util.rs:26 Nov 16 17:23:48.305 INFO [stdout] 14: 0x5645813c7841 - instructions::common::test_util::run_and_expect_same::he1a101d48ec695f9 Nov 16 17:23:48.305 INFO [stdout] at tests/common/test_util.rs:32 Nov 16 17:23:48.305 INFO [stdout] 15: 0x5645813c8e16 - instructions::inc_dec_negative_2::h34109b342e7df608 Nov 16 17:23:48.305 INFO [stdout] at tests/instructions.rs:31 Nov 16 17:23:48.305 INFO [stdout] 16: 0x5645813c8de9 - instructions::inc_dec_negative_2::{{closure}}::h4d71a9f499876d81 Nov 16 17:23:48.305 INFO [stdout] at tests/instructions.rs:30 Nov 16 17:23:48.305 INFO [stdout] 17: 0x5645813c3fad - core::ops::function::FnOnce::call_once::h64827fb228c4064a Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.305 INFO [stdout] 18: 0x5645813d65be - >::call_box::hae1ea457a0ccd8d5 Nov 16 17:23:48.305 INFO [stdout] at libtest/lib.rs:1471 Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.305 INFO [stdout] 19: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.305 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.305 INFO [stdout] 20: 0x5645813ce413 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.305 INFO [stdout] at libtest/lib.rs:1426 Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 17:23:48.305 INFO [stdout] 21: 0x5645813cf2b4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 17:23:48.305 INFO [stdout] 22: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.305 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.305 INFO [stdout] 23: 0x5645813d649c - >::call_box::h44700b7a2ec6fd33 Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.306 INFO [stdout] 24: 0x56458144840d - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 17:23:48.306 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 17:23:48.306 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 17:23:48.306 INFO [stdout] 25: 0x7f67b75076b9 - start_thread Nov 16 17:23:48.306 INFO [stdout] 26: 0x7f67b702741c - clone Nov 16 17:23:48.306 INFO [stdout] 27: 0x0 - Nov 16 17:23:48.306 INFO [stdout] Nov 16 17:23:48.306 INFO [stdout] ---- change_offset_smoke_2 stdout ---- Nov 16 17:23:48.306 INFO [stdout] 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 Nov 16 17:23:48.306 INFO [stdout] stack backtrace: Nov 16 17:23:48.306 INFO [stdout] 0: 0x564581442313 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 17:23:48.306 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 17:23:48.306 INFO [stdout] 1: 0x56458143cb78 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 17:23:48.306 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 17:23:48.306 INFO [stdout] 2: 0x564581441284 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 17:23:48.306 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 17:23:48.306 INFO [stdout] at libstd/panicking.rs:211 Nov 16 17:23:48.306 INFO [stdout] 3: 0x564581440f6c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 17:23:48.306 INFO [stdout] at libstd/panicking.rs:221 Nov 16 17:23:48.306 INFO [stdout] 4: 0x564581441990 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 17:23:48.306 INFO [stdout] at libstd/panicking.rs:476 Nov 16 17:23:48.306 INFO [stdout] 5: 0x564581441511 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 16 17:23:48.306 INFO [stdout] at libstd/panicking.rs:390 Nov 16 17:23:48.306 INFO [stdout] 6: 0x5645814413f5 - rust_begin_unwind Nov 16 17:23:48.306 INFO [stdout] at libstd/panicking.rs:325 Nov 16 17:23:48.306 INFO [stdout] 7: 0x564581455e0c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 16 17:23:48.306 INFO [stdout] at libcore/panicking.rs:77 Nov 16 17:23:48.306 INFO [stdout] 8: 0x564581420be0 - core::result::unwrap_failed::ha3484068fae408bd Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 16 17:23:48.306 INFO [stdout] 9: 0x5645813c97d3 - >::expect::h38677b8e1175c0d7 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:835 Nov 16 17:23:48.306 INFO [stdout] 10: 0x5645813c627c - instructions::common::node_bridge::NodeBridge::create::h6d913b206eccbd3a Nov 16 17:23:48.306 INFO [stdout] at tests/common/node_bridge.rs:20 Nov 16 17:23:48.306 INFO [stdout] 11: 0x5645813c6861 - instructions::common::node_bridge::run_wasm_in_node::h5085ee1379156dc6 Nov 16 17:23:48.306 INFO [stdout] at tests/common/node_bridge.rs:72 Nov 16 17:23:48.306 INFO [stdout] 12: 0x5645813c6afe - instructions::common::node_bridge::run_tokens_in_node::h179782a32d29882c Nov 16 17:23:48.306 INFO [stdout] at tests/common/node_bridge.rs:91 Nov 16 17:23:48.306 INFO [stdout] 13: 0x5645813c7719 - instructions::common::test_util::run_and_expect_same_tokens::h8e3e04b9d8d05aa1 Nov 16 17:23:48.306 INFO [stdout] at tests/common/test_util.rs:26 Nov 16 17:23:48.306 INFO [stdout] 14: 0x5645813c9058 - instructions::change_offset_smoke_2::he8dea20ea0c197e9 Nov 16 17:23:48.306 INFO [stdout] at tests/instructions.rs:50 Nov 16 17:23:48.306 INFO [stdout] 15: 0x5645813c8ff9 - instructions::change_offset_smoke_2::{{closure}}::h3d8de724ab417d97 Nov 16 17:23:48.306 INFO [stdout] at tests/instructions.rs:49 Nov 16 17:23:48.306 INFO [stdout] 16: 0x5645813c3ead - core::ops::function::FnOnce::call_once::h3c22c617e8aef4b8 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.306 INFO [stdout] 17: 0x5645813d65be - >::call_box::hae1ea457a0ccd8d5 Nov 16 17:23:48.306 INFO [stdout] at libtest/lib.rs:1471 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.306 INFO [stdout] 18: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.306 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.306 INFO [stdout] 19: 0x5645813ce413 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.306 INFO [stdout] at libtest/lib.rs:1426 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 17:23:48.306 INFO [stdout] 20: 0x5645813cf2b4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 17:23:48.306 INFO [stdout] 21: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.306 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.306 INFO [stdout] 22: 0x5645813d649c - >::call_box::h44700b7a2ec6fd33 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.306 INFO [stdout] 23: 0x56458144840d - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 17:23:48.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 17:23:48.306 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 17:23:48.306 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 17:23:48.306 INFO [stdout] 24: 0x7f67b75076b9 - start_thread Nov 16 17:23:48.306 INFO [stdout] 25: 0x7f67b702741c - clone Nov 16 17:23:48.306 INFO [stdout] 26: 0x0 - Nov 16 17:23:48.306 INFO [stdout] Nov 16 17:23:48.306 INFO [stdout] ---- change_offset_smoke_1 stdout ---- Nov 16 17:23:48.307 INFO [stdout] 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 Nov 16 17:23:48.307 INFO [stdout] stack backtrace: Nov 16 17:23:48.307 INFO [stdout] 0: 0x564581442313 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 17:23:48.307 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 17:23:48.307 INFO [stdout] 1: 0x56458143cb78 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 17:23:48.307 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 17:23:48.307 INFO [stdout] 2: 0x564581441284 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 17:23:48.307 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 17:23:48.307 INFO [stdout] at libstd/panicking.rs:211 Nov 16 17:23:48.307 INFO [stdout] 3: 0x564581440f6c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 17:23:48.307 INFO [stdout] at libstd/panicking.rs:221 Nov 16 17:23:48.307 INFO [stdout] 4: 0x564581441990 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 17:23:48.307 INFO [stdout] at libstd/panicking.rs:476 Nov 16 17:23:48.307 INFO [stdout] 5: 0x564581441511 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 16 17:23:48.307 INFO [stdout] at libstd/panicking.rs:390 Nov 16 17:23:48.307 INFO [stdout] 6: 0x5645814413f5 - rust_begin_unwind Nov 16 17:23:48.307 INFO [stdout] at libstd/panicking.rs:325 Nov 16 17:23:48.307 INFO [stdout] 7: 0x564581455e0c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 16 17:23:48.307 INFO [stdout] at libcore/panicking.rs:77 Nov 16 17:23:48.307 INFO [stdout] 8: 0x564581420be0 - core::result::unwrap_failed::ha3484068fae408bd Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 16 17:23:48.307 INFO [stdout] 9: 0x5645813c97d3 - >::expect::h38677b8e1175c0d7 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:835 Nov 16 17:23:48.307 INFO [stdout] 10: 0x5645813c627c - instructions::common::node_bridge::NodeBridge::create::h6d913b206eccbd3a Nov 16 17:23:48.307 INFO [stdout] at tests/common/node_bridge.rs:20 Nov 16 17:23:48.307 INFO [stdout] 11: 0x5645813c6861 - instructions::common::node_bridge::run_wasm_in_node::h5085ee1379156dc6 Nov 16 17:23:48.307 INFO [stdout] at tests/common/node_bridge.rs:72 Nov 16 17:23:48.307 INFO [stdout] 12: 0x5645813c6afe - instructions::common::node_bridge::run_tokens_in_node::h179782a32d29882c Nov 16 17:23:48.307 INFO [stdout] at tests/common/node_bridge.rs:91 Nov 16 17:23:48.307 INFO [stdout] 13: 0x5645813c7719 - instructions::common::test_util::run_and_expect_same_tokens::h8e3e04b9d8d05aa1 Nov 16 17:23:48.307 INFO [stdout] at tests/common/test_util.rs:26 Nov 16 17:23:48.307 INFO [stdout] 14: 0x5645813c8fc8 - instructions::change_offset_smoke_1::h6cb4c19e2b94f5ce Nov 16 17:23:48.307 INFO [stdout] at tests/instructions.rs:45 Nov 16 17:23:48.307 INFO [stdout] 15: 0x5645813c8f69 - instructions::change_offset_smoke_1::{{closure}}::hdee6616a7eba50df Nov 16 17:23:48.307 INFO [stdout] at tests/instructions.rs:44 Nov 16 17:23:48.307 INFO [stdout] 16: 0x5645813c3e2d - core::ops::function::FnOnce::call_once::h17c96d8f38998905 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.307 INFO [stdout] 17: 0x5645813d65be - >::call_box::hae1ea457a0ccd8d5 Nov 16 17:23:48.307 INFO [stdout] at libtest/lib.rs:1471 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.307 INFO [stdout] 18: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.307 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.307 INFO [stdout] 19: 0x5645813ce413 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.307 INFO [stdout] at libtest/lib.rs:1426 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 17:23:48.307 INFO [stdout] 20: 0x5645813cf2b4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 17:23:48.307 INFO [stdout] 21: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.307 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.307 INFO [stdout] 22: 0x5645813d649c - >::call_box::h44700b7a2ec6fd33 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.307 INFO [stdout] 23: 0x56458144840d - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 17:23:48.307 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 17:23:48.307 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 17:23:48.307 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 17:23:48.307 INFO [stdout] 24: 0x7f67b75076b9 - start_thread Nov 16 17:23:48.307 INFO [stdout] 25: 0x7f67b702741c - clone Nov 16 17:23:48.307 INFO [stdout] 26: 0x0 - Nov 16 17:23:48.307 INFO [stdout] Nov 16 17:23:48.307 INFO [stdout] ---- change_offset_negative_offset stdout ---- Nov 16 17:23:48.307 INFO [stdout] 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 Nov 16 17:23:48.307 INFO [stdout] stack backtrace: Nov 16 17:23:48.307 INFO [stdout] 0: 0x564581442313 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 17:23:48.307 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 17:23:48.307 INFO [stdout] 1: 0x56458143cb78 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 17:23:48.307 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 17:23:48.307 INFO [stdout] 2: 0x564581441284 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 17:23:48.307 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 17:23:48.307 INFO [stdout] at libstd/panicking.rs:211 Nov 16 17:23:48.307 INFO [stdout] 3: 0x564581440f6c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 17:23:48.307 INFO [stdout] at libstd/panicking.rs:221 Nov 16 17:23:48.307 INFO [stdout] 4: 0x564581441990 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 17:23:48.307 INFO [stdout] at libstd/panicking.rs:476 Nov 16 17:23:48.308 INFO [stdout] 5: 0x564581441511 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 16 17:23:48.308 INFO [stdout] at libstd/panicking.rs:390 Nov 16 17:23:48.308 INFO [stdout] 6: 0x5645814413f5 - rust_begin_unwind Nov 16 17:23:48.308 INFO [stdout] at libstd/panicking.rs:325 Nov 16 17:23:48.308 INFO [stdout] 7: 0x564581455e0c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 16 17:23:48.308 INFO [stdout] at libcore/panicking.rs:77 Nov 16 17:23:48.308 INFO [stdout] 8: 0x564581420be0 - core::result::unwrap_failed::ha3484068fae408bd Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 16 17:23:48.308 INFO [stdout] 9: 0x5645813c97d3 - >::expect::h38677b8e1175c0d7 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:835 Nov 16 17:23:48.308 INFO [stdout] 10: 0x5645813c627c - instructions::common::node_bridge::NodeBridge::create::h6d913b206eccbd3a Nov 16 17:23:48.308 INFO [stdout] at tests/common/node_bridge.rs:20 Nov 16 17:23:48.308 INFO [stdout] 11: 0x5645813c6861 - instructions::common::node_bridge::run_wasm_in_node::h5085ee1379156dc6 Nov 16 17:23:48.308 INFO [stdout] at tests/common/node_bridge.rs:72 Nov 16 17:23:48.308 INFO [stdout] 12: 0x5645813c6afe - instructions::common::node_bridge::run_tokens_in_node::h179782a32d29882c Nov 16 17:23:48.308 INFO [stdout] at tests/common/node_bridge.rs:91 Nov 16 17:23:48.308 INFO [stdout] 13: 0x5645813c7719 - instructions::common::test_util::run_and_expect_same_tokens::h8e3e04b9d8d05aa1 Nov 16 17:23:48.308 INFO [stdout] at tests/common/test_util.rs:26 Nov 16 17:23:48.308 INFO [stdout] 14: 0x5645813c9433 - instructions::change_offset_negative_offset::h9d2ddc821dda6fb7 Nov 16 17:23:48.308 INFO [stdout] at tests/instructions.rs:80 Nov 16 17:23:48.308 INFO [stdout] 15: 0x5645813c93a9 - instructions::change_offset_negative_offset::{{closure}}::h98a9d088f3ecb41a Nov 16 17:23:48.308 INFO [stdout] at tests/instructions.rs:79 Nov 16 17:23:48.308 INFO [stdout] 16: 0x5645813c3eed - core::ops::function::FnOnce::call_once::h45a053e21b799ccc Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.308 INFO [stdout] 17: 0x5645813d65be - >::call_box::hae1ea457a0ccd8d5 Nov 16 17:23:48.308 INFO [stdout] at libtest/lib.rs:1471 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.308 INFO [stdout] 18: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.308 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.308 INFO [stdout] 19: 0x5645813ce413 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.308 INFO [stdout] at libtest/lib.rs:1426 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 17:23:48.308 INFO [stdout] 20: 0x5645813cf2b4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 17:23:48.308 INFO [stdout] 21: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.308 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.308 INFO [stdout] 22: 0x5645813d649c - >::call_box::h44700b7a2ec6fd33 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.308 INFO [stdout] 23: 0x56458144840d - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 17:23:48.308 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 17:23:48.308 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 17:23:48.308 INFO [stdout] 24: 0x7f67b75076b9 - start_thread Nov 16 17:23:48.308 INFO [stdout] 25: 0x7f67b702741c - clone Nov 16 17:23:48.308 INFO [stdout] 26: 0x0 - Nov 16 17:23:48.308 INFO [stdout] Nov 16 17:23:48.308 INFO [stdout] ---- change_offset_nop_3 stdout ---- Nov 16 17:23:48.308 INFO [stdout] 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 Nov 16 17:23:48.308 INFO [stdout] stack backtrace: Nov 16 17:23:48.308 INFO [stdout] 0: 0x564581442313 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 17:23:48.308 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 17:23:48.308 INFO [stdout] 1: 0x56458143cb78 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 17:23:48.308 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 17:23:48.308 INFO [stdout] 2: 0x564581441284 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 17:23:48.308 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 17:23:48.308 INFO [stdout] at libstd/panicking.rs:211 Nov 16 17:23:48.308 INFO [stdout] 3: 0x564581440f6c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 17:23:48.308 INFO [stdout] at libstd/panicking.rs:221 Nov 16 17:23:48.308 INFO [stdout] 4: 0x564581441990 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 17:23:48.308 INFO [stdout] at libstd/panicking.rs:476 Nov 16 17:23:48.308 INFO [stdout] 5: 0x564581441511 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 16 17:23:48.308 INFO [stdout] at libstd/panicking.rs:390 Nov 16 17:23:48.308 INFO [stdout] 6: 0x5645814413f5 - rust_begin_unwind Nov 16 17:23:48.308 INFO [stdout] at libstd/panicking.rs:325 Nov 16 17:23:48.308 INFO [stdout] 7: 0x564581455e0c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 16 17:23:48.308 INFO [stdout] at libcore/panicking.rs:77 Nov 16 17:23:48.308 INFO [stdout] 8: 0x564581420be0 - core::result::unwrap_failed::ha3484068fae408bd Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 16 17:23:48.308 INFO [stdout] 9: 0x5645813c97d3 - >::expect::h38677b8e1175c0d7 Nov 16 17:23:48.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:835 Nov 16 17:23:48.308 INFO [stdout] 10: 0x5645813c627c - instructions::common::node_bridge::NodeBridge::create::h6d913b206eccbd3a Nov 16 17:23:48.308 INFO [stdout] at tests/common/node_bridge.rs:20 Nov 16 17:23:48.308 INFO [stdout] 11: 0x5645813c6861 - instructions::common::node_bridge::run_wasm_in_node::h5085ee1379156dc6 Nov 16 17:23:48.309 INFO [stdout] at tests/common/node_bridge.rs:72 Nov 16 17:23:48.309 INFO [stdout] 12: 0x5645813c6afe - instructions::common::node_bridge::run_tokens_in_node::h179782a32d29882c Nov 16 17:23:48.309 INFO [stdout] at tests/common/node_bridge.rs:91 Nov 16 17:23:48.309 INFO [stdout] 13: 0x5645813c7719 - instructions::common::test_util::run_and_expect_same_tokens::h8e3e04b9d8d05aa1 Nov 16 17:23:48.309 INFO [stdout] at tests/common/test_util.rs:26 Nov 16 17:23:48.309 INFO [stdout] 14: 0x5645813c934c - instructions::change_offset_nop_3::h7b2eb7fd5f71caf3 Nov 16 17:23:48.309 INFO [stdout] at tests/instructions.rs:72 Nov 16 17:23:48.309 INFO [stdout] 15: 0x5645813c92b9 - instructions::change_offset_nop_3::{{closure}}::hde7614effc7fdd3e Nov 16 17:23:48.309 INFO [stdout] at tests/instructions.rs:71 Nov 16 17:23:48.309 INFO [stdout] 16: 0x5645813c3ded - core::ops::function::FnOnce::call_once::h16152edb3bd32290 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.309 INFO [stdout] 17: 0x5645813d65be - >::call_box::hae1ea457a0ccd8d5 Nov 16 17:23:48.309 INFO [stdout] at libtest/lib.rs:1471 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.309 INFO [stdout] 18: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.309 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.309 INFO [stdout] 19: 0x5645813ce413 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.309 INFO [stdout] at libtest/lib.rs:1426 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 17:23:48.309 INFO [stdout] 20: 0x5645813cf2b4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 17:23:48.309 INFO [stdout] 21: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.309 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.309 INFO [stdout] 22: 0x5645813d649c - >::call_box::h44700b7a2ec6fd33 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.309 INFO [stdout] 23: 0x56458144840d - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 17:23:48.309 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 17:23:48.309 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 17:23:48.309 INFO [stdout] 24: 0x7f67b75076b9 - start_thread Nov 16 17:23:48.309 INFO [stdout] 25: 0x7f67b702741c - clone Nov 16 17:23:48.309 INFO [stdout] 26: 0x0 - Nov 16 17:23:48.309 INFO [stdout] Nov 16 17:23:48.309 INFO [stdout] ---- change_offset_nop_1 stdout ---- Nov 16 17:23:48.309 INFO [stdout] 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 Nov 16 17:23:48.309 INFO [stdout] stack backtrace: Nov 16 17:23:48.309 INFO [stdout] 0: 0x564581442313 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 17:23:48.309 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 17:23:48.309 INFO [stdout] 1: 0x56458143cb78 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 17:23:48.309 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 17:23:48.309 INFO [stdout] 2: 0x564581441284 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 17:23:48.309 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 17:23:48.309 INFO [stdout] at libstd/panicking.rs:211 Nov 16 17:23:48.309 INFO [stdout] 3: 0x564581440f6c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 17:23:48.309 INFO [stdout] at libstd/panicking.rs:221 Nov 16 17:23:48.309 INFO [stdout] 4: 0x564581441990 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 17:23:48.309 INFO [stdout] at libstd/panicking.rs:476 Nov 16 17:23:48.309 INFO [stdout] 5: 0x564581441511 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 16 17:23:48.309 INFO [stdout] at libstd/panicking.rs:390 Nov 16 17:23:48.309 INFO [stdout] 6: 0x5645814413f5 - rust_begin_unwind Nov 16 17:23:48.309 INFO [stdout] at libstd/panicking.rs:325 Nov 16 17:23:48.309 INFO [stdout] 7: 0x564581455e0c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 16 17:23:48.309 INFO [stdout] at libcore/panicking.rs:77 Nov 16 17:23:48.309 INFO [stdout] 8: 0x564581420be0 - core::result::unwrap_failed::ha3484068fae408bd Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 16 17:23:48.309 INFO [stdout] 9: 0x5645813c97d3 - >::expect::h38677b8e1175c0d7 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:835 Nov 16 17:23:48.309 INFO [stdout] 10: 0x5645813c627c - instructions::common::node_bridge::NodeBridge::create::h6d913b206eccbd3a Nov 16 17:23:48.309 INFO [stdout] at tests/common/node_bridge.rs:20 Nov 16 17:23:48.309 INFO [stdout] 11: 0x5645813c6861 - instructions::common::node_bridge::run_wasm_in_node::h5085ee1379156dc6 Nov 16 17:23:48.309 INFO [stdout] at tests/common/node_bridge.rs:72 Nov 16 17:23:48.309 INFO [stdout] 12: 0x5645813c6afe - instructions::common::node_bridge::run_tokens_in_node::h179782a32d29882c Nov 16 17:23:48.309 INFO [stdout] at tests/common/node_bridge.rs:91 Nov 16 17:23:48.309 INFO [stdout] 13: 0x5645813c7719 - instructions::common::test_util::run_and_expect_same_tokens::h8e3e04b9d8d05aa1 Nov 16 17:23:48.309 INFO [stdout] at tests/common/test_util.rs:26 Nov 16 17:23:48.309 INFO [stdout] 14: 0x5645813c9152 - instructions::change_offset_nop_1::he58fcaf2a23e4f6b Nov 16 17:23:48.309 INFO [stdout] at tests/instructions.rs:55 Nov 16 17:23:48.309 INFO [stdout] 15: 0x5645813c9089 - instructions::change_offset_nop_1::{{closure}}::h4466d661e5cb33cc Nov 16 17:23:48.309 INFO [stdout] at tests/instructions.rs:54 Nov 16 17:23:48.309 INFO [stdout] 16: 0x5645813c3dad - core::ops::function::FnOnce::call_once::h0acb8f0b0beeb6f6 Nov 16 17:23:48.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.309 INFO [stdout] 17: 0x5645813d65be - >::call_box::hae1ea457a0ccd8d5 Nov 16 17:23:48.310 INFO [stdout] at libtest/lib.rs:1471 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.310 INFO [stdout] 18: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.310 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.310 INFO [stdout] 19: 0x5645813ce413 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.310 INFO [stdout] at libtest/lib.rs:1426 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 17:23:48.310 INFO [stdout] 20: 0x5645813cf2b4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 17:23:48.310 INFO [stdout] 21: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.310 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.310 INFO [stdout] 22: 0x5645813d649c - >::call_box::h44700b7a2ec6fd33 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.310 INFO [stdout] 23: 0x56458144840d - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 17:23:48.310 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 17:23:48.310 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 17:23:48.310 INFO [stdout] 24: 0x7f67b75076b9 - start_thread Nov 16 17:23:48.310 INFO [stdout] 25: 0x7f67b702741c - clone Nov 16 17:23:48.310 INFO [stdout] 26: 0x0 - Nov 16 17:23:48.310 INFO [stdout] Nov 16 17:23:48.310 INFO [stdout] ---- inc_dec_negative_1 stdout ---- Nov 16 17:23:48.310 INFO [stdout] Optimization round: 1 Nov 16 17:23:48.310 INFO [stdout] 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 Nov 16 17:23:48.310 INFO [stdout] stack backtrace: Nov 16 17:23:48.310 INFO [stdout] 0: 0x564581442313 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 17:23:48.310 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 17:23:48.310 INFO [stdout] 1: 0x56458143cb78 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 17:23:48.310 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 17:23:48.310 INFO [stdout] 2: 0x564581441284 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 17:23:48.310 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 17:23:48.310 INFO [stdout] at libstd/panicking.rs:211 Nov 16 17:23:48.310 INFO [stdout] 3: 0x564581440f6c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 17:23:48.310 INFO [stdout] at libstd/panicking.rs:221 Nov 16 17:23:48.310 INFO [stdout] 4: 0x564581441990 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 17:23:48.310 INFO [stdout] at libstd/panicking.rs:476 Nov 16 17:23:48.310 INFO [stdout] 5: 0x564581441511 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 16 17:23:48.310 INFO [stdout] at libstd/panicking.rs:390 Nov 16 17:23:48.310 INFO [stdout] 6: 0x5645814413f5 - rust_begin_unwind Nov 16 17:23:48.310 INFO [stdout] at libstd/panicking.rs:325 Nov 16 17:23:48.310 INFO [stdout] 7: 0x564581455e0c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 16 17:23:48.310 INFO [stdout] at libcore/panicking.rs:77 Nov 16 17:23:48.310 INFO [stdout] 8: 0x564581420be0 - core::result::unwrap_failed::ha3484068fae408bd Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 16 17:23:48.310 INFO [stdout] 9: 0x5645813c97d3 - >::expect::h38677b8e1175c0d7 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:835 Nov 16 17:23:48.310 INFO [stdout] 10: 0x5645813c627c - instructions::common::node_bridge::NodeBridge::create::h6d913b206eccbd3a Nov 16 17:23:48.310 INFO [stdout] at tests/common/node_bridge.rs:20 Nov 16 17:23:48.310 INFO [stdout] 11: 0x5645813c6861 - instructions::common::node_bridge::run_wasm_in_node::h5085ee1379156dc6 Nov 16 17:23:48.310 INFO [stdout] at tests/common/node_bridge.rs:72 Nov 16 17:23:48.310 INFO [stdout] 12: 0x5645813c6afe - instructions::common::node_bridge::run_tokens_in_node::h179782a32d29882c Nov 16 17:23:48.310 INFO [stdout] at tests/common/node_bridge.rs:91 Nov 16 17:23:48.310 INFO [stdout] 13: 0x5645813c7719 - instructions::common::test_util::run_and_expect_same_tokens::h8e3e04b9d8d05aa1 Nov 16 17:23:48.310 INFO [stdout] at tests/common/test_util.rs:26 Nov 16 17:23:48.310 INFO [stdout] 14: 0x5645813c7841 - instructions::common::test_util::run_and_expect_same::he1a101d48ec695f9 Nov 16 17:23:48.310 INFO [stdout] at tests/common/test_util.rs:32 Nov 16 17:23:48.310 INFO [stdout] 15: 0x5645813c8dd6 - instructions::inc_dec_negative_1::h04e1bc39ea02223e Nov 16 17:23:48.310 INFO [stdout] at tests/instructions.rs:26 Nov 16 17:23:48.310 INFO [stdout] 16: 0x5645813c8da9 - instructions::inc_dec_negative_1::{{closure}}::hb66f8d35070f55e1 Nov 16 17:23:48.310 INFO [stdout] at tests/instructions.rs:25 Nov 16 17:23:48.310 INFO [stdout] 17: 0x5645813c402d - core::ops::function::FnOnce::call_once::h8364bdac3ec0d906 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.310 INFO [stdout] 18: 0x5645813d65be - >::call_box::hae1ea457a0ccd8d5 Nov 16 17:23:48.310 INFO [stdout] at libtest/lib.rs:1471 Nov 16 17:23:48.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.318 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.318 INFO [stdout] 19: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.318 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.318 INFO [stdout] 20: 0x5645813ce413 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.319 INFO [stdout] at libtest/lib.rs:1426 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 17:23:48.319 INFO [stdout] 21: 0x5645813cf2b4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 17:23:48.319 INFO [stdout] 22: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.319 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.319 INFO [stdout] 23: 0x5645813d649c - >::call_box::h44700b7a2ec6fd33 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.319 INFO [stdout] 24: 0x56458144840d - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 17:23:48.319 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 17:23:48.319 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 17:23:48.319 INFO [stdout] 25: 0x7f67b75076b9 - start_thread Nov 16 17:23:48.319 INFO [stdout] 26: 0x7f67b702741c - clone Nov 16 17:23:48.319 INFO [stdout] 27: 0x0 - Nov 16 17:23:48.319 INFO [stdout] Nov 16 17:23:48.319 INFO [stdout] ---- change_offset_nop_2 stdout ---- Nov 16 17:23:48.319 INFO [stdout] 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 Nov 16 17:23:48.319 INFO [stdout] stack backtrace: Nov 16 17:23:48.319 INFO [stdout] 0: 0x564581442313 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 17:23:48.319 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 17:23:48.319 INFO [stdout] 1: 0x56458143cb78 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 17:23:48.319 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 17:23:48.319 INFO [stdout] 2: 0x564581441284 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 17:23:48.319 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 17:23:48.319 INFO [stdout] at libstd/panicking.rs:211 Nov 16 17:23:48.319 INFO [stdout] 3: 0x564581440f6c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 17:23:48.319 INFO [stdout] at libstd/panicking.rs:221 Nov 16 17:23:48.319 INFO [stdout] 4: 0x564581441990 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 17:23:48.319 INFO [stdout] at libstd/panicking.rs:476 Nov 16 17:23:48.319 INFO [stdout] 5: 0x564581441511 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 16 17:23:48.319 INFO [stdout] at libstd/panicking.rs:390 Nov 16 17:23:48.319 INFO [stdout] 6: 0x5645814413f5 - rust_begin_unwind Nov 16 17:23:48.319 INFO [stdout] at libstd/panicking.rs:325 Nov 16 17:23:48.319 INFO [stdout] 7: 0x564581455e0c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 16 17:23:48.319 INFO [stdout] at libcore/panicking.rs:77 Nov 16 17:23:48.319 INFO [stdout] 8: 0x564581420be0 - core::result::unwrap_failed::ha3484068fae408bd Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 16 17:23:48.319 INFO [stdout] 9: 0x5645813c97d3 - >::expect::h38677b8e1175c0d7 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:835 Nov 16 17:23:48.319 INFO [stdout] 10: 0x5645813c627c - instructions::common::node_bridge::NodeBridge::create::h6d913b206eccbd3a Nov 16 17:23:48.319 INFO [stdout] at tests/common/node_bridge.rs:20 Nov 16 17:23:48.319 INFO [stdout] 11: 0x5645813c6861 - instructions::common::node_bridge::run_wasm_in_node::h5085ee1379156dc6 Nov 16 17:23:48.319 INFO [stdout] at tests/common/node_bridge.rs:72 Nov 16 17:23:48.319 INFO [stdout] 12: 0x5645813c6afe - instructions::common::node_bridge::run_tokens_in_node::h179782a32d29882c Nov 16 17:23:48.319 INFO [stdout] at tests/common/node_bridge.rs:91 Nov 16 17:23:48.319 INFO [stdout] 13: 0x5645813c7719 - instructions::common::test_util::run_and_expect_same_tokens::h8e3e04b9d8d05aa1 Nov 16 17:23:48.319 INFO [stdout] at tests/common/test_util.rs:26 Nov 16 17:23:48.319 INFO [stdout] 14: 0x5645813c925c - instructions::change_offset_nop_2::hf0eb70a906a5eeff Nov 16 17:23:48.319 INFO [stdout] at tests/instructions.rs:64 Nov 16 17:23:48.319 INFO [stdout] 15: 0x5645813c91c9 - instructions::change_offset_nop_2::{{closure}}::h52df6c8aac8f1e75 Nov 16 17:23:48.319 INFO [stdout] at tests/instructions.rs:63 Nov 16 17:23:48.319 INFO [stdout] 16: 0x5645813c406d - core::ops::function::FnOnce::call_once::hf8c6aa84389190fb Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.319 INFO [stdout] 17: 0x5645813d65be - >::call_box::hae1ea457a0ccd8d5 Nov 16 17:23:48.319 INFO [stdout] at libtest/lib.rs:1471 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.319 INFO [stdout] 18: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.319 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.319 INFO [stdout] 19: 0x5645813ce413 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.319 INFO [stdout] at libtest/lib.rs:1426 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 17:23:48.319 INFO [stdout] 20: 0x5645813cf2b4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 17:23:48.319 INFO [stdout] 21: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.319 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.319 INFO [stdout] 22: 0x5645813d649c - >::call_box::h44700b7a2ec6fd33 Nov 16 17:23:48.319 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.320 INFO [stdout] 23: 0x56458144840d - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 17:23:48.320 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 17:23:48.320 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 17:23:48.320 INFO [stdout] 24: 0x7f67b75076b9 - start_thread Nov 16 17:23:48.320 INFO [stdout] 25: 0x7f67b702741c - clone Nov 16 17:23:48.320 INFO [stdout] 26: 0x0 - Nov 16 17:23:48.320 INFO [stdout] Nov 16 17:23:48.320 INFO [stdout] ---- zero_nop_1 stdout ---- Nov 16 17:23:48.320 INFO [stdout] 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 Nov 16 17:23:48.320 INFO [stdout] stack backtrace: Nov 16 17:23:48.320 INFO [stdout] 0: 0x564581442313 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 17:23:48.320 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 17:23:48.320 INFO [stdout] 1: 0x56458143cb78 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 17:23:48.320 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 17:23:48.320 INFO [stdout] 2: 0x564581441284 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 17:23:48.320 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 17:23:48.320 INFO [stdout] at libstd/panicking.rs:211 Nov 16 17:23:48.320 INFO [stdout] 3: 0x564581440f6c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 17:23:48.320 INFO [stdout] at libstd/panicking.rs:221 Nov 16 17:23:48.320 INFO [stdout] 4: 0x564581441990 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 17:23:48.320 INFO [stdout] at libstd/panicking.rs:476 Nov 16 17:23:48.320 INFO [stdout] 5: 0x564581441511 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 16 17:23:48.320 INFO [stdout] at libstd/panicking.rs:390 Nov 16 17:23:48.320 INFO [stdout] 6: 0x5645814413f5 - rust_begin_unwind Nov 16 17:23:48.320 INFO [stdout] at libstd/panicking.rs:325 Nov 16 17:23:48.320 INFO [stdout] 7: 0x564581455e0c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 16 17:23:48.320 INFO [stdout] at libcore/panicking.rs:77 Nov 16 17:23:48.320 INFO [stdout] 8: 0x564581420be0 - core::result::unwrap_failed::ha3484068fae408bd Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 16 17:23:48.320 INFO [stdout] 9: 0x5645813c97d3 - >::expect::h38677b8e1175c0d7 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:835 Nov 16 17:23:48.320 INFO [stdout] 10: 0x5645813c627c - instructions::common::node_bridge::NodeBridge::create::h6d913b206eccbd3a Nov 16 17:23:48.320 INFO [stdout] at tests/common/node_bridge.rs:20 Nov 16 17:23:48.320 INFO [stdout] 11: 0x5645813c6861 - instructions::common::node_bridge::run_wasm_in_node::h5085ee1379156dc6 Nov 16 17:23:48.320 INFO [stdout] at tests/common/node_bridge.rs:72 Nov 16 17:23:48.320 INFO [stdout] 12: 0x5645813c6afe - instructions::common::node_bridge::run_tokens_in_node::h179782a32d29882c Nov 16 17:23:48.320 INFO [stdout] at tests/common/node_bridge.rs:91 Nov 16 17:23:48.320 INFO [stdout] 13: 0x5645813c7719 - instructions::common::test_util::run_and_expect_same_tokens::h8e3e04b9d8d05aa1 Nov 16 17:23:48.320 INFO [stdout] at tests/common/test_util.rs:26 Nov 16 17:23:48.320 INFO [stdout] 14: 0x5645813c8ef0 - instructions::zero_nop_1::h3e71146f09d9dc77 Nov 16 17:23:48.320 INFO [stdout] at tests/instructions.rs:36 Nov 16 17:23:48.320 INFO [stdout] 15: 0x5645813c8e29 - instructions::zero_nop_1::{{closure}}::hc7041bd2f0555cfc Nov 16 17:23:48.320 INFO [stdout] at tests/instructions.rs:35 Nov 16 17:23:48.320 INFO [stdout] 16: 0x5645813c3f2d - core::ops::function::FnOnce::call_once::h4a373c2c4f876876 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.320 INFO [stdout] 17: 0x5645813d65be - >::call_box::hae1ea457a0ccd8d5 Nov 16 17:23:48.320 INFO [stdout] at libtest/lib.rs:1471 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.320 INFO [stdout] 18: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.320 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.320 INFO [stdout] 19: 0x5645813ce413 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.320 INFO [stdout] at libtest/lib.rs:1426 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 17:23:48.320 INFO [stdout] 20: 0x5645813cf2b4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 17:23:48.320 INFO [stdout] 21: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.320 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.320 INFO [stdout] 22: 0x5645813d649c - >::call_box::h44700b7a2ec6fd33 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.320 INFO [stdout] 23: 0x56458144840d - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 17:23:48.320 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 17:23:48.320 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 17:23:48.320 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 17:23:48.320 INFO [stdout] 24: 0x7f67b75076b9 - start_thread Nov 16 17:23:48.320 INFO [stdout] 25: 0x7f67b702741c - clone Nov 16 17:23:48.320 INFO [stdout] 26: 0x0 - Nov 16 17:23:48.320 INFO [stdout] Nov 16 17:23:48.321 INFO [stdout] ---- inc_dec_smoke_same stdout ---- Nov 16 17:23:48.321 INFO [stdout] Optimization round: 1 Nov 16 17:23:48.321 INFO [stdout] Optimization round: 2 Nov 16 17:23:48.321 INFO [stdout] 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 Nov 16 17:23:48.321 INFO [stdout] stack backtrace: Nov 16 17:23:48.321 INFO [stdout] 0: 0x564581442313 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 17:23:48.321 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 17:23:48.321 INFO [stdout] 1: 0x56458143cb78 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 17:23:48.321 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 17:23:48.321 INFO [stdout] 2: 0x564581441284 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 17:23:48.321 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 17:23:48.321 INFO [stdout] at libstd/panicking.rs:211 Nov 16 17:23:48.321 INFO [stdout] 3: 0x564581440f6c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 17:23:48.321 INFO [stdout] at libstd/panicking.rs:221 Nov 16 17:23:48.321 INFO [stdout] 4: 0x564581441990 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 17:23:48.321 INFO [stdout] at libstd/panicking.rs:476 Nov 16 17:23:48.321 INFO [stdout] 5: 0x564581441511 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 16 17:23:48.321 INFO [stdout] at libstd/panicking.rs:390 Nov 16 17:23:48.321 INFO [stdout] 6: 0x5645814413f5 - rust_begin_unwind Nov 16 17:23:48.321 INFO [stdout] at libstd/panicking.rs:325 Nov 16 17:23:48.321 INFO [stdout] 7: 0x564581455e0c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 16 17:23:48.321 INFO [stdout] at libcore/panicking.rs:77 Nov 16 17:23:48.321 INFO [stdout] 8: 0x564581420be0 - core::result::unwrap_failed::ha3484068fae408bd Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 16 17:23:48.321 INFO [stdout] 9: 0x5645813c97d3 - >::expect::h38677b8e1175c0d7 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:835 Nov 16 17:23:48.321 INFO [stdout] 10: 0x5645813c627c - instructions::common::node_bridge::NodeBridge::create::h6d913b206eccbd3a Nov 16 17:23:48.321 INFO [stdout] at tests/common/node_bridge.rs:20 Nov 16 17:23:48.321 INFO [stdout] 11: 0x5645813c6861 - instructions::common::node_bridge::run_wasm_in_node::h5085ee1379156dc6 Nov 16 17:23:48.321 INFO [stdout] at tests/common/node_bridge.rs:72 Nov 16 17:23:48.321 INFO [stdout] 12: 0x5645813c6afe - instructions::common::node_bridge::run_tokens_in_node::h179782a32d29882c Nov 16 17:23:48.321 INFO [stdout] at tests/common/node_bridge.rs:91 Nov 16 17:23:48.321 INFO [stdout] 13: 0x5645813c7719 - instructions::common::test_util::run_and_expect_same_tokens::h8e3e04b9d8d05aa1 Nov 16 17:23:48.321 INFO [stdout] at tests/common/test_util.rs:26 Nov 16 17:23:48.321 INFO [stdout] 14: 0x5645813c7841 - instructions::common::test_util::run_and_expect_same::he1a101d48ec695f9 Nov 16 17:23:48.321 INFO [stdout] at tests/common/test_util.rs:32 Nov 16 17:23:48.321 INFO [stdout] 15: 0x5645813c8d96 - instructions::inc_dec_smoke_same::h65b3c8f241fd1909 Nov 16 17:23:48.321 INFO [stdout] at tests/instructions.rs:21 Nov 16 17:23:48.321 INFO [stdout] 16: 0x5645813c8d69 - instructions::inc_dec_smoke_same::{{closure}}::h618165e7f6d08a88 Nov 16 17:23:48.321 INFO [stdout] at tests/instructions.rs:20 Nov 16 17:23:48.321 INFO [stdout] 17: 0x5645813c3f6d - core::ops::function::FnOnce::call_once::h56b2a424ed9322ef Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.321 INFO [stdout] 18: 0x5645813d65be - >::call_box::hae1ea457a0ccd8d5 Nov 16 17:23:48.321 INFO [stdout] at libtest/lib.rs:1471 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.321 INFO [stdout] 19: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.321 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.321 INFO [stdout] 20: 0x5645813ce413 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.321 INFO [stdout] at libtest/lib.rs:1426 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 17:23:48.321 INFO [stdout] 21: 0x5645813cf2b4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 17:23:48.321 INFO [stdout] 22: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.321 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.321 INFO [stdout] 23: 0x5645813d649c - >::call_box::h44700b7a2ec6fd33 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.321 INFO [stdout] 24: 0x56458144840d - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 17:23:48.321 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 17:23:48.321 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 17:23:48.321 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 17:23:48.321 INFO [stdout] 25: 0x7f67b75076b9 - start_thread Nov 16 17:23:48.321 INFO [stdout] 26: 0x7f67b702741c - clone Nov 16 17:23:48.321 INFO [stdout] 27: 0x0 - Nov 16 17:23:48.321 INFO [stdout] Nov 16 17:23:48.321 INFO [stdout] ---- inc_dec_smoke_node stdout ---- Nov 16 17:23:48.321 INFO [stdout] Optimization round: 1 Nov 16 17:23:48.321 INFO [stdout] Optimization round: 2 Nov 16 17:23:48.321 INFO [stdout] 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 Nov 16 17:23:48.321 INFO [stdout] stack backtrace: Nov 16 17:23:48.321 INFO [stdout] 0: 0x564581442313 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 17:23:48.322 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 17:23:48.322 INFO [stdout] 1: 0x56458143cb78 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 17:23:48.322 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 17:23:48.322 INFO [stdout] 2: 0x564581441284 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 17:23:48.322 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 17:23:48.322 INFO [stdout] at libstd/panicking.rs:211 Nov 16 17:23:48.322 INFO [stdout] 3: 0x564581440f6c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 17:23:48.322 INFO [stdout] at libstd/panicking.rs:221 Nov 16 17:23:48.322 INFO [stdout] 4: 0x564581441990 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 17:23:48.322 INFO [stdout] at libstd/panicking.rs:476 Nov 16 17:23:48.322 INFO [stdout] 5: 0x564581441511 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 16 17:23:48.322 INFO [stdout] at libstd/panicking.rs:390 Nov 16 17:23:48.322 INFO [stdout] 6: 0x5645814413f5 - rust_begin_unwind Nov 16 17:23:48.322 INFO [stdout] at libstd/panicking.rs:325 Nov 16 17:23:48.322 INFO [stdout] 7: 0x564581455e0c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 16 17:23:48.322 INFO [stdout] at libcore/panicking.rs:77 Nov 16 17:23:48.322 INFO [stdout] 8: 0x564581420be0 - core::result::unwrap_failed::ha3484068fae408bd Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 16 17:23:48.322 INFO [stdout] 9: 0x5645813c97d3 - >::expect::h38677b8e1175c0d7 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:835 Nov 16 17:23:48.322 INFO [stdout] 10: 0x5645813c627c - instructions::common::node_bridge::NodeBridge::create::h6d913b206eccbd3a Nov 16 17:23:48.322 INFO [stdout] at tests/common/node_bridge.rs:20 Nov 16 17:23:48.322 INFO [stdout] 11: 0x5645813c6861 - instructions::common::node_bridge::run_wasm_in_node::h5085ee1379156dc6 Nov 16 17:23:48.322 INFO [stdout] at tests/common/node_bridge.rs:72 Nov 16 17:23:48.322 INFO [stdout] 12: 0x5645813c6a5c - instructions::common::node_bridge::run_bf_in_node::h2f4ea71c539cdd60 Nov 16 17:23:48.322 INFO [stdout] at tests/common/node_bridge.rs:86 Nov 16 17:23:48.322 INFO [stdout] 13: 0x5645813c87d4 - instructions::inc_dec_smoke_node::h3e1220840471f97d Nov 16 17:23:48.322 INFO [stdout] at tests/instructions.rs:12 Nov 16 17:23:48.322 INFO [stdout] 14: 0x5645813c8799 - instructions::inc_dec_smoke_node::{{closure}}::h6e3f29bef9b2c2f3 Nov 16 17:23:48.322 INFO [stdout] at tests/instructions.rs:11 Nov 16 17:23:48.322 INFO [stdout] 15: 0x5645813c3e6d - core::ops::function::FnOnce::call_once::h2dea430031059cc3 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.322 INFO [stdout] 16: 0x5645813d65be - >::call_box::hae1ea457a0ccd8d5 Nov 16 17:23:48.322 INFO [stdout] at libtest/lib.rs:1471 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.322 INFO [stdout] 17: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.322 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.322 INFO [stdout] 18: 0x5645813ce413 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.322 INFO [stdout] at libtest/lib.rs:1426 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 17:23:48.322 INFO [stdout] 19: 0x5645813cf2b4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 17:23:48.322 INFO [stdout] 20: 0x564581454569 - __rust_maybe_catch_panic Nov 16 17:23:48.322 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 17:23:48.322 INFO [stdout] 21: 0x5645813d649c - >::call_box::h44700b7a2ec6fd33 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 17:23:48.322 INFO [stdout] 22: 0x56458144840d - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 17:23:48.322 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 17:23:48.322 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 17:23:48.322 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 17:23:48.322 INFO [stdout] 23: 0x7f67b75076b9 - start_thread Nov 16 17:23:48.322 INFO [stdout] 24: 0x7f67b702741c - clone Nov 16 17:23:48.322 INFO [stdout] 25: 0x0 - Nov 16 17:23:48.322 INFO [stdout] Nov 16 17:23:48.322 INFO [stdout] Nov 16 17:23:48.322 INFO [stdout] failures: Nov 16 17:23:48.322 INFO [stdout] change_offset_negative_offset Nov 16 17:23:48.322 INFO [stdout] change_offset_nop_1 Nov 16 17:23:48.322 INFO [stdout] change_offset_nop_2 Nov 16 17:23:48.322 INFO [stdout] change_offset_nop_3 Nov 16 17:23:48.322 INFO [stdout] change_offset_smoke_1 Nov 16 17:23:48.322 INFO [stdout] change_offset_smoke_2 Nov 16 17:23:48.322 INFO [stdout] inc_dec_negative_1 Nov 16 17:23:48.322 INFO [stdout] inc_dec_negative_2 Nov 16 17:23:48.322 INFO [stdout] inc_dec_smoke_node Nov 16 17:23:48.322 INFO [stdout] inc_dec_smoke_same Nov 16 17:23:48.322 INFO [stdout] zero_nop_1 Nov 16 17:23:48.322 INFO [stdout] Nov 16 17:23:48.322 INFO [stdout] test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 17:23:48.322 INFO [stdout] Nov 16 17:23:48.818 INFO running `"docker" "inspect" "ed7adc065b030f19fd2d40caa7395ec5aca93eba0694a93589dce91e184a249d"` Nov 16 17:23:49.147 INFO running `"docker" "rm" "-f" "ed7adc065b030f19fd2d40caa7395ec5aca93eba0694a93589dce91e184a249d"` Nov 16 17:23:49.351 INFO [stdout] ed7adc065b030f19fd2d40caa7395ec5aca93eba0694a93589dce91e184a249d