[INFO] fetching crate libsdp 0.1.2... [INFO] checking libsdp-0.1.2 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate libsdp 0.1.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate libsdp 0.1.2 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", 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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a33cdc0e13f84068631ccaf47382fc3542ba18084f38366b1184ffded0843fb3 [INFO] running `Command { std: "docker" "start" "-a" "a33cdc0e13f84068631ccaf47382fc3542ba18084f38366b1184ffded0843fb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a33cdc0e13f84068631ccaf47382fc3542ba18084f38366b1184ffded0843fb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a33cdc0e13f84068631ccaf47382fc3542ba18084f38366b1184ffded0843fb3", kill_on_drop: false }` [INFO] [stdout] a33cdc0e13f84068631ccaf47382fc3542ba18084f38366b1184ffded0843fb3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6fc2855990cb3c0bba010bf8646f073df5033c2c462949d3823d4aaac12e1dd4 [INFO] running `Command { std: "docker" "start" "-a" "6fc2855990cb3c0bba010bf8646f073df5033c2c462949d3823d4aaac12e1dd4", kill_on_drop: false }` [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking tap v1.0.0 [INFO] [stderr] Checking funty v1.1.0 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Checking lexical-core v0.7.4 [INFO] [stderr] Checking bitvec v0.19.4 [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 by `from` [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 by `from` [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 by `from` [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 by `from` [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 by `from` [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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 by `from` [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 by `from` [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 by `from` [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: build failed [INFO] running `Command { std: "docker" "inspect" "6fc2855990cb3c0bba010bf8646f073df5033c2c462949d3823d4aaac12e1dd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fc2855990cb3c0bba010bf8646f073df5033c2c462949d3823d4aaac12e1dd4", kill_on_drop: false }` [INFO] [stdout] 6fc2855990cb3c0bba010bf8646f073df5033c2c462949d3823d4aaac12e1dd4