Oct 15 03:30:31.732 INFO testing athorwall/parser-combinators against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 03:30:31.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 03:30:32.112 INFO blam! c0a28dec05e0fa90bfc212f48b3fd83188c36fe5374f619d8ecb3dbf563116f9 Oct 15 03:30:32.114 INFO running `"docker" "start" "-a" "c0a28dec05e0fa90bfc212f48b3fd83188c36fe5374f619d8ecb3dbf563116f9"` Oct 15 03:30:33.640 INFO kablam! usermod: no changes Oct 15 03:30:33.666 INFO kablam! Compiling parser-combinators v0.1.0 (/source) Oct 15 03:30:34.035 INFO kablam! warning: unused variable: `value` Oct 15 03:30:34.035 INFO kablam! --> src/parser.rs:42:26 Oct 15 03:30:34.035 INFO kablam! | Oct 15 03:30:34.035 INFO kablam! 42 | Some(value) => { Oct 15 03:30:34.035 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 15 03:30:34.035 INFO kablam! | Oct 15 03:30:34.035 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:30:34.035 INFO kablam! Oct 15 03:30:34.035 INFO kablam! warning: unused variable: `new_input` Oct 15 03:30:34.035 INFO kablam! --> src/parser.rs:43:33 Oct 15 03:30:34.035 INFO kablam! | Oct 15 03:30:34.035 INFO kablam! 43 | let mut new_input = input.clone(); Oct 15 03:30:34.035 INFO kablam! | ^^^^^^^^^ help: consider using `_new_input` instead Oct 15 03:30:34.035 INFO kablam! Oct 15 03:30:34.048 INFO kablam! warning: struct is never constructed: `Parser` Oct 15 03:30:34.048 INFO kablam! --> src/parser.rs:3:1 Oct 15 03:30:34.048 INFO kablam! | Oct 15 03:30:34.048 INFO kablam! 3 | struct Parser<'a, T> { Oct 15 03:30:34.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 03:30:34.048 INFO kablam! | Oct 15 03:30:34.048 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:30:34.051 INFO kablam! Oct 15 03:30:34.055 INFO kablam! warning: method is never used: `parse` Oct 15 03:30:34.055 INFO kablam! --> src/parser.rs:8:5 Oct 15 03:30:34.055 INFO kablam! | Oct 15 03:30:34.055 INFO kablam! 8 | pub fn parse(&self, input: &String) -> Result { Oct 15 03:30:34.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:30:34.055 INFO kablam! Oct 15 03:30:34.055 INFO kablam! warning: method is never used: `map` Oct 15 03:30:34.055 INFO kablam! --> src/parser.rs:24:5 Oct 15 03:30:34.055 INFO kablam! | Oct 15 03:30:34.055 INFO kablam! 24 | pub fn map(self, func: Box U>) -> Parser<'a, U> where T: 'a, U: 'a { Oct 15 03:30:34.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:30:34.055 INFO kablam! Oct 15 03:30:34.055 INFO kablam! warning: method is never used: `one` Oct 15 03:30:34.055 INFO kablam! --> src/parser.rs:38:5 Oct 15 03:30:34.055 INFO kablam! | Oct 15 03:30:34.055 INFO kablam! 38 | pub fn one(t: char) -> Parser<'a, char> { Oct 15 03:30:34.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:30:34.055 INFO kablam! Oct 15 03:30:34.055 INFO kablam! warning: method is never used: `combine` Oct 15 03:30:34.055 INFO kablam! --> src/parser.rs:62:5 Oct 15 03:30:34.055 INFO kablam! | Oct 15 03:30:34.055 INFO kablam! 62 | / pub fn combine<'b, U>(p1: Parser<'b, U>, p2: Parser<'b, U>) -> Parser<'b, U> Oct 15 03:30:34.055 INFO kablam! 63 | | where U: Copy + 'b { Oct 15 03:30:34.055 INFO kablam! 64 | | Parser{ Oct 15 03:30:34.055 INFO kablam! 65 | | f: Box::from(move |input: &String| { Oct 15 03:30:34.055 INFO kablam! ... | Oct 15 03:30:34.055 INFO kablam! 71 | | } Oct 15 03:30:34.055 INFO kablam! 72 | | } Oct 15 03:30:34.055 INFO kablam! | |_____^ Oct 15 03:30:34.055 INFO kablam! Oct 15 03:30:34.055 INFO kablam! warning: method is never used: `option` Oct 15 03:30:34.055 INFO kablam! --> src/parser.rs:75:5 Oct 15 03:30:34.055 INFO kablam! | Oct 15 03:30:34.055 INFO kablam! 75 | / pub fn option<'b, U>(p1: Parser<'b, U>, p2: Parser<'b, U>) -> Parser<'b, U> Oct 15 03:30:34.055 INFO kablam! 76 | | where U: Copy + 'b { Oct 15 03:30:34.055 INFO kablam! 77 | | Parser{ Oct 15 03:30:34.055 INFO kablam! 78 | | f: Box::from(move |input: &String| { Oct 15 03:30:34.055 INFO kablam! ... | Oct 15 03:30:34.055 INFO kablam! 86 | | } Oct 15 03:30:34.055 INFO kablam! 87 | | } Oct 15 03:30:34.055 INFO kablam! | |_____^ Oct 15 03:30:34.055 INFO kablam! Oct 15 03:30:34.055 INFO kablam! warning: method is never used: `bind` Oct 15 03:30:34.055 INFO kablam! --> src/parser.rs:90:5 Oct 15 03:30:34.055 INFO kablam! | Oct 15 03:30:34.055 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:34.055 INFO kablam! 91 | | where U: Copy + 'b, V: 'b { Oct 15 03:30:34.055 INFO kablam! 92 | | Parser{ Oct 15 03:30:34.055 INFO kablam! 93 | | f: Box::from(move |input: &String| { Oct 15 03:30:34.056 INFO kablam! ... | Oct 15 03:30:34.056 INFO kablam! 100 | | } Oct 15 03:30:34.056 INFO kablam! 101 | | } Oct 15 03:30:34.056 INFO kablam! | |_____^ Oct 15 03:30:34.056 INFO kablam! Oct 15 03:30:34.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.44s Oct 15 03:30:34.107 INFO kablam! su: No module specific data is present Oct 15 03:30:34.683 INFO running `"docker" "rm" "-f" "c0a28dec05e0fa90bfc212f48b3fd83188c36fe5374f619d8ecb3dbf563116f9"` Oct 15 03:30:34.992 INFO blam! c0a28dec05e0fa90bfc212f48b3fd83188c36fe5374f619d8ecb3dbf563116f9 Oct 15 03:30:35.007 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 03:30:35.530 INFO blam! 2acc314d4ed287ec5321b2156c8571c44e95e35b1ca5478432dbffd11794f534 Oct 15 03:30:35.537 INFO running `"docker" "start" "-a" "2acc314d4ed287ec5321b2156c8571c44e95e35b1ca5478432dbffd11794f534"` Oct 15 03:30:36.523 INFO kablam! usermod: no changes Oct 15 03:30:36.595 INFO kablam! Compiling parser-combinators v0.1.0 (/source) Oct 15 03:30:37.243 INFO kablam! warning: unused variable: `value` Oct 15 03:30:37.243 INFO kablam! --> src/parser.rs:42:26 Oct 15 03:30:37.243 INFO kablam! | Oct 15 03:30:37.243 INFO kablam! 42 | Some(value) => { Oct 15 03:30:37.243 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 15 03:30:37.243 INFO kablam! | Oct 15 03:30:37.243 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:30:37.243 INFO kablam! Oct 15 03:30:37.243 INFO kablam! warning: unused variable: `new_input` Oct 15 03:30:37.243 INFO kablam! --> src/parser.rs:43:33 Oct 15 03:30:37.243 INFO kablam! | Oct 15 03:30:37.243 INFO kablam! 43 | let mut new_input = input.clone(); Oct 15 03:30:37.243 INFO kablam! | ^^^^^^^^^ help: consider using `_new_input` instead Oct 15 03:30:37.243 INFO kablam! Oct 15 03:30:37.275 INFO kablam! warning: variable does not need to be mutable Oct 15 03:30:37.275 INFO kablam! --> src/parser.rs:153:21 Oct 15 03:30:37.275 INFO kablam! | Oct 15 03:30:37.275 INFO kablam! 153 | let mut s = a.to_string(); Oct 15 03:30:37.275 INFO kablam! | ----^ Oct 15 03:30:37.275 INFO kablam! | | Oct 15 03:30:37.275 INFO kablam! | help: remove this `mut` Oct 15 03:30:37.275 INFO kablam! | Oct 15 03:30:37.275 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:30:37.275 INFO kablam! Oct 15 03:30:37.275 INFO kablam! warning: variable does not need to be mutable Oct 15 03:30:37.275 INFO kablam! --> src/parser.rs:153:21 Oct 15 03:30:37.275 INFO kablam! | Oct 15 03:30:37.275 INFO kablam! 153 | let mut s = a.to_string(); Oct 15 03:30:37.275 INFO kablam! | ----^ Oct 15 03:30:37.275 INFO kablam! | | Oct 15 03:30:37.275 INFO kablam! | help: remove this `mut` Oct 15 03:30:37.275 INFO kablam! Oct 15 03:30:38.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.88s Oct 15 03:30:38.431 INFO kablam! su: No module specific data is present Oct 15 03:30:39.371 INFO running `"docker" "rm" "-f" "2acc314d4ed287ec5321b2156c8571c44e95e35b1ca5478432dbffd11794f534"` Oct 15 03:30:39.603 INFO blam! 2acc314d4ed287ec5321b2156c8571c44e95e35b1ca5478432dbffd11794f534 Oct 15 03:30:39.611 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 03:30:40.207 INFO blam! 88cb4ed0a4951192ea0d1a1260893018707a6b7f76d4f8698f6cc2c6fc2f2453 Oct 15 03:30:40.223 INFO running `"docker" "start" "-a" "88cb4ed0a4951192ea0d1a1260893018707a6b7f76d4f8698f6cc2c6fc2f2453"` Oct 15 03:30:41.051 INFO kablam! usermod: no changes Oct 15 03:30:41.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 03:30:41.093 INFO kablam! Running /target/debug/deps/parser_combinators-e812a7c80a445966 Oct 15 03:30:41.093 INFO blam! Oct 15 03:30:41.093 INFO blam! running 5 tests Oct 15 03:30:41.093 INFO blam! test parser::tests::test_map ... ok Oct 15 03:30:41.093 INFO blam! test parser::tests::test_combine ... ok Oct 15 03:30:41.093 INFO blam! test parser::tests::test_bind ... ok Oct 15 03:30:41.097 INFO blam! test parser::tests::test_option ... ok Oct 15 03:30:41.098 INFO blam! test parser::tests::test_one ... ok Oct 15 03:30:41.098 INFO blam! Oct 15 03:30:41.098 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:30:41.098 INFO blam! Oct 15 03:30:41.099 INFO kablam! Doc-tests parser-combinators Oct 15 03:30:41.523 INFO blam! Oct 15 03:30:41.523 INFO blam! running 0 tests Oct 15 03:30:41.523 INFO blam! Oct 15 03:30:41.523 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:30:41.523 INFO blam! Oct 15 03:30:41.528 INFO kablam! su: No module specific data is present Oct 15 03:30:41.960 INFO running `"docker" "rm" "-f" "88cb4ed0a4951192ea0d1a1260893018707a6b7f76d4f8698f6cc2c6fc2f2453"` Oct 15 03:30:42.057 INFO blam! 88cb4ed0a4951192ea0d1a1260893018707a6b7f76d4f8698f6cc2c6fc2f2453