[INFO] fetching crate libsdp 0.1.2... [INFO] checking libsdp-0.1.2 against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] extracting crate libsdp 0.1.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate libsdp 0.1.2 on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libsdp 0.1.2 [INFO] finished tweaking crates.io crate libsdp 0.1.2 [INFO] tweaked toml for crates.io crate libsdp 0.1.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 36a0b0cb27e79ea5afb492cc50058dee073e9cf2a3c22ca8554af5080f877066 [INFO] running `Command { std: "docker" "start" "-a" "36a0b0cb27e79ea5afb492cc50058dee073e9cf2a3c22ca8554af5080f877066", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "36a0b0cb27e79ea5afb492cc50058dee073e9cf2a3c22ca8554af5080f877066", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36a0b0cb27e79ea5afb492cc50058dee073e9cf2a3c22ca8554af5080f877066", kill_on_drop: false }` [INFO] [stdout] 36a0b0cb27e79ea5afb492cc50058dee073e9cf2a3c22ca8554af5080f877066 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd248da6dcfcf620bfc9a2b66b24958b98207cd82dc9acda08d836b268869c46 [INFO] running `Command { std: "docker" "start" "-a" "dd248da6dcfcf620bfc9a2b66b24958b98207cd82dc9acda08d836b268869c46", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Checking bitvec v0.19.5 [INFO] [stderr] Checking libsdp v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `nom::Err>` [INFO] [stdout] --> src/media/parse.rs:47:55 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn parse_media(input: &[u8]) -> IResult<&[u8], SdpMedia> { [INFO] [stdout] | ------------------------ expected `nom::Err>` because of this [INFO] [stdout] ... [INFO] [stdout] 47 | let (input, formats) = parse_attribute_list(input)?; [INFO] [stdout] | ^ the trait `From>` is not implemented for `nom::Err>` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(&[u8], media::SdpMedia), nom::Err>>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `nom::Err>` [INFO] [stdout] --> src/media/parse.rs:47:55 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn parse_media(input: &[u8]) -> IResult<&[u8], SdpMedia> { [INFO] [stdout] | ------------------------ expected `nom::Err>` because of this [INFO] [stdout] ... [INFO] [stdout] 47 | let (input, formats) = parse_attribute_list(input)?; [INFO] [stdout] | ^ the trait `From>` is not implemented for `nom::Err>` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(&[u8], media::SdpMedia), nom::Err>>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `nom::Err>` [INFO] [stdout] --> src/offer.rs:23:61 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn parse_sdp_offer(input: &[u8]) -> IResult<&[u8], SdpOffer> { [INFO] [stdout] | ------------------------ expected `nom::Err>` because of this [INFO] [stdout] ... [INFO] [stdout] 23 | let (input, optional) = parse_optional_attributes(input)?; [INFO] [stdout] | ^ the trait `From>` is not implemented for `nom::Err>` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(&[u8], SdpOffer), nom::Err>>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `nom::Err>` [INFO] [stdout] --> src/offer.rs:24:61 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn parse_sdp_offer(input: &[u8]) -> IResult<&[u8], SdpOffer> { [INFO] [stdout] | ------------------------ expected `nom::Err>` because of this [INFO] [stdout] ... [INFO] [stdout] 24 | let (input, attributes) = parse_global_attributes(input)?; [INFO] [stdout] | ^ the trait `From>` is not implemented for `nom::Err>` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(&[u8], SdpOffer), nom::Err>>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `nom::Err>` [INFO] [stdout] --> src/offer.rs:23:61 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn parse_sdp_offer(input: &[u8]) -> IResult<&[u8], SdpOffer> { [INFO] [stdout] | ------------------------ expected `nom::Err>` because of this [INFO] [stdout] ... [INFO] [stdout] 23 | let (input, optional) = parse_optional_attributes(input)?; [INFO] [stdout] | ^ the trait `From>` is not implemented for `nom::Err>` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(&[u8], SdpOffer), nom::Err>>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `nom::Err>` [INFO] [stdout] --> src/offer.rs:25:50 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn parse_sdp_offer(input: &[u8]) -> IResult<&[u8], SdpOffer> { [INFO] [stdout] | ------------------------ expected `nom::Err>` because of this [INFO] [stdout] ... [INFO] [stdout] 25 | let (input, media) = parse_media_lines(input)?; [INFO] [stdout] | ^ the trait `From>` is not implemented for `nom::Err>` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(&[u8], SdpOffer), nom::Err>>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `nom::Err>` [INFO] [stdout] --> src/offer.rs:24:61 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn parse_sdp_offer(input: &[u8]) -> IResult<&[u8], SdpOffer> { [INFO] [stdout] | ------------------------ expected `nom::Err>` because of this [INFO] [stdout] ... [INFO] [stdout] 24 | let (input, attributes) = parse_global_attributes(input)?; [INFO] [stdout] | ^ the trait `From>` is not implemented for `nom::Err>` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(&[u8], SdpOffer), nom::Err>>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `nom::Err>` [INFO] [stdout] --> src/offer.rs:25:50 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn parse_sdp_offer(input: &[u8]) -> IResult<&[u8], SdpOffer> { [INFO] [stdout] | ------------------------ expected `nom::Err>` because of this [INFO] [stdout] ... [INFO] [stdout] 25 | let (input, media) = parse_media_lines(input)?; [INFO] [stdout] | ^ the trait `From>` is not implemented for `nom::Err>` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(&[u8], SdpOffer), nom::Err>>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `libsdp` due to 5 previous errors [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "dd248da6dcfcf620bfc9a2b66b24958b98207cd82dc9acda08d836b268869c46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd248da6dcfcf620bfc9a2b66b24958b98207cd82dc9acda08d836b268869c46", kill_on_drop: false }` [INFO] [stdout] dd248da6dcfcf620bfc9a2b66b24958b98207cd82dc9acda08d836b268869c46