[INFO] fetching crate libsdp 0.1.2... [INFO] checking libsdp-0.1.2 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate libsdp 0.1.2 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate libsdp 0.1.2 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "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-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e22bdfe55ddebd030d36bb085c76a9bab7705240dd6f8220d074cc47d84d2c1 [INFO] running `Command { std: "docker" "start" "-a" "0e22bdfe55ddebd030d36bb085c76a9bab7705240dd6f8220d074cc47d84d2c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e22bdfe55ddebd030d36bb085c76a9bab7705240dd6f8220d074cc47d84d2c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e22bdfe55ddebd030d36bb085c76a9bab7705240dd6f8220d074cc47d84d2c1", kill_on_drop: false }` [INFO] [stdout] 0e22bdfe55ddebd030d36bb085c76a9bab7705240dd6f8220d074cc47d84d2c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad9af880052bf6cd2aee370d4fb90df51d3fced3240d5cc6bc85ca3f0839380d [INFO] running `Command { std: "docker" "start" "-a" "ad9af880052bf6cd2aee370d4fb90df51d3fced3240d5cc6bc85ca3f0839380d", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking funty v1.1.0 [INFO] [stderr] Checking bitflags v1.2.1 [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: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: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: 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] [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] [stderr] error: could not compile `libsdp` due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: build failed [INFO] running `Command { std: "docker" "inspect" "ad9af880052bf6cd2aee370d4fb90df51d3fced3240d5cc6bc85ca3f0839380d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad9af880052bf6cd2aee370d4fb90df51d3fced3240d5cc6bc85ca3f0839380d", kill_on_drop: false }` [INFO] [stdout] ad9af880052bf6cd2aee370d4fb90df51d3fced3240d5cc6bc85ca3f0839380d