[INFO] fetching crate rtp-parser 0.1.0... [INFO] testing rtp-parser-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate rtp-parser 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate rtp-parser 0.1.0 [INFO] finished tweaking crates.io crate rtp-parser 0.1.0 [INFO] tweaked toml for crates.io crate rtp-parser 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rtp-parser 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 9 packages to latest compatible versions [INFO] [stderr] Adding nom v5.1.3 (available: v8.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 125d082ec092fa188ca0699a84030c37f8f53da0ed3ecbd559d4475aa54d54d7 [INFO] running `Command { std: "docker" "start" "-a" "125d082ec092fa188ca0699a84030c37f8f53da0ed3ecbd559d4475aa54d54d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "125d082ec092fa188ca0699a84030c37f8f53da0ed3ecbd559d4475aa54d54d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "125d082ec092fa188ca0699a84030c37f8f53da0ed3ecbd559d4475aa54d54d7", kill_on_drop: false }` [INFO] [stdout] 125d082ec092fa188ca0699a84030c37f8f53da0ed3ecbd559d4475aa54d54d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d6c055bc451a585356afb3297a6da27af16ece3f80a4af8a5da3344efeaffdd5 [INFO] running `Command { std: "docker" "start" "-a" "d6c055bc451a585356afb3297a6da27af16ece3f80a4af8a5da3344efeaffdd5", kill_on_drop: false }` [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling nom v5.1.3 [INFO] [stderr] Compiling rtp-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:18:32 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn parse_rtp_packet(input: &[u8]) -> IResult<&[u8], RtpPacket> { [INFO] [stdout] | ^^^^^ ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the 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] 18 | pub fn parse_rtp_packet(input: &[u8]) -> IResult<&[u8], RtpPacket<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:75:12 [INFO] [stdout] | [INFO] [stdout] 75 | input: &[u8], [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 76 | extension: u8, [INFO] [stdout] 77 | ) -> IResult<&[u8], Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 77 | ) -> IResult<&[u8], Option>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s [INFO] running `Command { std: "docker" "inspect" "d6c055bc451a585356afb3297a6da27af16ece3f80a4af8a5da3344efeaffdd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6c055bc451a585356afb3297a6da27af16ece3f80a4af8a5da3344efeaffdd5", kill_on_drop: false }` [INFO] [stdout] d6c055bc451a585356afb3297a6da27af16ece3f80a4af8a5da3344efeaffdd5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 502c45bf4dcce012025ef8381817e8f24e7c8a3a4dbe5ae0cb272d29473c588e [INFO] running `Command { std: "docker" "start" "-a" "502c45bf4dcce012025ef8381817e8f24e7c8a3a4dbe5ae0cb272d29473c588e", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:18:32 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn parse_rtp_packet(input: &[u8]) -> IResult<&[u8], RtpPacket> { [INFO] [stdout] | ^^^^^ ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the 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] 18 | pub fn parse_rtp_packet(input: &[u8]) -> IResult<&[u8], RtpPacket<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rtp-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:75:12 [INFO] [stdout] | [INFO] [stdout] 75 | input: &[u8], [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 76 | extension: u8, [INFO] [stdout] 77 | ) -> IResult<&[u8], Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 77 | ) -> IResult<&[u8], Option>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:18:32 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn parse_rtp_packet(input: &[u8]) -> IResult<&[u8], RtpPacket> { [INFO] [stdout] | ^^^^^ ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the 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] 18 | pub fn parse_rtp_packet(input: &[u8]) -> IResult<&[u8], RtpPacket<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:75:12 [INFO] [stdout] | [INFO] [stdout] 75 | input: &[u8], [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 76 | extension: u8, [INFO] [stdout] 77 | ) -> IResult<&[u8], Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 77 | ) -> IResult<&[u8], Option>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `Command { std: "docker" "inspect" "502c45bf4dcce012025ef8381817e8f24e7c8a3a4dbe5ae0cb272d29473c588e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "502c45bf4dcce012025ef8381817e8f24e7c8a3a4dbe5ae0cb272d29473c588e", kill_on_drop: false }` [INFO] [stdout] 502c45bf4dcce012025ef8381817e8f24e7c8a3a4dbe5ae0cb272d29473c588e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 49b748112fcbf346124d4e3be791070536c8b309d8f27a2cfeeb7d5892b703a1 [INFO] running `Command { std: "docker" "start" "-a" "49b748112fcbf346124d4e3be791070536c8b309d8f27a2cfeeb7d5892b703a1", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn parse_rtp_packet(input: &[u8]) -> IResult<&[u8], RtpPacket> { [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the 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] 18 | pub fn parse_rtp_packet(input: &[u8]) -> IResult<&[u8], RtpPacket<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:75:12 [INFO] [stderr] | [INFO] [stderr] 75 | input: &[u8], [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 76 | extension: u8, [INFO] [stderr] 77 | ) -> IResult<&[u8], Option> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 77 | ) -> IResult<&[u8], Option>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `rtp-parser` (lib) generated 2 warnings (run `cargo fix --lib -p rtp-parser` to apply 2 suggestions) [INFO] [stderr] warning: `rtp-parser` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rtp_parser-fd61fc4eff54f433) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test parser::tests::parse_csrc_empty ... ok [INFO] [stdout] test parser::tests::parse_csrc_non_empty ... ok [INFO] [stdout] test parser::tests::parse_csrc_not_enough_data ... ok [INFO] [stdout] test parser::tests::parse_header_extension_empty_invalid ... ok [INFO] [stdout] test parser::tests::parse_header_extension_non_empty ... ok [INFO] [stdout] test parser::tests::parse_mpt_all_one ... ok [INFO] [stdout] test parser::tests::parse_mpt_missing_data ... ok [INFO] [stdout] test parser::tests::parse_mpt_all_zero ... ok [INFO] [stdout] test parser::tests::parse_payload_no_padding ... ok [INFO] [stdout] test parser::tests::parse_payload_padding_empty ... ok [INFO] [stdout] test parser::tests::parse_payload_padding_invalid ... ok [INFO] [stdout] test parser::tests::parse_payload_padding_valid_no_payload ... ok [INFO] [stdout] test parser::tests::parse_header_extension_empty_valid ... ok [INFO] [stdout] test parser::tests::parse_payload_padding_valid ... ok [INFO] [stdout] test parser::tests::parse_rtp_packet_csrc ... ok [INFO] [stdout] test parser::tests::parse_vpxcc_all_one ... ok [INFO] [stdout] test parser::tests::parse_rtp_packet_csrc_header_ext ... ok [INFO] [stdout] test parser::tests::parse_vpxcc_missing_data ... ok [INFO] [stdout] test parser::tests::parse_vpxcc_mixed ... ok [INFO] [stdout] test parser::tests::parse_vpxcc_all_zero ... ok [INFO] [stdout] test parser::tests::parse_rtp_packet_padding ... ok [INFO] [stdout] test parser::tests::parse_rtp_packet_header_ext ... ok [INFO] [stdout] test parser::tests::parse_rtp_packet_no_csrc_no_header_extension ... ok [INFO] [stdout] test parser::tests::parse_mpt_mixed ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests rtp_parser [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "49b748112fcbf346124d4e3be791070536c8b309d8f27a2cfeeb7d5892b703a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49b748112fcbf346124d4e3be791070536c8b309d8f27a2cfeeb7d5892b703a1", kill_on_drop: false }` [INFO] [stdout] 49b748112fcbf346124d4e3be791070536c8b309d8f27a2cfeeb7d5892b703a1