[INFO] fetching crate libsdp 0.1.2... [INFO] testing libsdp-0.1.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate libsdp 0.1.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate libsdp 0.1.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 15441f967fc1199d3f0d7773807acf2d1c0dfb635b36d1fd8d229ce94beca99a [INFO] running `Command { std: "docker" "start" "-a" "15441f967fc1199d3f0d7773807acf2d1c0dfb635b36d1fd8d229ce94beca99a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15441f967fc1199d3f0d7773807acf2d1c0dfb635b36d1fd8d229ce94beca99a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15441f967fc1199d3f0d7773807acf2d1c0dfb635b36d1fd8d229ce94beca99a", kill_on_drop: false }` [INFO] [stdout] 15441f967fc1199d3f0d7773807acf2d1c0dfb635b36d1fd8d229ce94beca99a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 932a108f8f2ade68f934c66c1905fc894e2cbf16e7091d7981be7c7841d7a8dd [INFO] running `Command { std: "docker" "start" "-a" "932a108f8f2ade68f934c66c1905fc894e2cbf16e7091d7981be7c7841d7a8dd", kill_on_drop: false }` [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Compiling bitvec v0.19.6 [INFO] [stderr] Compiling 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] [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] [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] [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] [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] running `Command { std: "docker" "inspect" "932a108f8f2ade68f934c66c1905fc894e2cbf16e7091d7981be7c7841d7a8dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "932a108f8f2ade68f934c66c1905fc894e2cbf16e7091d7981be7c7841d7a8dd", kill_on_drop: false }` [INFO] [stdout] 932a108f8f2ade68f934c66c1905fc894e2cbf16e7091d7981be7c7841d7a8dd