[INFO] fetching crate parsip 0.1.0...
[INFO] testing parsip-0.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate parsip 0.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate parsip 0.1.0
[INFO] finished tweaking crates.io crate parsip 0.1.0
[INFO] tweaked toml for crates.io crate parsip 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate parsip 0.1.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding nom v3.2.1 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4700a2a7c7e43b97544e25e8873fdf3b6b3e65e7ca6b3ffae1ea33bcada8d036
[INFO] running `Command { std: "docker" "start" "-a" "4700a2a7c7e43b97544e25e8873fdf3b6b3e65e7ca6b3ffae1ea33bcada8d036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4700a2a7c7e43b97544e25e8873fdf3b6b3e65e7ca6b3ffae1ea33bcada8d036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4700a2a7c7e43b97544e25e8873fdf3b6b3e65e7ca6b3ffae1ea33bcada8d036", kill_on_drop: false }`
[INFO] [stdout] 4700a2a7c7e43b97544e25e8873fdf3b6b3e65e7ca6b3ffae1ea33bcada8d036
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cbecea8f9bc07bf783853a97e1fe31ac4e89776fdd5a00e3ee911940187dbc1b
[INFO] running `Command { std: "docker" "start" "-a" "cbecea8f9bc07bf783853a97e1fe31ac4e89776fdd5a00e3ee911940187dbc1b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling memchr v1.0.2
[INFO] [stderr]    Compiling nom v3.2.1
[INFO] [stderr]    Compiling parsip v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:213:1
[INFO] [stdout]     |
[INFO] [stdout] 213 | /// Helper that results in number of remaining bytes
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:216:1
[INFO] [stdout]     |
[INFO] [stdout] 216 | /// Helper that skips all `\r\n` or `\n` bytes
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:305:1
[INFO] [stdout]     |
[INFO] [stdout] 305 | /// Get one digit from input and return it as `u8` (ie. `b'7'` becomes `7`)
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:313:1
[INFO] [stdout]     |
[INFO] [stdout] 313 | /// Eats token bytes
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:318:1
[INFO] [stdout]     |
[INFO] [stdout] 318 | / /// > ```notrust
[INFO] [stdout] 319 | | /// > Method            =  INVITEm / ACKm / OPTIONSm / BYEm
[INFO] [stdout] 320 | | /// >                      / CANCELm / REGISTERm
[INFO] [stdout] 321 | | /// >                      / extension-method
[INFO] [stdout] 322 | | /// > extension-method  =  token
[INFO] [stdout] 323 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:328:1
[INFO] [stdout]     |
[INFO] [stdout] 328 | / /// As parsing uri is a bit complicated, it should be properly
[INFO] [stdout] 329 | | /// parsed in higher layers of parsing.
[INFO] [stdout] 330 | | ///
[INFO] [stdout] 331 | | /// > ```notrust
[INFO] [stdout] ...   |
[INFO] [stdout] 351 | | /// > toplabel         =  ALPHA / ALPHA *( alphanum / "-" ) alphanum
[INFO] [stdout] 352 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | / /// From [RFC 3261](https://tools.ietf.org/html/rfc3261#section-7.1):
[INFO] [stdout] 358 | | ///
[INFO] [stdout] 359 | | /// The SIP-Version string is case-insensitive,
[INFO] [stdout] 360 | | /// but implementations MUST send upper-case.
[INFO] [stdout] ...   |
[INFO] [stdout] 363 | | /// > SIP-Version    =  "SIP" "/" 1*DIGIT "." 1*DIGIT
[INFO] [stdout] 364 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:375:1
[INFO] [stdout]     |
[INFO] [stdout] 375 | / /// From [RFC 3261](https://tools.ietf.org/html/rfc3261):
[INFO] [stdout] 376 | | ///
[INFO] [stdout] 377 | | /// > ```notrust
[INFO] [stdout] 378 | | /// > Reason-Phrase   =  *(reserved / unreserved / escaped
[INFO] [stdout] 379 | | /// >                    / UTF8-NONASCII / UTF8-CONT / SP / HTAB)
[INFO] [stdout] 380 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:386:1
[INFO] [stdout]     |
[INFO] [stdout] 386 | / ///
[INFO] [stdout] 387 | | /// > ```notrust
[INFO] [stdout] 388 | | /// > Status-Code     =  Informational
[INFO] [stdout] 389 | | /// >                /   Redirection
[INFO] [stdout] ...   |
[INFO] [stdout] 394 | | /// >                /   extension-code
[INFO] [stdout] 395 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:404:1
[INFO] [stdout]     |
[INFO] [stdout] 404 | / /// > ```notrust
[INFO] [stdout] 405 | | /// > header-name       =  token
[INFO] [stdout] 406 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | / /// > ```notrust
[INFO] [stdout] 457 | | /// > header  =  "header-name" HCOLON header-value *(COMMA header-value)
[INFO] [stdout] 458 | | /// > HCOLON  =  *( SP / HTAB ) ":" SWS
[INFO] [stdout] 459 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sip.rs:460:23
[INFO] [stdout]     |
[INFO] [stdout] 460 | named!(message_header(&[u8]) -> Header, do_parse!(
[INFO] [stdout]     |                       ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |                       the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 460 | named!(message_header(&[u8]) -> Header<'_>, do_parse!(
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "cbecea8f9bc07bf783853a97e1fe31ac4e89776fdd5a00e3ee911940187dbc1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbecea8f9bc07bf783853a97e1fe31ac4e89776fdd5a00e3ee911940187dbc1b", kill_on_drop: false }`
[INFO] [stdout] cbecea8f9bc07bf783853a97e1fe31ac4e89776fdd5a00e3ee911940187dbc1b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b35592fc72036f61b5336137102ad4d95b1030014e55821808db37d78727344
[INFO] running `Command { std: "docker" "start" "-a" "9b35592fc72036f61b5336137102ad4d95b1030014e55821808db37d78727344", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:213:1
[INFO] [stdout]     |
[INFO] [stdout] 213 | /// Helper that results in number of remaining bytes
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:216:1
[INFO] [stdout]     |
[INFO] [stdout] 216 | /// Helper that skips all `\r\n` or `\n` bytes
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:305:1
[INFO] [stdout]     |
[INFO] [stdout] 305 | /// Get one digit from input and return it as `u8` (ie. `b'7'` becomes `7`)
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:313:1
[INFO] [stdout]     |
[INFO] [stdout] 313 | /// Eats token bytes
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:318:1
[INFO] [stdout]     |
[INFO] [stdout] 318 | / /// > ```notrust
[INFO] [stdout] 319 | | /// > Method            =  INVITEm / ACKm / OPTIONSm / BYEm
[INFO] [stdout] 320 | | /// >                      / CANCELm / REGISTERm
[INFO] [stdout] 321 | | /// >                      / extension-method
[INFO] [stdout] 322 | | /// > extension-method  =  token
[INFO] [stdout] 323 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:328:1
[INFO] [stdout]     |
[INFO] [stdout] 328 | / /// As parsing uri is a bit complicated, it should be properly
[INFO] [stdout] 329 | | /// parsed in higher layers of parsing.
[INFO] [stdout] 330 | | ///
[INFO] [stdout] 331 | | /// > ```notrust
[INFO] [stdout] ...   |
[INFO] [stdout] 351 | | /// > toplabel         =  ALPHA / ALPHA *( alphanum / "-" ) alphanum
[INFO] [stdout] 352 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | / /// From [RFC 3261](https://tools.ietf.org/html/rfc3261#section-7.1):
[INFO] [stdout] 358 | | ///
[INFO] [stdout] 359 | | /// The SIP-Version string is case-insensitive,
[INFO] [stdout] 360 | | /// but implementations MUST send upper-case.
[INFO] [stdout] ...   |
[INFO] [stdout] 363 | | /// > SIP-Version    =  "SIP" "/" 1*DIGIT "." 1*DIGIT
[INFO] [stdout] 364 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:375:1
[INFO] [stdout]     |
[INFO] [stdout] 375 | / /// From [RFC 3261](https://tools.ietf.org/html/rfc3261):
[INFO] [stdout] 376 | | ///
[INFO] [stdout] 377 | | /// > ```notrust
[INFO] [stdout] 378 | | /// > Reason-Phrase   =  *(reserved / unreserved / escaped
[INFO] [stdout] 379 | | /// >                    / UTF8-NONASCII / UTF8-CONT / SP / HTAB)
[INFO] [stdout] 380 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling parsip v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:386:1
[INFO] [stdout]     |
[INFO] [stdout] 386 | / ///
[INFO] [stdout] 387 | | /// > ```notrust
[INFO] [stdout] 388 | | /// > Status-Code     =  Informational
[INFO] [stdout] 389 | | /// >                /   Redirection
[INFO] [stdout] ...   |
[INFO] [stdout] 394 | | /// >                /   extension-code
[INFO] [stdout] 395 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:404:1
[INFO] [stdout]     |
[INFO] [stdout] 404 | / /// > ```notrust
[INFO] [stdout] 405 | | /// > header-name       =  token
[INFO] [stdout] 406 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | / /// > ```notrust
[INFO] [stdout] 457 | | /// > header  =  "header-name" HCOLON header-value *(COMMA header-value)
[INFO] [stdout] 458 | | /// > HCOLON  =  *( SP / HTAB ) ":" SWS
[INFO] [stdout] 459 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sip.rs:460:23
[INFO] [stdout]     |
[INFO] [stdout] 460 | named!(message_header(&[u8]) -> Header, do_parse!(
[INFO] [stdout]     |                       ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |                       the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 460 | named!(message_header(&[u8]) -> Header<'_>, do_parse!(
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> tests/requests.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | / /// From [RFC 4475](https://tools.ietf.org/html/rfc4475#section-3.1.1.1):
[INFO] [stdout] 41 | | /// 3.1.1.  Valid Messages
[INFO] [stdout] 42 | | /// 3.1.1.1.  A Short Tortuous INVITE
[INFO] [stdout]    | |_------------------------------------^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> tests/requests.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | / /// From [RFC 4475](https://tools.ietf.org/html/rfc4475#section-3.1.1.2):
[INFO] [stdout] 57 | | /// 3.1.1.  Valid Messages
[INFO] [stdout] 58 | | /// 3.1.1.2.  Wide Range of Valid Characters
[INFO] [stdout]    | |_-------------------------------------------^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> tests/requests.rs:74:1
[INFO] [stdout]    |
[INFO] [stdout] 74 | / /// From [RFC 4475](https://tools.ietf.org/html/rfc4475#section-3.1.1.3):
[INFO] [stdout] 75 | | /// 3.1.1.  Valid Messages
[INFO] [stdout] 76 | | /// 3.1.1.3.  Valid Use of the % Escaping Mechanism
[INFO] [stdout]    | |_--------------------------------------------------^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> tests/requests.rs:90:1
[INFO] [stdout]    |
[INFO] [stdout] 90 | / /// From [RFC 4475](https://tools.ietf.org/html/rfc4475#section-3.1.1.4):
[INFO] [stdout] 91 | | /// 3.1.1.  Valid Messages
[INFO] [stdout] 92 | | /// 3.1.1.4.  Escaped Nulls in URIs
[INFO] [stdout]    | |_----------------------------------^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> tests/requests.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | / /// From [RFC 4475](https://tools.ietf.org/html/rfc4475#section-3.1.1.5):
[INFO] [stdout] 107 | | /// 3.1.1.  Valid Messages
[INFO] [stdout] 108 | | /// 3.1.1.5.  Use of % When It Is Not an Escape
[INFO] [stdout]     | |_----------------------------------------------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:213:1
[INFO] [stdout]     |
[INFO] [stdout] 213 | /// Helper that results in number of remaining bytes
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:2:24
[INFO] [stdout]     |
[INFO] [stdout]   2 | #![cfg_attr(test, deny(warnings))]
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` implied by `#[warn(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:216:1
[INFO] [stdout]     |
[INFO] [stdout] 216 | /// Helper that skips all `\r\n` or `\n` bytes
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:305:1
[INFO] [stdout]     |
[INFO] [stdout] 305 | /// Get one digit from input and return it as `u8` (ie. `b'7'` becomes `7`)
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:313:1
[INFO] [stdout]     |
[INFO] [stdout] 313 | /// Eats token bytes
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:318:1
[INFO] [stdout]     |
[INFO] [stdout] 318 | / /// > ```notrust
[INFO] [stdout] 319 | | /// > Method            =  INVITEm / ACKm / OPTIONSm / BYEm
[INFO] [stdout] 320 | | /// >                      / CANCELm / REGISTERm
[INFO] [stdout] 321 | | /// >                      / extension-method
[INFO] [stdout] 322 | | /// > extension-method  =  token
[INFO] [stdout] 323 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:328:1
[INFO] [stdout]     |
[INFO] [stdout] 328 | / /// As parsing uri is a bit complicated, it should be properly
[INFO] [stdout] 329 | | /// parsed in higher layers of parsing.
[INFO] [stdout] 330 | | ///
[INFO] [stdout] 331 | | /// > ```notrust
[INFO] [stdout] ...   |
[INFO] [stdout] 351 | | /// > toplabel         =  ALPHA / ALPHA *( alphanum / "-" ) alphanum
[INFO] [stdout] 352 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | / /// From [RFC 3261](https://tools.ietf.org/html/rfc3261#section-7.1):
[INFO] [stdout] 358 | | ///
[INFO] [stdout] 359 | | /// The SIP-Version string is case-insensitive,
[INFO] [stdout] 360 | | /// but implementations MUST send upper-case.
[INFO] [stdout] ...   |
[INFO] [stdout] 363 | | /// > SIP-Version    =  "SIP" "/" 1*DIGIT "." 1*DIGIT
[INFO] [stdout] 364 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:375:1
[INFO] [stdout]     |
[INFO] [stdout] 375 | / /// From [RFC 3261](https://tools.ietf.org/html/rfc3261):
[INFO] [stdout] 376 | | ///
[INFO] [stdout] 377 | | /// > ```notrust
[INFO] [stdout] 378 | | /// > Reason-Phrase   =  *(reserved / unreserved / escaped
[INFO] [stdout] 379 | | /// >                    / UTF8-NONASCII / UTF8-CONT / SP / HTAB)
[INFO] [stdout] 380 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:386:1
[INFO] [stdout]     |
[INFO] [stdout] 386 | / ///
[INFO] [stdout] 387 | | /// > ```notrust
[INFO] [stdout] 388 | | /// > Status-Code     =  Informational
[INFO] [stdout] 389 | | /// >                /   Redirection
[INFO] [stdout] ...   |
[INFO] [stdout] 394 | | /// >                /   extension-code
[INFO] [stdout] 395 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:404:1
[INFO] [stdout]     |
[INFO] [stdout] 404 | / /// > ```notrust
[INFO] [stdout] 405 | | /// > header-name       =  token
[INFO] [stdout] 406 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/sip.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | / /// > ```notrust
[INFO] [stdout] 457 | | /// > header  =  "header-name" HCOLON header-value *(COMMA header-value)
[INFO] [stdout] 458 | | /// > HCOLON  =  *( SP / HTAB ) ":" SWS
[INFO] [stdout] 459 | | /// > ```
[INFO] [stdout]     | |_--------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sip.rs:460:23
[INFO] [stdout]     |
[INFO] [stdout] 460 | named!(message_header(&[u8]) -> Header, do_parse!(
[INFO] [stdout]     |                       ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |                       the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 460 | named!(message_header(&[u8]) -> Header<'_>, do_parse!(
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "9b35592fc72036f61b5336137102ad4d95b1030014e55821808db37d78727344", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b35592fc72036f61b5336137102ad4d95b1030014e55821808db37d78727344", kill_on_drop: false }`
[INFO] [stdout] 9b35592fc72036f61b5336137102ad4d95b1030014e55821808db37d78727344
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6a010fba2c0b069f11d862b7359834bfe6062c4fc16c517f83c5380dea8b14ca
[INFO] running `Command { std: "docker" "start" "-a" "6a010fba2c0b069f11d862b7359834bfe6062c4fc16c517f83c5380dea8b14ca", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/sip.rs:213:1
[INFO] [stderr]     |
[INFO] [stderr] 213 | /// Helper that results in number of remaining bytes
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/sip.rs:216:1
[INFO] [stderr]     |
[INFO] [stderr] 216 | /// Helper that skips all `\r\n` or `\n` bytes
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/sip.rs:305:1
[INFO] [stderr]     |
[INFO] [stderr] 305 | /// Get one digit from input and return it as `u8` (ie. `b'7'` becomes `7`)
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/sip.rs:313:1
[INFO] [stderr]     |
[INFO] [stderr] 313 | /// Eats token bytes
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/sip.rs:318:1
[INFO] [stderr]     |
[INFO] [stderr] 318 | / /// > ```notrust
[INFO] [stderr] 319 | | /// > Method            =  INVITEm / ACKm / OPTIONSm / BYEm
[INFO] [stderr] 320 | | /// >                      / CANCELm / REGISTERm
[INFO] [stderr] 321 | | /// >                      / extension-method
[INFO] [stderr] 322 | | /// > extension-method  =  token
[INFO] [stderr] 323 | | /// > ```
[INFO] [stderr]     | |_--------^
[INFO] [stderr]     |   |
[INFO] [stderr]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/sip.rs:328:1
[INFO] [stderr]     |
[INFO] [stderr] 328 | / /// As parsing uri is a bit complicated, it should be properly
[INFO] [stderr] 329 | | /// parsed in higher layers of parsing.
[INFO] [stderr] 330 | | ///
[INFO] [stderr] 331 | | /// > ```notrust
[INFO] [stderr] ...   |
[INFO] [stderr] 351 | | /// > toplabel         =  ALPHA / ALPHA *( alphanum / "-" ) alphanum
[INFO] [stderr] 352 | | /// > ```
[INFO] [stderr]     | |_--------^
[INFO] [stderr]     |   |
[INFO] [stderr]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/sip.rs:357:1
[INFO] [stderr]     |
[INFO] [stderr] 357 | / /// From [RFC 3261](https://tools.ietf.org/html/rfc3261#section-7.1):
[INFO] [stderr] 358 | | ///
[INFO] [stderr] 359 | | /// The SIP-Version string is case-insensitive,
[INFO] [stderr] 360 | | /// but implementations MUST send upper-case.
[INFO] [stderr] ...   |
[INFO] [stderr] 363 | | /// > SIP-Version    =  "SIP" "/" 1*DIGIT "." 1*DIGIT
[INFO] [stderr] 364 | | /// > ```
[INFO] [stderr]     | |_--------^
[INFO] [stderr]     |   |
[INFO] [stderr]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/sip.rs:375:1
[INFO] [stderr]     |
[INFO] [stderr] 375 | / /// From [RFC 3261](https://tools.ietf.org/html/rfc3261):
[INFO] [stderr] 376 | | ///
[INFO] [stderr] 377 | | /// > ```notrust
[INFO] [stderr] 378 | | /// > Reason-Phrase   =  *(reserved / unreserved / escaped
[INFO] [stderr] 379 | | /// >                    / UTF8-NONASCII / UTF8-CONT / SP / HTAB)
[INFO] [stderr] 380 | | /// > ```
[INFO] [stderr]     | |_--------^
[INFO] [stderr]     |   |
[INFO] [stderr]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/sip.rs:386:1
[INFO] [stderr]     |
[INFO] [stderr] 386 | / ///
[INFO] [stderr] 387 | | /// > ```notrust
[INFO] [stderr] 388 | | /// > Status-Code     =  Informational
[INFO] [stderr] 389 | | /// >                /   Redirection
[INFO] [stderr] ...   |
[INFO] [stderr] 394 | | /// >                /   extension-code
[INFO] [stderr] 395 | | /// > ```
[INFO] [stderr]     | |_--------^
[INFO] [stderr]     |   |
[INFO] [stderr]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/sip.rs:404:1
[INFO] [stderr]     |
[INFO] [stderr] 404 | / /// > ```notrust
[INFO] [stderr] 405 | | /// > header-name       =  token
[INFO] [stderr] 406 | | /// > ```
[INFO] [stderr]     | |_--------^
[INFO] [stderr]     |   |
[INFO] [stderr]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/sip.rs:456:1
[INFO] [stderr]     |
[INFO] [stderr] 456 | / /// > ```notrust
[INFO] [stderr] 457 | | /// > header  =  "header-name" HCOLON header-value *(COMMA header-value)
[INFO] [stderr] 458 | | /// > HCOLON  =  *( SP / HTAB ) ":" SWS
[INFO] [stderr] 459 | | /// > ```
[INFO] [stderr]     | |_--------^
[INFO] [stderr]     |   |
[INFO] [stderr]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/sip.rs:460:23
[INFO] [stderr]     |
[INFO] [stderr] 460 | named!(message_header(&[u8]) -> Header, do_parse!(
[INFO] [stderr]     |                       ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |                       the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 460 | named!(message_header(&[u8]) -> Header<'_>, do_parse!(
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `parsip` (lib) generated 12 warnings (run `cargo fix --lib -p parsip` to apply 1 suggestion)
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> tests/requests.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | / /// From [RFC 4475](https://tools.ietf.org/html/rfc4475#section-3.1.1.1):
[INFO] [stderr] 41 | | /// 3.1.1.  Valid Messages
[INFO] [stderr] 42 | | /// 3.1.1.1.  A Short Tortuous INVITE
[INFO] [stderr]    | |_------------------------------------^
[INFO] [stderr]    |   |
[INFO] [stderr]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]    |
[INFO] [stderr]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> tests/requests.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | / /// From [RFC 4475](https://tools.ietf.org/html/rfc4475#section-3.1.1.2):
[INFO] [stderr] 57 | | /// 3.1.1.  Valid Messages
[INFO] [stderr] 58 | | /// 3.1.1.2.  Wide Range of Valid Characters
[INFO] [stderr]    | |_-------------------------------------------^
[INFO] [stderr]    |   |
[INFO] [stderr]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]    |
[INFO] [stderr]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> tests/requests.rs:74:1
[INFO] [stderr]    |
[INFO] [stderr] 74 | / /// From [RFC 4475](https://tools.ietf.org/html/rfc4475#section-3.1.1.3):
[INFO] [stderr] 75 | | /// 3.1.1.  Valid Messages
[INFO] [stderr] 76 | | /// 3.1.1.3.  Valid Use of the % Escaping Mechanism
[INFO] [stderr]    | |_--------------------------------------------------^
[INFO] [stderr]    |   |
[INFO] [stderr]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]    |
[INFO] [stderr]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> tests/requests.rs:90:1
[INFO] [stderr]    |
[INFO] [stderr] 90 | / /// From [RFC 4475](https://tools.ietf.org/html/rfc4475#section-3.1.1.4):
[INFO] [stderr] 91 | | /// 3.1.1.  Valid Messages
[INFO] [stderr] 92 | | /// 3.1.1.4.  Escaped Nulls in URIs
[INFO] [stderr]    | |_----------------------------------^
[INFO] [stderr]    |   |
[INFO] [stderr]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]    |
[INFO] [stderr]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> tests/requests.rs:106:1
[INFO] [stderr]     |
[INFO] [stderr] 106 | / /// From [RFC 4475](https://tools.ietf.org/html/rfc4475#section-3.1.1.5):
[INFO] [stderr] 107 | | /// 3.1.1.  Valid Messages
[INFO] [stderr] 108 | | /// 3.1.1.5.  Use of % When It Is Not an Escape
[INFO] [stderr]     | |_----------------------------------------------^
[INFO] [stderr]     |   |
[INFO] [stderr]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: `parsip` (test "requests") generated 5 warnings
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/sip.rs:213:1
[INFO] [stderr]     |
[INFO] [stderr] 213 | /// Helper that results in number of remaining bytes
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:2:24
[INFO] [stderr]     |
[INFO] [stderr]   2 | #![cfg_attr(test, deny(warnings))]
[INFO] [stderr]     |                        ^^^^^^^^
[INFO] [stderr]     = note: `#[warn(unused_doc_comments)]` implied by `#[warn(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/sip.rs:460:23
[INFO] [stderr]     |
[INFO] [stderr] 460 | named!(message_header(&[u8]) -> Header, do_parse!(
[INFO] [stderr]     |                       ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |                       the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 460 | named!(message_header(&[u8]) -> Header<'_>, do_parse!(
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `parsip` (lib test) generated 12 warnings (10 duplicates) (run `cargo fix --lib -p parsip --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/parsip-6c2d0b236338a90e)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test sip::tests::test_header_value_empty ... ok
[INFO] [stderr]      Running tests/requests.rs (/opt/rustwide/target/debug/deps/requests-55e30de5bd7142fe)
[INFO] [stdout] test sip::tests::test_request_empty_lines_prefix ... ok
[INFO] [stdout] test sip::tests::test_request_empty_lines_prefix_lf_only ... ok
[INFO] [stdout] test sip::tests::test_request_headers ... ok
[INFO] [stdout] test sip::tests::test_request_headers_with_continuation ... ok
[INFO] [stdout] test sip::tests::test_request_multibyte ... ok
[INFO] [stdout] test sip::tests::test_request_partial ... ok
[INFO] [stdout] test sip::tests::test_request_newlines ... ok
[INFO] [stdout] test sip::tests::test_request_with_invalid_token_delimiter ... ok
[INFO] [stdout] test sip::tests::test_request_headers_max ... ok
[INFO] [stdout] test sip::tests::test_request_simple ... ok
[INFO] [stdout] test sip::tests::test_response_code_missing_space ... ok
[INFO] [stdout] test sip::tests::test_response_empty_lines_prefix_lf_only ... ok
[INFO] [stdout] test sip::tests::test_response_newlines ... ok
[INFO] [stdout] test sip::tests::test_response_reason_missing ... ok
[INFO] [stdout] test sip::tests::test_response_reason_missing_no_space ... ok
[INFO] [stdout] test sip::tests::test_response_reason_with_nul_byte ... ok
[INFO] [stdout] test sip::tests::test_response_reason_with_obsolete_text_byte ... ok
[INFO] [stdout] test sip::tests::test_response_reason_with_space_and_tab ... ok
[INFO] [stdout] test sip::tests::test_response_simple ... ok
[INFO] [stdout] test sip::tests::test_response_version_missing_space ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_request_escaped_nulls_in_uris ... ok
[INFO] [stdout] test test_request_use_of_percent_when_it_is_not_an_escape ... ok
[INFO] [stdout] test test_request_short_tortuous_invite ... ok
[INFO] [stdout] test test_request_wide_range_of_valid_characters ... ok
[INFO] [stdout] test test_request_valid_use_of_the_percent_escaping_mechanism ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests parsip
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/sip.rs - sip::EMPTY_HEADER (line 291) ... ok
[INFO] [stdout] test src/sip.rs - sip::Request (line 150) ... ok
[INFO] [stdout] test src/sip.rs - sip::parse_headers (line 477) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.72s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6a010fba2c0b069f11d862b7359834bfe6062c4fc16c517f83c5380dea8b14ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a010fba2c0b069f11d862b7359834bfe6062c4fc16c517f83c5380dea8b14ca", kill_on_drop: false }`
[INFO] [stdout] 6a010fba2c0b069f11d862b7359834bfe6062c4fc16c517f83c5380dea8b14ca
