Oct 11 01:17:30.345 INFO testing christoph-heiss/rush against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:17:30.345 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:17:30.345 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:17:30.847 INFO blam! da5cc6de5932bae15af2727effbe19ec869c68c1d7d10f4964f25efbcc52f6db Oct 11 01:17:30.849 INFO running `"docker" "start" "-a" "da5cc6de5932bae15af2727effbe19ec869c68c1d7d10f4964f25efbcc52f6db"` Oct 11 01:17:31.522 INFO kablam! usermod: no changes Oct 11 01:17:31.661 INFO kablam! Compiling smallvec v0.6.1 Oct 11 01:17:31.664 INFO kablam! Compiling nix v0.11.0 Oct 11 01:17:31.665 INFO kablam! Compiling regex v1.0.0 Oct 11 01:17:31.665 INFO kablam! Compiling terminfo v0.5.0 Oct 11 01:17:31.667 INFO kablam! Compiling nix v0.7.0 Oct 11 01:17:31.668 INFO kablam! Compiling chrono v0.4.2 Oct 11 01:17:33.408 INFO kablam! Compiling smallstr v0.1.0 Oct 11 01:17:50.600 INFO kablam! Compiling mortal v0.1.2 Oct 11 01:17:54.729 INFO kablam! Compiling linefeed v0.5.0 Oct 11 01:17:59.753 INFO kablam! Compiling rush v0.1.0 (/source) Oct 11 01:18:02.261 INFO kablam! warning: unused import: `Prompter` Oct 11 01:18:02.261 INFO kablam! --> src/main.rs:46:27 Oct 11 01:18:02.261 INFO kablam! | Oct 11 01:18:02.261 INFO kablam! 46 | use linefeed::{Interface, Prompter, ReadResult}; Oct 11 01:18:02.261 INFO kablam! | ^^^^^^^^ Oct 11 01:18:02.261 INFO kablam! | Oct 11 01:18:02.261 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:18:02.261 INFO kablam! Oct 11 01:18:02.261 INFO kablam! warning: unused imports: `Completer`, `Completion` Oct 11 01:18:02.261 INFO kablam! --> src/main.rs:47:26 Oct 11 01:18:02.261 INFO kablam! | Oct 11 01:18:02.261 INFO kablam! 47 | use linefeed::complete::{Completer, Completion}; Oct 11 01:18:02.261 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 11 01:18:02.261 INFO kablam! Oct 11 01:18:02.261 INFO kablam! warning: unused import: `Terminal` Oct 11 01:18:02.261 INFO kablam! --> src/main.rs:48:26 Oct 11 01:18:02.261 INFO kablam! | Oct 11 01:18:02.261 INFO kablam! 48 | use linefeed::terminal::{Terminal, Signal}; Oct 11 01:18:02.261 INFO kablam! | ^^^^^^^^ Oct 11 01:18:02.261 INFO kablam! Oct 11 01:18:02.292 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 11 01:18:02.292 INFO kablam! --> src/builtins/cd.rs:37:25 Oct 11 01:18:02.292 INFO kablam! | Oct 11 01:18:02.292 INFO kablam! 37 | env::home_dir().unwrap() Oct 11 01:18:02.292 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 01:18:02.292 INFO kablam! | Oct 11 01:18:02.292 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 01:18:02.292 INFO kablam! Oct 11 01:18:02.292 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 11 01:18:02.292 INFO kablam! --> src/parser.rs:125:39 Oct 11 01:18:02.292 INFO kablam! | Oct 11 01:18:02.292 INFO kablam! 125 | .replace("~", env::home_dir().unwrap_or_default().to_str().unwrap_or_default()) Oct 11 01:18:02.292 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 01:18:02.292 INFO kablam! Oct 11 01:18:02.292 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 11 01:18:02.292 INFO kablam! --> src/parser.rs:234:33 Oct 11 01:18:02.293 INFO kablam! | Oct 11 01:18:02.293 INFO kablam! 234 | let home_path = env::home_dir().unwrap(); Oct 11 01:18:02.293 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 01:18:02.293 INFO kablam! Oct 11 01:18:02.708 INFO kablam! warning: method is never used: `set_opt` Oct 11 01:18:02.708 INFO kablam! --> src/state.rs:56:9 Oct 11 01:18:02.708 INFO kablam! | Oct 11 01:18:02.708 INFO kablam! 56 | pub fn set_opt(&mut self, name: &str, value: bool) { Oct 11 01:18:02.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:18:02.708 INFO kablam! | Oct 11 01:18:02.708 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:18:02.708 INFO kablam! Oct 11 01:18:07.797 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.25s Oct 11 01:18:07.808 INFO kablam! su: No module specific data is present Oct 11 01:18:08.440 INFO running `"docker" "rm" "-f" "da5cc6de5932bae15af2727effbe19ec869c68c1d7d10f4964f25efbcc52f6db"` Oct 11 01:18:08.758 INFO blam! da5cc6de5932bae15af2727effbe19ec869c68c1d7d10f4964f25efbcc52f6db Oct 11 01:18:08.760 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:18:08.760 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:18:09.218 INFO blam! 9097b81da5891e30a232348520627e0b858b3ed27c33a0855d9b8bc156c49283 Oct 11 01:18:09.227 INFO running `"docker" "start" "-a" "9097b81da5891e30a232348520627e0b858b3ed27c33a0855d9b8bc156c49283"` Oct 11 01:18:10.259 INFO kablam! usermod: no changes Oct 11 01:18:10.411 INFO kablam! Compiling rush v0.1.0 (/source) Oct 11 01:18:13.172 INFO kablam! warning: unused import: `Prompter` Oct 11 01:18:13.172 INFO kablam! --> src/main.rs:46:27 Oct 11 01:18:13.172 INFO kablam! | Oct 11 01:18:13.172 INFO kablam! 46 | use linefeed::{Interface, Prompter, ReadResult}; Oct 11 01:18:13.172 INFO kablam! | ^^^^^^^^ Oct 11 01:18:13.172 INFO kablam! | Oct 11 01:18:13.172 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:18:13.172 INFO kablam! Oct 11 01:18:13.172 INFO kablam! warning: unused imports: `Completer`, `Completion` Oct 11 01:18:13.172 INFO kablam! --> src/main.rs:47:26 Oct 11 01:18:13.172 INFO kablam! | Oct 11 01:18:13.172 INFO kablam! 47 | use linefeed::complete::{Completer, Completion}; Oct 11 01:18:13.172 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 11 01:18:13.172 INFO kablam! Oct 11 01:18:13.172 INFO kablam! warning: unused import: `Terminal` Oct 11 01:18:13.172 INFO kablam! --> src/main.rs:48:26 Oct 11 01:18:13.172 INFO kablam! | Oct 11 01:18:13.172 INFO kablam! 48 | use linefeed::terminal::{Terminal, Signal}; Oct 11 01:18:13.172 INFO kablam! | ^^^^^^^^ Oct 11 01:18:13.172 INFO kablam! Oct 11 01:18:13.204 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 11 01:18:13.204 INFO kablam! --> src/builtins/cd.rs:37:25 Oct 11 01:18:13.204 INFO kablam! | Oct 11 01:18:13.204 INFO kablam! 37 | env::home_dir().unwrap() Oct 11 01:18:13.204 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 01:18:13.204 INFO kablam! | Oct 11 01:18:13.204 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 01:18:13.204 INFO kablam! Oct 11 01:18:13.204 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 11 01:18:13.204 INFO kablam! --> src/parser.rs:125:39 Oct 11 01:18:13.204 INFO kablam! | Oct 11 01:18:13.204 INFO kablam! 125 | .replace("~", env::home_dir().unwrap_or_default().to_str().unwrap_or_default()) Oct 11 01:18:13.204 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 01:18:13.204 INFO kablam! Oct 11 01:18:13.204 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 11 01:18:13.204 INFO kablam! --> src/parser.rs:234:33 Oct 11 01:18:13.204 INFO kablam! | Oct 11 01:18:13.204 INFO kablam! 234 | let home_path = env::home_dir().unwrap(); Oct 11 01:18:13.204 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 01:18:13.205 INFO kablam! Oct 11 01:18:13.585 INFO kablam! warning: method is never used: `set_opt` Oct 11 01:18:13.585 INFO kablam! --> src/state.rs:56:9 Oct 11 01:18:13.585 INFO kablam! | Oct 11 01:18:13.586 INFO kablam! 56 | pub fn set_opt(&mut self, name: &str, value: bool) { Oct 11 01:18:13.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:18:13.586 INFO kablam! | Oct 11 01:18:13.586 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:18:13.587 INFO kablam! Oct 11 01:18:17.258 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.96s Oct 11 01:18:17.264 INFO kablam! su: No module specific data is present Oct 11 01:18:18.161 INFO running `"docker" "rm" "-f" "9097b81da5891e30a232348520627e0b858b3ed27c33a0855d9b8bc156c49283"` Oct 11 01:18:18.448 INFO blam! 9097b81da5891e30a232348520627e0b858b3ed27c33a0855d9b8bc156c49283 Oct 11 01:18:18.453 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:18:18.453 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:18:18.960 INFO blam! 151c7a1ed4c8c3c4eaa131238db74f0efa5af8c0ac7b16ebcebe23c26b2d5d40 Oct 11 01:18:18.962 INFO running `"docker" "start" "-a" "151c7a1ed4c8c3c4eaa131238db74f0efa5af8c0ac7b16ebcebe23c26b2d5d40"` Oct 11 01:18:20.379 INFO kablam! usermod: no changes Oct 11 01:18:20.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 11 01:18:20.556 INFO kablam! Running /target/debug/deps/rush-a4e7d25756b7aa0f Oct 11 01:18:20.560 INFO blam! Oct 11 01:18:20.560 INFO blam! running 4 tests Oct 11 01:18:20.630 INFO blam! test tests::test_special_parameters ... ok Oct 11 01:18:20.630 INFO kablam! Syntax error: Unexpected token 'Keyword(Then)' Oct 11 01:18:20.630 INFO kablam! Syntax error: Unexpected token 'Keyword(Elif)' Oct 11 01:18:20.688 INFO blam! test tests::test_short_conditionals ... ok Oct 11 01:18:20.704 INFO blam! test tests::test_if_condition ... FAILED Oct 11 01:18:20.744 INFO blam! test tests::test_statements ... ok Oct 11 01:18:20.744 INFO blam! Oct 11 01:18:20.744 INFO blam! failures: Oct 11 01:18:20.744 INFO blam! Oct 11 01:18:20.744 INFO blam! ---- tests::test_if_condition stdout ---- Oct 11 01:18:20.744 INFO blam! thread 'tests::test_if_condition' panicked at 'assertion failed: `(left == right)` Oct 11 01:18:20.744 INFO blam! left: `""`, Oct 11 01:18:20.744 INFO blam! right: `"1"`', src/tests.rs:102:17 Oct 11 01:18:20.744 INFO blam! stack backtrace: Oct 11 01:18:20.744 INFO blam! 0: 0x558479feaede - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 01:18:20.744 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 01:18:20.744 INFO blam! 1: 0x558479ff77c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 01:18:20.744 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 01:18:20.744 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 01:18:20.744 INFO blam! 2: 0x558479ff01cd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 01:18:20.744 INFO blam! at libstd/panicking.rs:211 Oct 11 01:18:20.744 INFO blam! 3: 0x558479fefedb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 01:18:20.744 INFO blam! at libstd/panicking.rs:221 Oct 11 01:18:20.744 INFO blam! 4: 0x558479ff087c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 01:18:20.744 INFO blam! at libstd/panicking.rs:476 Oct 11 01:18:20.744 INFO blam! 5: 0x558479ff0439 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 01:18:20.744 INFO blam! at libstd/panicking.rs:390 Oct 11 01:18:20.745 INFO blam! 6: 0x558479ff039d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 01:18:20.745 INFO blam! at libstd/panicking.rs:345 Oct 11 01:18:20.745 INFO blam! 7: 0x558479de6bd2 - rush::tests::check::h3b021ab9ecff521a Oct 11 01:18:20.745 INFO blam! at src/tests.rs:102 Oct 11 01:18:20.745 INFO blam! 8: 0x558479de761e - rush::tests::test_if_condition::h78101cce7fbc59d0 Oct 11 01:18:20.745 INFO blam! at src/tests.rs:68 Oct 11 01:18:20.745 INFO blam! 9: 0x558479de74f9 - rush::tests::test_if_condition::{{closure}}::h2f2c2153db584a74 Oct 11 01:18:20.745 INFO blam! at src/tests.rs:67 Oct 11 01:18:20.745 INFO blam! 10: 0x558479de25fd - core::ops::function::FnOnce::call_once::h5806b1e58e008f31 Oct 11 01:18:20.745 INFO blam! at libcore/ops/function.rs:238 Oct 11 01:18:20.745 INFO blam! 11: 0x558479dec7fe - >::call_box::h95b7cb918af67b5d Oct 11 01:18:20.745 INFO blam! at libtest/lib.rs:1468 Oct 11 01:18:20.745 INFO blam! at libcore/ops/function.rs:238 Oct 11 01:18:20.745 INFO blam! at liballoc/boxed.rs:672 Oct 11 01:18:20.745 INFO blam! 12: 0x55847a002999 - __rust_maybe_catch_panic Oct 11 01:18:20.745 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 01:18:20.745 INFO blam! 13: 0x558479e0d34d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 01:18:20.745 INFO blam! at libstd/panicking.rs:289 Oct 11 01:18:20.745 INFO blam! at libstd/panic.rs:392 Oct 11 01:18:20.745 INFO blam! at libtest/lib.rs:1423 Oct 11 01:18:20.745 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 01:18:20.745 INFO blam! 14: 0x558479e0df54 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 01:18:20.745 INFO blam! at libstd/thread/mod.rs:409 Oct 11 01:18:20.745 INFO blam! at libstd/panic.rs:313 Oct 11 01:18:20.745 INFO blam! at libstd/panicking.rs:310 Oct 11 01:18:20.745 INFO blam! 15: 0x55847a002999 - __rust_maybe_catch_panic Oct 11 01:18:20.745 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 01:18:20.745 INFO blam! 16: 0x558479dfb516 - >::call_box::h96125cb29a9ba44b Oct 11 01:18:20.745 INFO blam! at libstd/panicking.rs:289 Oct 11 01:18:20.745 INFO blam! at libstd/panic.rs:392 Oct 11 01:18:20.745 INFO blam! at libstd/thread/mod.rs:408 Oct 11 01:18:20.745 INFO blam! at liballoc/boxed.rs:672 Oct 11 01:18:20.745 INFO blam! 17: 0x558479fed81a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 01:18:20.745 INFO blam! at liballoc/boxed.rs:682 Oct 11 01:18:20.745 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 01:18:20.745 INFO blam! 18: 0x558479fe0635 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 01:18:20.745 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 01:18:20.745 INFO blam! 19: 0x7f68aa7d26b9 - start_thread Oct 11 01:18:20.745 INFO blam! 20: 0x7f68aa2f241c - clone Oct 11 01:18:20.745 INFO blam! 21: 0x0 - Oct 11 01:18:20.745 INFO blam! Oct 11 01:18:20.745 INFO blam! Oct 11 01:18:20.745 INFO blam! failures: Oct 11 01:18:20.745 INFO blam! tests::test_if_condition Oct 11 01:18:20.745 INFO blam! Oct 11 01:18:20.745 INFO blam! test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:18:20.745 INFO blam! Oct 11 01:18:20.753 INFO kablam! error: test failed, to rerun pass '--bin rush' Oct 11 01:18:20.753 INFO kablam! su: No module specific data is present Oct 11 01:18:21.758 INFO running `"docker" "rm" "-f" "151c7a1ed4c8c3c4eaa131238db74f0efa5af8c0ac7b16ebcebe23c26b2d5d40"` Oct 11 01:18:22.186 INFO blam! 151c7a1ed4c8c3c4eaa131238db74f0efa5af8c0ac7b16ebcebe23c26b2d5d40