Oct 15 03:30:28.750 INFO testing athorwall/parser-combinators against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:30:28.750 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 15 03:30:29.225 INFO blam! 739f4da3ff75c3cefde754a3144adb81759d3338719747a008c45596ec28c01d Oct 15 03:30:29.227 INFO running `"docker" "start" "-a" "739f4da3ff75c3cefde754a3144adb81759d3338719747a008c45596ec28c01d"` Oct 15 03:30:29.767 INFO kablam! usermod: no changes Oct 15 03:30:29.795 INFO kablam! Compiling parser-combinators v0.1.0 (/source) Oct 15 03:30:30.132 INFO kablam! warning: unused variable: `value` Oct 15 03:30:30.132 INFO kablam! --> src/parser.rs:42:26 Oct 15 03:30:30.132 INFO kablam! | Oct 15 03:30:30.133 INFO kablam! 42 | Some(value) => { Oct 15 03:30:30.133 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 15 03:30:30.133 INFO kablam! | Oct 15 03:30:30.133 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:30:30.133 INFO kablam! Oct 15 03:30:30.133 INFO kablam! warning: unused variable: `new_input` Oct 15 03:30:30.133 INFO kablam! --> src/parser.rs:43:33 Oct 15 03:30:30.133 INFO kablam! | Oct 15 03:30:30.133 INFO kablam! 43 | let mut new_input = input.clone(); Oct 15 03:30:30.133 INFO kablam! | ^^^^^^^^^ help: consider using `_new_input` instead Oct 15 03:30:30.133 INFO kablam! Oct 15 03:30:30.148 INFO kablam! warning: struct is never constructed: `Parser` Oct 15 03:30:30.148 INFO kablam! --> src/parser.rs:3:1 Oct 15 03:30:30.148 INFO kablam! | Oct 15 03:30:30.148 INFO kablam! 3 | struct Parser<'a, T> { Oct 15 03:30:30.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 03:30:30.149 INFO kablam! | Oct 15 03:30:30.149 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:30:30.149 INFO kablam! Oct 15 03:30:30.149 INFO kablam! warning: method is never used: `parse` Oct 15 03:30:30.149 INFO kablam! --> src/parser.rs:8:5 Oct 15 03:30:30.149 INFO kablam! | Oct 15 03:30:30.149 INFO kablam! 8 | pub fn parse(&self, input: &String) -> Result { Oct 15 03:30:30.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:30:30.149 INFO kablam! Oct 15 03:30:30.149 INFO kablam! warning: method is never used: `map` Oct 15 03:30:30.149 INFO kablam! --> src/parser.rs:24:5 Oct 15 03:30:30.149 INFO kablam! | Oct 15 03:30:30.149 INFO kablam! 24 | pub fn map(self, func: Box U>) -> Parser<'a, U> where T: 'a, U: 'a { Oct 15 03:30:30.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:30:30.150 INFO kablam! Oct 15 03:30:30.150 INFO kablam! warning: method is never used: `one` Oct 15 03:30:30.150 INFO kablam! --> src/parser.rs:38:5 Oct 15 03:30:30.150 INFO kablam! | Oct 15 03:30:30.150 INFO kablam! 38 | pub fn one(t: char) -> Parser<'a, char> { Oct 15 03:30:30.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:30:30.150 INFO kablam! Oct 15 03:30:30.150 INFO kablam! warning: method is never used: `combine` Oct 15 03:30:30.150 INFO kablam! --> src/parser.rs:62:5 Oct 15 03:30:30.150 INFO kablam! | Oct 15 03:30:30.150 INFO kablam! 62 | / pub fn combine<'b, U>(p1: Parser<'b, U>, p2: Parser<'b, U>) -> Parser<'b, U> Oct 15 03:30:30.150 INFO kablam! 63 | | where U: Copy + 'b { Oct 15 03:30:30.150 INFO kablam! 64 | | Parser{ Oct 15 03:30:30.150 INFO kablam! 65 | | f: Box::from(move |input: &String| { Oct 15 03:30:30.150 INFO kablam! ... | Oct 15 03:30:30.150 INFO kablam! 71 | | } Oct 15 03:30:30.150 INFO kablam! 72 | | } Oct 15 03:30:30.150 INFO kablam! | |_____^ Oct 15 03:30:30.150 INFO kablam! Oct 15 03:30:30.151 INFO kablam! warning: method is never used: `option` Oct 15 03:30:30.151 INFO kablam! --> src/parser.rs:75:5 Oct 15 03:30:30.151 INFO kablam! | Oct 15 03:30:30.151 INFO kablam! 75 | / pub fn option<'b, U>(p1: Parser<'b, U>, p2: Parser<'b, U>) -> Parser<'b, U> Oct 15 03:30:30.151 INFO kablam! 76 | | where U: Copy + 'b { Oct 15 03:30:30.151 INFO kablam! 77 | | Parser{ Oct 15 03:30:30.151 INFO kablam! 78 | | f: Box::from(move |input: &String| { Oct 15 03:30:30.151 INFO kablam! ... | Oct 15 03:30:30.151 INFO kablam! 86 | | } Oct 15 03:30:30.151 INFO kablam! 87 | | } Oct 15 03:30:30.151 INFO kablam! | |_____^ Oct 15 03:30:30.151 INFO kablam! Oct 15 03:30:30.155 INFO kablam! warning: method is never used: `bind` Oct 15 03:30:30.155 INFO kablam! --> src/parser.rs:90:5 Oct 15 03:30:30.155 INFO kablam! | Oct 15 03:30:30.155 INFO kablam! 90 | / pub fn bind<'b, U, V>(p1: Parser<'b, U>, p2: Box Parser<'b, V>>) -> Parser<'b, V> Oct 15 03:30:30.155 INFO kablam! 91 | | where U: Copy + 'b, V: 'b { Oct 15 03:30:30.155 INFO kablam! 92 | | Parser{ Oct 15 03:30:30.155 INFO kablam! 93 | | f: Box::from(move |input: &String| { Oct 15 03:30:30.155 INFO kablam! ... | Oct 15 03:30:30.155 INFO kablam! 100 | | } Oct 15 03:30:30.155 INFO kablam! 101 | | } Oct 15 03:30:30.155 INFO kablam! | |_____^ Oct 15 03:30:30.155 INFO kablam! Oct 15 03:30:30.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.41s Oct 15 03:30:30.201 INFO kablam! su: No module specific data is present Oct 15 03:30:30.612 INFO running `"docker" "rm" "-f" "739f4da3ff75c3cefde754a3144adb81759d3338719747a008c45596ec28c01d"` Oct 15 03:30:30.843 INFO blam! 739f4da3ff75c3cefde754a3144adb81759d3338719747a008c45596ec28c01d Oct 15 03:30:30.851 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 15 03:30:31.275 INFO blam! 792cbab32cfee0f8a6e1c7beee63d615f0e9245fb7cbd7b3768c6e4a91fa8a09 Oct 15 03:30:31.279 INFO running `"docker" "start" "-a" "792cbab32cfee0f8a6e1c7beee63d615f0e9245fb7cbd7b3768c6e4a91fa8a09"` Oct 15 03:30:32.598 INFO kablam! usermod: no changes Oct 15 03:30:32.635 INFO kablam! Compiling parser-combinators v0.1.0 (/source) Oct 15 03:30:33.071 INFO kablam! warning: unused variable: `value` Oct 15 03:30:33.071 INFO kablam! --> src/parser.rs:42:26 Oct 15 03:30:33.071 INFO kablam! | Oct 15 03:30:33.071 INFO kablam! 42 | Some(value) => { Oct 15 03:30:33.071 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 15 03:30:33.071 INFO kablam! | Oct 15 03:30:33.071 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:30:33.071 INFO kablam! Oct 15 03:30:33.071 INFO kablam! warning: unused variable: `new_input` Oct 15 03:30:33.071 INFO kablam! --> src/parser.rs:43:33 Oct 15 03:30:33.071 INFO kablam! | Oct 15 03:30:33.071 INFO kablam! 43 | let mut new_input = input.clone(); Oct 15 03:30:33.071 INFO kablam! | ^^^^^^^^^ help: consider using `_new_input` instead Oct 15 03:30:33.071 INFO kablam! Oct 15 03:30:33.107 INFO kablam! warning: variable does not need to be mutable Oct 15 03:30:33.107 INFO kablam! --> src/parser.rs:153:21 Oct 15 03:30:33.107 INFO kablam! | Oct 15 03:30:33.107 INFO kablam! 153 | let mut s = a.to_string(); Oct 15 03:30:33.107 INFO kablam! | ----^ Oct 15 03:30:33.107 INFO kablam! | | Oct 15 03:30:33.107 INFO kablam! | help: remove this `mut` Oct 15 03:30:33.107 INFO kablam! | Oct 15 03:30:33.107 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:30:33.107 INFO kablam! Oct 15 03:30:33.107 INFO kablam! warning: variable does not need to be mutable Oct 15 03:30:33.107 INFO kablam! --> src/parser.rs:153:21 Oct 15 03:30:33.107 INFO kablam! | Oct 15 03:30:33.107 INFO kablam! 153 | let mut s = a.to_string(); Oct 15 03:30:33.107 INFO kablam! | ----^ Oct 15 03:30:33.107 INFO kablam! | | Oct 15 03:30:33.107 INFO kablam! | help: remove this `mut` Oct 15 03:30:33.107 INFO kablam! Oct 15 03:30:34.087 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.46s Oct 15 03:30:34.101 INFO kablam! su: No module specific data is present Oct 15 03:30:35.026 INFO running `"docker" "rm" "-f" "792cbab32cfee0f8a6e1c7beee63d615f0e9245fb7cbd7b3768c6e4a91fa8a09"` Oct 15 03:30:35.267 INFO blam! 792cbab32cfee0f8a6e1c7beee63d615f0e9245fb7cbd7b3768c6e4a91fa8a09 Oct 15 03:30:35.275 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 15 03:30:35.727 INFO blam! 1ffff6f3e673d743e39967eec17faef57d950be40c54f46019d4e10c69f3d90f Oct 15 03:30:35.746 INFO running `"docker" "start" "-a" "1ffff6f3e673d743e39967eec17faef57d950be40c54f46019d4e10c69f3d90f"` Oct 15 03:30:36.916 INFO kablam! usermod: no changes Oct 15 03:30:36.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 03:30:36.971 INFO kablam! Running /target/debug/deps/parser_combinators-8a48a82ddda1d9c5 Oct 15 03:30:36.971 INFO blam! Oct 15 03:30:36.971 INFO blam! running 5 tests Oct 15 03:30:36.971 INFO blam! test parser::tests::test_option ... ok Oct 15 03:30:36.971 INFO blam! test parser::tests::test_one ... ok Oct 15 03:30:36.971 INFO blam! test parser::tests::test_map ... ok Oct 15 03:30:36.971 INFO blam! test parser::tests::test_bind ... ok Oct 15 03:30:36.975 INFO blam! test parser::tests::test_combine ... ok Oct 15 03:30:36.975 INFO blam! Oct 15 03:30:36.975 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:30:36.975 INFO blam! Oct 15 03:30:36.979 INFO kablam! Doc-tests parser-combinators Oct 15 03:30:37.564 INFO blam! Oct 15 03:30:37.564 INFO blam! running 0 tests Oct 15 03:30:37.564 INFO blam! Oct 15 03:30:37.564 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:30:37.564 INFO blam! Oct 15 03:30:37.571 INFO kablam! su: No module specific data is present Oct 15 03:30:38.923 INFO running `"docker" "rm" "-f" "1ffff6f3e673d743e39967eec17faef57d950be40c54f46019d4e10c69f3d90f"` Oct 15 03:30:39.196 INFO blam! 1ffff6f3e673d743e39967eec17faef57d950be40c54f46019d4e10c69f3d90f