Oct 15 00:50:39.085 INFO testing christoph-heiss/rush against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:50:39.085 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:39.310 INFO blam! bddbab45b9fd50196f1bb5bc6fe38545b6e770264f5022e23baab7dcb02aca7a Oct 15 00:50:39.312 INFO running `"docker" "start" "-a" "bddbab45b9fd50196f1bb5bc6fe38545b6e770264f5022e23baab7dcb02aca7a"` Oct 15 00:50:39.949 INFO kablam! usermod: no changes Oct 15 00:50:40.057 INFO kablam! Compiling smallvec v0.6.1 Oct 15 00:50:40.062 INFO kablam! Compiling memchr v1.0.2 Oct 15 00:50:40.062 INFO kablam! Compiling phf_shared v0.7.22 Oct 15 00:50:40.062 INFO kablam! Compiling thread_local v0.3.5 Oct 15 00:50:40.062 INFO kablam! Compiling nix v0.11.0 Oct 15 00:50:40.063 INFO kablam! Compiling nix v0.7.0 Oct 15 00:50:40.679 INFO kablam! Compiling phf_generator v0.7.22 Oct 15 00:50:40.699 INFO kablam! Compiling phf v0.7.22 Oct 15 00:50:40.952 INFO kablam! Compiling nom v3.2.1 Oct 15 00:50:40.987 INFO kablam! Compiling regex v1.0.0 Oct 15 00:50:41.031 INFO kablam! Compiling smallstr v0.1.0 Oct 15 00:50:41.639 INFO kablam! Compiling phf_codegen v0.7.22 Oct 15 00:50:42.975 INFO kablam! Compiling terminfo v0.5.0 Oct 15 00:51:11.187 INFO kablam! Compiling mortal v0.1.2 Oct 15 00:51:15.619 INFO kablam! Compiling linefeed v0.5.0 Oct 15 00:51:20.163 INFO kablam! Compiling rush v0.1.0 (/source) Oct 15 00:51:21.363 INFO kablam! warning: unused import: `Prompter` Oct 15 00:51:21.363 INFO kablam! --> src/main.rs:46:27 Oct 15 00:51:21.364 INFO kablam! | Oct 15 00:51:21.364 INFO kablam! 46 | use linefeed::{Interface, Prompter, ReadResult}; Oct 15 00:51:21.364 INFO kablam! | ^^^^^^^^ Oct 15 00:51:21.364 INFO kablam! | Oct 15 00:51:21.365 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:51:21.365 INFO kablam! Oct 15 00:51:21.365 INFO kablam! warning: unused imports: `Completer`, `Completion` Oct 15 00:51:21.365 INFO kablam! --> src/main.rs:47:26 Oct 15 00:51:21.366 INFO kablam! | Oct 15 00:51:21.366 INFO kablam! 47 | use linefeed::complete::{Completer, Completion}; Oct 15 00:51:21.366 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 15 00:51:21.366 INFO kablam! Oct 15 00:51:21.367 INFO kablam! warning: unused import: `Terminal` Oct 15 00:51:21.367 INFO kablam! --> src/main.rs:48:26 Oct 15 00:51:21.367 INFO kablam! | Oct 15 00:51:21.367 INFO kablam! 48 | use linefeed::terminal::{Terminal, Signal}; Oct 15 00:51:21.368 INFO kablam! | ^^^^^^^^ Oct 15 00:51:21.368 INFO kablam! Oct 15 00:51:21.387 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:21.387 INFO kablam! --> src/builtins/cd.rs:37:25 Oct 15 00:51:21.387 INFO kablam! | Oct 15 00:51:21.388 INFO kablam! 37 | env::home_dir().unwrap() Oct 15 00:51:21.388 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:51:21.388 INFO kablam! | Oct 15 00:51:21.388 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 00:51:21.389 INFO kablam! Oct 15 00:51:21.389 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:21.389 INFO kablam! --> src/parser.rs:125:39 Oct 15 00:51:21.389 INFO kablam! | Oct 15 00:51:21.390 INFO kablam! 125 | .replace("~", env::home_dir().unwrap_or_default().to_str().unwrap_or_default()) Oct 15 00:51:21.390 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:51:21.390 INFO kablam! Oct 15 00:51:21.390 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:21.391 INFO kablam! --> src/parser.rs:234:33 Oct 15 00:51:21.391 INFO kablam! | Oct 15 00:51:21.392 INFO kablam! 234 | let home_path = env::home_dir().unwrap(); Oct 15 00:51:21.392 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:51:21.393 INFO kablam! Oct 15 00:51:21.847 INFO kablam! warning: method is never used: `set_opt` Oct 15 00:51:21.847 INFO kablam! --> src/state.rs:56:9 Oct 15 00:51:21.848 INFO kablam! | Oct 15 00:51:21.848 INFO kablam! 56 | pub fn set_opt(&mut self, name: &str, value: bool) { Oct 15 00:51:21.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:51:21.849 INFO kablam! | Oct 15 00:51:21.849 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:51:21.849 INFO kablam! Oct 15 00:51:28.051 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.08s Oct 15 00:51:28.052 INFO kablam! su: No module specific data is present Oct 15 00:51:28.995 INFO running `"docker" "rm" "-f" "bddbab45b9fd50196f1bb5bc6fe38545b6e770264f5022e23baab7dcb02aca7a"` Oct 15 00:51:29.379 INFO blam! bddbab45b9fd50196f1bb5bc6fe38545b6e770264f5022e23baab7dcb02aca7a Oct 15 00:51:29.379 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:29.881 INFO blam! f52e946187e7406c17c50b8118db0a73b98994b33ba7571dfc3179adbf3476cd Oct 15 00:51:29.884 INFO running `"docker" "start" "-a" "f52e946187e7406c17c50b8118db0a73b98994b33ba7571dfc3179adbf3476cd"` Oct 15 00:51:31.463 INFO kablam! usermod: no changes Oct 15 00:51:31.568 INFO kablam! Compiling rush v0.1.0 (/source) Oct 15 00:51:32.624 INFO kablam! warning: unused import: `Prompter` Oct 15 00:51:32.624 INFO kablam! --> src/main.rs:46:27 Oct 15 00:51:32.624 INFO kablam! | Oct 15 00:51:32.624 INFO kablam! 46 | use linefeed::{Interface, Prompter, ReadResult}; Oct 15 00:51:32.625 INFO kablam! | ^^^^^^^^ Oct 15 00:51:32.625 INFO kablam! | Oct 15 00:51:32.625 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:51:32.625 INFO kablam! Oct 15 00:51:32.626 INFO kablam! warning: unused imports: `Completer`, `Completion` Oct 15 00:51:32.626 INFO kablam! --> src/main.rs:47:26 Oct 15 00:51:32.626 INFO kablam! | Oct 15 00:51:32.627 INFO kablam! 47 | use linefeed::complete::{Completer, Completion}; Oct 15 00:51:32.627 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^ Oct 15 00:51:32.627 INFO kablam! Oct 15 00:51:32.628 INFO kablam! warning: unused import: `Terminal` Oct 15 00:51:32.628 INFO kablam! --> src/main.rs:48:26 Oct 15 00:51:32.628 INFO kablam! | Oct 15 00:51:32.629 INFO kablam! 48 | use linefeed::terminal::{Terminal, Signal}; Oct 15 00:51:32.629 INFO kablam! | ^^^^^^^^ Oct 15 00:51:32.629 INFO kablam! Oct 15 00:51:32.656 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:32.656 INFO kablam! --> src/builtins/cd.rs:37:25 Oct 15 00:51:32.656 INFO kablam! | Oct 15 00:51:32.656 INFO kablam! 37 | env::home_dir().unwrap() Oct 15 00:51:32.656 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:51:32.656 INFO kablam! | Oct 15 00:51:32.656 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 00:51:32.656 INFO kablam! Oct 15 00:51:32.656 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:32.656 INFO kablam! --> src/parser.rs:125:39 Oct 15 00:51:32.656 INFO kablam! | Oct 15 00:51:32.656 INFO kablam! 125 | .replace("~", env::home_dir().unwrap_or_default().to_str().unwrap_or_default()) Oct 15 00:51:32.656 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:51:32.656 INFO kablam! Oct 15 00:51:32.656 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:32.656 INFO kablam! --> src/parser.rs:234:33 Oct 15 00:51:32.656 INFO kablam! | Oct 15 00:51:32.656 INFO kablam! 234 | let home_path = env::home_dir().unwrap(); Oct 15 00:51:32.656 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:51:32.656 INFO kablam! Oct 15 00:51:33.063 INFO kablam! warning: method is never used: `set_opt` Oct 15 00:51:33.063 INFO kablam! --> src/state.rs:56:9 Oct 15 00:51:33.063 INFO kablam! | Oct 15 00:51:33.063 INFO kablam! 56 | pub fn set_opt(&mut self, name: &str, value: bool) { Oct 15 00:51:33.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:51:33.063 INFO kablam! | Oct 15 00:51:33.063 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:51:33.063 INFO kablam! Oct 15 00:51:36.976 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.49s Oct 15 00:51:36.982 INFO kablam! su: No module specific data is present Oct 15 00:51:37.985 INFO running `"docker" "rm" "-f" "f52e946187e7406c17c50b8118db0a73b98994b33ba7571dfc3179adbf3476cd"` Oct 15 00:51:38.301 INFO blam! f52e946187e7406c17c50b8118db0a73b98994b33ba7571dfc3179adbf3476cd Oct 15 00:51:38.307 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:38.936 INFO blam! e18b94951f9418e5a5ebbe3c003d23734876d043fc020d6ed3e914fa9e5b7fad Oct 15 00:51:38.937 INFO running `"docker" "start" "-a" "e18b94951f9418e5a5ebbe3c003d23734876d043fc020d6ed3e914fa9e5b7fad"` Oct 15 00:51:40.334 INFO kablam! usermod: no changes Oct 15 00:51:40.473 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 00:51:40.490 INFO kablam! Running /target/debug/deps/rush-9cc50f4ed7dab637 Oct 15 00:51:40.495 INFO blam! Oct 15 00:51:40.495 INFO blam! running 4 tests Oct 15 00:51:40.531 INFO kablam! Syntax error: Unexpected token 'Keyword(Then)' Oct 15 00:51:40.531 INFO kablam! Syntax error: Unexpected token 'Keyword(Elif)' Oct 15 00:51:40.551 INFO blam! test tests::test_special_parameters ... ok Oct 15 00:51:40.587 INFO blam! test tests::test_short_conditionals ... ok Oct 15 00:51:40.587 INFO blam! test tests::test_if_condition ... FAILED Oct 15 00:51:40.656 INFO blam! test tests::test_statements ... ok Oct 15 00:51:40.656 INFO blam! Oct 15 00:51:40.656 INFO blam! failures: Oct 15 00:51:40.657 INFO blam! Oct 15 00:51:40.657 INFO blam! ---- tests::test_if_condition stdout ---- Oct 15 00:51:40.657 INFO blam! thread 'tests::test_if_condition' panicked at 'assertion failed: `(left == right)` Oct 15 00:51:40.657 INFO blam! left: `""`, Oct 15 00:51:40.658 INFO blam! right: `"1"`', src/tests.rs:102:17 Oct 15 00:51:40.658 INFO blam! stack backtrace: Oct 15 00:51:40.658 INFO blam! 0: 0x5633c55a88ee - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 15 00:51:40.659 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 00:51:40.659 INFO blam! 1: 0x5633c55b54a6 - std::sys_common::backtrace::print::hce31971a380b167f Oct 15 00:51:40.659 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 00:51:40.660 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 00:51:40.660 INFO blam! 2: 0x5633c55adead - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 15 00:51:40.660 INFO blam! at libstd/panicking.rs:211 Oct 15 00:51:40.660 INFO blam! 3: 0x5633c55adbbb - std::panicking::default_hook::hb1838a6568eb05e3 Oct 15 00:51:40.660 INFO blam! at libstd/panicking.rs:221 Oct 15 00:51:40.661 INFO blam! 4: 0x5633c55ae55c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 15 00:51:40.661 INFO blam! at libstd/panicking.rs:476 Oct 15 00:51:40.661 INFO blam! 5: 0x5633c55ae119 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 15 00:51:40.662 INFO blam! at libstd/panicking.rs:390 Oct 15 00:51:40.662 INFO blam! 6: 0x5633c55ae07d - std::panicking::begin_panic_fmt::h70a4709fbb668068 Oct 15 00:51:40.662 INFO blam! at libstd/panicking.rs:345 Oct 15 00:51:40.662 INFO blam! 7: 0x5633c5399012 - rush::tests::check::h5a7bd490b7bd6bdc Oct 15 00:51:40.663 INFO blam! at src/tests.rs:102 Oct 15 00:51:40.663 INFO blam! 8: 0x5633c5399a5e - rush::tests::test_if_condition::h24e2054ae82f868a Oct 15 00:51:40.663 INFO blam! at src/tests.rs:68 Oct 15 00:51:40.663 INFO blam! 9: 0x5633c5399939 - rush::tests::test_if_condition::{{closure}}::h6f625284066c4109 Oct 15 00:51:40.664 INFO blam! at src/tests.rs:67 Oct 15 00:51:40.664 INFO blam! 10: 0x5633c53948bd - core::ops::function::FnOnce::call_once::h0f9610bf10307013 Oct 15 00:51:40.664 INFO blam! at libcore/ops/function.rs:238 Oct 15 00:51:40.664 INFO blam! 11: 0x5633c539ed3e - >::call_box::hae226a42c8d94b19 Oct 15 00:51:40.665 INFO blam! at libtest/lib.rs:1468 Oct 15 00:51:40.665 INFO blam! at libcore/ops/function.rs:238 Oct 15 00:51:40.665 INFO blam! at liballoc/boxed.rs:672 Oct 15 00:51:40.665 INFO blam! 12: 0x5633c55c09c9 - __rust_maybe_catch_panic Oct 15 00:51:40.665 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 00:51:40.666 INFO blam! 13: 0x5633c53bf76d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 15 00:51:40.666 INFO blam! at libstd/panicking.rs:289 Oct 15 00:51:40.666 INFO kablam! error: test failed, to rerun pass '--bin rush' Oct 15 00:51:40.667 INFO blam! at libstd/panic.rs:392 Oct 15 00:51:40.667 INFO blam! at libtest/lib.rs:1423 Oct 15 00:51:40.667 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 00:51:40.667 INFO kablam! su: No module specific data is present Oct 15 00:51:40.668 INFO blam! 14: 0x5633c53c0314 - std::panicking::try::do_call::h2c632c17829d0621 Oct 15 00:51:40.668 INFO blam! at libstd/thread/mod.rs:409 Oct 15 00:51:40.668 INFO blam! at libstd/panic.rs:313 Oct 15 00:51:40.669 INFO blam! at libstd/panicking.rs:310 Oct 15 00:51:40.669 INFO blam! 15: 0x5633c55c09c9 - __rust_maybe_catch_panic Oct 15 00:51:40.669 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 00:51:40.669 INFO blam! 16: 0x5633c53ad956 - >::call_box::h1a0832645645f090 Oct 15 00:51:40.670 INFO blam! at libstd/panicking.rs:289 Oct 15 00:51:40.670 INFO blam! at libstd/panic.rs:392 Oct 15 00:51:40.670 INFO blam! at libstd/thread/mod.rs:408 Oct 15 00:51:40.675 INFO blam! at liballoc/boxed.rs:672 Oct 15 00:51:40.675 INFO blam! 17: 0x5633c55ab4fa - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 15 00:51:40.675 INFO blam! at liballoc/boxed.rs:682 Oct 15 00:51:40.676 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 00:51:40.676 INFO blam! 18: 0x5633c559e035 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 15 00:51:40.676 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 00:51:40.676 INFO blam! 19: 0x7f224ea0d6b9 - start_thread Oct 15 00:51:40.677 INFO blam! 20: 0x7f224e52d41c - clone Oct 15 00:51:40.677 INFO blam! 21: 0x0 - Oct 15 00:51:40.677 INFO blam! Oct 15 00:51:40.677 INFO blam! Oct 15 00:51:40.678 INFO blam! failures: Oct 15 00:51:40.678 INFO blam! tests::test_if_condition Oct 15 00:51:40.678 INFO blam! Oct 15 00:51:40.679 INFO blam! test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:51:40.679 INFO blam! Oct 15 00:51:41.529 INFO running `"docker" "rm" "-f" "e18b94951f9418e5a5ebbe3c003d23734876d043fc020d6ed3e914fa9e5b7fad"` Oct 15 00:51:41.828 INFO blam! e18b94951f9418e5a5ebbe3c003d23734876d043fc020d6ed3e914fa9e5b7fad