Oct 10 23:18:41.715 INFO testing exceptional-lang/exceptional against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:18:41.715 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:18:41.715 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:18:42.048 INFO blam! b8e128fa1f3587ef2dbcd0fe501303156d2248530ce08730b5dc88c34c60667b Oct 10 23:18:42.057 INFO running `"docker" "start" "-a" "b8e128fa1f3587ef2dbcd0fe501303156d2248530ce08730b5dc88c34c60667b"` Oct 10 23:18:42.924 INFO kablam! usermod: no changes Oct 10 23:18:43.040 INFO kablam! Compiling peg v0.4.0 Oct 10 23:18:43.040 INFO kablam! Compiling fern v0.4.0 Oct 10 23:18:43.040 INFO kablam! Compiling num-rational v0.1.38 Oct 10 23:18:46.240 INFO kablam! Compiling num v0.1.39 Oct 10 23:18:46.657 INFO kablam! Compiling exceptional v0.1.0 (/source) Oct 10 23:18:49.968 INFO kablam! warning: unused import: `Shutdown` Oct 10 23:18:49.968 INFO kablam! --> src/native.rs:14:16 Oct 10 23:18:49.968 INFO kablam! | Oct 10 23:18:49.968 INFO kablam! 14 | use std::net::{Shutdown, TcpListener, TcpStream}; Oct 10 23:18:49.968 INFO kablam! | ^^^^^^^^ Oct 10 23:18:49.968 INFO kablam! | Oct 10 23:18:49.968 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:18:49.968 INFO kablam! Oct 10 23:18:49.968 INFO kablam! warning: unused import: `std::fs` Oct 10 23:18:49.968 INFO kablam! --> src/vm.rs:9:5 Oct 10 23:18:49.968 INFO kablam! | Oct 10 23:18:49.968 INFO kablam! 9 | use std::fs; Oct 10 23:18:49.968 INFO kablam! | ^^^^^^^ Oct 10 23:18:49.968 INFO kablam! Oct 10 23:18:49.968 INFO kablam! warning: unused import: `std::fs::File` Oct 10 23:18:49.968 INFO kablam! --> src/vm.rs:10:5 Oct 10 23:18:49.968 INFO kablam! | Oct 10 23:18:49.968 INFO kablam! 10 | use std::fs::File; Oct 10 23:18:49.968 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 23:18:49.968 INFO kablam! Oct 10 23:18:49.968 INFO kablam! warning: unused import: `std::io::Write` Oct 10 23:18:49.969 INFO kablam! --> src/vm.rs:11:5 Oct 10 23:18:49.969 INFO kablam! | Oct 10 23:18:49.969 INFO kablam! 11 | use std::io::Write; Oct 10 23:18:49.969 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 23:18:49.969 INFO kablam! Oct 10 23:18:51.144 INFO kablam! warning: method is never used: `blank` Oct 10 23:18:51.144 INFO kablam! --> src/closure.rs:20:5 Oct 10 23:18:51.144 INFO kablam! | Oct 10 23:18:51.144 INFO kablam! 20 | pub fn blank() -> Closure { Oct 10 23:18:51.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:18:51.144 INFO kablam! | Oct 10 23:18:51.144 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:18:51.144 INFO kablam! Oct 10 23:18:51.144 INFO kablam! warning: variant is never constructed: `File` Oct 10 23:18:51.144 INFO kablam! --> src/native.rs:23:5 Oct 10 23:18:51.144 INFO kablam! | Oct 10 23:18:51.144 INFO kablam! 23 | File(File), Oct 10 23:18:51.144 INFO kablam! | ^^^^^^^^^^ Oct 10 23:18:51.144 INFO kablam! Oct 10 23:18:51.144 INFO kablam! warning: method is never used: `empty` Oct 10 23:18:51.144 INFO kablam! --> src/vm.rs:60:5 Oct 10 23:18:51.144 INFO kablam! | Oct 10 23:18:51.144 INFO kablam! 60 | pub fn empty() -> Vm { Oct 10 23:18:51.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 23:18:51.144 INFO kablam! Oct 10 23:18:51.144 INFO kablam! warning: method is never used: `pop` Oct 10 23:18:51.144 INFO kablam! --> src/vm.rs:251:5 Oct 10 23:18:51.144 INFO kablam! | Oct 10 23:18:51.144 INFO kablam! 251 | pub fn pop(&mut self) -> Option { Oct 10 23:18:51.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:18:51.144 INFO kablam! Oct 10 23:18:51.144 INFO kablam! warning: method is never used: `local_assign` Oct 10 23:18:51.144 INFO kablam! --> src/vm.rs:259:5 Oct 10 23:18:51.144 INFO kablam! | Oct 10 23:18:51.144 INFO kablam! 259 | pub fn local_assign(&mut self, name: &String, value: Value) { Oct 10 23:18:51.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:18:51.144 INFO kablam! Oct 10 23:18:54.704 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.74s Oct 10 23:18:54.709 INFO kablam! su: No module specific data is present Oct 10 23:18:55.454 INFO running `"docker" "rm" "-f" "b8e128fa1f3587ef2dbcd0fe501303156d2248530ce08730b5dc88c34c60667b"` Oct 10 23:18:55.833 INFO blam! b8e128fa1f3587ef2dbcd0fe501303156d2248530ce08730b5dc88c34c60667b Oct 10 23:18:55.840 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:18:55.842 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:18:56.352 INFO blam! 0520785000bde4b52625b9726e7abc01d6151a91f5ea430cc0d34ff71aef8ee3 Oct 10 23:18:56.364 INFO running `"docker" "start" "-a" "0520785000bde4b52625b9726e7abc01d6151a91f5ea430cc0d34ff71aef8ee3"` Oct 10 23:18:57.016 INFO kablam! usermod: no changes Oct 10 23:18:57.105 INFO kablam! Compiling exceptional v0.1.0 (/source) Oct 10 23:18:59.144 INFO kablam! warning: unused import: `std::io::Write` Oct 10 23:18:59.144 INFO kablam! --> src/vm.rs:11:5 Oct 10 23:18:59.144 INFO kablam! | Oct 10 23:18:59.144 INFO kablam! 11 | use std::io::Write; Oct 10 23:18:59.144 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 23:18:59.144 INFO kablam! | Oct 10 23:18:59.144 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:18:59.144 INFO kablam! Oct 10 23:19:01.229 INFO kablam! warning: variant is never constructed: `File` Oct 10 23:19:01.229 INFO kablam! --> src/native.rs:23:5 Oct 10 23:19:01.229 INFO kablam! | Oct 10 23:19:01.229 INFO kablam! 23 | File(File), Oct 10 23:19:01.229 INFO kablam! | ^^^^^^^^^^ Oct 10 23:19:01.230 INFO kablam! | Oct 10 23:19:01.230 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:19:01.230 INFO kablam! Oct 10 23:19:06.485 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.45s Oct 10 23:19:06.493 INFO kablam! su: No module specific data is present Oct 10 23:19:07.268 INFO running `"docker" "rm" "-f" "0520785000bde4b52625b9726e7abc01d6151a91f5ea430cc0d34ff71aef8ee3"` Oct 10 23:19:07.640 INFO blam! 0520785000bde4b52625b9726e7abc01d6151a91f5ea430cc0d34ff71aef8ee3 Oct 10 23:19:07.648 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:19:07.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:19:08.034 INFO blam! 22cf9d234cc6a6bdee8c51d818dfc344a2ad8d39638ef8a63c99fa943c0618b0 Oct 10 23:19:08.056 INFO running `"docker" "start" "-a" "22cf9d234cc6a6bdee8c51d818dfc344a2ad8d39638ef8a63c99fa943c0618b0"` Oct 10 23:19:09.355 INFO kablam! usermod: no changes Oct 10 23:19:09.448 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 23:19:09.460 INFO kablam! Running /target/debug/deps/exceptional-22c50b954f97f34d Oct 10 23:19:09.461 INFO blam! Oct 10 23:19:09.461 INFO blam! running 82 tests Oct 10 23:19:09.484 INFO blam! test binding_map::test::delegates_assign ... ok Oct 10 23:19:09.484 INFO blam! test binding_map::test::delegates_fetch ... ok Oct 10 23:19:09.484 INFO blam! test compiler::test::compiles_binop_expressions ... ok Oct 10 23:19:09.485 INFO blam! test compiler::test::compiles_comparisons ... ok Oct 10 23:19:09.485 INFO blam! test compiler::test::compiles_identifier_expressions ... ok Oct 10 23:19:09.485 INFO blam! test compiler::test::compiles_import_expressions ... ok Oct 10 23:19:09.485 INFO blam! test compiler::test::compiles_index_access_expressions ... ok Oct 10 23:19:09.485 INFO blam! test compiler::test::compiles_literal_expressions ... ok Oct 10 23:19:09.485 INFO blam! test exception_handler::test::matches_bools ... ok Oct 10 23:19:09.485 INFO blam! test exception_handler::test::matches_identifier ... ok Oct 10 23:19:09.492 INFO blam! test exception_handler::test::matches_maps_with_multiple_bindings_of_equal_values ... ok Oct 10 23:19:09.492 INFO blam! test compiler::test::compiles_arithmetics ... ok Oct 10 23:19:09.492 INFO blam! test closure::test::enclose_assigns_new_bidings ... ok Oct 10 23:19:09.492 INFO blam! test binding_map::test::new ... ok Oct 10 23:19:09.492 INFO blam! test binding_map::test::local_assign ... ok Oct 10 23:19:09.492 INFO blam! test binding_map::test::has_binding ... ok Oct 10 23:19:09.492 INFO blam! test binding_map::test::fetch ... ok Oct 10 23:19:09.492 INFO blam! test exception_handler::test::matches_numbers ... ok Oct 10 23:19:09.492 INFO blam! test exception_handler::test::matches_recursive_maps ... ok Oct 10 23:19:09.492 INFO blam! test exception_handler::test::matches_simple_map ... ok Oct 10 23:19:09.492 INFO blam! test exception_handler::test::matches_string_match ... ok Oct 10 23:19:09.492 INFO blam! test exception_handler::test::matches_strings ... ok Oct 10 23:19:09.508 INFO blam! test ast::test::string_matcher_eq ... ok Oct 10 23:19:09.508 INFO blam! test grammar::test_expressions::parses_simple_functions ... ok Oct 10 23:19:09.508 INFO blam! test grammar::test_expressions::parses_comparison_expressions ... ok Oct 10 23:19:09.508 INFO blam! test grammar::test_expressions::parses_access ... ok Oct 10 23:19:09.508 INFO blam! test grammar::test_expressions::parses_math ... ok Oct 10 23:19:09.508 INFO blam! test grammar::test_expressions::parses_functions_with_args ... ok Oct 10 23:19:09.508 INFO blam! test grammar::test_expressions::parses_identifiers ... ok Oct 10 23:19:09.508 INFO blam! test grammar::test_expressions::parses_import ... ok Oct 10 23:19:09.508 INFO blam! test grammar::test_literals::parses_strings ... ok Oct 10 23:19:09.508 INFO blam! test grammar::test_statements::parses_assigns ... ok Oct 10 23:19:09.512 INFO blam! test grammar::test_literals::parses_number ... ok Oct 10 23:19:09.512 INFO blam! test grammar::test_literals::parses_maps ... ok Oct 10 23:19:09.512 INFO blam! test grammar::test_literals::parses_booleans ... ok Oct 10 23:19:09.520 INFO blam! test grammar::test_statements::parses_calls ... ok Oct 10 23:19:09.520 INFO blam! test grammar::test_expressions::prases_functions_with_bodies ... ok Oct 10 23:19:09.520 INFO blam! test grammar::test_statements::parses_raise_statements ... ok Oct 10 23:19:09.520 INFO blam! test grammar::test_statements::parses_map_assign ... ok Oct 10 23:19:09.520 INFO blam! test grammar::test_statements::parses_calls_with_expressive_args ... ok Oct 10 23:19:09.520 INFO blam! test grammar::test_statements::parses_calls_with_simple_args ... ok Oct 10 23:19:09.524 INFO blam! test grammar::test_statements::parses_rescue_with_bool_patterns ... ok Oct 10 23:19:09.524 INFO blam! test grammar::test_statements::parses_rescue_statements ... ok Oct 10 23:19:09.535 INFO blam! test grammar::test_statements::parses_rescue_with_map_patterns ... ok Oct 10 23:19:09.535 INFO blam! test grammar::test_statements::parses_rescue_with_number_patterns ... ok Oct 10 23:19:09.535 INFO blam! test grammar::test_expressions::parses_simple_literal_expressions ... ok Oct 10 23:19:09.535 INFO blam! test grammar::test_statements::parses_rescue_with_string_patterns ... ok Oct 10 23:19:09.535 INFO blam! test instructions::test::call_native_function ... ok Oct 10 23:19:09.535 INFO blam! test grammar::test_statements::parses_rescue_with_ident_patterns ... ok Oct 10 23:19:09.535 INFO blam! test instructions::test::compare_native_functions ... ok Oct 10 23:19:09.535 INFO blam! test native::test::find_lib_returns_file ... ok Oct 10 23:19:09.535 INFO blam! test native::test::find_lib_returns_io ... ok Oct 10 23:19:09.535 INFO blam! test native::test::find_lib_returns_none_when_not_found ... ok Oct 10 23:19:09.537 INFO blam! test native::test::find_lib_returns_socket ... ok Oct 10 23:19:09.537 INFO blam! test native::test::read_file_contents_returns_result ... ok Oct 10 23:19:09.537 INFO blam! test native::test::read_file_does_not_exist ... ok Oct 10 23:19:09.537 INFO blam! test native::test::read_file_contents_returns_error ... ok Oct 10 23:19:09.537 INFO blam! test native::test::native_tcp_listen_opens_a_tcp_listener ... ok Oct 10 23:19:09.537 INFO blam! test native::test::native_tcp_connect_opens_a_tcp_stream ... ok Oct 10 23:19:09.537 INFO blam! test native::test::read_file_uses_the_file_name_argument ... ok Oct 10 23:19:09.537 INFO blam! test native::test::write_file_writes_the_content ... ok Oct 10 23:19:09.538 INFO blam! test native::test::native_io_read_all_reads_from_a_file_descriptor_and_returns_a_string ... ok Oct 10 23:19:09.538 INFO blam! test value::test::add ... ok Oct 10 23:19:09.548 INFO blam! test native::test::native_io_write_writes_to_a_file_descriptor_and_raises ... ok Oct 10 23:19:09.548 INFO blam! test value::test::div ... ok Oct 10 23:19:09.548 INFO blam! test native::test::native_tcp_accept_calls_a_function_with_the_socket ... ok Oct 10 23:19:09.548 INFO blam! test value::test::eq ... ok Oct 10 23:19:09.548 INFO blam! test native::test::read_file_pushes_a_value_and_returns_a_raise_instruction ... ok Oct 10 23:19:09.548 INFO blam! test value::test::mul ... ok Oct 10 23:19:09.548 INFO blam! test value::test::sub ... ok Oct 10 23:19:09.548 INFO blam! test value::test::gt_and_lt ... ok Oct 10 23:19:09.556 INFO blam! test vm::test::basic_rescue ... ok Oct 10 23:19:09.556 INFO blam! test grammar::test_statements::parses_rescue_with_string_matching_patterns ... ok Oct 10 23:19:09.556 INFO blam! test vm::test::function_call ... ok Oct 10 23:19:09.556 INFO blam! test vm::test::function_call_with_args ... ok Oct 10 23:19:09.609 INFO blam! test vm::test::run_simple ... ok Oct 10 23:19:09.624 INFO blam! test vm::test::rescue_map ... ok Oct 10 23:19:09.656 INFO blam! test vm::test::maps ... ok Oct 10 23:19:09.684 INFO blam! test vm::test::fibonacci ... ok Oct 10 23:19:09.696 INFO blam! test vm::test::function_with_wrong_arg_count ... ok Oct 10 23:19:09.696 INFO blam! test vm::test::import_file ... FAILED Oct 10 23:19:09.696 INFO blam! test vm::test::calling_non_function ... ok Oct 10 23:19:09.696 INFO blam! Oct 10 23:19:09.697 INFO blam! failures: Oct 10 23:19:09.697 INFO blam! Oct 10 23:19:09.697 INFO blam! ---- vm::test::import_file stdout ---- Oct 10 23:19:09.697 INFO blam! thread 'vm::test::import_file' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 10 23:19:09.697 INFO blam! stack backtrace: Oct 10 23:19:09.697 INFO blam! 0: 0x56008f58030e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 23:19:09.697 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 23:19:09.697 INFO blam! 1: 0x56008f5898f6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 23:19:09.697 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 23:19:09.697 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 23:19:09.697 INFO blam! 2: 0x56008f5844fd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 23:19:09.697 INFO blam! at libstd/panicking.rs:211 Oct 10 23:19:09.697 INFO blam! 3: 0x56008f58420b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 23:19:09.697 INFO blam! at libstd/panicking.rs:221 Oct 10 23:19:09.697 INFO blam! 4: 0x56008f584bac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 23:19:09.697 INFO blam! at libstd/panicking.rs:476 Oct 10 23:19:09.697 INFO blam! 5: 0x56008f584769 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 23:19:09.697 INFO blam! at libstd/panicking.rs:390 Oct 10 23:19:09.697 INFO blam! 6: 0x56008f584665 - rust_begin_unwind Oct 10 23:19:09.697 INFO blam! at libstd/panicking.rs:325 Oct 10 23:19:09.697 INFO blam! 7: 0x56008f5c576b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 23:19:09.697 INFO blam! at libcore/panicking.rs:77 Oct 10 23:19:09.697 INFO blam! 8: 0x56008f568d63 - core::result::unwrap_failed::hb5d2de551427067f Oct 10 23:19:09.697 INFO blam! at libcore/macros.rs:26 Oct 10 23:19:09.697 INFO blam! 9: 0x56008f3be3fb - >::unwrap::he3db6ff53d9f8955 Oct 10 23:19:09.697 INFO blam! at libcore/result.rs:808 Oct 10 23:19:09.697 INFO blam! 10: 0x56008f38f42c - exceptional::vm::test::import_file::he6c89a299b0ffe10 Oct 10 23:19:09.697 INFO blam! at src/vm.rs:536 Oct 10 23:19:09.697 INFO blam! 11: 0x56008f38f3d9 - exceptional::vm::test::import_file::{{closure}}::h487cd908682dca30 Oct 10 23:19:09.697 INFO blam! at src/vm.rs:535 Oct 10 23:19:09.697 INFO blam! 12: 0x56008f34e02d - core::ops::function::FnOnce::call_once::hec38871a4242e52b Oct 10 23:19:09.697 INFO blam! at libcore/ops/function.rs:238 Oct 10 23:19:09.697 INFO blam! 13: 0x56008f3c8eae - >::call_box::h95b7cb918af67b5d Oct 10 23:19:09.697 INFO blam! at libtest/lib.rs:1468 Oct 10 23:19:09.697 INFO blam! at libcore/ops/function.rs:238 Oct 10 23:19:09.697 INFO blam! at liballoc/boxed.rs:672 Oct 10 23:19:09.697 INFO blam! 14: 0x56008f594ac9 - __rust_maybe_catch_panic Oct 10 23:19:09.697 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 23:19:09.697 INFO blam! 15: 0x56008f3e99fd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 23:19:09.697 INFO blam! at libstd/panicking.rs:289 Oct 10 23:19:09.697 INFO blam! at libstd/panic.rs:392 Oct 10 23:19:09.697 INFO blam! at libtest/lib.rs:1423 Oct 10 23:19:09.697 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 23:19:09.697 INFO blam! 16: 0x56008f3ea604 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 23:19:09.697 INFO blam! at libstd/thread/mod.rs:409 Oct 10 23:19:09.697 INFO blam! at libstd/panic.rs:313 Oct 10 23:19:09.697 INFO blam! at libstd/panicking.rs:310 Oct 10 23:19:09.697 INFO blam! 17: 0x56008f594ac9 - __rust_maybe_catch_panic Oct 10 23:19:09.697 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 23:19:09.697 INFO blam! 18: 0x56008f3d7bc6 - >::call_box::h96125cb29a9ba44b Oct 10 23:19:09.697 INFO blam! at libstd/panicking.rs:289 Oct 10 23:19:09.697 INFO blam! at libstd/panic.rs:392 Oct 10 23:19:09.697 INFO blam! at libstd/thread/mod.rs:408 Oct 10 23:19:09.697 INFO blam! at liballoc/boxed.rs:672 Oct 10 23:19:09.697 INFO blam! 19: 0x56008f5827aa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 23:19:09.697 INFO blam! at liballoc/boxed.rs:682 Oct 10 23:19:09.697 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 23:19:09.697 INFO blam! 20: 0x56008f575675 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 23:19:09.697 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 23:19:09.697 INFO blam! 21: 0x7f297d45a6b9 - start_thread Oct 10 23:19:09.697 INFO blam! 22: 0x7f297cf7a41c - clone Oct 10 23:19:09.697 INFO blam! 23: 0x0 - Oct 10 23:19:09.697 INFO blam! Oct 10 23:19:09.697 INFO blam! Oct 10 23:19:09.697 INFO blam! failures: Oct 10 23:19:09.697 INFO blam! vm::test::import_file Oct 10 23:19:09.697 INFO blam! Oct 10 23:19:09.697 INFO blam! test result: FAILED. 81 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:19:09.697 INFO blam! Oct 10 23:19:09.707 INFO kablam! error: test failed, to rerun pass '--bin exceptional' Oct 10 23:19:09.707 INFO kablam! su: No module specific data is present Oct 10 23:19:10.524 INFO running `"docker" "rm" "-f" "22cf9d234cc6a6bdee8c51d818dfc344a2ad8d39638ef8a63c99fa943c0618b0"` Oct 10 23:19:10.897 INFO blam! 22cf9d234cc6a6bdee8c51d818dfc344a2ad8d39638ef8a63c99fa943c0618b0