Oct 13 06:01:29.966 INFO testing naens/parse-exs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 06:01:29.966 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:01:30.235 INFO blam! fb19cc54acd2f49064e00b3e03d8a44df4cf99133e43fa11d779592cf5f7f476 Oct 13 06:01:30.237 INFO running `"docker" "start" "-a" "fb19cc54acd2f49064e00b3e03d8a44df4cf99133e43fa11d779592cf5f7f476"` Oct 13 06:01:30.644 INFO kablam! usermod: no changes Oct 13 06:01:30.671 INFO kablam! Compiling parse-exs v0.1.0 (/source) Oct 13 06:01:30.939 INFO kablam! warning: unused `#[macro_use]` import Oct 13 06:01:30.939 INFO kablam! --> src/lib.rs:2:1 Oct 13 06:01:30.939 INFO kablam! | Oct 13 06:01:30.939 INFO kablam! 2 | #[macro_use] extern crate matches; Oct 13 06:01:30.939 INFO kablam! | ^^^^^^^^^^^^ Oct 13 06:01:30.939 INFO kablam! | Oct 13 06:01:30.939 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:01:30.939 INFO kablam! Oct 13 06:01:30.968 INFO kablam! warning: unused variable: `text` Oct 13 06:01:30.968 INFO kablam! --> src/gram_reader.rs:19:25 Oct 13 06:01:30.968 INFO kablam! | Oct 13 06:01:30.968 INFO kablam! 19 | pub fn read_grammar<'a>(text: String) Oct 13 06:01:30.968 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 13 06:01:30.968 INFO kablam! | Oct 13 06:01:30.968 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:01:30.968 INFO kablam! Oct 13 06:01:30.971 INFO kablam! warning: variable does not need to be mutable Oct 13 06:01:30.971 INFO kablam! --> src/gram_reader.rs:21:9 Oct 13 06:01:30.971 INFO kablam! | Oct 13 06:01:30.971 INFO kablam! 21 | let mut result = HashMap::new(); Oct 13 06:01:30.971 INFO kablam! | ----^^^^^^ Oct 13 06:01:30.971 INFO kablam! | | Oct 13 06:01:30.971 INFO kablam! | help: remove this `mut` Oct 13 06:01:30.971 INFO kablam! | Oct 13 06:01:30.971 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:01:30.971 INFO kablam! Oct 13 06:01:30.971 INFO kablam! warning: enum is never used: `GramItem` Oct 13 06:01:30.971 INFO kablam! --> src/gram_reader.rs:7:1 Oct 13 06:01:30.971 INFO kablam! | Oct 13 06:01:30.971 INFO kablam! 7 | pub enum GramItem<'a> { Oct 13 06:01:30.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.971 INFO kablam! | Oct 13 06:01:30.971 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:01:30.971 INFO kablam! Oct 13 06:01:30.971 INFO kablam! warning: enum is never used: `GramRes` Oct 13 06:01:30.971 INFO kablam! --> src/gram_reader.rs:14:1 Oct 13 06:01:30.971 INFO kablam! | Oct 13 06:01:30.971 INFO kablam! 14 | enum GramRes<'a> { Oct 13 06:01:30.971 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:01:30.971 INFO kablam! Oct 13 06:01:30.971 INFO kablam! warning: function is never used: `read_grammar` Oct 13 06:01:30.971 INFO kablam! --> src/gram_reader.rs:19:1 Oct 13 06:01:30.971 INFO kablam! | Oct 13 06:01:30.971 INFO kablam! 19 | / pub fn read_grammar<'a>(text: String) Oct 13 06:01:30.971 INFO kablam! 20 | | -> Result>, &'static str> { Oct 13 06:01:30.971 INFO kablam! 21 | | let mut result = HashMap::new(); Oct 13 06:01:30.971 INFO kablam! 22 | | Ok(result) Oct 13 06:01:30.971 INFO kablam! 23 | | } Oct 13 06:01:30.971 INFO kablam! | |_^ Oct 13 06:01:30.971 INFO kablam! Oct 13 06:01:30.971 INFO kablam! warning: function is never used: `read_expression` Oct 13 06:01:30.971 INFO kablam! --> src/gram_reader.rs:26:1 Oct 13 06:01:30.971 INFO kablam! | Oct 13 06:01:30.971 INFO kablam! 26 | fn read_expression(text: &str) -> GramRes { Oct 13 06:01:30.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.971 INFO kablam! Oct 13 06:01:30.971 INFO kablam! warning: function is never used: `read_disjunct` Oct 13 06:01:30.971 INFO kablam! --> src/gram_reader.rs:31:1 Oct 13 06:01:30.971 INFO kablam! | Oct 13 06:01:30.971 INFO kablam! 31 | fn read_disjunct(text: &str) -> GramRes { Oct 13 06:01:30.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.971 INFO kablam! Oct 13 06:01:30.971 INFO kablam! warning: function is never used: `read_term` Oct 13 06:01:30.971 INFO kablam! --> src/gram_reader.rs:36:1 Oct 13 06:01:30.971 INFO kablam! | Oct 13 06:01:30.971 INFO kablam! 36 | fn read_term(text: &str) -> GramRes { Oct 13 06:01:30.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.971 INFO kablam! Oct 13 06:01:30.971 INFO kablam! warning: function is never used: `read_specifier` Oct 13 06:01:30.971 INFO kablam! --> src/gram_reader.rs:41:1 Oct 13 06:01:30.971 INFO kablam! | Oct 13 06:01:30.971 INFO kablam! 41 | fn read_specifier(text: &str) -> GramRes { Oct 13 06:01:30.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.971 INFO kablam! Oct 13 06:01:30.971 INFO kablam! warning: function is never used: `read_conjunct` Oct 13 06:01:30.971 INFO kablam! --> src/gram_reader.rs:46:1 Oct 13 06:01:30.971 INFO kablam! | Oct 13 06:01:30.971 INFO kablam! 46 | fn read_conjunct(text: &str) -> GramRes { Oct 13 06:01:30.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.971 INFO kablam! Oct 13 06:01:30.972 INFO kablam! warning: function is never used: `read_element` Oct 13 06:01:30.972 INFO kablam! --> src/gram_reader.rs:51:1 Oct 13 06:01:30.972 INFO kablam! | Oct 13 06:01:30.972 INFO kablam! 51 | fn read_element(text: &str) -> GramRes { Oct 13 06:01:30.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.972 INFO kablam! Oct 13 06:01:30.972 INFO kablam! warning: function is never used: `read_range` Oct 13 06:01:30.972 INFO kablam! --> src/gram_reader.rs:56:1 Oct 13 06:01:30.972 INFO kablam! | Oct 13 06:01:30.972 INFO kablam! 56 | fn read_range(text: &str) -> GramRes { Oct 13 06:01:30.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.972 INFO kablam! Oct 13 06:01:30.972 INFO kablam! warning: function is never used: `read_subexpr` Oct 13 06:01:30.972 INFO kablam! --> src/gram_reader.rs:61:1 Oct 13 06:01:30.972 INFO kablam! | Oct 13 06:01:30.972 INFO kablam! 61 | fn read_subexpr(text: &str) -> GramRes { Oct 13 06:01:30.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.972 INFO kablam! Oct 13 06:01:30.972 INFO kablam! warning: function is never used: `read_string` Oct 13 06:01:30.972 INFO kablam! --> src/gram_reader.rs:69:1 Oct 13 06:01:30.972 INFO kablam! | Oct 13 06:01:30.972 INFO kablam! 69 | fn read_string(text: &str) -> GramRes { Oct 13 06:01:30.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.972 INFO kablam! Oct 13 06:01:30.972 INFO kablam! warning: function is never used: `read_number` Oct 13 06:01:30.972 INFO kablam! --> src/gram_reader.rs:74:1 Oct 13 06:01:30.972 INFO kablam! | Oct 13 06:01:30.972 INFO kablam! 74 | fn read_number(text: &str) -> GramRes { Oct 13 06:01:30.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.972 INFO kablam! Oct 13 06:01:30.972 INFO kablam! warning: function is never used: `read_num_dec` Oct 13 06:01:30.972 INFO kablam! --> src/gram_reader.rs:78:1 Oct 13 06:01:30.972 INFO kablam! | Oct 13 06:01:30.972 INFO kablam! 78 | fn read_num_dec(text: &str) -> GramRes { Oct 13 06:01:30.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.972 INFO kablam! Oct 13 06:01:30.972 INFO kablam! warning: function is never used: `read_num_hex` Oct 13 06:01:30.972 INFO kablam! --> src/gram_reader.rs:82:1 Oct 13 06:01:30.972 INFO kablam! | Oct 13 06:01:30.972 INFO kablam! 82 | fn read_num_hex(text: &str) -> GramRes { Oct 13 06:01:30.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.972 INFO kablam! Oct 13 06:01:30.972 INFO kablam! warning: function is never used: `read_num_chr` Oct 13 06:01:30.972 INFO kablam! --> src/gram_reader.rs:86:1 Oct 13 06:01:30.972 INFO kablam! | Oct 13 06:01:30.972 INFO kablam! 86 | fn read_num_chr(text: &str) -> GramRes { Oct 13 06:01:30.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:30.972 INFO kablam! Oct 13 06:01:31.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 13 06:01:31.650 INFO kablam! su: No module specific data is present Oct 13 06:01:32.244 INFO running `"docker" "rm" "-f" "fb19cc54acd2f49064e00b3e03d8a44df4cf99133e43fa11d779592cf5f7f476"` Oct 13 06:01:32.445 INFO blam! fb19cc54acd2f49064e00b3e03d8a44df4cf99133e43fa11d779592cf5f7f476 Oct 13 06:01:32.447 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:01:32.891 INFO blam! 17ebf611935988e7cf882764a46943c27ff6eeaf0f3b6ee712f6adf810799690 Oct 13 06:01:32.892 INFO running `"docker" "start" "-a" "17ebf611935988e7cf882764a46943c27ff6eeaf0f3b6ee712f6adf810799690"` Oct 13 06:01:33.767 INFO kablam! usermod: no changes Oct 13 06:01:33.811 INFO kablam! Compiling parse-exs v0.1.0 (/source) Oct 13 06:01:34.347 INFO kablam! warning: unused variable: `text` Oct 13 06:01:34.347 INFO kablam! --> src/gram_reader.rs:19:25 Oct 13 06:01:34.347 INFO kablam! | Oct 13 06:01:34.348 INFO kablam! 19 | pub fn read_grammar<'a>(text: String) Oct 13 06:01:34.348 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 13 06:01:34.348 INFO kablam! | Oct 13 06:01:34.348 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:01:34.348 INFO kablam! Oct 13 06:01:34.379 INFO kablam! warning: variable does not need to be mutable Oct 13 06:01:34.379 INFO kablam! --> src/gram_reader.rs:21:9 Oct 13 06:01:34.379 INFO kablam! | Oct 13 06:01:34.379 INFO kablam! 21 | let mut result = HashMap::new(); Oct 13 06:01:34.379 INFO kablam! | ----^^^^^^ Oct 13 06:01:34.379 INFO kablam! | | Oct 13 06:01:34.379 INFO kablam! | help: remove this `mut` Oct 13 06:01:34.379 INFO kablam! | Oct 13 06:01:34.379 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:01:34.379 INFO kablam! Oct 13 06:01:34.379 INFO kablam! warning: variant is never constructed: `Expression` Oct 13 06:01:34.379 INFO kablam! --> src/gram_reader.rs:8:5 Oct 13 06:01:34.379 INFO kablam! | Oct 13 06:01:34.379 INFO kablam! 8 | Expression, Oct 13 06:01:34.380 INFO kablam! | ^^^^^^^^^^ Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: variant is never constructed: `Disjunct` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:9:5 Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! 9 | Disjunct, Term, Specifier, Conjunct, Element, Oct 13 06:01:34.380 INFO kablam! | ^^^^^^^^ Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: variant is never constructed: `Term` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:9:15 Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! 9 | Disjunct, Term, Specifier, Conjunct, Element, Oct 13 06:01:34.380 INFO kablam! | ^^^^ Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: variant is never constructed: `Specifier` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:9:21 Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! 9 | Disjunct, Term, Specifier, Conjunct, Element, Oct 13 06:01:34.380 INFO kablam! | ^^^^^^^^^ Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: variant is never constructed: `Conjunct` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:9:32 Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! 9 | Disjunct, Term, Specifier, Conjunct, Element, Oct 13 06:01:34.380 INFO kablam! | ^^^^^^^^ Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: variant is never constructed: `Element` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:9:42 Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! 9 | Disjunct, Term, Specifier, Conjunct, Element, Oct 13 06:01:34.380 INFO kablam! | ^^^^^^^ Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: variant is never constructed: `Range` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:10:5 Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! 10 | Range, Subexpr, String(&'a str), Number(i32) Oct 13 06:01:34.380 INFO kablam! | ^^^^^ Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: variant is never constructed: `Subexpr` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:10:12 Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! 10 | Range, Subexpr, String(&'a str), Number(i32) Oct 13 06:01:34.380 INFO kablam! | ^^^^^^^ Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: variant is never constructed: `String` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:10:21 Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! 10 | Range, Subexpr, String(&'a str), Number(i32) Oct 13 06:01:34.380 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: field is never used: `item` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:15:12 Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! 15 | GramOk{item: GramItem<'a>, tail: &'a str}, Oct 13 06:01:34.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: field is never used: `tail` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:15:32 Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! 15 | GramOk{item: GramItem<'a>, tail: &'a str}, Oct 13 06:01:34.380 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: variant is never constructed: `GramErr` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:16:5 Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! 16 | GramErr{msg: &'static str, tail: &'a str} Oct 13 06:01:34.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: function is never used: `read_grammar` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:19:1 Oct 13 06:01:34.380 INFO kablam! | Oct 13 06:01:34.380 INFO kablam! 19 | / pub fn read_grammar<'a>(text: String) Oct 13 06:01:34.380 INFO kablam! 20 | | -> Result>, &'static str> { Oct 13 06:01:34.380 INFO kablam! 21 | | let mut result = HashMap::new(); Oct 13 06:01:34.380 INFO kablam! 22 | | Ok(result) Oct 13 06:01:34.380 INFO kablam! 23 | | } Oct 13 06:01:34.380 INFO kablam! | |_^ Oct 13 06:01:34.380 INFO kablam! Oct 13 06:01:34.380 INFO kablam! warning: function is never used: `read_expression` Oct 13 06:01:34.380 INFO kablam! --> src/gram_reader.rs:26:1 Oct 13 06:01:34.381 INFO kablam! | Oct 13 06:01:34.381 INFO kablam! 26 | fn read_expression(text: &str) -> GramRes { Oct 13 06:01:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.381 INFO kablam! Oct 13 06:01:34.381 INFO kablam! warning: function is never used: `read_disjunct` Oct 13 06:01:34.381 INFO kablam! --> src/gram_reader.rs:31:1 Oct 13 06:01:34.381 INFO kablam! | Oct 13 06:01:34.381 INFO kablam! 31 | fn read_disjunct(text: &str) -> GramRes { Oct 13 06:01:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.381 INFO kablam! Oct 13 06:01:34.381 INFO kablam! warning: function is never used: `read_term` Oct 13 06:01:34.381 INFO kablam! --> src/gram_reader.rs:36:1 Oct 13 06:01:34.381 INFO kablam! | Oct 13 06:01:34.381 INFO kablam! 36 | fn read_term(text: &str) -> GramRes { Oct 13 06:01:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.381 INFO kablam! Oct 13 06:01:34.381 INFO kablam! warning: function is never used: `read_specifier` Oct 13 06:01:34.381 INFO kablam! --> src/gram_reader.rs:41:1 Oct 13 06:01:34.381 INFO kablam! | Oct 13 06:01:34.381 INFO kablam! 41 | fn read_specifier(text: &str) -> GramRes { Oct 13 06:01:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.381 INFO kablam! Oct 13 06:01:34.381 INFO kablam! warning: function is never used: `read_conjunct` Oct 13 06:01:34.381 INFO kablam! --> src/gram_reader.rs:46:1 Oct 13 06:01:34.381 INFO kablam! | Oct 13 06:01:34.381 INFO kablam! 46 | fn read_conjunct(text: &str) -> GramRes { Oct 13 06:01:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.381 INFO kablam! Oct 13 06:01:34.381 INFO kablam! warning: function is never used: `read_element` Oct 13 06:01:34.381 INFO kablam! --> src/gram_reader.rs:51:1 Oct 13 06:01:34.381 INFO kablam! | Oct 13 06:01:34.381 INFO kablam! 51 | fn read_element(text: &str) -> GramRes { Oct 13 06:01:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.381 INFO kablam! Oct 13 06:01:34.381 INFO kablam! warning: function is never used: `read_range` Oct 13 06:01:34.381 INFO kablam! --> src/gram_reader.rs:56:1 Oct 13 06:01:34.381 INFO kablam! | Oct 13 06:01:34.381 INFO kablam! 56 | fn read_range(text: &str) -> GramRes { Oct 13 06:01:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.381 INFO kablam! Oct 13 06:01:34.381 INFO kablam! warning: function is never used: `read_subexpr` Oct 13 06:01:34.381 INFO kablam! --> src/gram_reader.rs:61:1 Oct 13 06:01:34.381 INFO kablam! | Oct 13 06:01:34.381 INFO kablam! 61 | fn read_subexpr(text: &str) -> GramRes { Oct 13 06:01:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.381 INFO kablam! Oct 13 06:01:34.381 INFO kablam! warning: function is never used: `read_string` Oct 13 06:01:34.381 INFO kablam! --> src/gram_reader.rs:69:1 Oct 13 06:01:34.381 INFO kablam! | Oct 13 06:01:34.381 INFO kablam! 69 | fn read_string(text: &str) -> GramRes { Oct 13 06:01:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.381 INFO kablam! Oct 13 06:01:34.381 INFO kablam! warning: function is never used: `read_num_dec` Oct 13 06:01:34.381 INFO kablam! --> src/gram_reader.rs:78:1 Oct 13 06:01:34.381 INFO kablam! | Oct 13 06:01:34.381 INFO kablam! 78 | fn read_num_dec(text: &str) -> GramRes { Oct 13 06:01:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.381 INFO kablam! Oct 13 06:01:34.381 INFO kablam! warning: function is never used: `read_num_hex` Oct 13 06:01:34.381 INFO kablam! --> src/gram_reader.rs:82:1 Oct 13 06:01:34.381 INFO kablam! | Oct 13 06:01:34.381 INFO kablam! 82 | fn read_num_hex(text: &str) -> GramRes { Oct 13 06:01:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.381 INFO kablam! Oct 13 06:01:34.381 INFO kablam! warning: function is never used: `read_num_chr` Oct 13 06:01:34.381 INFO kablam! --> src/gram_reader.rs:86:1 Oct 13 06:01:34.381 INFO kablam! | Oct 13 06:01:34.381 INFO kablam! 86 | fn read_num_chr(text: &str) -> GramRes { Oct 13 06:01:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:34.381 INFO kablam! Oct 13 06:01:35.136 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 13 06:01:35.140 INFO kablam! su: No module specific data is present Oct 13 06:01:35.831 INFO running `"docker" "rm" "-f" "17ebf611935988e7cf882764a46943c27ff6eeaf0f3b6ee712f6adf810799690"` Oct 13 06:01:36.091 INFO blam! 17ebf611935988e7cf882764a46943c27ff6eeaf0f3b6ee712f6adf810799690 Oct 13 06:01:36.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:01:36.491 INFO blam! abbadfe999a17e4a9003dde03c0a7b9639d303d2c9026d2c234099fe2993b64c Oct 13 06:01:36.496 INFO running `"docker" "start" "-a" "abbadfe999a17e4a9003dde03c0a7b9639d303d2c9026d2c234099fe2993b64c"` Oct 13 06:01:37.355 INFO kablam! usermod: no changes Oct 13 06:01:37.405 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 06:01:37.406 INFO kablam! Running /target/debug/deps/parse_exs-d765107efe583935 Oct 13 06:01:37.427 INFO blam! Oct 13 06:01:37.427 INFO blam! running 2 tests Oct 13 06:01:37.427 INFO blam! test abcd ... ok Oct 13 06:01:37.427 INFO blam! test gram_reader::test::read_number_test ... ok Oct 13 06:01:37.427 INFO blam! Oct 13 06:01:37.427 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:01:37.427 INFO blam! Oct 13 06:01:37.429 INFO blam! Oct 13 06:01:37.429 INFO kablam! Running /target/debug/deps/parse_exs-f3523b64f50a31db Oct 13 06:01:37.429 INFO blam! running 0 tests Oct 13 06:01:37.429 INFO kablam! Doc-tests parse-exs Oct 13 06:01:37.429 INFO blam! Oct 13 06:01:37.429 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:01:37.429 INFO blam! Oct 13 06:01:37.908 INFO blam! Oct 13 06:01:37.908 INFO blam! running 0 tests Oct 13 06:01:37.908 INFO blam! Oct 13 06:01:37.908 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:01:37.908 INFO blam! Oct 13 06:01:37.918 INFO kablam! su: No module specific data is present Oct 13 06:01:38.338 INFO running `"docker" "rm" "-f" "abbadfe999a17e4a9003dde03c0a7b9639d303d2c9026d2c234099fe2993b64c"` Oct 13 06:01:38.515 INFO blam! abbadfe999a17e4a9003dde03c0a7b9639d303d2c9026d2c234099fe2993b64c