Oct 13 06:45:56.937 INFO testing moreheadm/nut-shell against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 06:45:56.938 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 06:45:57.335 INFO blam! 7ab824c86754061028f35f4d21e87b094cff9b00a7e6afeb7224d80589045964 Oct 13 06:45:57.337 INFO running `"docker" "start" "-a" "7ab824c86754061028f35f4d21e87b094cff9b00a7e6afeb7224d80589045964"` Oct 13 06:45:58.364 INFO kablam! usermod: no changes Oct 13 06:45:58.459 INFO kablam! Compiling liner v0.4.4 Oct 13 06:46:02.007 INFO kablam! Compiling nut-shell v0.1.0 (/source) Oct 13 06:46:02.107 INFO kablam! warning: unnecessary path disambiguator Oct 13 06:46:02.108 INFO kablam! --> src/execute.rs:116:39 Oct 13 06:46:02.109 INFO kablam! | Oct 13 06:46:02.110 INFO kablam! 116 | .collect::>(); Oct 13 06:46:02.110 INFO kablam! | ^^ try removing `::` Oct 13 06:46:02.111 INFO kablam! Oct 13 06:46:02.392 INFO kablam! warning: unused import: `ParseOp` Oct 13 06:46:02.393 INFO kablam! --> src/main.rs:10:32 Oct 13 06:46:02.393 INFO kablam! | Oct 13 06:46:02.394 INFO kablam! 10 | use parser::{ParseRes, Parsed, ParseOp}; Oct 13 06:46:02.395 INFO kablam! | ^^^^^^^ Oct 13 06:46:02.395 INFO kablam! | Oct 13 06:46:02.396 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:46:02.396 INFO kablam! Oct 13 06:46:02.535 INFO kablam! warning: unused import: `std::io::BufRead` Oct 13 06:46:02.536 INFO kablam! --> src/main.rs:8:5 Oct 13 06:46:02.536 INFO kablam! | Oct 13 06:46:02.537 INFO kablam! 8 | use std::io::BufRead; Oct 13 06:46:02.537 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:46:02.538 INFO kablam! Oct 13 06:46:02.548 INFO kablam! warning: unused variable: `command` Oct 13 06:46:02.548 INFO kablam! --> src/execute.rs:40:24 Oct 13 06:46:02.548 INFO kablam! | Oct 13 06:46:02.548 INFO kablam! 40 | pub fn run_builtin(command: &Vec) { Oct 13 06:46:02.548 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 13 06:46:02.548 INFO kablam! | Oct 13 06:46:02.549 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:46:02.549 INFO kablam! Oct 13 06:46:02.551 INFO kablam! warning: unused variable: `curr_expr` Oct 13 06:46:02.551 INFO kablam! --> src/parser.rs:368:42 Oct 13 06:46:02.551 INFO kablam! | Oct 13 06:46:02.551 INFO kablam! 368 | fn parse_bracketed_param(text: &str, mut curr_expr: String) -> (ParseRes, &str) { Oct 13 06:46:02.551 INFO kablam! | ^^^^^^^^^ help: consider using `_curr_expr` instead Oct 13 06:46:02.551 INFO kablam! Oct 13 06:46:02.552 INFO kablam! warning: unused variable: `stdin` Oct 13 06:46:02.552 INFO kablam! --> src/main.rs:13:9 Oct 13 06:46:02.552 INFO kablam! | Oct 13 06:46:02.552 INFO kablam! 13 | let stdin = io::stdin(); Oct 13 06:46:02.552 INFO kablam! | ^^^^^ help: consider using `_stdin` instead Oct 13 06:46:02.552 INFO kablam! Oct 13 06:46:02.601 INFO kablam! warning: variable does not need to be mutable Oct 13 06:46:02.601 INFO kablam! --> src/parser.rs:368:38 Oct 13 06:46:02.601 INFO kablam! | Oct 13 06:46:02.601 INFO kablam! 368 | fn parse_bracketed_param(text: &str, mut curr_expr: String) -> (ParseRes, &str) { Oct 13 06:46:02.601 INFO kablam! | ----^^^^^^^^^ Oct 13 06:46:02.601 INFO kablam! | | Oct 13 06:46:02.601 INFO kablam! | help: remove this `mut` Oct 13 06:46:02.601 INFO kablam! | Oct 13 06:46:02.601 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:46:02.604 INFO kablam! Oct 13 06:46:02.605 INFO kablam! warning: function is never used: `run_builtin` Oct 13 06:46:02.605 INFO kablam! --> src/execute.rs:40:5 Oct 13 06:46:02.605 INFO kablam! | Oct 13 06:46:02.605 INFO kablam! 40 | pub fn run_builtin(command: &Vec) { Oct 13 06:46:02.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:46:02.606 INFO kablam! | Oct 13 06:46:02.606 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:46:02.606 INFO kablam! Oct 13 06:46:02.606 INFO kablam! warning: variant is never constructed: `And` Oct 13 06:46:02.606 INFO kablam! --> src/parser.rs:5:5 Oct 13 06:46:02.606 INFO kablam! | Oct 13 06:46:02.606 INFO kablam! 5 | And, Oct 13 06:46:02.606 INFO kablam! | ^^^ Oct 13 06:46:02.606 INFO kablam! Oct 13 06:46:02.606 INFO kablam! warning: variant is never constructed: `Or` Oct 13 06:46:02.607 INFO kablam! --> src/parser.rs:6:5 Oct 13 06:46:02.607 INFO kablam! | Oct 13 06:46:02.607 INFO kablam! 6 | Or, Oct 13 06:46:02.607 INFO kablam! | ^^ Oct 13 06:46:02.607 INFO kablam! Oct 13 06:46:02.607 INFO kablam! warning: variant is never constructed: `Seq` Oct 13 06:46:02.607 INFO kablam! --> src/parser.rs:7:5 Oct 13 06:46:02.608 INFO kablam! | Oct 13 06:46:02.608 INFO kablam! 7 | Seq, Oct 13 06:46:02.608 INFO kablam! | ^^^ Oct 13 06:46:02.609 INFO kablam! Oct 13 06:46:02.609 INFO kablam! warning: variant is never constructed: `Expr` Oct 13 06:46:02.609 INFO kablam! --> src/parser.rs:21:5 Oct 13 06:46:02.609 INFO kablam! | Oct 13 06:46:02.609 INFO kablam! 21 | Expr(Box, Box, ParseOp), Oct 13 06:46:02.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:46:02.609 INFO kablam! Oct 13 06:46:02.610 INFO kablam! warning: variant is never constructed: `Param` Oct 13 06:46:02.610 INFO kablam! --> src/parser.rs:33:5 Oct 13 06:46:02.610 INFO kablam! | Oct 13 06:46:02.610 INFO kablam! 33 | Param(String), Oct 13 06:46:02.610 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:46:02.610 INFO kablam! Oct 13 06:46:02.610 INFO kablam! warning: variant is never constructed: `Arith` Oct 13 06:46:02.611 INFO kablam! --> src/parser.rs:34:5 Oct 13 06:46:02.611 INFO kablam! | Oct 13 06:46:02.611 INFO kablam! 34 | Arith(String) Oct 13 06:46:02.612 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:46:02.612 INFO kablam! Oct 13 06:46:04.868 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.47s Oct 13 06:46:04.871 INFO kablam! su: No module specific data is present Oct 13 06:46:06.552 INFO running `"docker" "rm" "-f" "7ab824c86754061028f35f4d21e87b094cff9b00a7e6afeb7224d80589045964"` Oct 13 06:46:06.955 INFO blam! 7ab824c86754061028f35f4d21e87b094cff9b00a7e6afeb7224d80589045964 Oct 13 06:46:06.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 06:46:07.482 INFO blam! ef7e66fc63d6cac969e7ff6f2344a52b2cfe04fbf4b42c91d0f289504c8fb80e Oct 13 06:46:07.483 INFO running `"docker" "start" "-a" "ef7e66fc63d6cac969e7ff6f2344a52b2cfe04fbf4b42c91d0f289504c8fb80e"` Oct 13 06:46:09.187 INFO kablam! usermod: no changes Oct 13 06:46:09.335 INFO kablam! Compiling nut-shell v0.1.0 (/source) Oct 13 06:46:09.451 INFO kablam! warning: unnecessary path disambiguator Oct 13 06:46:09.451 INFO kablam! --> src/execute.rs:116:39 Oct 13 06:46:09.451 INFO kablam! | Oct 13 06:46:09.451 INFO kablam! 116 | .collect::>(); Oct 13 06:46:09.451 INFO kablam! | ^^ try removing `::` Oct 13 06:46:09.451 INFO kablam! Oct 13 06:46:09.875 INFO kablam! warning: unused import: `ParseOp` Oct 13 06:46:09.876 INFO kablam! --> src/main.rs:10:32 Oct 13 06:46:09.876 INFO kablam! | Oct 13 06:46:09.876 INFO kablam! 10 | use parser::{ParseRes, Parsed, ParseOp}; Oct 13 06:46:09.877 INFO kablam! | ^^^^^^^ Oct 13 06:46:09.877 INFO kablam! | Oct 13 06:46:09.877 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:46:09.878 INFO kablam! Oct 13 06:46:10.100 INFO kablam! warning: unused import: `std::io::BufRead` Oct 13 06:46:10.100 INFO kablam! --> src/main.rs:8:5 Oct 13 06:46:10.100 INFO kablam! | Oct 13 06:46:10.101 INFO kablam! 8 | use std::io::BufRead; Oct 13 06:46:10.101 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:46:10.101 INFO kablam! Oct 13 06:46:10.114 INFO kablam! warning: unused variable: `command` Oct 13 06:46:10.114 INFO kablam! --> src/execute.rs:40:24 Oct 13 06:46:10.115 INFO kablam! | Oct 13 06:46:10.115 INFO kablam! 40 | pub fn run_builtin(command: &Vec) { Oct 13 06:46:10.115 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 13 06:46:10.115 INFO kablam! | Oct 13 06:46:10.116 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:46:10.116 INFO kablam! Oct 13 06:46:10.117 INFO kablam! warning: unused variable: `curr_expr` Oct 13 06:46:10.117 INFO kablam! --> src/parser.rs:368:42 Oct 13 06:46:10.118 INFO kablam! | Oct 13 06:46:10.118 INFO kablam! 368 | fn parse_bracketed_param(text: &str, mut curr_expr: String) -> (ParseRes, &str) { Oct 13 06:46:10.118 INFO kablam! | ^^^^^^^^^ help: consider using `_curr_expr` instead Oct 13 06:46:10.119 INFO kablam! Oct 13 06:46:10.119 INFO kablam! warning: unused variable: `stdin` Oct 13 06:46:10.119 INFO kablam! --> src/main.rs:13:9 Oct 13 06:46:10.119 INFO kablam! | Oct 13 06:46:10.120 INFO kablam! 13 | let stdin = io::stdin(); Oct 13 06:46:10.120 INFO kablam! | ^^^^^ help: consider using `_stdin` instead Oct 13 06:46:10.120 INFO kablam! Oct 13 06:46:10.211 INFO kablam! warning: variable does not need to be mutable Oct 13 06:46:10.211 INFO kablam! --> src/parser.rs:368:38 Oct 13 06:46:10.212 INFO kablam! | Oct 13 06:46:10.212 INFO kablam! 368 | fn parse_bracketed_param(text: &str, mut curr_expr: String) -> (ParseRes, &str) { Oct 13 06:46:10.212 INFO kablam! | ----^^^^^^^^^ Oct 13 06:46:10.212 INFO kablam! | | Oct 13 06:46:10.213 INFO kablam! | help: remove this `mut` Oct 13 06:46:10.213 INFO kablam! | Oct 13 06:46:10.213 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:46:10.214 INFO kablam! Oct 13 06:46:10.219 INFO kablam! warning: function is never used: `run_builtin` Oct 13 06:46:10.219 INFO kablam! --> src/execute.rs:40:5 Oct 13 06:46:10.219 INFO kablam! | Oct 13 06:46:10.220 INFO kablam! 40 | pub fn run_builtin(command: &Vec) { Oct 13 06:46:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:46:10.220 INFO kablam! | Oct 13 06:46:10.221 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:46:10.221 INFO kablam! Oct 13 06:46:10.221 INFO kablam! warning: variant is never constructed: `And` Oct 13 06:46:10.222 INFO kablam! --> src/parser.rs:5:5 Oct 13 06:46:10.222 INFO kablam! | Oct 13 06:46:10.222 INFO kablam! 5 | And, Oct 13 06:46:10.222 INFO kablam! | ^^^ Oct 13 06:46:10.223 INFO kablam! Oct 13 06:46:10.223 INFO kablam! warning: variant is never constructed: `Or` Oct 13 06:46:10.223 INFO kablam! --> src/parser.rs:6:5 Oct 13 06:46:10.224 INFO kablam! | Oct 13 06:46:10.224 INFO kablam! 6 | Or, Oct 13 06:46:10.224 INFO kablam! | ^^ Oct 13 06:46:10.224 INFO kablam! Oct 13 06:46:10.225 INFO kablam! warning: variant is never constructed: `Seq` Oct 13 06:46:10.225 INFO kablam! --> src/parser.rs:7:5 Oct 13 06:46:10.225 INFO kablam! | Oct 13 06:46:10.225 INFO kablam! 7 | Seq, Oct 13 06:46:10.226 INFO kablam! | ^^^ Oct 13 06:46:10.226 INFO kablam! Oct 13 06:46:10.226 INFO kablam! warning: variant is never constructed: `Expr` Oct 13 06:46:10.227 INFO kablam! --> src/parser.rs:21:5 Oct 13 06:46:10.227 INFO kablam! | Oct 13 06:46:10.227 INFO kablam! 21 | Expr(Box, Box, ParseOp), Oct 13 06:46:10.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:46:10.228 INFO kablam! Oct 13 06:46:10.228 INFO kablam! warning: variant is never constructed: `Param` Oct 13 06:46:10.228 INFO kablam! --> src/parser.rs:33:5 Oct 13 06:46:10.229 INFO kablam! | Oct 13 06:46:10.229 INFO kablam! 33 | Param(String), Oct 13 06:46:10.229 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:46:10.229 INFO kablam! Oct 13 06:46:10.230 INFO kablam! warning: variant is never constructed: `Arith` Oct 13 06:46:10.230 INFO kablam! --> src/parser.rs:34:5 Oct 13 06:46:10.230 INFO kablam! | Oct 13 06:46:10.230 INFO kablam! 34 | Arith(String) Oct 13 06:46:10.231 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:46:10.231 INFO kablam! Oct 13 06:46:11.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.34s Oct 13 06:46:11.566 INFO kablam! su: No module specific data is present Oct 13 06:46:12.731 INFO running `"docker" "rm" "-f" "ef7e66fc63d6cac969e7ff6f2344a52b2cfe04fbf4b42c91d0f289504c8fb80e"` Oct 13 06:46:13.013 INFO blam! ef7e66fc63d6cac969e7ff6f2344a52b2cfe04fbf4b42c91d0f289504c8fb80e Oct 13 06:46:13.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 06:46:13.471 INFO blam! 1415c13a3a697657e0265d783da7dc7c448a6512b0ef00600d75ff3244f7a0a4 Oct 13 06:46:13.474 INFO running `"docker" "start" "-a" "1415c13a3a697657e0265d783da7dc7c448a6512b0ef00600d75ff3244f7a0a4"` Oct 13 06:46:15.250 INFO kablam! usermod: no changes Oct 13 06:46:15.321 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 13 06:46:15.322 INFO kablam! Running /target/debug/deps/nut_shell-ee0e851825fba3f4 Oct 13 06:46:15.332 INFO blam! Oct 13 06:46:15.332 INFO blam! running 2 tests Oct 13 06:46:15.335 INFO blam! test parser::tests::test_parse_command ... ok Oct 13 06:46:15.337 INFO blam! test parser::tests::test_parse_unquoted ... ok Oct 13 06:46:15.338 INFO blam! Oct 13 06:46:15.338 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:46:15.338 INFO blam! Oct 13 06:46:15.340 INFO kablam! su: No module specific data is present Oct 13 06:46:16.419 INFO running `"docker" "rm" "-f" "1415c13a3a697657e0265d783da7dc7c448a6512b0ef00600d75ff3244f7a0a4"` Oct 13 06:46:16.751 INFO blam! 1415c13a3a697657e0265d783da7dc7c448a6512b0ef00600d75ff3244f7a0a4