Nov 17 06:35:11.567 INFO testing christoph-heiss/rush against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 06:35:11.567 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 17 06:35:12.051 INFO [stdout] 3340a506be7ff8bf6b1bb9811115eecc15822aace9709414c50dd94d63c6ad08 Nov 17 06:35:12.054 INFO running `"docker" "start" "-a" "3340a506be7ff8bf6b1bb9811115eecc15822aace9709414c50dd94d63c6ad08"` Nov 17 06:35:12.754 INFO [stderr] usermod: no changes Nov 17 06:35:12.917 INFO [stderr] Compiling smallvec v0.6.1 Nov 17 06:35:12.918 INFO [stderr] Compiling memchr v1.0.2 Nov 17 06:35:12.938 INFO [stderr] Compiling thread_local v0.3.5 Nov 17 06:35:12.939 INFO [stderr] Compiling nix v0.11.0 Nov 17 06:35:12.939 INFO [stderr] Compiling terminfo v0.5.0 Nov 17 06:35:12.939 INFO [stderr] Compiling nix v0.7.0 Nov 17 06:35:14.259 INFO [stderr] Compiling nom v3.2.1 Nov 17 06:35:14.327 INFO [stderr] Compiling regex v1.0.0 Nov 17 06:35:15.839 INFO [stderr] Compiling smallstr v0.1.0 Nov 17 06:35:41.571 INFO [stderr] Compiling mortal v0.1.2 Nov 17 06:35:46.216 INFO [stderr] Compiling linefeed v0.5.0 Nov 17 06:35:50.635 INFO [stderr] Compiling rush v0.1.0 (/source) Nov 17 06:35:52.379 INFO [stderr] warning: unused import: `Prompter` Nov 17 06:35:52.379 INFO [stderr] --> src/main.rs:46:27 Nov 17 06:35:52.379 INFO [stderr] | Nov 17 06:35:52.379 INFO [stderr] 46 | use linefeed::{Interface, Prompter, ReadResult}; Nov 17 06:35:52.379 INFO [stderr] | ^^^^^^^^ Nov 17 06:35:52.379 INFO [stderr] | Nov 17 06:35:52.379 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 06:35:52.379 INFO [stderr] Nov 17 06:35:52.379 INFO [stderr] warning: unused imports: `Completer`, `Completion` Nov 17 06:35:52.379 INFO [stderr] --> src/main.rs:47:26 Nov 17 06:35:52.379 INFO [stderr] | Nov 17 06:35:52.379 INFO [stderr] 47 | use linefeed::complete::{Completer, Completion}; Nov 17 06:35:52.379 INFO [stderr] | ^^^^^^^^^ ^^^^^^^^^^ Nov 17 06:35:52.379 INFO [stderr] Nov 17 06:35:52.379 INFO [stderr] warning: unused import: `Terminal` Nov 17 06:35:52.379 INFO [stderr] --> src/main.rs:48:26 Nov 17 06:35:52.379 INFO [stderr] | Nov 17 06:35:52.379 INFO [stderr] 48 | use linefeed::terminal::{Terminal, Signal}; Nov 17 06:35:52.379 INFO [stderr] | ^^^^^^^^ Nov 17 06:35:52.379 INFO [stderr] Nov 17 06:35:52.422 INFO [stderr] 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. Nov 17 06:35:52.422 INFO [stderr] --> src/builtins/cd.rs:37:25 Nov 17 06:35:52.422 INFO [stderr] | Nov 17 06:35:52.422 INFO [stderr] 37 | env::home_dir().unwrap() Nov 17 06:35:52.423 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 06:35:52.423 INFO [stderr] | Nov 17 06:35:52.423 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 06:35:52.424 INFO [stderr] Nov 17 06:35:52.424 INFO [stderr] 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. Nov 17 06:35:52.424 INFO [stderr] --> src/parser.rs:125:39 Nov 17 06:35:52.424 INFO [stderr] | Nov 17 06:35:52.424 INFO [stderr] 125 | .replace("~", env::home_dir().unwrap_or_default().to_str().unwrap_or_default()) Nov 17 06:35:52.424 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 06:35:52.424 INFO [stderr] Nov 17 06:35:52.424 INFO [stderr] 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. Nov 17 06:35:52.424 INFO [stderr] --> src/parser.rs:234:33 Nov 17 06:35:52.424 INFO [stderr] | Nov 17 06:35:52.424 INFO [stderr] 234 | let home_path = env::home_dir().unwrap(); Nov 17 06:35:52.424 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 06:35:52.424 INFO [stderr] Nov 17 06:35:52.975 INFO [stderr] warning: method is never used: `set_opt` Nov 17 06:35:52.975 INFO [stderr] --> src/state.rs:56:9 Nov 17 06:35:52.975 INFO [stderr] | Nov 17 06:35:52.975 INFO [stderr] 56 | pub fn set_opt(&mut self, name: &str, value: bool) { Nov 17 06:35:52.975 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 06:35:52.975 INFO [stderr] | Nov 17 06:35:52.975 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 06:35:52.975 INFO [stderr] Nov 17 06:35:58.868 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.08s Nov 17 06:35:58.876 INFO [stderr] su: No module specific data is present Nov 17 06:36:00.143 INFO running `"docker" "inspect" "3340a506be7ff8bf6b1bb9811115eecc15822aace9709414c50dd94d63c6ad08"` Nov 17 06:36:00.499 INFO running `"docker" "rm" "-f" "3340a506be7ff8bf6b1bb9811115eecc15822aace9709414c50dd94d63c6ad08"` Nov 17 06:36:00.843 INFO [stdout] 3340a506be7ff8bf6b1bb9811115eecc15822aace9709414c50dd94d63c6ad08 Nov 17 06:36:00.847 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 17 06:36:01.399 INFO [stdout] 2cd9211fb22e47f69a6fec499f767e42abf9e0d3242afd4342003065b402d308 Nov 17 06:36:01.402 INFO running `"docker" "start" "-a" "2cd9211fb22e47f69a6fec499f767e42abf9e0d3242afd4342003065b402d308"` Nov 17 06:36:02.642 INFO [stderr] usermod: no changes Nov 17 06:36:02.786 INFO [stderr] Compiling rush v0.1.0 (/source) Nov 17 06:36:04.375 INFO [stderr] warning: unused import: `Prompter` Nov 17 06:36:04.375 INFO [stderr] --> src/main.rs:46:27 Nov 17 06:36:04.375 INFO [stderr] | Nov 17 06:36:04.375 INFO [stderr] 46 | use linefeed::{Interface, Prompter, ReadResult}; Nov 17 06:36:04.375 INFO [stderr] | ^^^^^^^^ Nov 17 06:36:04.375 INFO [stderr] | Nov 17 06:36:04.375 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 06:36:04.375 INFO [stderr] Nov 17 06:36:04.375 INFO [stderr] warning: unused imports: `Completer`, `Completion` Nov 17 06:36:04.375 INFO [stderr] --> src/main.rs:47:26 Nov 17 06:36:04.375 INFO [stderr] | Nov 17 06:36:04.375 INFO [stderr] 47 | use linefeed::complete::{Completer, Completion}; Nov 17 06:36:04.375 INFO [stderr] | ^^^^^^^^^ ^^^^^^^^^^ Nov 17 06:36:04.375 INFO [stderr] Nov 17 06:36:04.375 INFO [stderr] warning: unused import: `Terminal` Nov 17 06:36:04.375 INFO [stderr] --> src/main.rs:48:26 Nov 17 06:36:04.375 INFO [stderr] | Nov 17 06:36:04.375 INFO [stderr] 48 | use linefeed::terminal::{Terminal, Signal}; Nov 17 06:36:04.375 INFO [stderr] | ^^^^^^^^ Nov 17 06:36:04.375 INFO [stderr] Nov 17 06:36:04.415 INFO [stderr] 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. Nov 17 06:36:04.415 INFO [stderr] --> src/builtins/cd.rs:37:25 Nov 17 06:36:04.415 INFO [stderr] | Nov 17 06:36:04.415 INFO [stderr] 37 | env::home_dir().unwrap() Nov 17 06:36:04.415 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 06:36:04.415 INFO [stderr] | Nov 17 06:36:04.415 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 06:36:04.415 INFO [stderr] Nov 17 06:36:04.415 INFO [stderr] 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. Nov 17 06:36:04.415 INFO [stderr] --> src/parser.rs:125:39 Nov 17 06:36:04.415 INFO [stderr] | Nov 17 06:36:04.415 INFO [stderr] 125 | .replace("~", env::home_dir().unwrap_or_default().to_str().unwrap_or_default()) Nov 17 06:36:04.415 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 06:36:04.415 INFO [stderr] Nov 17 06:36:04.415 INFO [stderr] 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. Nov 17 06:36:04.415 INFO [stderr] --> src/parser.rs:234:33 Nov 17 06:36:04.415 INFO [stderr] | Nov 17 06:36:04.415 INFO [stderr] 234 | let home_path = env::home_dir().unwrap(); Nov 17 06:36:04.415 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 06:36:04.415 INFO [stderr] Nov 17 06:36:04.859 INFO [stderr] warning: method is never used: `set_opt` Nov 17 06:36:04.859 INFO [stderr] --> src/state.rs:56:9 Nov 17 06:36:04.859 INFO [stderr] | Nov 17 06:36:04.859 INFO [stderr] 56 | pub fn set_opt(&mut self, name: &str, value: bool) { Nov 17 06:36:04.859 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 06:36:04.859 INFO [stderr] | Nov 17 06:36:04.859 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 06:36:04.859 INFO [stderr] Nov 17 06:36:08.391 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.72s Nov 17 06:36:08.396 INFO [stderr] su: No module specific data is present Nov 17 06:36:09.018 INFO running `"docker" "inspect" "2cd9211fb22e47f69a6fec499f767e42abf9e0d3242afd4342003065b402d308"` Nov 17 06:36:09.413 INFO running `"docker" "rm" "-f" "2cd9211fb22e47f69a6fec499f767e42abf9e0d3242afd4342003065b402d308"` Nov 17 06:36:09.763 INFO [stdout] 2cd9211fb22e47f69a6fec499f767e42abf9e0d3242afd4342003065b402d308 Nov 17 06:36:09.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 17 06:36:10.225 INFO [stdout] 7507a30311c4f3c9a6c43d6c9e4d2c0e31c75bb47283b95b236dc2b4ee6b4433 Nov 17 06:36:10.227 INFO running `"docker" "start" "-a" "7507a30311c4f3c9a6c43d6c9e4d2c0e31c75bb47283b95b236dc2b4ee6b4433"` Nov 17 06:36:11.338 INFO [stderr] usermod: no changes Nov 17 06:36:11.523 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s Nov 17 06:36:11.543 INFO [stderr] Running /target/debug/deps/rush-a393e002bc024ca7 Nov 17 06:36:11.551 INFO [stdout] Nov 17 06:36:11.551 INFO [stdout] running 4 tests Nov 17 06:36:11.600 INFO [stderr] Syntax error: Unexpected token 'Keyword(Then)' Nov 17 06:36:11.600 INFO [stderr] Syntax error: Unexpected token 'Keyword(Elif)' Nov 17 06:36:11.687 INFO [stdout] test tests::test_special_parameters ... ok Nov 17 06:36:11.687 INFO [stdout] test tests::test_short_conditionals ... ok Nov 17 06:36:11.803 INFO [stdout] test tests::test_if_condition ... FAILED Nov 17 06:36:11.813 INFO [stdout] test tests::test_statements ... ok Nov 17 06:36:11.814 INFO [stdout] Nov 17 06:36:11.814 INFO [stdout] failures: Nov 17 06:36:11.817 INFO [stdout] Nov 17 06:36:11.817 INFO [stdout] ---- tests::test_if_condition stdout ---- Nov 17 06:36:11.818 INFO [stdout] thread 'tests::test_if_condition' panicked at 'assertion failed: `(left == right)` Nov 17 06:36:11.818 INFO [stdout] left: `""`, Nov 17 06:36:11.818 INFO [stdout] right: `"1"`', src/tests.rs:102:17 Nov 17 06:36:11.818 INFO [stdout] stack backtrace: Nov 17 06:36:11.819 INFO [stdout] 0: 0x557426667ea3 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h1a944b80a560daa8 Nov 17 06:36:11.819 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 17 06:36:11.819 INFO [stdout] 1: 0x5574266625c8 - std::sys_common::backtrace::_print::h18f735b4c3a49bdb Nov 17 06:36:11.820 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 17 06:36:11.820 INFO [stdout] 2: 0x557426666e14 - std::panicking::default_hook::{{closure}}::h97ab3548a215c097 Nov 17 06:36:11.820 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 17 06:36:11.821 INFO [stdout] at libstd/panicking.rs:211 Nov 17 06:36:11.821 INFO [stdout] 3: 0x557426666afc - std::panicking::default_hook::h98c2a01ef734e4b0 Nov 17 06:36:11.821 INFO [stdout] at libstd/panicking.rs:221 Nov 17 06:36:11.821 INFO [stdout] 4: 0x557426667520 - std::panicking::rust_panic_with_hook::hb4b3f28eb79ea752 Nov 17 06:36:11.822 INFO [stdout] at libstd/panicking.rs:476 Nov 17 06:36:11.822 INFO [stdout] 5: 0x5574266670a1 - std::panicking::continue_panic_fmt::h61fd5a7b1a268752 Nov 17 06:36:11.822 INFO [stdout] at libstd/panicking.rs:390 Nov 17 06:36:11.823 INFO [stdout] 6: 0x557426666fee - std::panicking::begin_panic_fmt::hfa6f19d29682fcb6 Nov 17 06:36:11.823 INFO [stdout] at libstd/panicking.rs:345 Nov 17 06:36:11.823 INFO [stdout] 7: 0x55742644c14a - rush::tests::check::h354ae7e3e5c0f8d7 Nov 17 06:36:11.824 INFO [stdout] at src/tests.rs:102 Nov 17 06:36:11.824 INFO [stdout] 8: 0x55742644cb9e - rush::tests::test_if_condition::hadd4edfa9abc807f Nov 17 06:36:11.824 INFO [stdout] at src/tests.rs:68 Nov 17 06:36:11.824 INFO [stdout] 9: 0x55742644ca79 - rush::tests::test_if_condition::{{closure}}::h9dd1919db6c19196 Nov 17 06:36:11.825 INFO [stdout] at src/tests.rs:67 Nov 17 06:36:11.825 INFO [stdout] 10: 0x55742641541d - core::ops::function::FnOnce::call_once::h6925d45133ec1c37 Nov 17 06:36:11.825 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/libcore/ops/function.rs:238 Nov 17 06:36:11.826 INFO [stdout] 11: 0x55742645e3ae - >::call_box::h9dcb7fc9b8bb4240 Nov 17 06:36:11.826 INFO [stdout] at libtest/lib.rs:1471 Nov 17 06:36:11.826 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/libcore/ops/function.rs:238 Nov 17 06:36:11.827 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/liballoc/boxed.rs:673 Nov 17 06:36:11.827 INFO [stdout] 12: 0x55742667a409 - __rust_maybe_catch_panic Nov 17 06:36:11.827 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 17 06:36:11.828 INFO [stdout] 13: 0x557426456413 - std::sys_common::backtrace::__rust_begin_short_backtrace::h89ea8afe71e36f86 Nov 17 06:36:11.828 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/libstd/panicking.rs:289 Nov 17 06:36:11.828 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/libstd/panic.rs:398 Nov 17 06:36:11.828 INFO [stdout] at libtest/lib.rs:1426 Nov 17 06:36:11.829 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/libstd/sys_common/backtrace.rs:136 Nov 17 06:36:11.829 INFO [stdout] 14: 0x5574264572c4 - std::panicking::try::do_call::h4132042e0cbea3ae Nov 17 06:36:11.829 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/libstd/thread/mod.rs:477 Nov 17 06:36:11.830 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/libstd/panic.rs:319 Nov 17 06:36:11.830 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/libstd/panicking.rs:310 Nov 17 06:36:11.830 INFO [stdout] 15: 0x55742667a409 - __rust_maybe_catch_panic Nov 17 06:36:11.830 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 17 06:36:11.830 INFO [stdout] 16: 0x55742645e4dc - >::call_box::hab7f616f05880bf6 Nov 17 06:36:11.830 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/libstd/panicking.rs:289 Nov 17 06:36:11.830 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/libstd/panic.rs:398 Nov 17 06:36:11.830 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/libstd/thread/mod.rs:476 Nov 17 06:36:11.830 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/liballoc/boxed.rs:673 Nov 17 06:36:11.830 INFO [stdout] 17: 0x55742666e26d - std::sys::unix::thread::Thread::new::thread_start::h5f8d67158a1ca038 Nov 17 06:36:11.830 INFO [stdout] at /rustc/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c/src/liballoc/boxed.rs:683 Nov 17 06:36:11.830 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 17 06:36:11.830 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 17 06:36:11.830 INFO [stdout] 18: 0x7f3caf5f96b9 - start_thread Nov 17 06:36:11.830 INFO [stdout] 19: 0x7f3caf11941c - clone Nov 17 06:36:11.830 INFO [stdout] 20: 0x0 - Nov 17 06:36:11.830 INFO [stdout] Nov 17 06:36:11.830 INFO [stdout] Nov 17 06:36:11.830 INFO [stdout] failures: Nov 17 06:36:11.830 INFO [stdout] tests::test_if_condition Nov 17 06:36:11.830 INFO [stdout] Nov 17 06:36:11.830 INFO [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 06:36:11.830 INFO [stdout] Nov 17 06:36:11.843 INFO [stderr] error: test failed, to rerun pass '--bin rush' Nov 17 06:36:11.843 INFO [stderr] su: No module specific data is present Nov 17 06:36:12.591 INFO running `"docker" "inspect" "7507a30311c4f3c9a6c43d6c9e4d2c0e31c75bb47283b95b236dc2b4ee6b4433"` Nov 17 06:36:12.905 INFO running `"docker" "rm" "-f" "7507a30311c4f3c9a6c43d6c9e4d2c0e31c75bb47283b95b236dc2b4ee6b4433"` Nov 17 06:36:13.343 INFO [stdout] 7507a30311c4f3c9a6c43d6c9e4d2c0e31c75bb47283b95b236dc2b4ee6b4433