Oct 14 22:08:46.688 INFO testing dustinrohde/rparse against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:08:46.688 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 22:08:46.959 INFO blam! 915f39c5d042e24908be55eadadf4dae39c740dc6a7f01cb528bd2bc0f0a2a6e Oct 14 22:08:46.962 INFO running `"docker" "start" "-a" "915f39c5d042e24908be55eadadf4dae39c740dc6a7f01cb528bd2bc0f0a2a6e"` Oct 14 22:08:47.323 INFO kablam! usermod: no changes Oct 14 22:08:47.340 INFO kablam! Compiling rparse v0.1.0 (/source) Oct 14 22:08:48.583 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 14 22:08:48.583 INFO kablam! su: No module specific data is present Oct 14 22:08:49.175 INFO running `"docker" "rm" "-f" "915f39c5d042e24908be55eadadf4dae39c740dc6a7f01cb528bd2bc0f0a2a6e"` Oct 14 22:08:49.474 INFO blam! 915f39c5d042e24908be55eadadf4dae39c740dc6a7f01cb528bd2bc0f0a2a6e Oct 14 22:08:49.478 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 22:08:49.830 INFO blam! 92a1333a0f8c3508f1e6bb2d98b5e6c21ea4bfddb2a263aa23e80ad44d4ba381 Oct 14 22:08:49.833 INFO running `"docker" "start" "-a" "92a1333a0f8c3508f1e6bb2d98b5e6c21ea4bfddb2a263aa23e80ad44d4ba381"` Oct 14 22:08:50.622 INFO kablam! usermod: no changes Oct 14 22:08:50.666 INFO kablam! Compiling rparse v0.1.0 (/source) Oct 14 22:08:51.067 INFO kablam! warning: function is never used: `http_version` Oct 14 22:08:51.067 INFO kablam! --> examples/http_parser.rs:22:1 Oct 14 22:08:51.067 INFO kablam! | Oct 14 22:08:51.067 INFO kablam! 22 | / fn http_version() -> impl Parser> Oct 14 22:08:51.067 INFO kablam! 23 | | where Oct 14 22:08:51.067 INFO kablam! 24 | | S: Stream, Oct 14 22:08:51.067 INFO kablam! 25 | | { Oct 14 22:08:51.067 INFO kablam! 26 | | range("HTTP/").then(choice![range("1"), range("1.1"), range("2")]) Oct 14 22:08:51.067 INFO kablam! 27 | | } Oct 14 22:08:51.067 INFO kablam! | |_^ Oct 14 22:08:51.067 INFO kablam! | Oct 14 22:08:51.067 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:08:51.067 INFO kablam! Oct 14 22:08:51.067 INFO kablam! warning: function is never used: `http_method` Oct 14 22:08:51.067 INFO kablam! --> examples/http_parser.rs:29:1 Oct 14 22:08:51.067 INFO kablam! | Oct 14 22:08:51.067 INFO kablam! 29 | / fn http_method() -> impl Parser Oct 14 22:08:51.067 INFO kablam! 30 | | where Oct 14 22:08:51.067 INFO kablam! 31 | | S: Stream, Oct 14 22:08:51.067 INFO kablam! 32 | | { Oct 14 22:08:51.067 INFO kablam! ... | Oct 14 22:08:51.067 INFO kablam! 43 | | ] Oct 14 22:08:51.067 INFO kablam! 44 | | } Oct 14 22:08:51.067 INFO kablam! | |_^ Oct 14 22:08:51.067 INFO kablam! Oct 14 22:08:51.067 INFO kablam! warning: function is never used: `url_path` Oct 14 22:08:51.067 INFO kablam! --> examples/http_parser.rs:50:1 Oct 14 22:08:51.067 INFO kablam! | Oct 14 22:08:51.067 INFO kablam! 50 | / fn url_path() -> impl Parser> Oct 14 22:08:51.067 INFO kablam! 51 | | where Oct 14 22:08:51.067 INFO kablam! 52 | | S: Stream, Oct 14 22:08:51.067 INFO kablam! 53 | | { Oct 14 22:08:51.067 INFO kablam! ... | Oct 14 22:08:51.067 INFO kablam! 61 | | ) Oct 14 22:08:51.067 INFO kablam! 62 | | } Oct 14 22:08:51.067 INFO kablam! | |_^ Oct 14 22:08:51.068 INFO kablam! Oct 14 22:08:51.068 INFO kablam! warning: function is never used: `url_segment_part` Oct 14 22:08:51.068 INFO kablam! --> examples/http_parser.rs:64:1 Oct 14 22:08:51.068 INFO kablam! | Oct 14 22:08:51.068 INFO kablam! 64 | / fn url_segment_part() -> impl Parser> Oct 14 22:08:51.068 INFO kablam! 65 | | where Oct 14 22:08:51.068 INFO kablam! 66 | | S: Stream, Oct 14 22:08:51.068 INFO kablam! 67 | | { Oct 14 22:08:51.068 INFO kablam! 68 | | // one or more url-safe characters, or a percent-encoded octets Oct 14 22:08:51.068 INFO kablam! 69 | | many1(url_token()).or(percent_encoded()) Oct 14 22:08:51.068 INFO kablam! 70 | | } Oct 14 22:08:51.068 INFO kablam! | |_^ Oct 14 22:08:51.068 INFO kablam! Oct 14 22:08:51.068 INFO kablam! warning: function is never used: `url_token` Oct 14 22:08:51.068 INFO kablam! --> examples/http_parser.rs:72:1 Oct 14 22:08:51.068 INFO kablam! | Oct 14 22:08:51.068 INFO kablam! 72 | / fn url_token() -> impl Parser Oct 14 22:08:51.068 INFO kablam! 73 | | where Oct 14 22:08:51.068 INFO kablam! 74 | | S: Stream, Oct 14 22:08:51.068 INFO kablam! 75 | | { Oct 14 22:08:51.068 INFO kablam! ... | Oct 14 22:08:51.068 INFO kablam! 82 | | ] Oct 14 22:08:51.068 INFO kablam! 83 | | } Oct 14 22:08:51.068 INFO kablam! | |_^ Oct 14 22:08:51.068 INFO kablam! Oct 14 22:08:51.068 INFO kablam! warning: function is never used: `percent_encoded` Oct 14 22:08:51.068 INFO kablam! --> examples/http_parser.rs:85:1 Oct 14 22:08:51.068 INFO kablam! | Oct 14 22:08:51.068 INFO kablam! 85 | / fn percent_encoded() -> impl Parser> Oct 14 22:08:51.068 INFO kablam! 86 | | where Oct 14 22:08:51.068 INFO kablam! 87 | | S: Stream, Oct 14 22:08:51.068 INFO kablam! 88 | | { Oct 14 22:08:51.068 INFO kablam! ... | Oct 14 22:08:51.068 INFO kablam! 91 | | .append(ascii::hexdigit()) Oct 14 22:08:51.068 INFO kablam! 92 | | } Oct 14 22:08:51.068 INFO kablam! | |_^ Oct 14 22:08:51.068 INFO kablam! Oct 14 22:08:56.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.04s Oct 14 22:08:56.707 INFO kablam! su: No module specific data is present Oct 14 22:08:57.200 INFO running `"docker" "rm" "-f" "92a1333a0f8c3508f1e6bb2d98b5e6c21ea4bfddb2a263aa23e80ad44d4ba381"` Oct 14 22:08:57.328 INFO blam! 92a1333a0f8c3508f1e6bb2d98b5e6c21ea4bfddb2a263aa23e80ad44d4ba381 Oct 14 22:08:57.331 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 22:08:57.612 INFO blam! 65157d459dff20ea959c7321fb5f0997733e20f342af9d6217f6c25b8b67a095 Oct 14 22:08:57.614 INFO running `"docker" "start" "-a" "65157d459dff20ea959c7321fb5f0997733e20f342af9d6217f6c25b8b67a095"` Oct 14 22:08:58.218 INFO kablam! usermod: no changes Oct 14 22:08:58.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 22:08:58.267 INFO kablam! Running /target/debug/deps/rparse-82c79436b019756c Oct 14 22:08:58.267 INFO blam! Oct 14 22:08:58.267 INFO blam! running 24 tests Oct 14 22:08:58.267 INFO blam! test parser::function::test::test_from_str ... ok Oct 14 22:08:58.267 INFO blam! test parser::function::test::test_map ... ok Oct 14 22:08:58.267 INFO blam! test parser::range::test::test_range ... ok Oct 14 22:08:58.267 INFO blam! test parser::function::test::test_bind ... ok Oct 14 22:08:58.267 INFO blam! test parser::choice::test::test_or ... ok Oct 14 22:08:58.267 INFO blam! test parser::choice::test::test_optional ... ok Oct 14 22:08:58.267 INFO blam! test parser::choice::test::test_choice ... ok Oct 14 22:08:58.267 INFO blam! test parser::seq::append::test::test_append ... ok Oct 14 22:08:58.268 INFO blam! test parser::seq::append::test::test_seq_macro ... ok Oct 14 22:08:58.268 INFO blam! test parser::seq::extend::test::test_concat_macro ... ok Oct 14 22:08:58.268 INFO blam! test parser::choice::test::test_and ... ok Oct 14 22:08:58.268 INFO blam! test parser::seq::extend::test::test_extend ... ok Oct 14 22:08:58.268 INFO blam! test parser::seq::many::test::test_many ... ok Oct 14 22:08:58.268 INFO blam! test parser::seq::many::test::test_many1 ... ok Oct 14 22:08:58.268 INFO blam! test parser::seq::then::test::test_then ... ok Oct 14 22:08:58.268 INFO blam! test parser::test::test_parser_from_closure ... ok Oct 14 22:08:58.268 INFO blam! test parser::test::test_parser_from_fn ... ok Oct 14 22:08:58.268 INFO blam! test parser::token::ascii::test::test_alpha_num ... ok Oct 14 22:08:58.268 INFO blam! test parser::token::ascii::test::test_digit ... ok Oct 14 22:08:58.268 INFO blam! test parser::token::ascii::test::test_hexdigit ... ok Oct 14 22:08:58.268 INFO blam! test parser::token::ascii::test::test_letter ... ok Oct 14 22:08:58.268 INFO blam! test parser::token::test::test_any ... ok Oct 14 22:08:58.268 INFO blam! test parser::token::test::test_satisfy ... ok Oct 14 22:08:58.268 INFO blam! test parser::token::test::test_token ... ok Oct 14 22:08:58.268 INFO blam! Oct 14 22:08:58.268 INFO blam! test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:08:58.268 INFO blam! Oct 14 22:08:58.272 INFO kablam! Doc-tests rparse Oct 14 22:08:58.592 INFO blam! Oct 14 22:08:58.592 INFO blam! running 0 tests Oct 14 22:08:58.592 INFO blam! Oct 14 22:08:58.592 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:08:58.592 INFO blam! Oct 14 22:08:58.600 INFO kablam! su: No module specific data is present Oct 14 22:08:59.015 INFO running `"docker" "rm" "-f" "65157d459dff20ea959c7321fb5f0997733e20f342af9d6217f6c25b8b67a095"` Oct 14 22:08:59.326 INFO blam! 65157d459dff20ea959c7321fb5f0997733e20f342af9d6217f6c25b8b67a095