Oct 14 22:08:46.841 INFO testing dustinrohde/rparse against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:08:46.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 22:08:47.058 INFO blam! dedb17a787c6be41e987d182ee80afad748fbca74e9de9132d9acbdad28fc3a9 Oct 14 22:08:47.061 INFO running `"docker" "start" "-a" "dedb17a787c6be41e987d182ee80afad748fbca74e9de9132d9acbdad28fc3a9"` Oct 14 22:08:47.422 INFO kablam! usermod: no changes Oct 14 22:08:47.451 INFO kablam! Compiling rparse v0.1.0 (/source) Oct 14 22:08:48.722 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 14 22:08:48.724 INFO kablam! su: No module specific data is present Oct 14 22:08:49.155 INFO running `"docker" "rm" "-f" "dedb17a787c6be41e987d182ee80afad748fbca74e9de9132d9acbdad28fc3a9"` Oct 14 22:08:49.379 INFO blam! dedb17a787c6be41e987d182ee80afad748fbca74e9de9132d9acbdad28fc3a9 Oct 14 22:08:49.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 22:08:49.723 INFO blam! aebcd6c269fddb2ae4f0dcbd13f19488a73415564016fdf81e0f930f52082c5e Oct 14 22:08:49.731 INFO running `"docker" "start" "-a" "aebcd6c269fddb2ae4f0dcbd13f19488a73415564016fdf81e0f930f52082c5e"` Oct 14 22:08:50.271 INFO kablam! usermod: no changes Oct 14 22:08:50.335 INFO kablam! Compiling rparse v0.1.0 (/source) Oct 14 22:08:50.719 INFO kablam! warning: function is never used: `http_version` Oct 14 22:08:50.719 INFO kablam! --> examples/http_parser.rs:22:1 Oct 14 22:08:50.719 INFO kablam! | Oct 14 22:08:50.719 INFO kablam! 22 | / fn http_version() -> impl Parser> Oct 14 22:08:50.719 INFO kablam! 23 | | where Oct 14 22:08:50.719 INFO kablam! 24 | | S: Stream, Oct 14 22:08:50.719 INFO kablam! 25 | | { Oct 14 22:08:50.719 INFO kablam! 26 | | range("HTTP/").then(choice![range("1"), range("1.1"), range("2")]) Oct 14 22:08:50.719 INFO kablam! 27 | | } Oct 14 22:08:50.719 INFO kablam! | |_^ Oct 14 22:08:50.719 INFO kablam! | Oct 14 22:08:50.719 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:08:50.719 INFO kablam! Oct 14 22:08:50.719 INFO kablam! warning: function is never used: `http_method` Oct 14 22:08:50.719 INFO kablam! --> examples/http_parser.rs:29:1 Oct 14 22:08:50.719 INFO kablam! | Oct 14 22:08:50.719 INFO kablam! 29 | / fn http_method() -> impl Parser Oct 14 22:08:50.719 INFO kablam! 30 | | where Oct 14 22:08:50.719 INFO kablam! 31 | | S: Stream, Oct 14 22:08:50.719 INFO kablam! 32 | | { Oct 14 22:08:50.719 INFO kablam! ... | Oct 14 22:08:50.719 INFO kablam! 43 | | ] Oct 14 22:08:50.719 INFO kablam! 44 | | } Oct 14 22:08:50.719 INFO kablam! | |_^ Oct 14 22:08:50.719 INFO kablam! Oct 14 22:08:50.719 INFO kablam! warning: function is never used: `url_path` Oct 14 22:08:50.719 INFO kablam! --> examples/http_parser.rs:50:1 Oct 14 22:08:50.719 INFO kablam! | Oct 14 22:08:50.719 INFO kablam! 50 | / fn url_path() -> impl Parser> Oct 14 22:08:50.719 INFO kablam! 51 | | where Oct 14 22:08:50.719 INFO kablam! 52 | | S: Stream, Oct 14 22:08:50.719 INFO kablam! 53 | | { Oct 14 22:08:50.719 INFO kablam! ... | Oct 14 22:08:50.719 INFO kablam! 61 | | ) Oct 14 22:08:50.719 INFO kablam! 62 | | } Oct 14 22:08:50.719 INFO kablam! | |_^ Oct 14 22:08:50.719 INFO kablam! Oct 14 22:08:50.719 INFO kablam! warning: function is never used: `url_segment_part` Oct 14 22:08:50.719 INFO kablam! --> examples/http_parser.rs:64:1 Oct 14 22:08:50.719 INFO kablam! | Oct 14 22:08:50.719 INFO kablam! 64 | / fn url_segment_part() -> impl Parser> Oct 14 22:08:50.720 INFO kablam! 65 | | where Oct 14 22:08:50.720 INFO kablam! 66 | | S: Stream, Oct 14 22:08:50.720 INFO kablam! 67 | | { Oct 14 22:08:50.720 INFO kablam! 68 | | // one or more url-safe characters, or a percent-encoded octets Oct 14 22:08:50.720 INFO kablam! 69 | | many1(url_token()).or(percent_encoded()) Oct 14 22:08:50.720 INFO kablam! 70 | | } Oct 14 22:08:50.720 INFO kablam! | |_^ Oct 14 22:08:50.720 INFO kablam! Oct 14 22:08:50.720 INFO kablam! warning: function is never used: `url_token` Oct 14 22:08:50.720 INFO kablam! --> examples/http_parser.rs:72:1 Oct 14 22:08:50.720 INFO kablam! | Oct 14 22:08:50.720 INFO kablam! 72 | / fn url_token() -> impl Parser Oct 14 22:08:50.720 INFO kablam! 73 | | where Oct 14 22:08:50.720 INFO kablam! 74 | | S: Stream, Oct 14 22:08:50.720 INFO kablam! 75 | | { Oct 14 22:08:50.720 INFO kablam! ... | Oct 14 22:08:50.720 INFO kablam! 82 | | ] Oct 14 22:08:50.720 INFO kablam! 83 | | } Oct 14 22:08:50.720 INFO kablam! | |_^ Oct 14 22:08:50.720 INFO kablam! Oct 14 22:08:50.720 INFO kablam! warning: function is never used: `percent_encoded` Oct 14 22:08:50.720 INFO kablam! --> examples/http_parser.rs:85:1 Oct 14 22:08:50.720 INFO kablam! | Oct 14 22:08:50.720 INFO kablam! 85 | / fn percent_encoded() -> impl Parser> Oct 14 22:08:50.720 INFO kablam! 86 | | where Oct 14 22:08:50.720 INFO kablam! 87 | | S: Stream, Oct 14 22:08:50.720 INFO kablam! 88 | | { Oct 14 22:08:50.720 INFO kablam! ... | Oct 14 22:08:50.720 INFO kablam! 91 | | .append(ascii::hexdigit()) Oct 14 22:08:50.720 INFO kablam! 92 | | } Oct 14 22:08:50.720 INFO kablam! | |_^ Oct 14 22:08:50.720 INFO kablam! Oct 14 22:08:56.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.11s Oct 14 22:08:56.415 INFO kablam! su: No module specific data is present Oct 14 22:08:56.883 INFO running `"docker" "rm" "-f" "aebcd6c269fddb2ae4f0dcbd13f19488a73415564016fdf81e0f930f52082c5e"` Oct 14 22:08:57.027 INFO blam! aebcd6c269fddb2ae4f0dcbd13f19488a73415564016fdf81e0f930f52082c5e Oct 14 22:08:57.031 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 22:08:57.305 INFO blam! dc0c823d331ead2395f42f3037a569d13d1e5de80b0a045d0b329e0f3969ff68 Oct 14 22:08:57.309 INFO running `"docker" "start" "-a" "dc0c823d331ead2395f42f3037a569d13d1e5de80b0a045d0b329e0f3969ff68"` Oct 14 22:08:57.843 INFO kablam! usermod: no changes Oct 14 22:08:57.899 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 22:08:57.899 INFO kablam! Running /target/debug/deps/rparse-8a082a4d42369b31 Oct 14 22:08:57.901 INFO blam! Oct 14 22:08:57.901 INFO blam! running 24 tests Oct 14 22:08:57.907 INFO blam! test parser::choice::test::test_and ... ok Oct 14 22:08:57.910 INFO blam! test parser::choice::test::test_choice ... ok Oct 14 22:08:57.921 INFO blam! test parser::function::test::test_from_str ... ok Oct 14 22:08:57.922 INFO blam! test parser::function::test::test_bind ... ok Oct 14 22:08:57.923 INFO blam! test parser::function::test::test_map ... ok Oct 14 22:08:57.923 INFO blam! test parser::choice::test::test_or ... ok Oct 14 22:08:57.923 INFO blam! test parser::seq::extend::test::test_extend ... ok Oct 14 22:08:57.924 INFO blam! test parser::seq::extend::test::test_concat_macro ... ok Oct 14 22:08:57.930 INFO blam! test parser::seq::many::test::test_many1 ... ok Oct 14 22:08:57.932 INFO blam! test parser::seq::append::test::test_append ... ok Oct 14 22:08:57.932 INFO blam! test parser::range::test::test_range ... ok Oct 14 22:08:57.932 INFO blam! test parser::choice::test::test_optional ... ok Oct 14 22:08:57.932 INFO blam! test parser::token::ascii::test::test_alpha_num ... ok Oct 14 22:08:57.932 INFO blam! test parser::token::ascii::test::test_hexdigit ... ok Oct 14 22:08:57.932 INFO blam! test parser::seq::append::test::test_seq_macro ... ok Oct 14 22:08:57.932 INFO blam! test parser::token::test::test_any ... ok Oct 14 22:08:57.932 INFO blam! test parser::token::test::test_token ... ok Oct 14 22:08:57.932 INFO blam! test parser::test::test_parser_from_closure ... ok Oct 14 22:08:57.935 INFO blam! test parser::token::test::test_satisfy ... ok Oct 14 22:08:57.935 INFO blam! test parser::token::ascii::test::test_letter ... ok Oct 14 22:08:57.935 INFO blam! test parser::seq::then::test::test_then ... ok Oct 14 22:08:57.935 INFO blam! test parser::test::test_parser_from_fn ... ok Oct 14 22:08:57.941 INFO blam! test parser::seq::many::test::test_many ... ok Oct 14 22:08:57.942 INFO blam! test parser::token::ascii::test::test_digit ... ok Oct 14 22:08:57.942 INFO blam! Oct 14 22:08:57.942 INFO blam! test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:08:57.942 INFO blam! Oct 14 22:08:57.942 INFO kablam! Doc-tests rparse Oct 14 22:08:58.327 INFO blam! Oct 14 22:08:58.327 INFO blam! running 0 tests Oct 14 22:08:58.327 INFO blam! Oct 14 22:08:58.327 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:08:58.328 INFO blam! Oct 14 22:08:58.335 INFO kablam! su: No module specific data is present Oct 14 22:08:58.743 INFO running `"docker" "rm" "-f" "dc0c823d331ead2395f42f3037a569d13d1e5de80b0a045d0b329e0f3969ff68"` Oct 14 22:08:58.880 INFO blam! dc0c823d331ead2395f42f3037a569d13d1e5de80b0a045d0b329e0f3969ff68