Oct 15 08:26:24.588 INFO testing NSResident/rusty_shell against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:26:24.588 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 08:26:25.176 INFO blam! 0f33f0388fd4c4455267ef8e6b3bb32b389b8ac40ce6270aeb6fc5b29a745046 Oct 15 08:26:25.178 INFO running `"docker" "start" "-a" "0f33f0388fd4c4455267ef8e6b3bb32b389b8ac40ce6270aeb6fc5b29a745046"` Oct 15 08:26:27.671 INFO kablam! usermod: no changes Oct 15 08:26:27.775 INFO kablam! Compiling rusty_shell v0.1.0 (/source) Oct 15 08:26:28.314 INFO kablam! warning: value assigned to `input` is never read Oct 15 08:26:28.315 INFO kablam! --> src/main.rs:9:13 Oct 15 08:26:28.316 INFO kablam! | Oct 15 08:26:28.317 INFO kablam! 9 | let mut input = String::new(); Oct 15 08:26:28.317 INFO kablam! | ^^^^^ Oct 15 08:26:28.318 INFO kablam! | Oct 15 08:26:28.319 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 08:26:28.319 INFO kablam! Oct 15 08:26:28.319 INFO kablam! warning: unused variable: `pipecount` Oct 15 08:26:28.319 INFO kablam! --> src/main.rs:29:16 Oct 15 08:26:28.319 INFO kablam! | Oct 15 08:26:28.319 INFO kablam! 29 | let (jobs, pipecount) = parse_command(&input); Oct 15 08:26:28.323 INFO kablam! | ^^^^^^^^^ help: consider using `_pipecount` instead Oct 15 08:26:28.323 INFO kablam! | Oct 15 08:26:28.323 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:26:28.323 INFO kablam! Oct 15 08:26:28.323 INFO kablam! warning: unused variable: `err` Oct 15 08:26:28.323 INFO kablam! --> src/main.rs:58:17 Oct 15 08:26:28.323 INFO kablam! | Oct 15 08:26:28.323 INFO kablam! 58 | Err(err) => println!("Cannot find program") Oct 15 08:26:28.323 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 08:26:28.323 INFO kablam! Oct 15 08:26:28.323 INFO kablam! warning: unused variable: `e` Oct 15 08:26:28.323 INFO kablam! --> src/main.rs:78:13 Oct 15 08:26:28.323 INFO kablam! | Oct 15 08:26:28.323 INFO kablam! 78 | Err(e) => print!("No path found"), Oct 15 08:26:28.323 INFO kablam! | ^ help: consider using `_e` instead Oct 15 08:26:28.323 INFO kablam! Oct 15 08:26:28.332 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:26:28.332 INFO kablam! --> src/main.rs:40:21 Oct 15 08:26:28.332 INFO kablam! | Oct 15 08:26:28.332 INFO kablam! 40 | env::set_current_dir(new_path.as_path()); Oct 15 08:26:28.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:26:28.332 INFO kablam! | Oct 15 08:26:28.332 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:26:28.332 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:26:28.332 INFO kablam! Oct 15 08:26:28.333 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:26:28.333 INFO kablam! --> src/main.rs:80:5 Oct 15 08:26:28.333 INFO kablam! | Oct 15 08:26:28.333 INFO kablam! 80 | stdout().flush(); Oct 15 08:26:28.333 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 08:26:28.333 INFO kablam! | Oct 15 08:26:28.333 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:26:28.333 INFO kablam! Oct 15 08:26:28.333 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:26:28.333 INFO kablam! --> src/main.rs:82:5 Oct 15 08:26:28.333 INFO kablam! | Oct 15 08:26:28.333 INFO kablam! 82 | stdin().read_line(&mut input); Oct 15 08:26:28.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:26:28.333 INFO kablam! | Oct 15 08:26:28.333 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:26:28.333 INFO kablam! Oct 15 08:26:29.321 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 15 08:26:29.324 INFO kablam! su: No module specific data is present Oct 15 08:26:30.569 INFO running `"docker" "rm" "-f" "0f33f0388fd4c4455267ef8e6b3bb32b389b8ac40ce6270aeb6fc5b29a745046"` Oct 15 08:26:30.959 INFO blam! 0f33f0388fd4c4455267ef8e6b3bb32b389b8ac40ce6270aeb6fc5b29a745046 Oct 15 08:26:30.963 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 08:26:31.447 INFO blam! 33a671194c6d938bb6216cc2fda7e06dc91290d276464cb4b67ad12009d74005 Oct 15 08:26:31.449 INFO running `"docker" "start" "-a" "33a671194c6d938bb6216cc2fda7e06dc91290d276464cb4b67ad12009d74005"` Oct 15 08:26:34.075 INFO kablam! usermod: no changes Oct 15 08:26:34.143 INFO kablam! Compiling rusty_shell v0.1.0 (/source) Oct 15 08:26:34.714 INFO kablam! warning: value assigned to `input` is never read Oct 15 08:26:34.715 INFO kablam! --> src/main.rs:9:13 Oct 15 08:26:34.716 INFO kablam! | Oct 15 08:26:34.716 INFO kablam! 9 | let mut input = String::new(); Oct 15 08:26:34.717 INFO kablam! | ^^^^^ Oct 15 08:26:34.718 INFO kablam! | Oct 15 08:26:34.718 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 08:26:34.719 INFO kablam! Oct 15 08:26:34.719 INFO kablam! warning: unused variable: `pipecount` Oct 15 08:26:34.720 INFO kablam! --> src/main.rs:29:16 Oct 15 08:26:34.721 INFO kablam! | Oct 15 08:26:34.721 INFO kablam! 29 | let (jobs, pipecount) = parse_command(&input); Oct 15 08:26:34.722 INFO kablam! | ^^^^^^^^^ help: consider using `_pipecount` instead Oct 15 08:26:34.723 INFO kablam! | Oct 15 08:26:34.723 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:26:34.724 INFO kablam! Oct 15 08:26:34.724 INFO kablam! warning: unused variable: `err` Oct 15 08:26:34.724 INFO kablam! --> src/main.rs:58:17 Oct 15 08:26:34.724 INFO kablam! | Oct 15 08:26:34.724 INFO kablam! 58 | Err(err) => println!("Cannot find program") Oct 15 08:26:34.724 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 08:26:34.724 INFO kablam! Oct 15 08:26:34.724 INFO kablam! warning: unused variable: `e` Oct 15 08:26:34.724 INFO kablam! --> src/main.rs:78:13 Oct 15 08:26:34.724 INFO kablam! | Oct 15 08:26:34.724 INFO kablam! 78 | Err(e) => print!("No path found"), Oct 15 08:26:34.724 INFO kablam! | ^ help: consider using `_e` instead Oct 15 08:26:34.724 INFO kablam! Oct 15 08:26:34.733 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:26:34.734 INFO kablam! --> src/main.rs:40:21 Oct 15 08:26:34.734 INFO kablam! | Oct 15 08:26:34.735 INFO kablam! 40 | env::set_current_dir(new_path.as_path()); Oct 15 08:26:34.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:26:34.735 INFO kablam! | Oct 15 08:26:34.735 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:26:34.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:26:34.736 INFO kablam! Oct 15 08:26:34.736 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:26:34.736 INFO kablam! --> src/main.rs:80:5 Oct 15 08:26:34.736 INFO kablam! | Oct 15 08:26:34.736 INFO kablam! 80 | stdout().flush(); Oct 15 08:26:34.736 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 08:26:34.736 INFO kablam! | Oct 15 08:26:34.736 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:26:34.736 INFO kablam! Oct 15 08:26:34.736 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:26:34.736 INFO kablam! --> src/main.rs:82:5 Oct 15 08:26:34.736 INFO kablam! | Oct 15 08:26:34.743 INFO kablam! 82 | stdin().read_line(&mut input); Oct 15 08:26:34.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:26:34.743 INFO kablam! | Oct 15 08:26:34.743 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:26:34.743 INFO kablam! Oct 15 08:26:35.240 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 15 08:26:35.243 INFO kablam! su: No module specific data is present Oct 15 08:26:36.650 INFO running `"docker" "rm" "-f" "33a671194c6d938bb6216cc2fda7e06dc91290d276464cb4b67ad12009d74005"` Oct 15 08:26:36.967 INFO blam! 33a671194c6d938bb6216cc2fda7e06dc91290d276464cb4b67ad12009d74005 Oct 15 08:26:36.975 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 08:26:37.468 INFO blam! 9c01879178c975a0e5f2e8f627f3656c2d0c21c968a4256390fb6a31b9a20f06 Oct 15 08:26:37.470 INFO running `"docker" "start" "-a" "9c01879178c975a0e5f2e8f627f3656c2d0c21c968a4256390fb6a31b9a20f06"` Oct 15 08:26:39.458 INFO kablam! usermod: no changes Oct 15 08:26:39.523 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 08:26:39.539 INFO kablam! Running /target/debug/deps/rusty_shell-82fa4f273f9fabda Oct 15 08:26:39.539 INFO kablam! su: No module specific data is present Oct 15 08:26:39.540 INFO blam! Oct 15 08:26:39.540 INFO blam! running 0 tests Oct 15 08:26:39.540 INFO blam! Oct 15 08:26:39.540 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:26:39.540 INFO blam! Oct 15 08:26:40.619 INFO running `"docker" "rm" "-f" "9c01879178c975a0e5f2e8f627f3656c2d0c21c968a4256390fb6a31b9a20f06"` Oct 15 08:26:40.923 INFO blam! 9c01879178c975a0e5f2e8f627f3656c2d0c21c968a4256390fb6a31b9a20f06