Oct 13 06:45:57.217 INFO testing moreheadm/nut-shell against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:45:57.218 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:45:57.636 INFO blam! 77131ff8730f6f50a4a63a41b8d35855b36a50d870290ada73fa504721b7e5e0 Oct 13 06:45:57.647 INFO running `"docker" "start" "-a" "77131ff8730f6f50a4a63a41b8d35855b36a50d870290ada73fa504721b7e5e0"` Oct 13 06:45:58.863 INFO kablam! usermod: no changes Oct 13 06:45:58.914 INFO kablam! Compiling termion v1.5.1 Oct 13 06:46:01.175 INFO kablam! Compiling liner v0.4.4 Oct 13 06:46:04.932 INFO kablam! Compiling nut-shell v0.1.0 (/source) Oct 13 06:46:05.027 INFO kablam! warning: unnecessary path disambiguator Oct 13 06:46:05.027 INFO kablam! --> src/execute.rs:116:39 Oct 13 06:46:05.027 INFO kablam! | Oct 13 06:46:05.027 INFO kablam! 116 | .collect::>(); Oct 13 06:46:05.027 INFO kablam! | ^^ try removing `::` Oct 13 06:46:05.027 INFO kablam! Oct 13 06:46:05.415 INFO kablam! warning: unused import: `ParseOp` Oct 13 06:46:05.415 INFO kablam! --> src/main.rs:10:32 Oct 13 06:46:05.415 INFO kablam! | Oct 13 06:46:05.415 INFO kablam! 10 | use parser::{ParseRes, Parsed, ParseOp}; Oct 13 06:46:05.415 INFO kablam! | ^^^^^^^ Oct 13 06:46:05.415 INFO kablam! | Oct 13 06:46:05.415 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:46:05.415 INFO kablam! Oct 13 06:46:05.555 INFO kablam! warning: unused import: `std::io::BufRead` Oct 13 06:46:05.555 INFO kablam! --> src/main.rs:8:5 Oct 13 06:46:05.555 INFO kablam! | Oct 13 06:46:05.555 INFO kablam! 8 | use std::io::BufRead; Oct 13 06:46:05.555 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:46:05.555 INFO kablam! Oct 13 06:46:05.567 INFO kablam! warning: unused variable: `command` Oct 13 06:46:05.567 INFO kablam! --> src/execute.rs:40:24 Oct 13 06:46:05.567 INFO kablam! | Oct 13 06:46:05.567 INFO kablam! 40 | pub fn run_builtin(command: &Vec) { Oct 13 06:46:05.567 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 13 06:46:05.567 INFO kablam! | Oct 13 06:46:05.567 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:46:05.567 INFO kablam! Oct 13 06:46:05.567 INFO kablam! warning: unused variable: `curr_expr` Oct 13 06:46:05.567 INFO kablam! --> src/parser.rs:368:42 Oct 13 06:46:05.567 INFO kablam! | Oct 13 06:46:05.567 INFO kablam! 368 | fn parse_bracketed_param(text: &str, mut curr_expr: String) -> (ParseRes, &str) { Oct 13 06:46:05.567 INFO kablam! | ^^^^^^^^^ help: consider using `_curr_expr` instead Oct 13 06:46:05.567 INFO kablam! Oct 13 06:46:05.567 INFO kablam! warning: unused variable: `stdin` Oct 13 06:46:05.567 INFO kablam! --> src/main.rs:13:9 Oct 13 06:46:05.567 INFO kablam! | Oct 13 06:46:05.567 INFO kablam! 13 | let stdin = io::stdin(); Oct 13 06:46:05.567 INFO kablam! | ^^^^^ help: consider using `_stdin` instead Oct 13 06:46:05.567 INFO kablam! Oct 13 06:46:05.611 INFO kablam! warning: variable does not need to be mutable Oct 13 06:46:05.611 INFO kablam! --> src/parser.rs:368:38 Oct 13 06:46:05.611 INFO kablam! | Oct 13 06:46:05.611 INFO kablam! 368 | fn parse_bracketed_param(text: &str, mut curr_expr: String) -> (ParseRes, &str) { Oct 13 06:46:05.611 INFO kablam! | ----^^^^^^^^^ Oct 13 06:46:05.611 INFO kablam! | | Oct 13 06:46:05.611 INFO kablam! | help: remove this `mut` Oct 13 06:46:05.611 INFO kablam! | Oct 13 06:46:05.611 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:46:05.611 INFO kablam! Oct 13 06:46:05.611 INFO kablam! warning: function is never used: `run_builtin` Oct 13 06:46:05.611 INFO kablam! --> src/execute.rs:40:5 Oct 13 06:46:05.611 INFO kablam! | Oct 13 06:46:05.611 INFO kablam! 40 | pub fn run_builtin(command: &Vec) { Oct 13 06:46:05.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:46:05.611 INFO kablam! | Oct 13 06:46:05.611 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:46:05.611 INFO kablam! Oct 13 06:46:05.611 INFO kablam! warning: variant is never constructed: `And` Oct 13 06:46:05.611 INFO kablam! --> src/parser.rs:5:5 Oct 13 06:46:05.611 INFO kablam! | Oct 13 06:46:05.611 INFO kablam! 5 | And, Oct 13 06:46:05.611 INFO kablam! | ^^^ Oct 13 06:46:05.611 INFO kablam! Oct 13 06:46:05.611 INFO kablam! warning: variant is never constructed: `Or` Oct 13 06:46:05.611 INFO kablam! --> src/parser.rs:6:5 Oct 13 06:46:05.611 INFO kablam! | Oct 13 06:46:05.611 INFO kablam! 6 | Or, Oct 13 06:46:05.611 INFO kablam! | ^^ Oct 13 06:46:05.611 INFO kablam! Oct 13 06:46:05.611 INFO kablam! warning: variant is never constructed: `Seq` Oct 13 06:46:05.611 INFO kablam! --> src/parser.rs:7:5 Oct 13 06:46:05.611 INFO kablam! | Oct 13 06:46:05.611 INFO kablam! 7 | Seq, Oct 13 06:46:05.611 INFO kablam! | ^^^ Oct 13 06:46:05.611 INFO kablam! Oct 13 06:46:05.611 INFO kablam! warning: variant is never constructed: `Expr` Oct 13 06:46:05.611 INFO kablam! --> src/parser.rs:21:5 Oct 13 06:46:05.611 INFO kablam! | Oct 13 06:46:05.611 INFO kablam! 21 | Expr(Box, Box, ParseOp), Oct 13 06:46:05.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:46:05.611 INFO kablam! Oct 13 06:46:05.611 INFO kablam! warning: variant is never constructed: `Param` Oct 13 06:46:05.611 INFO kablam! --> src/parser.rs:33:5 Oct 13 06:46:05.611 INFO kablam! | Oct 13 06:46:05.611 INFO kablam! 33 | Param(String), Oct 13 06:46:05.611 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:46:05.611 INFO kablam! Oct 13 06:46:05.611 INFO kablam! warning: variant is never constructed: `Arith` Oct 13 06:46:05.611 INFO kablam! --> src/parser.rs:34:5 Oct 13 06:46:05.611 INFO kablam! | Oct 13 06:46:05.611 INFO kablam! 34 | Arith(String) Oct 13 06:46:05.611 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:46:05.611 INFO kablam! Oct 13 06:46:07.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.05s Oct 13 06:46:07.942 INFO kablam! su: No module specific data is present Oct 13 06:46:09.030 INFO running `"docker" "rm" "-f" "77131ff8730f6f50a4a63a41b8d35855b36a50d870290ada73fa504721b7e5e0"` Oct 13 06:46:09.263 INFO blam! 77131ff8730f6f50a4a63a41b8d35855b36a50d870290ada73fa504721b7e5e0 Oct 13 06:46:09.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:46:09.764 INFO blam! 2d12b4eeff3b211165a11a8e19359453f4e215d01fc77482405cf2603462ed29 Oct 13 06:46:09.766 INFO running `"docker" "start" "-a" "2d12b4eeff3b211165a11a8e19359453f4e215d01fc77482405cf2603462ed29"` Oct 13 06:46:12.543 INFO kablam! usermod: no changes Oct 13 06:46:12.631 INFO kablam! Compiling nut-shell v0.1.0 (/source) Oct 13 06:46:12.695 INFO kablam! warning: unnecessary path disambiguator Oct 13 06:46:12.695 INFO kablam! --> src/execute.rs:116:39 Oct 13 06:46:12.695 INFO kablam! | Oct 13 06:46:12.695 INFO kablam! 116 | .collect::>(); Oct 13 06:46:12.695 INFO kablam! | ^^ try removing `::` Oct 13 06:46:12.695 INFO kablam! Oct 13 06:46:13.035 INFO kablam! warning: unused import: `ParseOp` Oct 13 06:46:13.036 INFO kablam! --> src/main.rs:10:32 Oct 13 06:46:13.036 INFO kablam! | Oct 13 06:46:13.036 INFO kablam! 10 | use parser::{ParseRes, Parsed, ParseOp}; Oct 13 06:46:13.037 INFO kablam! | ^^^^^^^ Oct 13 06:46:13.037 INFO kablam! | Oct 13 06:46:13.037 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:46:13.038 INFO kablam! Oct 13 06:46:13.171 INFO kablam! warning: unused import: `std::io::BufRead` Oct 13 06:46:13.172 INFO kablam! --> src/main.rs:8:5 Oct 13 06:46:13.172 INFO kablam! | Oct 13 06:46:13.172 INFO kablam! 8 | use std::io::BufRead; Oct 13 06:46:13.173 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:46:13.173 INFO kablam! Oct 13 06:46:13.187 INFO kablam! warning: unused variable: `command` Oct 13 06:46:13.187 INFO kablam! --> src/execute.rs:40:24 Oct 13 06:46:13.188 INFO kablam! | Oct 13 06:46:13.188 INFO kablam! 40 | pub fn run_builtin(command: &Vec) { Oct 13 06:46:13.188 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 13 06:46:13.188 INFO kablam! | Oct 13 06:46:13.189 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:46:13.189 INFO kablam! Oct 13 06:46:13.189 INFO kablam! warning: unused variable: `curr_expr` Oct 13 06:46:13.190 INFO kablam! --> src/parser.rs:368:42 Oct 13 06:46:13.190 INFO kablam! | Oct 13 06:46:13.190 INFO kablam! 368 | fn parse_bracketed_param(text: &str, mut curr_expr: String) -> (ParseRes, &str) { Oct 13 06:46:13.191 INFO kablam! | ^^^^^^^^^ help: consider using `_curr_expr` instead Oct 13 06:46:13.191 INFO kablam! Oct 13 06:46:13.191 INFO kablam! warning: unused variable: `stdin` Oct 13 06:46:13.192 INFO kablam! --> src/main.rs:13:9 Oct 13 06:46:13.192 INFO kablam! | Oct 13 06:46:13.192 INFO kablam! 13 | let stdin = io::stdin(); Oct 13 06:46:13.193 INFO kablam! | ^^^^^ help: consider using `_stdin` instead Oct 13 06:46:13.193 INFO kablam! Oct 13 06:46:13.227 INFO kablam! warning: variable does not need to be mutable Oct 13 06:46:13.228 INFO kablam! --> src/parser.rs:368:38 Oct 13 06:46:13.228 INFO kablam! | Oct 13 06:46:13.228 INFO kablam! 368 | fn parse_bracketed_param(text: &str, mut curr_expr: String) -> (ParseRes, &str) { Oct 13 06:46:13.229 INFO kablam! | ----^^^^^^^^^ Oct 13 06:46:13.229 INFO kablam! | | Oct 13 06:46:13.229 INFO kablam! | help: remove this `mut` Oct 13 06:46:13.230 INFO kablam! | Oct 13 06:46:13.230 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:46:13.230 INFO kablam! Oct 13 06:46:13.235 INFO kablam! warning: function is never used: `run_builtin` Oct 13 06:46:13.235 INFO kablam! --> src/execute.rs:40:5 Oct 13 06:46:13.235 INFO kablam! | Oct 13 06:46:13.236 INFO kablam! 40 | pub fn run_builtin(command: &Vec) { Oct 13 06:46:13.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:46:13.236 INFO kablam! | Oct 13 06:46:13.237 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:46:13.237 INFO kablam! Oct 13 06:46:13.237 INFO kablam! warning: variant is never constructed: `And` Oct 13 06:46:13.238 INFO kablam! --> src/parser.rs:5:5 Oct 13 06:46:13.238 INFO kablam! | Oct 13 06:46:13.238 INFO kablam! 5 | And, Oct 13 06:46:13.238 INFO kablam! | ^^^ Oct 13 06:46:13.239 INFO kablam! Oct 13 06:46:13.239 INFO kablam! warning: variant is never constructed: `Or` Oct 13 06:46:13.239 INFO kablam! --> src/parser.rs:6:5 Oct 13 06:46:13.240 INFO kablam! | Oct 13 06:46:13.240 INFO kablam! 6 | Or, Oct 13 06:46:13.240 INFO kablam! | ^^ Oct 13 06:46:13.241 INFO kablam! Oct 13 06:46:13.241 INFO kablam! warning: variant is never constructed: `Seq` Oct 13 06:46:13.241 INFO kablam! --> src/parser.rs:7:5 Oct 13 06:46:13.241 INFO kablam! | Oct 13 06:46:13.242 INFO kablam! 7 | Seq, Oct 13 06:46:13.242 INFO kablam! | ^^^ Oct 13 06:46:13.242 INFO kablam! Oct 13 06:46:13.243 INFO kablam! warning: variant is never constructed: `Expr` Oct 13 06:46:13.243 INFO kablam! --> src/parser.rs:21:5 Oct 13 06:46:13.243 INFO kablam! | Oct 13 06:46:13.243 INFO kablam! 21 | Expr(Box, Box, ParseOp), Oct 13 06:46:13.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:46:13.244 INFO kablam! Oct 13 06:46:13.244 INFO kablam! warning: variant is never constructed: `Param` Oct 13 06:46:13.245 INFO kablam! --> src/parser.rs:33:5 Oct 13 06:46:13.245 INFO kablam! | Oct 13 06:46:13.245 INFO kablam! 33 | Param(String), Oct 13 06:46:13.246 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:46:13.246 INFO kablam! Oct 13 06:46:13.246 INFO kablam! warning: variant is never constructed: `Arith` Oct 13 06:46:13.247 INFO kablam! --> src/parser.rs:34:5 Oct 13 06:46:13.247 INFO kablam! | Oct 13 06:46:13.247 INFO kablam! 34 | Arith(String) Oct 13 06:46:13.247 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:46:13.248 INFO kablam! Oct 13 06:46:14.554 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.99s Oct 13 06:46:14.556 INFO kablam! su: No module specific data is present Oct 13 06:46:15.726 INFO running `"docker" "rm" "-f" "2d12b4eeff3b211165a11a8e19359453f4e215d01fc77482405cf2603462ed29"` Oct 13 06:46:15.943 INFO blam! 2d12b4eeff3b211165a11a8e19359453f4e215d01fc77482405cf2603462ed29 Oct 13 06:46:15.949 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:46:16.491 INFO blam! 48d22d69f3412d6e8243dcd52bdac22572a6211b0194575b9f45268b0ddc25c0 Oct 13 06:46:16.507 INFO running `"docker" "start" "-a" "48d22d69f3412d6e8243dcd52bdac22572a6211b0194575b9f45268b0ddc25c0"` Oct 13 06:46:17.951 INFO kablam! usermod: no changes Oct 13 06:46:18.035 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 13 06:46:18.039 INFO kablam! Running /target/debug/deps/nut_shell-276b285a17bcd986 Oct 13 06:46:18.063 INFO blam! Oct 13 06:46:18.063 INFO blam! running 2 tests Oct 13 06:46:18.067 INFO blam! test parser::tests::test_parse_command ... ok Oct 13 06:46:18.081 INFO blam! test parser::tests::test_parse_unquoted ... ok Oct 13 06:46:18.081 INFO kablam! su: No module specific data is present Oct 13 06:46:18.081 INFO blam! Oct 13 06:46:18.081 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:46:18.081 INFO blam! Oct 13 06:46:19.124 INFO running `"docker" "rm" "-f" "48d22d69f3412d6e8243dcd52bdac22572a6211b0194575b9f45268b0ddc25c0"` Oct 13 06:46:19.571 INFO blam! 48d22d69f3412d6e8243dcd52bdac22572a6211b0194575b9f45268b0ddc25c0