Oct 11 05:23:20.306 INFO testing NSResident/rusty_shell against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:23:20.307 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:23:20.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 05:23:20.756 INFO blam! 08f450d64bb3336b3537a81593561253729975572e200102f27c5aa577374b06 Oct 11 05:23:20.776 INFO running `"docker" "start" "-a" "08f450d64bb3336b3537a81593561253729975572e200102f27c5aa577374b06"` Oct 11 05:23:22.443 INFO kablam! usermod: no changes Oct 11 05:23:22.508 INFO kablam! Compiling rusty_shell v0.1.0 (/source) Oct 11 05:23:23.112 INFO kablam! warning: value assigned to `input` is never read Oct 11 05:23:23.112 INFO kablam! --> src/main.rs:9:13 Oct 11 05:23:23.112 INFO kablam! | Oct 11 05:23:23.112 INFO kablam! 9 | let mut input = String::new(); Oct 11 05:23:23.112 INFO kablam! | ^^^^^ Oct 11 05:23:23.112 INFO kablam! | Oct 11 05:23:23.112 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 05:23:23.112 INFO kablam! Oct 11 05:23:23.112 INFO kablam! warning: unused variable: `pipecount` Oct 11 05:23:23.112 INFO kablam! --> src/main.rs:29:16 Oct 11 05:23:23.112 INFO kablam! | Oct 11 05:23:23.112 INFO kablam! 29 | let (jobs, pipecount) = parse_command(&input); Oct 11 05:23:23.112 INFO kablam! | ^^^^^^^^^ help: consider using `_pipecount` instead Oct 11 05:23:23.112 INFO kablam! | Oct 11 05:23:23.112 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:23:23.112 INFO kablam! Oct 11 05:23:23.112 INFO kablam! warning: unused variable: `err` Oct 11 05:23:23.112 INFO kablam! --> src/main.rs:58:17 Oct 11 05:23:23.112 INFO kablam! | Oct 11 05:23:23.112 INFO kablam! 58 | Err(err) => println!("Cannot find program") Oct 11 05:23:23.112 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 05:23:23.113 INFO kablam! Oct 11 05:23:23.113 INFO kablam! warning: unused variable: `e` Oct 11 05:23:23.113 INFO kablam! --> src/main.rs:78:13 Oct 11 05:23:23.113 INFO kablam! | Oct 11 05:23:23.113 INFO kablam! 78 | Err(e) => print!("No path found"), Oct 11 05:23:23.113 INFO kablam! | ^ help: consider using `_e` instead Oct 11 05:23:23.113 INFO kablam! Oct 11 05:23:23.132 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 05:23:23.132 INFO kablam! --> src/main.rs:40:21 Oct 11 05:23:23.132 INFO kablam! | Oct 11 05:23:23.132 INFO kablam! 40 | env::set_current_dir(new_path.as_path()); Oct 11 05:23:23.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:23:23.132 INFO kablam! | Oct 11 05:23:23.132 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 05:23:23.132 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 05:23:23.132 INFO kablam! Oct 11 05:23:23.132 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 05:23:23.132 INFO kablam! --> src/main.rs:80:5 Oct 11 05:23:23.132 INFO kablam! | Oct 11 05:23:23.132 INFO kablam! 80 | stdout().flush(); Oct 11 05:23:23.132 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 05:23:23.132 INFO kablam! | Oct 11 05:23:23.132 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 05:23:23.132 INFO kablam! Oct 11 05:23:23.133 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 05:23:23.133 INFO kablam! --> src/main.rs:82:5 Oct 11 05:23:23.133 INFO kablam! | Oct 11 05:23:23.133 INFO kablam! 82 | stdin().read_line(&mut input); Oct 11 05:23:23.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:23:23.133 INFO kablam! | Oct 11 05:23:23.133 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 05:23:23.133 INFO kablam! Oct 11 05:23:24.317 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.85s Oct 11 05:23:24.320 INFO kablam! su: No module specific data is present Oct 11 05:23:25.332 INFO running `"docker" "rm" "-f" "08f450d64bb3336b3537a81593561253729975572e200102f27c5aa577374b06"` Oct 11 05:23:25.692 INFO blam! 08f450d64bb3336b3537a81593561253729975572e200102f27c5aa577374b06 Oct 11 05:23:25.704 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:23:25.706 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 05:23:26.432 INFO blam! fb955566ca90c4117199b9fe4d333e0c95b7093c7dae9bf824a53d85d2aa4740 Oct 11 05:23:26.433 INFO running `"docker" "start" "-a" "fb955566ca90c4117199b9fe4d333e0c95b7093c7dae9bf824a53d85d2aa4740"` Oct 11 05:23:28.019 INFO kablam! usermod: no changes Oct 11 05:23:28.092 INFO kablam! Compiling rusty_shell v0.1.0 (/source) Oct 11 05:23:28.636 INFO kablam! warning: value assigned to `input` is never read Oct 11 05:23:28.636 INFO kablam! --> src/main.rs:9:13 Oct 11 05:23:28.636 INFO kablam! | Oct 11 05:23:28.636 INFO kablam! 9 | let mut input = String::new(); Oct 11 05:23:28.636 INFO kablam! | ^^^^^ Oct 11 05:23:28.636 INFO kablam! | Oct 11 05:23:28.636 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 05:23:28.636 INFO kablam! Oct 11 05:23:28.636 INFO kablam! warning: unused variable: `pipecount` Oct 11 05:23:28.636 INFO kablam! --> src/main.rs:29:16 Oct 11 05:23:28.636 INFO kablam! | Oct 11 05:23:28.636 INFO kablam! 29 | let (jobs, pipecount) = parse_command(&input); Oct 11 05:23:28.636 INFO kablam! | ^^^^^^^^^ help: consider using `_pipecount` instead Oct 11 05:23:28.636 INFO kablam! | Oct 11 05:23:28.636 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:23:28.636 INFO kablam! Oct 11 05:23:28.636 INFO kablam! warning: unused variable: `err` Oct 11 05:23:28.636 INFO kablam! --> src/main.rs:58:17 Oct 11 05:23:28.636 INFO kablam! | Oct 11 05:23:28.636 INFO kablam! 58 | Err(err) => println!("Cannot find program") Oct 11 05:23:28.636 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 05:23:28.636 INFO kablam! Oct 11 05:23:28.636 INFO kablam! warning: unused variable: `e` Oct 11 05:23:28.636 INFO kablam! --> src/main.rs:78:13 Oct 11 05:23:28.636 INFO kablam! | Oct 11 05:23:28.636 INFO kablam! 78 | Err(e) => print!("No path found"), Oct 11 05:23:28.636 INFO kablam! | ^ help: consider using `_e` instead Oct 11 05:23:28.636 INFO kablam! Oct 11 05:23:28.652 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 05:23:28.652 INFO kablam! --> src/main.rs:40:21 Oct 11 05:23:28.652 INFO kablam! | Oct 11 05:23:28.652 INFO kablam! 40 | env::set_current_dir(new_path.as_path()); Oct 11 05:23:28.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:23:28.652 INFO kablam! | Oct 11 05:23:28.652 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 05:23:28.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 05:23:28.652 INFO kablam! Oct 11 05:23:28.652 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 05:23:28.652 INFO kablam! --> src/main.rs:80:5 Oct 11 05:23:28.652 INFO kablam! | Oct 11 05:23:28.652 INFO kablam! 80 | stdout().flush(); Oct 11 05:23:28.652 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 05:23:28.652 INFO kablam! | Oct 11 05:23:28.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 05:23:28.652 INFO kablam! Oct 11 05:23:28.652 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 05:23:28.652 INFO kablam! --> src/main.rs:82:5 Oct 11 05:23:28.652 INFO kablam! | Oct 11 05:23:28.652 INFO kablam! 82 | stdin().read_line(&mut input); Oct 11 05:23:28.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:23:28.652 INFO kablam! | Oct 11 05:23:28.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 05:23:28.652 INFO kablam! Oct 11 05:23:29.176 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 11 05:23:29.192 INFO kablam! su: No module specific data is present Oct 11 05:23:30.226 INFO running `"docker" "rm" "-f" "fb955566ca90c4117199b9fe4d333e0c95b7093c7dae9bf824a53d85d2aa4740"` Oct 11 05:23:30.540 INFO blam! fb955566ca90c4117199b9fe4d333e0c95b7093c7dae9bf824a53d85d2aa4740 Oct 11 05:23:30.544 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:23:30.544 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 05:23:31.019 INFO blam! 680bf36585c9d6f18eff144d5b2d1cec4ada75446bb4f9acd4e97976a55e7e3a Oct 11 05:23:31.021 INFO running `"docker" "start" "-a" "680bf36585c9d6f18eff144d5b2d1cec4ada75446bb4f9acd4e97976a55e7e3a"` Oct 11 05:23:32.696 INFO kablam! usermod: no changes Oct 11 05:23:32.748 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 05:23:32.748 INFO kablam! Running /target/debug/deps/rusty_shell-ea9d7cf6eeb2c8bd Oct 11 05:23:32.748 INFO kablam! su: No module specific data is present Oct 11 05:23:32.749 INFO blam! Oct 11 05:23:32.749 INFO blam! running 0 tests Oct 11 05:23:32.749 INFO blam! Oct 11 05:23:32.749 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:23:32.749 INFO blam! Oct 11 05:23:33.888 INFO running `"docker" "rm" "-f" "680bf36585c9d6f18eff144d5b2d1cec4ada75446bb4f9acd4e97976a55e7e3a"` Oct 11 05:23:34.256 INFO blam! 680bf36585c9d6f18eff144d5b2d1cec4ada75446bb4f9acd4e97976a55e7e3a