[INFO] updating cached repository danieldulaney/prompt-line [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/danieldulaney/prompt-line [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/danieldulaney/prompt-line" "work/ex/beta-1.37-6/sources/1.36.0/gh/danieldulaney/prompt-line"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/danieldulaney/prompt-line'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/danieldulaney/prompt-line" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/danieldulaney/prompt-line"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/danieldulaney/prompt-line'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b994650c13128debc64bebbdbca7417cbb241399 [INFO] sha for GitHub repo danieldulaney/prompt-line: b994650c13128debc64bebbdbca7417cbb241399 [INFO] validating manifest of danieldulaney/prompt-line on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of danieldulaney/prompt-line on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing danieldulaney/prompt-line [INFO] finished frobbing danieldulaney/prompt-line [INFO] frobbed toml for danieldulaney/prompt-line written to work/ex/beta-1.37-6/sources/1.36.0/gh/danieldulaney/prompt-line/Cargo.toml [INFO] started frobbing danieldulaney/prompt-line [INFO] finished frobbing danieldulaney/prompt-line [INFO] frobbed toml for danieldulaney/prompt-line written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/danieldulaney/prompt-line/Cargo.toml [INFO] crate danieldulaney/prompt-line already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing danieldulaney/prompt-line against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/danieldulaney/prompt-line:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 4e8a4c5f5f16816c9271ce344aa67f45e5b6054336391665ea3c9959e4b79016 [INFO] running `"docker" "start" "-a" "4e8a4c5f5f16816c9271ce344aa67f45e5b6054336391665ea3c9959e4b79016"` [INFO] [stderr] Compiling prompter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/interpreter.rs:18:20 [INFO] [stderr] | [INFO] [stderr] 18 | match self.cause() { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/interpreter.rs:56:44 [INFO] [stderr] | [INFO] [stderr] 56 | Ok(String::from(decoded_output.trim_right())) [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `"docker" "inspect" "4e8a4c5f5f16816c9271ce344aa67f45e5b6054336391665ea3c9959e4b79016"` [INFO] running `"docker" "rm" "-f" "4e8a4c5f5f16816c9271ce344aa67f45e5b6054336391665ea3c9959e4b79016"` [INFO] [stdout] 4e8a4c5f5f16816c9271ce344aa67f45e5b6054336391665ea3c9959e4b79016 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/danieldulaney/prompt-line:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] c6ecff95266ff6131a4955b95797977e4b46d06808a7f9bceb1e43d16f1cbaec [INFO] running `"docker" "start" "-a" "c6ecff95266ff6131a4955b95797977e4b46d06808a7f9bceb1e43d16f1cbaec"` [INFO] [stderr] Compiling either v1.2.0 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling prompter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/interpreter.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/interpreter.rs:18:20 [INFO] [stderr] | [INFO] [stderr] 18 | match self.cause() { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/interpreter.rs:56:44 [INFO] [stderr] | [INFO] [stderr] 56 | Ok(String::from(decoded_output.trim_right())) [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.95s [INFO] running `"docker" "inspect" "c6ecff95266ff6131a4955b95797977e4b46d06808a7f9bceb1e43d16f1cbaec"` [INFO] running `"docker" "rm" "-f" "c6ecff95266ff6131a4955b95797977e4b46d06808a7f9bceb1e43d16f1cbaec"` [INFO] [stdout] c6ecff95266ff6131a4955b95797977e4b46d06808a7f9bceb1e43d16f1cbaec [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/danieldulaney/prompt-line:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 2362e9008db167adaae050f272d2921e45cb09ffbd0badcaaa201c74dd7f6d63 [INFO] running `"docker" "start" "-a" "2362e9008db167adaae050f272d2921e45cb09ffbd0badcaaa201c74dd7f6d63"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/prompter-518cb5e6dace4277 [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test parser::test::test_failures ... ok [INFO] [stdout] test parser::test::test_parse_formatted_content ... ok [INFO] [stdout] test tokenizer::test::test_no_tokens ... ok [INFO] [stdout] test tokenizer::test::test_failures ... ok [INFO] [stdout] test tokenizer::test::test_single_token ... ok [INFO] [stdout] test tokenizer::test::test_two_tokens ... ok [INFO] [stdout] test parser::test::test_parse_single_group ... ok [INFO] [stdout] test interpreter::test::test_unix_commands ... FAILED [INFO] [stdout] test parser::test::test_format_rollup ... ok [INFO] [stdout] test parser::test::test_deeply_nested_group ... ok [INFO] [stdout] test parser::test::test_parse_nested_group ... ok [INFO] [stdout] test tokenizer::test::fuzz_many_tokens ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- interpreter::test::test_unix_commands stdout ---- [INFO] [stdout] thread 'interpreter::test::test_unix_commands' panicked at 'Not yet implemented', src/interpreter.rs:73:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x556a78fb8e43 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x556a78fb477b - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x556a78fb7b86 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x556a78fb78ae - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x556a78fb828f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x556a78fa6827 - std::panicking::begin_panic::h520a8aefd8552582 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:408 [INFO] [stdout] 6: 0x556a78f654ac - prompter::interpreter::test::test_unix_commands::hb915bddbd6a7067b [INFO] [stdout] at src/interpreter.rs:73 [INFO] [stdout] 7: 0x556a78f65479 - prompter::interpreter::test::test_unix_commands::{{closure}}::h564296bed0288c0b [INFO] [stdout] at src/interpreter.rs:70 [INFO] [stdout] 8: 0x556a78f52cdd - core::ops::function::FnOnce::call_once::h5697dca41e20990c [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 9: 0x556a78f72bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 10: 0x556a78fbafa9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 11: 0x556a78f8d4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 12: 0x556a78f67ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 13: 0x556a78f6bf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 14: 0x556a78fbafa9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 15: 0x556a78f6c591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x556a78fac55e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 17: 0x556a78fba68f - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 18: 0x7f9d232e14a3 - start_thread [INFO] [stdout] 19: 0x7f9d22e0cd0e - __clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] interpreter::test::test_unix_commands [INFO] [stdout] [INFO] [stdout] test result: FAILED. 11 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin prompter' [INFO] running `"docker" "inspect" "2362e9008db167adaae050f272d2921e45cb09ffbd0badcaaa201c74dd7f6d63"` [INFO] running `"docker" "rm" "-f" "2362e9008db167adaae050f272d2921e45cb09ffbd0badcaaa201c74dd7f6d63"` [INFO] [stdout] 2362e9008db167adaae050f272d2921e45cb09ffbd0badcaaa201c74dd7f6d63