Oct 11 02:42:14.043 INFO testing athorwall/parser-combinators against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:42:14.043 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:42:14.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:42:14.314 INFO blam! 049b14f3680d88573b59cba5457b3ac8fb96018315f6b365c34fb81d05a4fa50 Oct 11 02:42:14.324 INFO running `"docker" "start" "-a" "049b14f3680d88573b59cba5457b3ac8fb96018315f6b365c34fb81d05a4fa50"` Oct 11 02:42:14.949 INFO kablam! usermod: no changes Oct 11 02:42:14.988 INFO kablam! Compiling parser-combinators v0.1.0 (/source) Oct 11 02:42:15.232 INFO kablam! warning: unused variable: `value` Oct 11 02:42:15.232 INFO kablam! --> src/parser.rs:42:26 Oct 11 02:42:15.232 INFO kablam! | Oct 11 02:42:15.232 INFO kablam! 42 | Some(value) => { Oct 11 02:42:15.232 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 11 02:42:15.232 INFO kablam! | Oct 11 02:42:15.232 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:42:15.232 INFO kablam! Oct 11 02:42:15.232 INFO kablam! warning: unused variable: `new_input` Oct 11 02:42:15.232 INFO kablam! --> src/parser.rs:43:33 Oct 11 02:42:15.232 INFO kablam! | Oct 11 02:42:15.232 INFO kablam! 43 | let mut new_input = input.clone(); Oct 11 02:42:15.232 INFO kablam! | ^^^^^^^^^ help: consider using `_new_input` instead Oct 11 02:42:15.232 INFO kablam! Oct 11 02:42:15.244 INFO kablam! warning: struct is never constructed: `Parser` Oct 11 02:42:15.244 INFO kablam! --> src/parser.rs:3:1 Oct 11 02:42:15.244 INFO kablam! | Oct 11 02:42:15.244 INFO kablam! 3 | struct Parser<'a, T> { Oct 11 02:42:15.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 02:42:15.244 INFO kablam! | Oct 11 02:42:15.244 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:42:15.244 INFO kablam! Oct 11 02:42:15.244 INFO kablam! warning: method is never used: `parse` Oct 11 02:42:15.244 INFO kablam! --> src/parser.rs:8:5 Oct 11 02:42:15.244 INFO kablam! | Oct 11 02:42:15.244 INFO kablam! 8 | pub fn parse(&self, input: &String) -> Result { Oct 11 02:42:15.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:42:15.244 INFO kablam! Oct 11 02:42:15.244 INFO kablam! warning: method is never used: `map` Oct 11 02:42:15.244 INFO kablam! --> src/parser.rs:24:5 Oct 11 02:42:15.244 INFO kablam! | Oct 11 02:42:15.244 INFO kablam! 24 | pub fn map(self, func: Box U>) -> Parser<'a, U> where T: 'a, U: 'a { Oct 11 02:42:15.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:42:15.244 INFO kablam! Oct 11 02:42:15.244 INFO kablam! warning: method is never used: `one` Oct 11 02:42:15.244 INFO kablam! --> src/parser.rs:38:5 Oct 11 02:42:15.244 INFO kablam! | Oct 11 02:42:15.244 INFO kablam! 38 | pub fn one(t: char) -> Parser<'a, char> { Oct 11 02:42:15.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:42:15.245 INFO kablam! Oct 11 02:42:15.245 INFO kablam! warning: method is never used: `combine` Oct 11 02:42:15.245 INFO kablam! --> src/parser.rs:62:5 Oct 11 02:42:15.245 INFO kablam! | Oct 11 02:42:15.245 INFO kablam! 62 | / pub fn combine<'b, U>(p1: Parser<'b, U>, p2: Parser<'b, U>) -> Parser<'b, U> Oct 11 02:42:15.245 INFO kablam! 63 | | where U: Copy + 'b { Oct 11 02:42:15.245 INFO kablam! 64 | | Parser{ Oct 11 02:42:15.245 INFO kablam! 65 | | f: Box::from(move |input: &String| { Oct 11 02:42:15.245 INFO kablam! ... | Oct 11 02:42:15.245 INFO kablam! 71 | | } Oct 11 02:42:15.245 INFO kablam! 72 | | } Oct 11 02:42:15.245 INFO kablam! | |_____^ Oct 11 02:42:15.245 INFO kablam! Oct 11 02:42:15.245 INFO kablam! warning: method is never used: `option` Oct 11 02:42:15.245 INFO kablam! --> src/parser.rs:75:5 Oct 11 02:42:15.245 INFO kablam! | Oct 11 02:42:15.245 INFO kablam! 75 | / pub fn option<'b, U>(p1: Parser<'b, U>, p2: Parser<'b, U>) -> Parser<'b, U> Oct 11 02:42:15.245 INFO kablam! 76 | | where U: Copy + 'b { Oct 11 02:42:15.245 INFO kablam! 77 | | Parser{ Oct 11 02:42:15.245 INFO kablam! 78 | | f: Box::from(move |input: &String| { Oct 11 02:42:15.245 INFO kablam! ... | Oct 11 02:42:15.245 INFO kablam! 86 | | } Oct 11 02:42:15.245 INFO kablam! 87 | | } Oct 11 02:42:15.245 INFO kablam! | |_____^ Oct 11 02:42:15.245 INFO kablam! Oct 11 02:42:15.245 INFO kablam! warning: method is never used: `bind` Oct 11 02:42:15.245 INFO kablam! --> src/parser.rs:90:5 Oct 11 02:42:15.245 INFO kablam! | Oct 11 02:42:15.245 INFO kablam! 90 | / pub fn bind<'b, U, V>(p1: Parser<'b, U>, p2: Box Parser<'b, V>>) -> Parser<'b, V> Oct 11 02:42:15.245 INFO kablam! 91 | | where U: Copy + 'b, V: 'b { Oct 11 02:42:15.245 INFO kablam! 92 | | Parser{ Oct 11 02:42:15.245 INFO kablam! 93 | | f: Box::from(move |input: &String| { Oct 11 02:42:15.245 INFO kablam! ... | Oct 11 02:42:15.245 INFO kablam! 100 | | } Oct 11 02:42:15.245 INFO kablam! 101 | | } Oct 11 02:42:15.245 INFO kablam! | |_____^ Oct 11 02:42:15.245 INFO kablam! Oct 11 02:42:15.272 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.30s Oct 11 02:42:15.272 INFO kablam! su: No module specific data is present Oct 11 02:42:15.678 INFO running `"docker" "rm" "-f" "049b14f3680d88573b59cba5457b3ac8fb96018315f6b365c34fb81d05a4fa50"` Oct 11 02:42:15.892 INFO blam! 049b14f3680d88573b59cba5457b3ac8fb96018315f6b365c34fb81d05a4fa50 Oct 11 02:42:15.895 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:42:15.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:42:16.232 INFO blam! b069af85537eb6aaac0b398efe19483079026b32261d3a39349881a202f6d006 Oct 11 02:42:16.237 INFO running `"docker" "start" "-a" "b069af85537eb6aaac0b398efe19483079026b32261d3a39349881a202f6d006"` Oct 11 02:42:17.434 INFO kablam! usermod: no changes Oct 11 02:42:17.484 INFO kablam! Compiling parser-combinators v0.1.0 (/source) Oct 11 02:42:17.880 INFO kablam! warning: unused variable: `value` Oct 11 02:42:17.881 INFO kablam! --> src/parser.rs:42:26 Oct 11 02:42:17.881 INFO kablam! | Oct 11 02:42:17.881 INFO kablam! 42 | Some(value) => { Oct 11 02:42:17.881 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 11 02:42:17.881 INFO kablam! | Oct 11 02:42:17.881 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:42:17.881 INFO kablam! Oct 11 02:42:17.881 INFO kablam! warning: unused variable: `new_input` Oct 11 02:42:17.881 INFO kablam! --> src/parser.rs:43:33 Oct 11 02:42:17.881 INFO kablam! | Oct 11 02:42:17.881 INFO kablam! 43 | let mut new_input = input.clone(); Oct 11 02:42:17.881 INFO kablam! | ^^^^^^^^^ help: consider using `_new_input` instead Oct 11 02:42:17.881 INFO kablam! Oct 11 02:42:17.924 INFO kablam! warning: variable does not need to be mutable Oct 11 02:42:17.924 INFO kablam! --> src/parser.rs:153:21 Oct 11 02:42:17.924 INFO kablam! | Oct 11 02:42:17.924 INFO kablam! 153 | let mut s = a.to_string(); Oct 11 02:42:17.924 INFO kablam! | ----^ Oct 11 02:42:17.924 INFO kablam! | | Oct 11 02:42:17.924 INFO kablam! | help: remove this `mut` Oct 11 02:42:17.924 INFO kablam! | Oct 11 02:42:17.924 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:42:17.924 INFO kablam! Oct 11 02:42:17.924 INFO kablam! warning: variable does not need to be mutable Oct 11 02:42:17.924 INFO kablam! --> src/parser.rs:153:21 Oct 11 02:42:17.925 INFO kablam! | Oct 11 02:42:17.925 INFO kablam! 153 | let mut s = a.to_string(); Oct 11 02:42:17.925 INFO kablam! | ----^ Oct 11 02:42:17.925 INFO kablam! | | Oct 11 02:42:17.925 INFO kablam! | help: remove this `mut` Oct 11 02:42:17.925 INFO kablam! Oct 11 02:42:18.978 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Oct 11 02:42:18.980 INFO kablam! su: No module specific data is present Oct 11 02:42:19.632 INFO running `"docker" "rm" "-f" "b069af85537eb6aaac0b398efe19483079026b32261d3a39349881a202f6d006"` Oct 11 02:42:19.914 INFO blam! b069af85537eb6aaac0b398efe19483079026b32261d3a39349881a202f6d006 Oct 11 02:42:19.916 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:42:19.916 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:42:20.550 INFO blam! de5ce81ab0e1d7f38bd592b766cf49050acf2ce7b6858a86f0bff63bb5d22c71 Oct 11 02:42:20.550 INFO running `"docker" "start" "-a" "de5ce81ab0e1d7f38bd592b766cf49050acf2ce7b6858a86f0bff63bb5d22c71"` Oct 11 02:42:21.621 INFO kablam! usermod: no changes Oct 11 02:42:21.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 02:42:21.697 INFO kablam! Running /target/debug/deps/parser_combinators-e812a7c80a445966 Oct 11 02:42:21.709 INFO blam! Oct 11 02:42:21.709 INFO blam! running 5 tests Oct 11 02:42:21.709 INFO blam! test parser::tests::test_option ... ok Oct 11 02:42:21.709 INFO blam! test parser::tests::test_map ... ok Oct 11 02:42:21.709 INFO blam! test parser::tests::test_combine ... ok Oct 11 02:42:21.710 INFO blam! test parser::tests::test_one ... ok Oct 11 02:42:21.710 INFO kablam! Doc-tests parser-combinators Oct 11 02:42:21.710 INFO blam! test parser::tests::test_bind ... ok Oct 11 02:42:21.710 INFO blam! Oct 11 02:42:21.710 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:42:21.710 INFO blam! Oct 11 02:42:22.003 INFO blam! Oct 11 02:42:22.003 INFO blam! running 0 tests Oct 11 02:42:22.003 INFO blam! Oct 11 02:42:22.003 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:42:22.003 INFO blam! Oct 11 02:42:22.012 INFO kablam! su: No module specific data is present Oct 11 02:42:22.480 INFO running `"docker" "rm" "-f" "de5ce81ab0e1d7f38bd592b766cf49050acf2ce7b6858a86f0bff63bb5d22c71"` Oct 11 02:42:22.672 INFO blam! de5ce81ab0e1d7f38bd592b766cf49050acf2ce7b6858a86f0bff63bb5d22c71