Nov 18 05:29:48.247 INFO testing nes-0.1.1 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 05:29:48.248 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 18 05:29:48.627 INFO [stdout] b8e2a12a8a866986c4eed2acd1dbb9e1fd8ab9c79a232e3deaef7b4da01e1d3e Nov 18 05:29:48.632 INFO running `"docker" "start" "-a" "b8e2a12a8a866986c4eed2acd1dbb9e1fd8ab9c79a232e3deaef7b4da01e1d3e"` Nov 18 05:29:49.543 INFO [stderr] usermod: no changes Nov 18 05:29:49.595 INFO [stderr] warning: only one of `license` or `license-file` is necessary Nov 18 05:29:49.616 INFO [stderr] Compiling nes v0.1.1 (/source) Nov 18 05:29:50.149 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.58s Nov 18 05:29:50.151 INFO [stderr] su: No module specific data is present Nov 18 05:29:51.130 INFO running `"docker" "inspect" "b8e2a12a8a866986c4eed2acd1dbb9e1fd8ab9c79a232e3deaef7b4da01e1d3e"` Nov 18 05:29:51.453 INFO running `"docker" "rm" "-f" "b8e2a12a8a866986c4eed2acd1dbb9e1fd8ab9c79a232e3deaef7b4da01e1d3e"` Nov 18 05:29:51.692 INFO [stdout] b8e2a12a8a866986c4eed2acd1dbb9e1fd8ab9c79a232e3deaef7b4da01e1d3e Nov 18 05:29:51.698 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 18 05:29:52.215 INFO [stdout] dd56044267c6f8aff8582acec28aa6c709333661b04e7aa4fcc2fe2f005ad620 Nov 18 05:29:52.218 INFO running `"docker" "start" "-a" "dd56044267c6f8aff8582acec28aa6c709333661b04e7aa4fcc2fe2f005ad620"` Nov 18 05:29:53.505 INFO [stderr] usermod: no changes Nov 18 05:29:53.569 INFO [stderr] warning: only one of `license` or `license-file` is necessary Nov 18 05:29:53.572 INFO [stderr] Compiling nes v0.1.1 (/source) Nov 18 05:29:54.207 INFO [stderr] warning: unused import: `RwLock` Nov 18 05:29:54.207 INFO [stderr] --> examples/lock.rs:7:27 Nov 18 05:29:54.207 INFO [stderr] | Nov 18 05:29:54.207 INFO [stderr] 7 | use std::sync::{Mutex,Arc,RwLock}; Nov 18 05:29:54.207 INFO [stderr] | ^^^^^^ Nov 18 05:29:54.207 INFO [stderr] | Nov 18 05:29:54.207 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 05:29:54.209 INFO [stderr] Nov 18 05:29:54.338 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 18 05:29:54.338 INFO [stderr] --> examples/lock.rs:44:5 Nov 18 05:29:54.338 INFO [stderr] | Nov 18 05:29:54.338 INFO [stderr] 44 | join_handle.join(); Nov 18 05:29:54.338 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 18 05:29:54.338 INFO [stderr] | Nov 18 05:29:54.338 INFO [stderr] = note: #[warn(unused_must_use)] on by default Nov 18 05:29:54.338 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 18 05:29:54.338 INFO [stderr] Nov 18 05:29:54.443 INFO [stderr] warning: unused variable: `file_name` Nov 18 05:29:54.444 INFO [stderr] --> examples/example.rs:75:47 Nov 18 05:29:54.444 INFO [stderr] | Nov 18 05:29:54.444 INFO [stderr] 75 | Err(CommonError::IncorrectExtension(_,file_name, extension)) => println!("incorrect extension {}",extension), Nov 18 05:29:54.444 INFO [stderr] | ^^^^^^^^^ help: consider using `_file_name` instead Nov 18 05:29:54.444 INFO [stderr] | Nov 18 05:29:54.444 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 18 05:29:54.444 INFO [stderr] Nov 18 05:29:54.444 INFO [stderr] warning: unused variable: `io_error` Nov 18 05:29:54.444 INFO [stderr] --> examples/example.rs:78:86 Nov 18 05:29:54.444 INFO [stderr] | Nov 18 05:29:54.444 INFO [stderr] 78 | CommonError::ReadFileError(_, box ReadFileError::ReadFileError(_,ref io_error, ref file)) => println!("can not read file \"{}\"",file), Nov 18 05:29:54.444 INFO [stderr] | ^^^^^^^^ help: consider using `_io_error` instead Nov 18 05:29:54.444 INFO [stderr] Nov 18 05:29:55.841 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.30s Nov 18 05:29:55.847 INFO [stderr] su: No module specific data is present Nov 18 05:29:56.587 INFO running `"docker" "inspect" "dd56044267c6f8aff8582acec28aa6c709333661b04e7aa4fcc2fe2f005ad620"` Nov 18 05:29:56.883 INFO running `"docker" "rm" "-f" "dd56044267c6f8aff8582acec28aa6c709333661b04e7aa4fcc2fe2f005ad620"` Nov 18 05:29:57.178 INFO [stdout] dd56044267c6f8aff8582acec28aa6c709333661b04e7aa4fcc2fe2f005ad620 Nov 18 05:29:57.183 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 18 05:29:57.553 INFO [stdout] 188db0fd2c4c0273201265423f50c18987bd63c1b508c7269473d7658b64e439 Nov 18 05:29:57.559 INFO running `"docker" "start" "-a" "188db0fd2c4c0273201265423f50c18987bd63c1b508c7269473d7658b64e439"` Nov 18 05:29:58.595 INFO [stderr] usermod: no changes Nov 18 05:29:58.647 INFO [stderr] warning: only one of `license` or `license-file` is necessary Nov 18 05:29:58.656 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Nov 18 05:29:58.660 INFO [stderr] Running /target/debug/deps/nes-e0b2bbf462476369 Nov 18 05:29:58.662 INFO [stdout] Nov 18 05:29:58.662 INFO [stdout] running 0 tests Nov 18 05:29:58.662 INFO [stdout] Nov 18 05:29:58.662 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 05:29:58.662 INFO [stdout] Nov 18 05:29:58.666 INFO [stderr] Doc-tests nes Nov 18 05:29:59.592 INFO [stdout] Nov 18 05:29:59.592 INFO [stdout] running 10 tests Nov 18 05:30:04.026 INFO [stdout] test src/lib.rs - (line 10) ... FAILED Nov 18 05:30:04.031 INFO [stdout] test src/lib.rs - ErrorInfoTrait (line 49) ... FAILED Nov 18 05:30:04.034 INFO [stdout] test src/lib.rs - create_err (line 312) ... FAILED Nov 18 05:30:04.034 INFO [stdout] test src/lib.rs - ok (line 390) ... FAILED Nov 18 05:30:04.035 INFO [stdout] test src/lib.rs - impl_from_error (line 231) ... FAILED Nov 18 05:30:04.035 INFO [stdout] test src/lib.rs - err (line 282) ... FAILED Nov 18 05:30:04.036 INFO [stdout] test src/lib.rs - impl_from_error (line 254) ... FAILED Nov 18 05:30:04.036 INFO [stdout] test src/lib.rs - define_error (line 108) ... FAILED Nov 18 05:30:05.003 INFO [stdout] test src/lib.rs - result (line 369) ... FAILED Nov 18 05:30:05.129 INFO [stdout] test src/lib.rs - try (line 334) ... FAILED Nov 18 05:30:05.130 INFO [stdout] Nov 18 05:30:05.130 INFO [stdout] failures: Nov 18 05:30:05.131 INFO [stdout] Nov 18 05:30:05.135 INFO [stdout] ---- src/lib.rs - (line 10) stdout ---- Nov 18 05:30:05.135 INFO [stdout] error[E0433]: failed to resolve. Use of undeclared type or module `CommonError` Nov 18 05:30:05.135 INFO [stdout] --> src/lib.rs:15:8 Nov 18 05:30:05.135 INFO [stdout] | Nov 18 05:30:05.135 INFO [stdout] 7 | Err(CommonError::IncorrectExtension(_,file_name, extension)) => println!("incorrect extension {}",extension), Nov 18 05:30:05.135 INFO [stdout] | ^^^^^^^^^^^ Use of undeclared type or module `CommonError` Nov 18 05:30:05.135 INFO [stdout] Nov 18 05:30:05.135 INFO [stdout] error[E0433]: failed to resolve. Use of undeclared type or module `CommonError` Nov 18 05:30:05.135 INFO [stdout] --> src/lib.rs:19:12 Nov 18 05:30:05.135 INFO [stdout] | Nov 18 05:30:05.135 INFO [stdout] 11 | CommonError::ReadFileError(_, box ReadFileError::ReadFileError(_,ref io_error, ref file)) => println!("can not read file \"{}\"",file), Nov 18 05:30:05.135 INFO [stdout] | ^^^^^^^^^^^ Use of undeclared type or module `CommonError` Nov 18 05:30:05.135 INFO [stdout] Nov 18 05:30:05.135 INFO [stdout] error[E0433]: failed to resolve. Use of undeclared type or module `ReadFileError` Nov 18 05:30:05.135 INFO [stdout] --> src/lib.rs:19:46 Nov 18 05:30:05.135 INFO [stdout] | Nov 18 05:30:05.135 INFO [stdout] 11 | CommonError::ReadFileError(_, box ReadFileError::ReadFileError(_,ref io_error, ref file)) => println!("can not read file \"{}\"",file), Nov 18 05:30:05.135 INFO [stdout] | ^^^^^^^^^^^^^ Use of undeclared type or module `ReadFileError` Nov 18 05:30:05.135 INFO [stdout] Nov 18 05:30:05.135 INFO [stdout] error[E0425]: cannot find function `process` in this scope Nov 18 05:30:05.135 INFO [stdout] --> src/lib.rs:13:7 Nov 18 05:30:05.136 INFO [stdout] | Nov 18 05:30:05.136 INFO [stdout] 5 | match process() { Nov 18 05:30:05.136 INFO [stdout] | ^^^^^^^ not found in this scope Nov 18 05:30:05.136 INFO [stdout] Nov 18 05:30:05.136 INFO [stdout] thread 'src/lib.rs - (line 10)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 18 05:30:05.136 INFO [stdout] stack backtrace: Nov 18 05:30:05.136 INFO [stdout] 0: 0x7faab3dcfa83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 18 05:30:05.136 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 18 05:30:05.136 INFO [stdout] 1: 0x7faab3dc72a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 18 05:30:05.136 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 18 05:30:05.136 INFO [stdout] 2: 0x7faab3dcc454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 18 05:30:05.136 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 18 05:30:05.136 INFO [stdout] at libstd/panicking.rs:211 Nov 18 05:30:05.136 INFO [stdout] 3: 0x7faab3dcc13c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 18 05:30:05.136 INFO [stdout] at libstd/panicking.rs:221 Nov 18 05:30:05.136 INFO [stdout] 4: 0x7faab5f1e6d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 18 05:30:05.136 INFO [stdout] 5: 0x7faab3dccc39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 18 05:30:05.136 INFO [stdout] at libstd/panicking.rs:480 Nov 18 05:30:05.136 INFO [stdout] 6: 0x5579f791c1c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 18 05:30:05.136 INFO [stdout] 7: 0x5579f7ae1c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 18 05:30:05.136 INFO [stdout] at librustdoc/test.rs:323 Nov 18 05:30:05.136 INFO [stdout] 8: 0x5579f79b4eee - >::set::hc4facc4870e509b6 Nov 18 05:30:05.136 INFO [stdout] at librustdoc/test.rs:654 Nov 18 05:30:05.136 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 18 05:30:05.136 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.136 INFO [stdout] 9: 0x5579f7993d51 - syntax::with_globals::h6744305bcb163a73 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 18 05:30:05.136 INFO [stdout] 10: 0x5579f791c40b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 18 05:30:05.136 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.136 INFO [stdout] 11: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.136 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.136 INFO [stdout] 12: 0x5579f79ad8d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 18 05:30:05.136 INFO [stdout] 13: 0x5579f7ab6270 - >::call_box::h692f6b13f40e7377 Nov 18 05:30:05.136 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.136 INFO [stdout] 14: 0x7faab5400b32 - >::call_box::hd23e96f38fbd7505 Nov 18 05:30:05.136 INFO [stdout] at libtest/lib.rs:1464 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.136 INFO [stdout] 15: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.136 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.136 INFO [stdout] 16: 0x7faab53f8453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.136 INFO [stdout] at libtest/lib.rs:1426 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 18 05:30:05.136 INFO [stdout] 17: 0x7faab53f92f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.136 INFO [stdout] 18: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.136 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.136 INFO [stdout] 19: 0x7faab54009cc - >::call_box::h44700b7a2ec6fd33 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.136 INFO [stdout] 20: 0x7faab3ddcafd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 18 05:30:05.136 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 18 05:30:05.136 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 18 05:30:05.136 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 18 05:30:05.136 INFO [stdout] 21: 0x7faab3b4f6b9 - start_thread Nov 18 05:30:05.136 INFO [stdout] 22: 0x7faab346741c - clone Nov 18 05:30:05.136 INFO [stdout] 23: 0x0 - Nov 18 05:30:05.136 INFO [stdout] query stack during panic: Nov 18 05:30:05.136 INFO [stdout] end of query stack Nov 18 05:30:05.136 INFO [stdout] Nov 18 05:30:05.136 INFO [stdout] ---- src/lib.rs - ErrorInfoTrait (line 49) stdout ---- Nov 18 05:30:05.136 INFO [stdout] error[E0277]: `main::ErrorInfo` doesn't implement `std::fmt::Display` Nov 18 05:30:05.136 INFO [stdout] --> src/lib.rs:59:6 Nov 18 05:30:05.136 INFO [stdout] | Nov 18 05:30:05.136 INFO [stdout] 13 | impl ErrorInfoTrait for ErrorInfo { Nov 18 05:30:05.137 INFO [stdout] | ^^^^^^^^^^^^^^ `main::ErrorInfo` cannot be formatted with the default formatter Nov 18 05:30:05.137 INFO [stdout] | Nov 18 05:30:05.137 INFO [stdout] = help: the trait `std::fmt::Display` is not implemented for `main::ErrorInfo` Nov 18 05:30:05.137 INFO [stdout] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Nov 18 05:30:05.137 INFO [stdout] Nov 18 05:30:05.137 INFO [stdout] thread 'src/lib.rs - ErrorInfoTrait (line 49)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 18 05:30:05.137 INFO [stdout] stack backtrace: Nov 18 05:30:05.137 INFO [stdout] 0: 0x7faab3dcfa83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 18 05:30:05.137 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 18 05:30:05.137 INFO [stdout] 1: 0x7faab3dc72a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 18 05:30:05.137 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 18 05:30:05.137 INFO [stdout] 2: 0x7faab3dcc454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 18 05:30:05.137 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 18 05:30:05.137 INFO [stdout] at libstd/panicking.rs:211 Nov 18 05:30:05.137 INFO [stdout] 3: 0x7faab3dcc13c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 18 05:30:05.137 INFO [stdout] at libstd/panicking.rs:221 Nov 18 05:30:05.137 INFO [stdout] 4: 0x7faab5f1e6d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 18 05:30:05.137 INFO [stdout] 5: 0x7faab3dccc39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 18 05:30:05.137 INFO [stdout] at libstd/panicking.rs:480 Nov 18 05:30:05.137 INFO [stdout] 6: 0x5579f791c1c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 18 05:30:05.137 INFO [stdout] 7: 0x5579f7ae1c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 18 05:30:05.137 INFO [stdout] at librustdoc/test.rs:323 Nov 18 05:30:05.137 INFO [stdout] 8: 0x5579f79b4eee - >::set::hc4facc4870e509b6 Nov 18 05:30:05.137 INFO [stdout] at librustdoc/test.rs:654 Nov 18 05:30:05.137 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 18 05:30:05.137 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.137 INFO [stdout] 9: 0x5579f7993d51 - syntax::with_globals::h6744305bcb163a73 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 18 05:30:05.137 INFO [stdout] 10: 0x5579f791c40b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 18 05:30:05.137 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.137 INFO [stdout] 11: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.137 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.137 INFO [stdout] 12: 0x5579f79ad8d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 18 05:30:05.137 INFO [stdout] 13: 0x5579f7ab6270 - >::call_box::h692f6b13f40e7377 Nov 18 05:30:05.137 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.137 INFO [stdout] 14: 0x7faab5400b32 - >::call_box::hd23e96f38fbd7505 Nov 18 05:30:05.137 INFO [stdout] at libtest/lib.rs:1464 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.137 INFO [stdout] 15: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.137 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.137 INFO [stdout] 16: 0x7faab53f8453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.137 INFO [stdout] at libtest/lib.rs:1426 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 18 05:30:05.137 INFO [stdout] 17: 0x7faab53f92f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.137 INFO [stdout] 18: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.137 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.137 INFO [stdout] 19: 0x7faab54009cc - >::call_box::h44700b7a2ec6fd33 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.137 INFO [stdout] 20: 0x7faab3ddcafd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 18 05:30:05.137 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 18 05:30:05.137 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 18 05:30:05.137 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 18 05:30:05.137 INFO [stdout] 21: 0x7faab3b4f6b9 - start_thread Nov 18 05:30:05.137 INFO [stdout] 22: 0x7faab346741c - clone Nov 18 05:30:05.137 INFO [stdout] 23: 0x0 - Nov 18 05:30:05.137 INFO [stdout] query stack during panic: Nov 18 05:30:05.137 INFO [stdout] end of query stack Nov 18 05:30:05.137 INFO [stdout] Nov 18 05:30:05.137 INFO [stdout] ---- src/lib.rs - create_err (line 312) stdout ---- Nov 18 05:30:05.137 INFO [stdout] error: cannot find macro `err!` in this scope Nov 18 05:30:05.137 INFO [stdout] --> src/lib.rs:314:8 Nov 18 05:30:05.137 INFO [stdout] | Nov 18 05:30:05.138 INFO [stdout] 4 | return err!(Error::HandlerThreadCrash, error, ThreadSource::Handler); Nov 18 05:30:05.138 INFO [stdout] | ^^^ Nov 18 05:30:05.138 INFO [stdout] Nov 18 05:30:05.138 INFO [stdout] error: cannot find macro `create_err!` in this scope Nov 18 05:30:05.138 INFO [stdout] --> src/lib.rs:313:20 Nov 18 05:30:05.138 INFO [stdout] | Nov 18 05:30:05.138 INFO [stdout] 3 | let error=Box::new(create_err!(handler::Error::BrockenChannel)); Nov 18 05:30:05.138 INFO [stdout] | ^^^^^^^^^^ Nov 18 05:30:05.138 INFO [stdout] Nov 18 05:30:05.138 INFO [stdout] thread 'src/lib.rs - create_err (line 312)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 18 05:30:05.138 INFO [stdout] stack backtrace: Nov 18 05:30:05.138 INFO [stdout] 0: 0x7faab3dcfa83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 18 05:30:05.138 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 18 05:30:05.138 INFO [stdout] 1: 0x7faab3dc72a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 18 05:30:05.138 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 18 05:30:05.138 INFO [stdout] 2: 0x7faab3dcc454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 18 05:30:05.138 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 18 05:30:05.138 INFO [stdout] at libstd/panicking.rs:211 Nov 18 05:30:05.138 INFO [stdout] 3: 0x7faab3dcc13c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 18 05:30:05.138 INFO [stdout] at libstd/panicking.rs:221 Nov 18 05:30:05.138 INFO [stdout] 4: 0x7faab5f1e6d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 18 05:30:05.138 INFO [stdout] 5: 0x7faab3dccc39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 18 05:30:05.138 INFO [stdout] at libstd/panicking.rs:480 Nov 18 05:30:05.138 INFO [stdout] 6: 0x5579f791c1c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 18 05:30:05.138 INFO [stdout] 7: 0x5579f7ae1c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 18 05:30:05.138 INFO [stdout] at librustdoc/test.rs:323 Nov 18 05:30:05.138 INFO [stdout] 8: 0x5579f79b4eee - >::set::hc4facc4870e509b6 Nov 18 05:30:05.138 INFO [stdout] at librustdoc/test.rs:654 Nov 18 05:30:05.138 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 18 05:30:05.138 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.138 INFO [stdout] 9: 0x5579f7993d51 - syntax::with_globals::h6744305bcb163a73 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 18 05:30:05.138 INFO [stdout] 10: 0x5579f791c40b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 18 05:30:05.138 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.138 INFO [stdout] 11: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.138 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.138 INFO [stdout] 12: 0x5579f79ad8d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 18 05:30:05.138 INFO [stdout] 13: 0x5579f7ab6270 - >::call_box::h692f6b13f40e7377 Nov 18 05:30:05.138 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.138 INFO [stdout] 14: 0x7faab5400b32 - >::call_box::hd23e96f38fbd7505 Nov 18 05:30:05.138 INFO [stdout] at libtest/lib.rs:1464 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.138 INFO [stdout] 15: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.138 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.138 INFO [stdout] 16: 0x7faab53f8453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.138 INFO [stdout] at libtest/lib.rs:1426 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 18 05:30:05.138 INFO [stdout] 17: 0x7faab53f92f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.138 INFO [stdout] 18: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.138 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.138 INFO [stdout] 19: 0x7faab54009cc - >::call_box::h44700b7a2ec6fd33 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.138 INFO [stdout] 20: 0x7faab3ddcafd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 18 05:30:05.138 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 18 05:30:05.156 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 18 05:30:05.156 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 18 05:30:05.156 INFO [stdout] 21: 0x7faab3b4f6b9 - start_thread Nov 18 05:30:05.156 INFO [stdout] 22: 0x7faab346741c - clone Nov 18 05:30:05.156 INFO [stdout] 23: 0x0 - Nov 18 05:30:05.156 INFO [stdout] query stack during panic: Nov 18 05:30:05.156 INFO [stdout] end of query stack Nov 18 05:30:05.156 INFO [stdout] Nov 18 05:30:05.156 INFO [stdout] ---- src/lib.rs - ok (line 390) stdout ---- Nov 18 05:30:05.156 INFO [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `ok` Nov 18 05:30:05.156 INFO [stdout] --> src/lib.rs:393:1 Nov 18 05:30:05.156 INFO [stdout] | Nov 18 05:30:05.156 INFO [stdout] 4 | ok!() // instead Ok(()) Nov 18 05:30:05.156 INFO [stdout] | - expected one of `.`, `;`, `?`, `}`, or an operator here Nov 18 05:30:05.156 INFO [stdout] 5 | Nov 18 05:30:05.156 INFO [stdout] 6 | ok!(lines) // instead Ok(lines) Nov 18 05:30:05.156 INFO [stdout] | ^^ unexpected token Nov 18 05:30:05.156 INFO [stdout] Nov 18 05:30:05.156 INFO [stdout] error: cannot find macro `ok!` in this scope Nov 18 05:30:05.156 INFO [stdout] --> src/lib.rs:391:1 Nov 18 05:30:05.156 INFO [stdout] | Nov 18 05:30:05.156 INFO [stdout] 4 | ok!() // instead Ok(()) Nov 18 05:30:05.156 INFO [stdout] | ^^ Nov 18 05:30:05.156 INFO [stdout] Nov 18 05:30:05.156 INFO [stdout] thread 'src/lib.rs - ok (line 390)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 18 05:30:05.156 INFO [stdout] stack backtrace: Nov 18 05:30:05.156 INFO [stdout] 0: 0x7faab3dcfa83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 18 05:30:05.156 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 18 05:30:05.156 INFO [stdout] 1: 0x7faab3dc72a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 18 05:30:05.157 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 18 05:30:05.157 INFO [stdout] 2: 0x7faab3dcc454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 18 05:30:05.157 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 18 05:30:05.157 INFO [stdout] at libstd/panicking.rs:211 Nov 18 05:30:05.157 INFO [stdout] 3: 0x7faab3dcc13c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 18 05:30:05.157 INFO [stdout] at libstd/panicking.rs:221 Nov 18 05:30:05.157 INFO [stdout] 4: 0x7faab5f1e6d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 18 05:30:05.157 INFO [stdout] 5: 0x7faab3dccc39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 18 05:30:05.157 INFO [stdout] at libstd/panicking.rs:480 Nov 18 05:30:05.157 INFO [stdout] 6: 0x5579f791c1c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 18 05:30:05.157 INFO [stdout] 7: 0x5579f7ae1c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 18 05:30:05.157 INFO [stdout] at librustdoc/test.rs:323 Nov 18 05:30:05.157 INFO [stdout] 8: 0x5579f79b4eee - >::set::hc4facc4870e509b6 Nov 18 05:30:05.157 INFO [stdout] at librustdoc/test.rs:654 Nov 18 05:30:05.157 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 18 05:30:05.157 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.157 INFO [stdout] 9: 0x5579f7993d51 - syntax::with_globals::h6744305bcb163a73 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 18 05:30:05.157 INFO [stdout] 10: 0x5579f791c40b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 18 05:30:05.157 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.157 INFO [stdout] 11: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.157 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.157 INFO [stdout] 12: 0x5579f79ad8d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 18 05:30:05.157 INFO [stdout] 13: 0x5579f7ab6270 - >::call_box::h692f6b13f40e7377 Nov 18 05:30:05.157 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.157 INFO [stdout] 14: 0x7faab5400b32 - >::call_box::hd23e96f38fbd7505 Nov 18 05:30:05.157 INFO [stdout] at libtest/lib.rs:1464 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.157 INFO [stdout] 15: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.157 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.157 INFO [stdout] 16: 0x7faab53f8453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.157 INFO [stdout] at libtest/lib.rs:1426 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 18 05:30:05.157 INFO [stdout] 17: 0x7faab53f92f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.157 INFO [stdout] 18: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.157 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.157 INFO [stdout] 19: 0x7faab54009cc - >::call_box::h44700b7a2ec6fd33 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.157 INFO [stdout] 20: 0x7faab3ddcafd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 18 05:30:05.157 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 18 05:30:05.157 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 18 05:30:05.157 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 18 05:30:05.157 INFO [stdout] 21: 0x7faab3b4f6b9 - start_thread Nov 18 05:30:05.157 INFO [stdout] 22: 0x7faab346741c - clone Nov 18 05:30:05.157 INFO [stdout] 23: 0x0 - Nov 18 05:30:05.157 INFO [stdout] query stack during panic: Nov 18 05:30:05.157 INFO [stdout] end of query stack Nov 18 05:30:05.157 INFO [stdout] Nov 18 05:30:05.157 INFO [stdout] ---- src/lib.rs - impl_from_error (line 231) stdout ---- Nov 18 05:30:05.157 INFO [stdout] error: unexpected token: `...` Nov 18 05:30:05.157 INFO [stdout] --> src/lib.rs:234:72 Nov 18 05:30:05.157 INFO [stdout] | Nov 18 05:30:05.157 INFO [stdout] 6 | fn read_file(file_name:String) -> result![Vec,ReadFileError] { ... } Nov 18 05:30:05.157 INFO [stdout] | ^^^ Nov 18 05:30:05.157 INFO [stdout] help: use `..` for an exclusive range Nov 18 05:30:05.157 INFO [stdout] | Nov 18 05:30:05.157 INFO [stdout] 6 | fn read_file(file_name:String) -> result![Vec,ReadFileError] { .. } Nov 18 05:30:05.157 INFO [stdout] | ^^ Nov 18 05:30:05.157 INFO [stdout] help: or `..=` for an inclusive range Nov 18 05:30:05.157 INFO [stdout] | Nov 18 05:30:05.157 INFO [stdout] 6 | fn read_file(file_name:String) -> result![Vec,ReadFileError] { ..= } Nov 18 05:30:05.157 INFO [stdout] | ^^^ Nov 18 05:30:05.158 INFO [stdout] Nov 18 05:30:05.158 INFO [stdout] error[E0586]: inclusive range with no end Nov 18 05:30:05.158 INFO [stdout] --> src/lib.rs:234:76 Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] 6 | fn read_file(file_name:String) -> result![Vec,ReadFileError] { ... } Nov 18 05:30:05.158 INFO [stdout] | ^ Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] = help: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) Nov 18 05:30:05.158 INFO [stdout] Nov 18 05:30:05.158 INFO [stdout] error: unexpected token: `...` Nov 18 05:30:05.158 INFO [stdout] --> src/lib.rs:238:4 Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] 10 | ... Nov 18 05:30:05.158 INFO [stdout] | ^^^ Nov 18 05:30:05.158 INFO [stdout] help: use `..` for an exclusive range Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] 10 | .. Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] help: or `..=` for an inclusive range Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] 10 | ..= Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] Nov 18 05:30:05.158 INFO [stdout] error[E0586]: inclusive range with no end Nov 18 05:30:05.158 INFO [stdout] --> src/lib.rs:239:1 Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] 11 | } Nov 18 05:30:05.158 INFO [stdout] | ^ Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] = help: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) Nov 18 05:30:05.158 INFO [stdout] Nov 18 05:30:05.158 INFO [stdout] error: cannot find macro `result!` in this scope Nov 18 05:30:05.158 INFO [stdout] --> src/lib.rs:236:17 Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] 8 | fn process() -> result![CommonError] { //Or Result Nov 18 05:30:05.158 INFO [stdout] | ^^^^^^ Nov 18 05:30:05.158 INFO [stdout] Nov 18 05:30:05.158 INFO [stdout] error: cannot find macro `result!` in this scope Nov 18 05:30:05.158 INFO [stdout] --> src/lib.rs:234:35 Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] 6 | fn read_file(file_name:String) -> result![Vec,ReadFileError] { ... } Nov 18 05:30:05.158 INFO [stdout] | ^^^^^^ Nov 18 05:30:05.158 INFO [stdout] Nov 18 05:30:05.158 INFO [stdout] error: cannot find macro `impl_from_error!` in this scope Nov 18 05:30:05.158 INFO [stdout] --> src/lib.rs:232:1 Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] 4 | impl_from_error!(ReadFileError => CommonError); Nov 18 05:30:05.158 INFO [stdout] | ^^^^^^^^^^^^^^^ Nov 18 05:30:05.158 INFO [stdout] Nov 18 05:30:05.158 INFO [stdout] error[E0425]: cannot find value `file_name` in this scope Nov 18 05:30:05.158 INFO [stdout] --> src/lib.rs:237:24 Nov 18 05:30:05.158 INFO [stdout] | Nov 18 05:30:05.158 INFO [stdout] 9 | let lines=read_file(file_name)?; Nov 18 05:30:05.158 INFO [stdout] | ^^^^^^^^^ not found in this scope Nov 18 05:30:05.158 INFO [stdout] Nov 18 05:30:05.158 INFO [stdout] thread 'src/lib.rs - impl_from_error (line 231)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 18 05:30:05.158 INFO [stdout] stack backtrace: Nov 18 05:30:05.158 INFO [stdout] 0: 0x7faab3dcfa83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 18 05:30:05.158 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 18 05:30:05.158 INFO [stdout] 1: 0x7faab3dc72a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 18 05:30:05.158 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 18 05:30:05.158 INFO [stdout] 2: 0x7faab3dcc454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 18 05:30:05.158 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 18 05:30:05.158 INFO [stdout] at libstd/panicking.rs:211 Nov 18 05:30:05.158 INFO [stdout] 3: 0x7faab3dcc13c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 18 05:30:05.158 INFO [stdout] at libstd/panicking.rs:221 Nov 18 05:30:05.158 INFO [stdout] 4: 0x7faab5f1e6d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 18 05:30:05.158 INFO [stdout] 5: 0x7faab3dccc39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 18 05:30:05.158 INFO [stdout] at libstd/panicking.rs:480 Nov 18 05:30:05.158 INFO [stdout] 6: 0x5579f791c1c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 18 05:30:05.158 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 18 05:30:05.158 INFO [stdout] 7: 0x5579f7ae1c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 18 05:30:05.158 INFO [stdout] at librustdoc/test.rs:323 Nov 18 05:30:05.158 INFO [stdout] 8: 0x5579f79b4eee - >::set::hc4facc4870e509b6 Nov 18 05:30:05.158 INFO [stdout] at librustdoc/test.rs:654 Nov 18 05:30:05.158 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.158 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 18 05:30:05.158 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.159 INFO [stdout] 9: 0x5579f7993d51 - syntax::with_globals::h6744305bcb163a73 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 18 05:30:05.159 INFO [stdout] 10: 0x5579f791c40b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 18 05:30:05.159 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.159 INFO [stdout] 11: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.159 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.159 INFO [stdout] 12: 0x5579f79ad8d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 18 05:30:05.159 INFO [stdout] 13: 0x5579f7ab6270 - >::call_box::h692f6b13f40e7377 Nov 18 05:30:05.159 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.159 INFO [stdout] 14: 0x7faab5400b32 - >::call_box::hd23e96f38fbd7505 Nov 18 05:30:05.159 INFO [stdout] at libtest/lib.rs:1464 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.159 INFO [stdout] 15: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.159 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.159 INFO [stdout] 16: 0x7faab53f8453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.159 INFO [stdout] at libtest/lib.rs:1426 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 18 05:30:05.159 INFO [stdout] 17: 0x7faab53f92f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.159 INFO [stdout] 18: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.159 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.159 INFO [stdout] 19: 0x7faab54009cc - >::call_box::h44700b7a2ec6fd33 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.159 INFO [stdout] 20: 0x7faab3ddcafd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 18 05:30:05.159 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 18 05:30:05.159 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 18 05:30:05.159 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 18 05:30:05.159 INFO [stdout] 21: 0x7faab3b4f6b9 - start_thread Nov 18 05:30:05.159 INFO [stdout] 22: 0x7faab346741c - clone Nov 18 05:30:05.159 INFO [stdout] 23: 0x0 - Nov 18 05:30:05.159 INFO [stdout] query stack during panic: Nov 18 05:30:05.159 INFO [stdout] end of query stack Nov 18 05:30:05.159 INFO [stdout] Nov 18 05:30:05.159 INFO [stdout] ---- src/lib.rs - err (line 282) stdout ---- Nov 18 05:30:05.159 INFO [stdout] error: cannot find macro `err!` in this scope Nov 18 05:30:05.159 INFO [stdout] --> src/lib.rs:289:11 Nov 18 05:30:05.159 INFO [stdout] | Nov 18 05:30:05.159 INFO [stdout] 9 | return err!(CommonError::IncorrectExtension, file_name, ".rs".to_string()) Nov 18 05:30:05.159 INFO [stdout] | ^^^ Nov 18 05:30:05.159 INFO [stdout] Nov 18 05:30:05.159 INFO [stdout] error: cannot find macro `err!` in this scope Nov 18 05:30:05.159 INFO [stdout] --> src/lib.rs:285:19 Nov 18 05:30:05.159 INFO [stdout] | Nov 18 05:30:05.159 INFO [stdout] 5 | None => return err!(CommonError::NoArguments), Nov 18 05:30:05.159 INFO [stdout] | ^^^ Nov 18 05:30:05.159 INFO [stdout] Nov 18 05:30:05.159 INFO [stdout] error[E0425]: cannot find value `args` in this scope Nov 18 05:30:05.159 INFO [stdout] --> src/lib.rs:283:21 Nov 18 05:30:05.159 INFO [stdout] | Nov 18 05:30:05.159 INFO [stdout] 3 | let file_name=match args.next() { Nov 18 05:30:05.159 INFO [stdout] | ^^^^ not found in this scope Nov 18 05:30:05.159 INFO [stdout] help: possible candidate is found in another module, you can import it into scope Nov 18 05:30:05.159 INFO [stdout] | Nov 18 05:30:05.159 INFO [stdout] 2 | use std::env::args; Nov 18 05:30:05.159 INFO [stdout] | Nov 18 05:30:05.159 INFO [stdout] Nov 18 05:30:05.159 INFO [stdout] thread 'src/lib.rs - err (line 282)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 18 05:30:05.159 INFO [stdout] stack backtrace: Nov 18 05:30:05.166 INFO [stdout] 0: 0x7faab3dcfa83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 18 05:30:05.166 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 18 05:30:05.166 INFO [stdout] 1: 0x7faab3dc72a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 18 05:30:05.166 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 18 05:30:05.166 INFO [stdout] 2: 0x7faab3dcc454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 18 05:30:05.166 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 18 05:30:05.166 INFO [stdout] at libstd/panicking.rs:211 Nov 18 05:30:05.166 INFO [stdout] 3: 0x7faab3dcc13c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 18 05:30:05.166 INFO [stdout] at libstd/panicking.rs:221 Nov 18 05:30:05.166 INFO [stdout] 4: 0x7faab5f1e6d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 18 05:30:05.166 INFO [stdout] 5: 0x7faab3dccc39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 18 05:30:05.167 INFO [stdout] at libstd/panicking.rs:480 Nov 18 05:30:05.167 INFO [stdout] 6: 0x5579f791c1c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 18 05:30:05.167 INFO [stdout] 7: 0x5579f7ae1c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 18 05:30:05.167 INFO [stdout] at librustdoc/test.rs:323 Nov 18 05:30:05.167 INFO [stdout] 8: 0x5579f79b4eee - >::set::hc4facc4870e509b6 Nov 18 05:30:05.167 INFO [stdout] at librustdoc/test.rs:654 Nov 18 05:30:05.167 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 18 05:30:05.167 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.167 INFO [stdout] 9: 0x5579f7993d51 - syntax::with_globals::h6744305bcb163a73 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 18 05:30:05.167 INFO [stdout] 10: 0x5579f791c40b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 18 05:30:05.167 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.167 INFO [stdout] 11: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.167 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.167 INFO [stdout] 12: 0x5579f79ad8d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 18 05:30:05.167 INFO [stdout] 13: 0x5579f7ab6270 - >::call_box::h692f6b13f40e7377 Nov 18 05:30:05.167 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.167 INFO [stdout] 14: 0x7faab5400b32 - >::call_box::hd23e96f38fbd7505 Nov 18 05:30:05.167 INFO [stdout] at libtest/lib.rs:1464 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.167 INFO [stdout] 15: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.167 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.167 INFO [stdout] 16: 0x7faab53f8453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.167 INFO [stdout] at libtest/lib.rs:1426 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 18 05:30:05.167 INFO [stdout] 17: 0x7faab53f92f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.167 INFO [stdout] 18: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.167 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.167 INFO [stdout] 19: 0x7faab54009cc - >::call_box::h44700b7a2ec6fd33 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.167 INFO [stdout] 20: 0x7faab3ddcafd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 18 05:30:05.167 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 18 05:30:05.167 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 18 05:30:05.167 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 18 05:30:05.167 INFO [stdout] 21: 0x7faab3b4f6b9 - start_thread Nov 18 05:30:05.167 INFO [stdout] 22: 0x7faab346741c - clone Nov 18 05:30:05.167 INFO [stdout] 23: 0x0 - Nov 18 05:30:05.167 INFO [stdout] query stack during panic: Nov 18 05:30:05.167 INFO [stdout] end of query stack Nov 18 05:30:05.167 INFO [stdout] Nov 18 05:30:05.167 INFO [stdout] ---- src/lib.rs - impl_from_error (line 254) stdout ---- Nov 18 05:30:05.167 INFO [stdout] error: cannot find macro `impl_from_error!` in this scope Nov 18 05:30:05.167 INFO [stdout] --> src/lib.rs:255:1 Nov 18 05:30:05.167 INFO [stdout] | Nov 18 05:30:05.167 INFO [stdout] 3 | impl_from_error!(::module::ReadFileError => CommonError::CanNotReadFile); Nov 18 05:30:05.167 INFO [stdout] | ^^^^^^^^^^^^^^^ Nov 18 05:30:05.167 INFO [stdout] Nov 18 05:30:05.167 INFO [stdout] thread 'src/lib.rs - impl_from_error (line 254)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 18 05:30:05.167 INFO [stdout] stack backtrace: Nov 18 05:30:05.167 INFO [stdout] 0: 0x7faab3dcfa83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 18 05:30:05.167 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 18 05:30:05.167 INFO [stdout] 1: 0x7faab3dc72a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 18 05:30:05.167 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 18 05:30:05.167 INFO [stdout] 2: 0x7faab3dcc454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 18 05:30:05.167 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 18 05:30:05.167 INFO [stdout] at libstd/panicking.rs:211 Nov 18 05:30:05.167 INFO [stdout] 3: 0x7faab3dcc13c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 18 05:30:05.167 INFO [stdout] at libstd/panicking.rs:221 Nov 18 05:30:05.167 INFO [stdout] 4: 0x7faab5f1e6d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 18 05:30:05.167 INFO [stdout] 5: 0x7faab3dccc39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 18 05:30:05.167 INFO [stdout] at libstd/panicking.rs:480 Nov 18 05:30:05.167 INFO [stdout] 6: 0x5579f791c1c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 18 05:30:05.168 INFO [stdout] 7: 0x5579f7ae1c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 18 05:30:05.168 INFO [stdout] at librustdoc/test.rs:323 Nov 18 05:30:05.168 INFO [stdout] 8: 0x5579f79b4eee - >::set::hc4facc4870e509b6 Nov 18 05:30:05.168 INFO [stdout] at librustdoc/test.rs:654 Nov 18 05:30:05.168 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 18 05:30:05.168 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.168 INFO [stdout] 9: 0x5579f7993d51 - syntax::with_globals::h6744305bcb163a73 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 18 05:30:05.168 INFO [stdout] 10: 0x5579f791c40b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 18 05:30:05.168 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.168 INFO [stdout] 11: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.168 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.168 INFO [stdout] 12: 0x5579f79ad8d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 18 05:30:05.168 INFO [stdout] 13: 0x5579f7ab6270 - >::call_box::h692f6b13f40e7377 Nov 18 05:30:05.168 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.168 INFO [stdout] 14: 0x7faab5400b32 - >::call_box::hd23e96f38fbd7505 Nov 18 05:30:05.168 INFO [stdout] at libtest/lib.rs:1464 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.168 INFO [stdout] 15: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.168 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.168 INFO [stdout] 16: 0x7faab53f8453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.168 INFO [stdout] at libtest/lib.rs:1426 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 18 05:30:05.168 INFO [stdout] 17: 0x7faab53f92f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.168 INFO [stdout] 18: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.168 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.168 INFO [stdout] 19: 0x7faab54009cc - >::call_box::h44700b7a2ec6fd33 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.168 INFO [stdout] 20: 0x7faab3ddcafd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 18 05:30:05.168 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 18 05:30:05.168 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 18 05:30:05.168 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 18 05:30:05.168 INFO [stdout] 21: 0x7faab3b4f6b9 - start_thread Nov 18 05:30:05.168 INFO [stdout] 22: 0x7faab346741c - clone Nov 18 05:30:05.168 INFO [stdout] 23: 0x0 - Nov 18 05:30:05.168 INFO [stdout] query stack during panic: Nov 18 05:30:05.168 INFO [stdout] end of query stack Nov 18 05:30:05.168 INFO [stdout] Nov 18 05:30:05.168 INFO [stdout] ---- src/lib.rs - define_error (line 108) stdout ---- Nov 18 05:30:05.168 INFO [stdout] error: cannot find macro `define_error!` in this scope Nov 18 05:30:05.168 INFO [stdout] --> src/lib.rs:116:1 Nov 18 05:30:05.168 INFO [stdout] | Nov 18 05:30:05.168 INFO [stdout] 10 | define_error!( CommonError, Nov 18 05:30:05.168 INFO [stdout] | ^^^^^^^^^^^^ Nov 18 05:30:05.168 INFO [stdout] Nov 18 05:30:05.168 INFO [stdout] error: cannot find macro `define_error!` in this scope Nov 18 05:30:05.168 INFO [stdout] --> src/lib.rs:109:1 Nov 18 05:30:05.168 INFO [stdout] | Nov 18 05:30:05.168 INFO [stdout] 3 | define_error!( ReadFileError, Nov 18 05:30:05.168 INFO [stdout] | ^^^^^^^^^^^^ Nov 18 05:30:05.168 INFO [stdout] Nov 18 05:30:05.168 INFO [stdout] thread 'src/lib.rs - define_error (line 108)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 18 05:30:05.168 INFO [stdout] stack backtrace: Nov 18 05:30:05.168 INFO [stdout] 0: 0x7faab3dcfa83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 18 05:30:05.168 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 18 05:30:05.168 INFO [stdout] 1: 0x7faab3dc72a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 18 05:30:05.168 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 18 05:30:05.168 INFO [stdout] 2: 0x7faab3dcc454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 18 05:30:05.168 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 18 05:30:05.168 INFO [stdout] at libstd/panicking.rs:211 Nov 18 05:30:05.169 INFO [stdout] 3: 0x7faab3dcc13c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 18 05:30:05.169 INFO [stdout] at libstd/panicking.rs:221 Nov 18 05:30:05.169 INFO [stdout] 4: 0x7faab5f1e6d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 18 05:30:05.169 INFO [stdout] 5: 0x7faab3dccc39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 18 05:30:05.169 INFO [stdout] at libstd/panicking.rs:480 Nov 18 05:30:05.169 INFO [stdout] 6: 0x5579f791c1c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 18 05:30:05.169 INFO [stdout] 7: 0x5579f7ae1c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 18 05:30:05.169 INFO [stdout] at librustdoc/test.rs:323 Nov 18 05:30:05.169 INFO [stdout] 8: 0x5579f79b4eee - >::set::hc4facc4870e509b6 Nov 18 05:30:05.169 INFO [stdout] at librustdoc/test.rs:654 Nov 18 05:30:05.169 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 18 05:30:05.169 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.169 INFO [stdout] 9: 0x5579f7993d51 - syntax::with_globals::h6744305bcb163a73 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 18 05:30:05.169 INFO [stdout] 10: 0x5579f791c40b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 18 05:30:05.169 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.169 INFO [stdout] 11: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.169 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.169 INFO [stdout] 12: 0x5579f79ad8d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 18 05:30:05.169 INFO [stdout] 13: 0x5579f7ab6270 - >::call_box::h692f6b13f40e7377 Nov 18 05:30:05.169 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.169 INFO [stdout] 14: 0x7faab5400b32 - >::call_box::hd23e96f38fbd7505 Nov 18 05:30:05.169 INFO [stdout] at libtest/lib.rs:1464 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.169 INFO [stdout] 15: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.169 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.169 INFO [stdout] 16: 0x7faab53f8453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.169 INFO [stdout] at libtest/lib.rs:1426 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 18 05:30:05.169 INFO [stdout] 17: 0x7faab53f92f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.169 INFO [stdout] 18: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.169 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.169 INFO [stdout] 19: 0x7faab54009cc - >::call_box::h44700b7a2ec6fd33 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.169 INFO [stdout] 20: 0x7faab3ddcafd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 18 05:30:05.169 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 18 05:30:05.169 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 18 05:30:05.169 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 18 05:30:05.169 INFO [stdout] 21: 0x7faab3b4f6b9 - start_thread Nov 18 05:30:05.169 INFO [stdout] 22: 0x7faab346741c - clone Nov 18 05:30:05.169 INFO [stdout] 23: 0x0 - Nov 18 05:30:05.169 INFO [stdout] query stack during panic: Nov 18 05:30:05.169 INFO [stdout] end of query stack Nov 18 05:30:05.169 INFO [stdout] Nov 18 05:30:05.169 INFO [stdout] ---- src/lib.rs - result (line 369) stdout ---- Nov 18 05:30:05.169 INFO [stdout] error: unexpected token: `...` Nov 18 05:30:05.169 INFO [stdout] --> src/lib.rs:370:40 Nov 18 05:30:05.169 INFO [stdout] | Nov 18 05:30:05.169 INFO [stdout] 3 | fn process() -> result![CommonError] { ... } Nov 18 05:30:05.169 INFO [stdout] | ^^^ Nov 18 05:30:05.169 INFO [stdout] help: use `..` for an exclusive range Nov 18 05:30:05.169 INFO [stdout] | Nov 18 05:30:05.169 INFO [stdout] 3 | fn process() -> result![CommonError] { .. } Nov 18 05:30:05.169 INFO [stdout] | ^^ Nov 18 05:30:05.169 INFO [stdout] help: or `..=` for an inclusive range Nov 18 05:30:05.169 INFO [stdout] | Nov 18 05:30:05.169 INFO [stdout] 3 | fn process() -> result![CommonError] { ..= } Nov 18 05:30:05.169 INFO [stdout] | ^^^ Nov 18 05:30:05.169 INFO [stdout] Nov 18 05:30:05.169 INFO [stdout] error[E0586]: inclusive range with no end Nov 18 05:30:05.169 INFO [stdout] --> src/lib.rs:370:44 Nov 18 05:30:05.169 INFO [stdout] | Nov 18 05:30:05.169 INFO [stdout] 3 | fn process() -> result![CommonError] { ... } Nov 18 05:30:05.169 INFO [stdout] | ^ Nov 18 05:30:05.170 INFO [stdout] | Nov 18 05:30:05.170 INFO [stdout] = help: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) Nov 18 05:30:05.170 INFO [stdout] Nov 18 05:30:05.170 INFO [stdout] error: unexpected token: `...` Nov 18 05:30:05.170 INFO [stdout] --> src/lib.rs:372:72 Nov 18 05:30:05.170 INFO [stdout] | Nov 18 05:30:05.170 INFO [stdout] 5 | fn read_file(file_name:String) -> result![Vec,ReadFileError] { ... } Nov 18 05:30:05.170 INFO [stdout] | ^^^ Nov 18 05:30:05.170 INFO [stdout] help: use `..` for an exclusive range Nov 18 05:30:05.170 INFO [stdout] | Nov 18 05:30:05.170 INFO [stdout] 5 | fn read_file(file_name:String) -> result![Vec,ReadFileError] { .. } Nov 18 05:30:05.170 INFO [stdout] | ^^ Nov 18 05:30:05.170 INFO [stdout] help: or `..=` for an inclusive range Nov 18 05:30:05.170 INFO [stdout] | Nov 18 05:30:05.170 INFO [stdout] 5 | fn read_file(file_name:String) -> result![Vec,ReadFileError] { ..= } Nov 18 05:30:05.170 INFO [stdout] | ^^^ Nov 18 05:30:05.170 INFO [stdout] Nov 18 05:30:05.170 INFO [stdout] error[E0586]: inclusive range with no end Nov 18 05:30:05.170 INFO [stdout] --> src/lib.rs:372:76 Nov 18 05:30:05.170 INFO [stdout] | Nov 18 05:30:05.170 INFO [stdout] 5 | fn read_file(file_name:String) -> result![Vec,ReadFileError] { ... } Nov 18 05:30:05.170 INFO [stdout] | ^ Nov 18 05:30:05.170 INFO [stdout] | Nov 18 05:30:05.170 INFO [stdout] = help: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) Nov 18 05:30:05.170 INFO [stdout] Nov 18 05:30:05.170 INFO [stdout] error: cannot find macro `result!` in this scope Nov 18 05:30:05.170 INFO [stdout] --> src/lib.rs:372:35 Nov 18 05:30:05.170 INFO [stdout] | Nov 18 05:30:05.170 INFO [stdout] 5 | fn read_file(file_name:String) -> result![Vec,ReadFileError] { ... } Nov 18 05:30:05.170 INFO [stdout] | ^^^^^^ Nov 18 05:30:05.170 INFO [stdout] Nov 18 05:30:05.170 INFO [stdout] error: cannot find macro `result!` in this scope Nov 18 05:30:05.170 INFO [stdout] --> src/lib.rs:370:17 Nov 18 05:30:05.170 INFO [stdout] | Nov 18 05:30:05.170 INFO [stdout] 3 | fn process() -> result![CommonError] { ... } Nov 18 05:30:05.170 INFO [stdout] | ^^^^^^ Nov 18 05:30:05.170 INFO [stdout] Nov 18 05:30:05.170 INFO [stdout] thread 'src/lib.rs - result (line 369)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 18 05:30:05.170 INFO [stdout] stack backtrace: Nov 18 05:30:05.170 INFO [stdout] 0: 0x7faab3dcfa83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 18 05:30:05.170 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 18 05:30:05.170 INFO [stdout] 1: 0x7faab3dc72a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 18 05:30:05.170 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 18 05:30:05.170 INFO [stdout] 2: 0x7faab3dcc454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 18 05:30:05.170 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 18 05:30:05.170 INFO [stdout] at libstd/panicking.rs:211 Nov 18 05:30:05.170 INFO [stdout] 3: 0x7faab3dcc13c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 18 05:30:05.170 INFO [stdout] at libstd/panicking.rs:221 Nov 18 05:30:05.170 INFO [stdout] 4: 0x7faab5f1e6d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 18 05:30:05.170 INFO [stdout] 5: 0x7faab3dccc39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 18 05:30:05.170 INFO [stdout] at libstd/panicking.rs:480 Nov 18 05:30:05.170 INFO [stdout] 6: 0x5579f791c1c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 18 05:30:05.170 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 18 05:30:05.170 INFO [stdout] 7: 0x5579f7ae1c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 18 05:30:05.170 INFO [stdout] at librustdoc/test.rs:323 Nov 18 05:30:05.170 INFO [stdout] 8: 0x5579f79b4eee - >::set::hc4facc4870e509b6 Nov 18 05:30:05.170 INFO [stdout] at librustdoc/test.rs:654 Nov 18 05:30:05.170 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.170 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 18 05:30:05.170 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.170 INFO [stdout] 9: 0x5579f7993d51 - syntax::with_globals::h6744305bcb163a73 Nov 18 05:30:05.170 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 18 05:30:05.170 INFO [stdout] 10: 0x5579f791c40b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 18 05:30:05.170 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.170 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.170 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.170 INFO [stdout] 11: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.170 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.170 INFO [stdout] 12: 0x5579f79ad8d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 18 05:30:05.170 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.170 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.170 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 18 05:30:05.170 INFO [stdout] 13: 0x5579f7ab6270 - >::call_box::h692f6b13f40e7377 Nov 18 05:30:05.170 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.170 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.170 INFO [stdout] 14: 0x7faab5400b32 - >::call_box::hd23e96f38fbd7505 Nov 18 05:30:05.170 INFO [stdout] at libtest/lib.rs:1464 Nov 18 05:30:05.170 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.171 INFO [stdout] 15: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.171 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.171 INFO [stdout] 16: 0x7faab53f8453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.171 INFO [stdout] at libtest/lib.rs:1426 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 18 05:30:05.171 INFO [stdout] 17: 0x7faab53f92f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.171 INFO [stdout] 18: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.171 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.171 INFO [stdout] 19: 0x7faab54009cc - >::call_box::h44700b7a2ec6fd33 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.171 INFO [stdout] 20: 0x7faab3ddcafd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 18 05:30:05.171 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 18 05:30:05.171 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 18 05:30:05.171 INFO [stdout] 21: 0x7faab3b4f6b9 - start_thread Nov 18 05:30:05.171 INFO [stdout] 22: 0x7faab346741c - clone Nov 18 05:30:05.171 INFO [stdout] 23: 0x0 - Nov 18 05:30:05.171 INFO [stdout] query stack during panic: Nov 18 05:30:05.171 INFO [stdout] end of query stack Nov 18 05:30:05.171 INFO [stdout] Nov 18 05:30:05.171 INFO [stdout] ---- src/lib.rs - try (line 334) stdout ---- Nov 18 05:30:05.171 INFO [stdout] error: expected pattern, found `...` Nov 18 05:30:05.171 INFO [stdout] --> src/lib.rs:337:73 Nov 18 05:30:05.171 INFO [stdout] | Nov 18 05:30:05.171 INFO [stdout] 5 | match try!( buf_reader.read_line(&mut line), ReadFileError::IOError ) { ... } Nov 18 05:30:05.171 INFO [stdout] | ^^^ expected pattern Nov 18 05:30:05.171 INFO [stdout] Nov 18 05:30:05.171 INFO [stdout] error: no rules expected the token `ReadFileError` Nov 18 05:30:05.171 INFO [stdout] --> src/lib.rs:335:57 Nov 18 05:30:05.171 INFO [stdout] | Nov 18 05:30:05.171 INFO [stdout] 3 | let file=try!( std::fs::File::open(file_name.as_str()), ReadFileError::ReadFileError, file_name ); Nov 18 05:30:05.171 INFO [stdout] | ^^^^^^^^^^^^^ no rules expected the token `ReadFileError` Nov 18 05:30:05.171 INFO [stdout] Nov 18 05:30:05.171 INFO [stdout] error: no rules expected the token `ReadFileError` Nov 18 05:30:05.171 INFO [stdout] --> src/lib.rs:337:46 Nov 18 05:30:05.171 INFO [stdout] | Nov 18 05:30:05.171 INFO [stdout] 5 | match try!( buf_reader.read_line(&mut line), ReadFileError::IOError ) { ... } Nov 18 05:30:05.171 INFO [stdout] | ^^^^^^^^^^^^^ no rules expected the token `ReadFileError` Nov 18 05:30:05.171 INFO [stdout] Nov 18 05:30:05.171 INFO [stdout] thread 'src/lib.rs - try (line 334)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 18 05:30:05.171 INFO [stdout] stack backtrace: Nov 18 05:30:05.171 INFO [stdout] 0: 0x7faab3dcfa83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 18 05:30:05.171 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 18 05:30:05.171 INFO [stdout] 1: 0x7faab3dc72a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 18 05:30:05.171 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 18 05:30:05.171 INFO [stdout] 2: 0x7faab3dcc454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 18 05:30:05.171 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 18 05:30:05.171 INFO [stdout] at libstd/panicking.rs:211 Nov 18 05:30:05.171 INFO [stdout] 3: 0x7faab3dcc13c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 18 05:30:05.171 INFO [stdout] at libstd/panicking.rs:221 Nov 18 05:30:05.171 INFO [stdout] 4: 0x7faab5f1e6d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 18 05:30:05.171 INFO [stdout] 5: 0x7faab3dccc39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 18 05:30:05.171 INFO [stdout] at libstd/panicking.rs:480 Nov 18 05:30:05.171 INFO [stdout] 6: 0x5579f791c1c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 18 05:30:05.171 INFO [stdout] 7: 0x5579f7ae1c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 18 05:30:05.171 INFO [stdout] at librustdoc/test.rs:323 Nov 18 05:30:05.171 INFO [stdout] 8: 0x5579f79b4eee - >::set::hc4facc4870e509b6 Nov 18 05:30:05.171 INFO [stdout] at librustdoc/test.rs:654 Nov 18 05:30:05.171 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 18 05:30:05.171 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 18 05:30:05.171 INFO [stdout] 9: 0x5579f7993d51 - syntax::with_globals::h6744305bcb163a73 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 18 05:30:05.171 INFO [stdout] 10: 0x5579f791c40b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 18 05:30:05.171 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.171 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.171 INFO [stdout] 11: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.171 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.172 INFO [stdout] 12: 0x5579f79ad8d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 18 05:30:05.172 INFO [stdout] 13: 0x5579f7ab6270 - >::call_box::h692f6b13f40e7377 Nov 18 05:30:05.172 INFO [stdout] at librustdoc/test.rs:651 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.172 INFO [stdout] 14: 0x7faab5400b32 - >::call_box::hd23e96f38fbd7505 Nov 18 05:30:05.172 INFO [stdout] at libtest/lib.rs:1464 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.172 INFO [stdout] 15: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.172 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.172 INFO [stdout] 16: 0x7faab53f8453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.172 INFO [stdout] at libtest/lib.rs:1426 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 18 05:30:05.172 INFO [stdout] 17: 0x7faab53f92f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 18 05:30:05.172 INFO [stdout] 18: 0x7faab3dea019 - __rust_maybe_catch_panic Nov 18 05:30:05.172 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 18 05:30:05.172 INFO [stdout] 19: 0x7faab54009cc - >::call_box::h44700b7a2ec6fd33 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 18 05:30:05.172 INFO [stdout] 20: 0x7faab3ddcafd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 18 05:30:05.172 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 18 05:30:05.172 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 18 05:30:05.172 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 18 05:30:05.172 INFO [stdout] 21: 0x7faab3b4f6b9 - start_thread Nov 18 05:30:05.172 INFO [stdout] 22: 0x7faab346741c - clone Nov 18 05:30:05.172 INFO [stdout] 23: 0x0 - Nov 18 05:30:05.172 INFO [stdout] query stack during panic: Nov 18 05:30:05.172 INFO [stdout] end of query stack Nov 18 05:30:05.172 INFO [stdout] Nov 18 05:30:05.172 INFO [stdout] Nov 18 05:30:05.172 INFO [stdout] failures: Nov 18 05:30:05.172 INFO [stdout] src/lib.rs - (line 10) Nov 18 05:30:05.172 INFO [stdout] src/lib.rs - ErrorInfoTrait (line 49) Nov 18 05:30:05.172 INFO [stdout] src/lib.rs - create_err (line 312) Nov 18 05:30:05.172 INFO [stdout] src/lib.rs - define_error (line 108) Nov 18 05:30:05.172 INFO [stdout] src/lib.rs - err (line 282) Nov 18 05:30:05.172 INFO [stdout] src/lib.rs - impl_from_error (line 231) Nov 18 05:30:05.172 INFO [stdout] src/lib.rs - impl_from_error (line 254) Nov 18 05:30:05.172 INFO [stdout] src/lib.rs - ok (line 390) Nov 18 05:30:05.172 INFO [stdout] src/lib.rs - result (line 369) Nov 18 05:30:05.172 INFO [stdout] src/lib.rs - try (line 334) Nov 18 05:30:05.172 INFO [stdout] Nov 18 05:30:05.172 INFO [stdout] test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 05:30:05.172 INFO [stdout] Nov 18 05:30:05.195 INFO [stderr] error: test failed, to rerun pass '--doc' Nov 18 05:30:05.195 INFO [stderr] su: No module specific data is present Nov 18 05:30:06.349 INFO running `"docker" "inspect" "188db0fd2c4c0273201265423f50c18987bd63c1b508c7269473d7658b64e439"` Nov 18 05:30:06.655 INFO running `"docker" "rm" "-f" "188db0fd2c4c0273201265423f50c18987bd63c1b508c7269473d7658b64e439"` Nov 18 05:30:06.988 INFO [stdout] 188db0fd2c4c0273201265423f50c18987bd63c1b508c7269473d7658b64e439