Oct 15 00:50:39.850 INFO testing christoph-heiss/rush against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:50:39.850 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 00:50:40.189 INFO blam! b85ceb084bc4fd5e170b7315edc0a13a8f6a4f2f56df0d0cb1933e6e9489529d Oct 15 00:50:40.194 INFO running `"docker" "start" "-a" "b85ceb084bc4fd5e170b7315edc0a13a8f6a4f2f56df0d0cb1933e6e9489529d"` Oct 15 00:50:41.119 INFO kablam! usermod: no changes Oct 15 00:50:41.311 INFO kablam! Compiling smallvec v0.6.1 Oct 15 00:50:41.320 INFO kablam! Compiling memchr v1.0.2 Oct 15 00:50:41.359 INFO kablam! Compiling nix v0.11.0 Oct 15 00:50:41.360 INFO kablam! Compiling regex v1.0.0 Oct 15 00:50:41.361 INFO kablam! Compiling terminfo v0.5.0 Oct 15 00:50:41.361 INFO kablam! Compiling nix v0.7.0 Oct 15 00:50:42.639 INFO kablam! Compiling nom v3.2.1 Oct 15 00:50:43.535 INFO kablam! Compiling smallstr v0.1.0 Oct 15 00:51:14.686 INFO kablam! Compiling mortal v0.1.2 Oct 15 00:51:19.175 INFO kablam! Compiling linefeed v0.5.0 Oct 15 00:51:23.572 INFO kablam! Compiling rush v0.1.0 (/source) Oct 15 00:51:24.771 INFO kablam! warning: unused import: `Prompter` Oct 15 00:51:24.772 INFO kablam! --> src/main.rs:46:27 Oct 15 00:51:24.773 INFO kablam! | Oct 15 00:51:24.773 INFO kablam! 46 | use linefeed::{Interface, Prompter, ReadResult}; Oct 15 00:51:24.774 INFO kablam! | ^^^^^^^^ Oct 15 00:51:24.774 INFO kablam! | Oct 15 00:51:24.775 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:51:24.775 INFO kablam! Oct 15 00:51:24.776 INFO kablam! warning: unused imports: `Completer`, `Completion` Oct 15 00:51:24.777 INFO kablam! --> src/main.rs:47:26 Oct 15 00:51:24.777 INFO kablam! | Oct 15 00:51:24.778 INFO kablam! 47 | use linefeed::complete::{Completer, Completion}; Oct 15 00:51:24.779 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 15 00:51:24.779 INFO kablam! Oct 15 00:51:24.780 INFO kablam! warning: unused import: `Terminal` Oct 15 00:51:24.780 INFO kablam! --> src/main.rs:48:26 Oct 15 00:51:24.781 INFO kablam! | Oct 15 00:51:24.781 INFO kablam! 48 | use linefeed::terminal::{Terminal, Signal}; Oct 15 00:51:24.781 INFO kablam! | ^^^^^^^^ Oct 15 00:51:24.781 INFO kablam! Oct 15 00:51:24.813 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 15 00:51:24.814 INFO kablam! --> src/builtins/cd.rs:37:25 Oct 15 00:51:24.815 INFO kablam! | Oct 15 00:51:24.815 INFO kablam! 37 | env::home_dir().unwrap() Oct 15 00:51:24.816 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:51:24.817 INFO kablam! | Oct 15 00:51:24.817 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 00:51:24.818 INFO kablam! Oct 15 00:51:24.818 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 15 00:51:24.819 INFO kablam! --> src/parser.rs:125:39 Oct 15 00:51:24.819 INFO kablam! | Oct 15 00:51:24.820 INFO kablam! 125 | .replace("~", env::home_dir().unwrap_or_default().to_str().unwrap_or_default()) Oct 15 00:51:24.821 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:51:24.821 INFO kablam! Oct 15 00:51:24.822 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 15 00:51:24.822 INFO kablam! --> src/parser.rs:234:33 Oct 15 00:51:24.823 INFO kablam! | Oct 15 00:51:24.823 INFO kablam! 234 | let home_path = env::home_dir().unwrap(); Oct 15 00:51:24.823 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:51:24.823 INFO kablam! Oct 15 00:51:25.239 INFO kablam! warning: method is never used: `set_opt` Oct 15 00:51:25.239 INFO kablam! --> src/state.rs:56:9 Oct 15 00:51:25.239 INFO kablam! | Oct 15 00:51:25.239 INFO kablam! 56 | pub fn set_opt(&mut self, name: &str, value: bool) { Oct 15 00:51:25.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:51:25.239 INFO kablam! | Oct 15 00:51:25.239 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:51:25.239 INFO kablam! Oct 15 00:51:30.960 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.80s Oct 15 00:51:30.967 INFO kablam! su: No module specific data is present Oct 15 00:51:31.881 INFO running `"docker" "rm" "-f" "b85ceb084bc4fd5e170b7315edc0a13a8f6a4f2f56df0d0cb1933e6e9489529d"` Oct 15 00:51:32.127 INFO blam! b85ceb084bc4fd5e170b7315edc0a13a8f6a4f2f56df0d0cb1933e6e9489529d Oct 15 00:51:32.139 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 00:51:32.514 INFO blam! dddbbd4a5d9b8e1c6121f5d7c7ac882fff795ccede6da3b50b7485b737f232bd Oct 15 00:51:32.521 INFO running `"docker" "start" "-a" "dddbbd4a5d9b8e1c6121f5d7c7ac882fff795ccede6da3b50b7485b737f232bd"` Oct 15 00:51:33.811 INFO kablam! usermod: no changes Oct 15 00:51:34.011 INFO kablam! Compiling rush v0.1.0 (/source) Oct 15 00:51:35.287 INFO kablam! warning: unused import: `Prompter` Oct 15 00:51:35.287 INFO kablam! --> src/main.rs:46:27 Oct 15 00:51:35.287 INFO kablam! | Oct 15 00:51:35.287 INFO kablam! 46 | use linefeed::{Interface, Prompter, ReadResult}; Oct 15 00:51:35.287 INFO kablam! | ^^^^^^^^ Oct 15 00:51:35.287 INFO kablam! | Oct 15 00:51:35.287 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:51:35.287 INFO kablam! Oct 15 00:51:35.287 INFO kablam! warning: unused imports: `Completer`, `Completion` Oct 15 00:51:35.287 INFO kablam! --> src/main.rs:47:26 Oct 15 00:51:35.287 INFO kablam! | Oct 15 00:51:35.287 INFO kablam! 47 | use linefeed::complete::{Completer, Completion}; Oct 15 00:51:35.287 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 15 00:51:35.287 INFO kablam! Oct 15 00:51:35.287 INFO kablam! warning: unused import: `Terminal` Oct 15 00:51:35.287 INFO kablam! --> src/main.rs:48:26 Oct 15 00:51:35.287 INFO kablam! | Oct 15 00:51:35.287 INFO kablam! 48 | use linefeed::terminal::{Terminal, Signal}; Oct 15 00:51:35.287 INFO kablam! | ^^^^^^^^ Oct 15 00:51:35.287 INFO kablam! Oct 15 00:51:35.343 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 15 00:51:35.343 INFO kablam! --> src/builtins/cd.rs:37:25 Oct 15 00:51:35.343 INFO kablam! | Oct 15 00:51:35.343 INFO kablam! 37 | env::home_dir().unwrap() Oct 15 00:51:35.343 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:51:35.343 INFO kablam! | Oct 15 00:51:35.343 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 00:51:35.343 INFO kablam! Oct 15 00:51:35.343 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 15 00:51:35.343 INFO kablam! --> src/parser.rs:125:39 Oct 15 00:51:35.343 INFO kablam! | Oct 15 00:51:35.343 INFO kablam! 125 | .replace("~", env::home_dir().unwrap_or_default().to_str().unwrap_or_default()) Oct 15 00:51:35.343 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:51:35.343 INFO kablam! Oct 15 00:51:35.343 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 15 00:51:35.343 INFO kablam! --> src/parser.rs:234:33 Oct 15 00:51:35.343 INFO kablam! | Oct 15 00:51:35.343 INFO kablam! 234 | let home_path = env::home_dir().unwrap(); Oct 15 00:51:35.343 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:51:35.343 INFO kablam! Oct 15 00:51:35.776 INFO kablam! warning: method is never used: `set_opt` Oct 15 00:51:35.776 INFO kablam! --> src/state.rs:56:9 Oct 15 00:51:35.776 INFO kablam! | Oct 15 00:51:35.776 INFO kablam! 56 | pub fn set_opt(&mut self, name: &str, value: bool) { Oct 15 00:51:35.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:51:35.777 INFO kablam! | Oct 15 00:51:35.777 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:51:35.777 INFO kablam! Oct 15 00:51:39.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.42s Oct 15 00:51:39.271 INFO kablam! su: No module specific data is present Oct 15 00:51:40.031 INFO running `"docker" "rm" "-f" "dddbbd4a5d9b8e1c6121f5d7c7ac882fff795ccede6da3b50b7485b737f232bd"` Oct 15 00:51:40.313 INFO blam! dddbbd4a5d9b8e1c6121f5d7c7ac882fff795ccede6da3b50b7485b737f232bd Oct 15 00:51:40.317 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 00:51:40.627 INFO blam! b703de74d944cd9242e3194ae0e2ecd21b3f1f180c6904c8b11a627dae05480a Oct 15 00:51:40.643 INFO running `"docker" "start" "-a" "b703de74d944cd9242e3194ae0e2ecd21b3f1f180c6904c8b11a627dae05480a"` Oct 15 00:51:41.879 INFO kablam! usermod: no changes Oct 15 00:51:41.997 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 00:51:42.003 INFO kablam! Running /target/debug/deps/rush-a4e7d25756b7aa0f Oct 15 00:51:42.006 INFO blam! Oct 15 00:51:42.006 INFO blam! running 4 tests Oct 15 00:51:42.039 INFO blam! test tests::test_special_parameters ... ok Oct 15 00:51:42.039 INFO kablam! Syntax error: Unexpected token 'Keyword(Then)' Oct 15 00:51:42.039 INFO kablam! Syntax error: Unexpected token 'Keyword(Elif)' Oct 15 00:51:42.098 INFO blam! test tests::test_short_conditionals ... ok Oct 15 00:51:42.106 INFO blam! test tests::test_if_condition ... FAILED Oct 15 00:51:42.135 INFO blam! test tests::test_statements ... ok Oct 15 00:51:42.135 INFO blam! Oct 15 00:51:42.135 INFO blam! failures: Oct 15 00:51:42.135 INFO blam! Oct 15 00:51:42.135 INFO blam! ---- tests::test_if_condition stdout ---- Oct 15 00:51:42.135 INFO blam! thread 'tests::test_if_condition' panicked at 'assertion failed: `(left == right)` Oct 15 00:51:42.135 INFO blam! left: `""`, Oct 15 00:51:42.135 INFO blam! right: `"1"`', src/tests.rs:102:17 Oct 15 00:51:42.135 INFO blam! stack backtrace: Oct 15 00:51:42.135 INFO blam! 0: 0x5555ba9abede - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 15 00:51:42.135 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 00:51:42.135 INFO blam! 1: 0x5555ba9b87c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 15 00:51:42.135 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 00:51:42.135 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 00:51:42.135 INFO blam! 2: 0x5555ba9b11cd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 15 00:51:42.135 INFO blam! at libstd/panicking.rs:211 Oct 15 00:51:42.135 INFO blam! 3: 0x5555ba9b0edb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 15 00:51:42.135 INFO blam! at libstd/panicking.rs:221 Oct 15 00:51:42.135 INFO blam! 4: 0x5555ba9b187c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 15 00:51:42.135 INFO blam! at libstd/panicking.rs:476 Oct 15 00:51:42.135 INFO blam! 5: 0x5555ba9b1439 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 15 00:51:42.135 INFO blam! at libstd/panicking.rs:390 Oct 15 00:51:42.135 INFO blam! 6: 0x5555ba9b139d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 15 00:51:42.135 INFO blam! at libstd/panicking.rs:345 Oct 15 00:51:42.135 INFO blam! 7: 0x5555ba7a7bd2 - rush::tests::check::h3b021ab9ecff521a Oct 15 00:51:42.135 INFO blam! at src/tests.rs:102 Oct 15 00:51:42.135 INFO blam! 8: 0x5555ba7a861e - rush::tests::test_if_condition::h78101cce7fbc59d0 Oct 15 00:51:42.135 INFO blam! at src/tests.rs:68 Oct 15 00:51:42.135 INFO blam! 9: 0x5555ba7a84f9 - rush::tests::test_if_condition::{{closure}}::h2f2c2153db584a74 Oct 15 00:51:42.135 INFO blam! at src/tests.rs:67 Oct 15 00:51:42.135 INFO blam! 10: 0x5555ba7a35fd - core::ops::function::FnOnce::call_once::h5806b1e58e008f31 Oct 15 00:51:42.135 INFO blam! at libcore/ops/function.rs:238 Oct 15 00:51:42.135 INFO blam! 11: 0x5555ba7ad7fe - >::call_box::h95b7cb918af67b5d Oct 15 00:51:42.135 INFO blam! at libtest/lib.rs:1468 Oct 15 00:51:42.136 INFO blam! at libcore/ops/function.rs:238 Oct 15 00:51:42.136 INFO blam! at liballoc/boxed.rs:672 Oct 15 00:51:42.136 INFO blam! 12: 0x5555ba9c3999 - __rust_maybe_catch_panic Oct 15 00:51:42.136 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 00:51:42.136 INFO blam! 13: 0x5555ba7ce34d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 15 00:51:42.136 INFO blam! at libstd/panicking.rs:289 Oct 15 00:51:42.136 INFO blam! at libstd/panic.rs:392 Oct 15 00:51:42.136 INFO blam! at libtest/lib.rs:1423 Oct 15 00:51:42.136 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 00:51:42.136 INFO blam! 14: 0x5555ba7cef54 - std::panicking::try::do_call::ha990a345054c2d63 Oct 15 00:51:42.136 INFO blam! at libstd/thread/mod.rs:409 Oct 15 00:51:42.136 INFO blam! at libstd/panic.rs:313 Oct 15 00:51:42.136 INFO blam! at libstd/panicking.rs:310 Oct 15 00:51:42.136 INFO blam! 15: 0x5555ba9c3999 - __rust_maybe_catch_panic Oct 15 00:51:42.136 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 00:51:42.136 INFO blam! 16: 0x5555ba7bc516 - >::call_box::h96125cb29a9ba44b Oct 15 00:51:42.136 INFO blam! at libstd/panicking.rs:289 Oct 15 00:51:42.136 INFO blam! at libstd/panic.rs:392 Oct 15 00:51:42.136 INFO blam! at libstd/thread/mod.rs:408 Oct 15 00:51:42.136 INFO blam! at liballoc/boxed.rs:672 Oct 15 00:51:42.136 INFO blam! 17: 0x5555ba9ae81a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 15 00:51:42.136 INFO blam! at liballoc/boxed.rs:682 Oct 15 00:51:42.136 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 00:51:42.136 INFO blam! 18: 0x5555ba9a1635 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 15 00:51:42.136 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 00:51:42.136 INFO blam! 19: 0x7fc6b2be76b9 - start_thread Oct 15 00:51:42.136 INFO blam! 20: 0x7fc6b270741c - clone Oct 15 00:51:42.136 INFO blam! 21: 0x0 - Oct 15 00:51:42.136 INFO blam! Oct 15 00:51:42.136 INFO blam! Oct 15 00:51:42.136 INFO blam! failures: Oct 15 00:51:42.136 INFO blam! tests::test_if_condition Oct 15 00:51:42.136 INFO blam! Oct 15 00:51:42.136 INFO blam! test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:51:42.136 INFO blam! Oct 15 00:51:42.153 INFO kablam! error: test failed, to rerun pass '--bin rush' Oct 15 00:51:42.167 INFO kablam! su: No module specific data is present Oct 15 00:51:43.055 INFO running `"docker" "rm" "-f" "b703de74d944cd9242e3194ae0e2ecd21b3f1f180c6904c8b11a627dae05480a"` Oct 15 00:51:43.419 INFO blam! b703de74d944cd9242e3194ae0e2ecd21b3f1f180c6904c8b11a627dae05480a