Oct 21 18:14:54.362 INFO checking dustinrohde/rparse against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:14:54.362 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 18:14:54.653 INFO blam! 7f3fe4aa1a6d025ac19062f8962e1c00729826ec19be02393af1360ea49c571f Oct 21 18:14:54.654 INFO running `"docker" "start" "-a" "7f3fe4aa1a6d025ac19062f8962e1c00729826ec19be02393af1360ea49c571f"` Oct 21 18:14:55.152 INFO kablam! usermod: no changes Oct 21 18:14:55.184 INFO kablam! Checking rparse v0.1.0 (/source) Oct 21 18:14:57.275 INFO kablam! warning: function is never used: `http_version` Oct 21 18:14:57.275 INFO kablam! --> examples/http_parser.rs:22:1 Oct 21 18:14:57.276 INFO kablam! | Oct 21 18:14:57.276 INFO kablam! 22 | / fn http_version() -> impl Parser> Oct 21 18:14:57.276 INFO kablam! 23 | | where Oct 21 18:14:57.276 INFO kablam! 24 | | S: Stream, Oct 21 18:14:57.276 INFO kablam! 25 | | { Oct 21 18:14:57.276 INFO kablam! 26 | | range("HTTP/").then(choice![range("1"), range("1.1"), range("2")]) Oct 21 18:14:57.276 INFO kablam! 27 | | } Oct 21 18:14:57.276 INFO kablam! | |_^ Oct 21 18:14:57.276 INFO kablam! | Oct 21 18:14:57.276 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:14:57.276 INFO kablam! Oct 21 18:14:57.276 INFO kablam! warning: function is never used: `http_method` Oct 21 18:14:57.276 INFO kablam! --> examples/http_parser.rs:29:1 Oct 21 18:14:57.276 INFO kablam! | Oct 21 18:14:57.276 INFO kablam! 29 | / fn http_method() -> impl Parser Oct 21 18:14:57.276 INFO kablam! 30 | | where Oct 21 18:14:57.276 INFO kablam! 31 | | S: Stream, Oct 21 18:14:57.276 INFO kablam! 32 | | { Oct 21 18:14:57.276 INFO kablam! ... | Oct 21 18:14:57.276 INFO kablam! 43 | | ] Oct 21 18:14:57.276 INFO kablam! 44 | | } Oct 21 18:14:57.276 INFO kablam! | |_^ Oct 21 18:14:57.276 INFO kablam! Oct 21 18:14:57.276 INFO kablam! warning: function is never used: `url_path` Oct 21 18:14:57.276 INFO kablam! --> examples/http_parser.rs:50:1 Oct 21 18:14:57.276 INFO kablam! | Oct 21 18:14:57.276 INFO kablam! 50 | / fn url_path() -> impl Parser> Oct 21 18:14:57.276 INFO kablam! 51 | | where Oct 21 18:14:57.276 INFO kablam! 52 | | S: Stream, Oct 21 18:14:57.276 INFO kablam! 53 | | { Oct 21 18:14:57.276 INFO kablam! ... | Oct 21 18:14:57.276 INFO kablam! 61 | | ) Oct 21 18:14:57.276 INFO kablam! 62 | | } Oct 21 18:14:57.276 INFO kablam! | |_^ Oct 21 18:14:57.276 INFO kablam! Oct 21 18:14:57.276 INFO kablam! warning: function is never used: `url_segment_part` Oct 21 18:14:57.276 INFO kablam! --> examples/http_parser.rs:64:1 Oct 21 18:14:57.276 INFO kablam! | Oct 21 18:14:57.276 INFO kablam! 64 | / fn url_segment_part() -> impl Parser> Oct 21 18:14:57.276 INFO kablam! 65 | | where Oct 21 18:14:57.276 INFO kablam! 66 | | S: Stream, Oct 21 18:14:57.276 INFO kablam! 67 | | { Oct 21 18:14:57.276 INFO kablam! 68 | | // one or more url-safe characters, or a percent-encoded octets Oct 21 18:14:57.276 INFO kablam! 69 | | many1(url_token()).or(percent_encoded()) Oct 21 18:14:57.276 INFO kablam! 70 | | } Oct 21 18:14:57.276 INFO kablam! | |_^ Oct 21 18:14:57.276 INFO kablam! Oct 21 18:14:57.276 INFO kablam! warning: function is never used: `url_token` Oct 21 18:14:57.276 INFO kablam! --> examples/http_parser.rs:72:1 Oct 21 18:14:57.276 INFO kablam! | Oct 21 18:14:57.276 INFO kablam! 72 | / fn url_token() -> impl Parser Oct 21 18:14:57.276 INFO kablam! 73 | | where Oct 21 18:14:57.276 INFO kablam! 74 | | S: Stream, Oct 21 18:14:57.276 INFO kablam! 75 | | { Oct 21 18:14:57.276 INFO kablam! ... | Oct 21 18:14:57.276 INFO kablam! 82 | | ] Oct 21 18:14:57.276 INFO kablam! 83 | | } Oct 21 18:14:57.276 INFO kablam! | |_^ Oct 21 18:14:57.276 INFO kablam! Oct 21 18:14:57.276 INFO kablam! warning: function is never used: `percent_encoded` Oct 21 18:14:57.276 INFO kablam! --> examples/http_parser.rs:85:1 Oct 21 18:14:57.276 INFO kablam! | Oct 21 18:14:57.276 INFO kablam! 85 | / fn percent_encoded() -> impl Parser> Oct 21 18:14:57.276 INFO kablam! 86 | | where Oct 21 18:14:57.276 INFO kablam! 87 | | S: Stream, Oct 21 18:14:57.276 INFO kablam! 88 | | { Oct 21 18:14:57.276 INFO kablam! ... | Oct 21 18:14:57.276 INFO kablam! 91 | | .append(ascii::hexdigit()) Oct 21 18:14:57.276 INFO kablam! 92 | | } Oct 21 18:14:57.276 INFO kablam! | |_^ Oct 21 18:14:57.276 INFO kablam! Oct 21 18:14:58.608 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.43s Oct 21 18:14:58.615 INFO kablam! su: No module specific data is present Oct 21 18:14:59.086 INFO running `"docker" "rm" "-f" "7f3fe4aa1a6d025ac19062f8962e1c00729826ec19be02393af1360ea49c571f"` Oct 21 18:14:59.210 INFO blam! 7f3fe4aa1a6d025ac19062f8962e1c00729826ec19be02393af1360ea49c571f