[INFO] fetching crate eat-nom 0.1.5... [INFO] checking eat-nom-0.1.5 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate eat-nom 0.1.5 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate eat-nom 0.1.5 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 eat-nom 0.1.5 [INFO] finished tweaking crates.io crate eat-nom 0.1.5 [INFO] tweaked toml for crates.io crate eat-nom 0.1.5 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] [stdout] 1d2b8ac97f7a5c945423ab933860075088b3ce1aef3970e4db45e0cccdc1cdea [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1d2b8ac97f7a5c945423ab933860075088b3ce1aef3970e4db45e0cccdc1cdea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d2b8ac97f7a5c945423ab933860075088b3ce1aef3970e4db45e0cccdc1cdea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d2b8ac97f7a5c945423ab933860075088b3ce1aef3970e4db45e0cccdc1cdea", kill_on_drop: false }` [INFO] [stdout] 1d2b8ac97f7a5c945423ab933860075088b3ce1aef3970e4db45e0cccdc1cdea [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] [stdout] 8b24665c1aadedd1cbdaaa47e89a0aba88b3109cbd45e0a720730cb3c21fea67 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8b24665c1aadedd1cbdaaa47e89a0aba88b3109cbd45e0a720730cb3c21fea67", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Checking eat-nom v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/error.rs:85:50 [INFO] [stdout] | [INFO] [stdout] 80 | fn test_until_eof_ok() -> EatResult<()> { [INFO] [stdout] | ------------- expected `error::ErrorKind` because of this [INFO] [stdout] ... [INFO] [stdout] 85 | let (x, y) = until_eof("hello, worldeof")?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn parse_ip(input: &str) -> EatResult { [INFO] [stdout] | ----------------- expected `error::ErrorKind` because of this [INFO] [stdout] 26 | let (_, out) = ip(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn parse_ip(input: &str) -> EatResult { [INFO] [stdout] | ----------------- expected `error::ErrorKind` because of this [INFO] [stdout] 26 | let (_, out) = ip(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:45:67 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn parse_ip_mask<'a>(input: &'a str, concat: &'a str) -> EatResult<(IpAddr, IpAddr)> { [INFO] [stdout] | --------------------------- expected `error::ErrorKind` because of this [INFO] [stdout] 45 | let (_, (ip, _, mask)) = tuple((ip, tag(concat), mask))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:45:67 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn parse_ip_mask<'a>(input: &'a str, concat: &'a str) -> EatResult<(IpAddr, IpAddr)> { [INFO] [stdout] | --------------------------- expected `error::ErrorKind` because of this [INFO] [stdout] 45 | let (_, (ip, _, mask)) = tuple((ip, tag(concat), mask))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:53:81 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn parse_ip_mask_opt(input: &str) -> EatResult<(IpAddr, IpAddr)> { [INFO] [stdout] | --------------------------- expected `error::ErrorKind` because of this [INFO] [stdout] 52 | let (_, (ip, _, mask)) = [INFO] [stdout] 53 | tuple((ip, alt((tag("/"), tag("-"), tag(" "), tag("\\"))), mask))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:60:67 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn parse_ip_range<'a>(input: &'a str, concat: &'a str) -> EatResult> { [INFO] [stdout] | ------------------------ expected `error::ErrorKind` because of this [INFO] [stdout] 60 | let (_, (start, _, end)) = tuple((ip, tag(concat), ip))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:53:81 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn parse_ip_mask_opt(input: &str) -> EatResult<(IpAddr, IpAddr)> { [INFO] [stdout] | --------------------------- expected `error::ErrorKind` because of this [INFO] [stdout] 52 | let (_, (ip, _, mask)) = [INFO] [stdout] 53 | tuple((ip, alt((tag("/"), tag("-"), tag(" "), tag("\\"))), mask))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:60:67 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn parse_ip_range<'a>(input: &'a str, concat: &'a str) -> EatResult> { [INFO] [stdout] | ------------------------ expected `error::ErrorKind` because of this [INFO] [stdout] 60 | let (_, (start, _, end)) = tuple((ip, tag(concat), ip))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:68:79 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn parse_ip_range_opt(input: &str) -> EatResult> { [INFO] [stdout] | ------------------------ expected `error::ErrorKind` because of this [INFO] [stdout] 67 | let (_, (start, _, end)) = [INFO] [stdout] 68 | tuple((ip, alt((tag("/"), tag("-"), tag(" "), tag("\\"))), ip))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:68:79 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn parse_ip_range_opt(input: &str) -> EatResult> { [INFO] [stdout] | ------------------------ expected `error::ErrorKind` because of this [INFO] [stdout] 67 | let (_, (start, _, end)) = [INFO] [stdout] 68 | tuple((ip, alt((tag("/"), tag("-"), tag(" "), tag("\\"))), ip))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:75:69 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn parse_ip_cidr<'a>(input: &'a str, concat: &'a str) -> EatResult<(IpAddr, usize)> { [INFO] [stdout] | -------------------------- expected `error::ErrorKind` because of this [INFO] [stdout] 75 | let (_, (ip, _, cidr)) = tuple((ip, tag(concat), digit1))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:75:69 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn parse_ip_cidr<'a>(input: &'a str, concat: &'a str) -> EatResult<(IpAddr, usize)> { [INFO] [stdout] | -------------------------- expected `error::ErrorKind` because of this [INFO] [stdout] 75 | let (_, (ip, _, cidr)) = tuple((ip, tag(concat), digit1))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:83:83 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn parse_ip_cidr_opt(input: &str) -> EatResult<(IpAddr, usize)> { [INFO] [stdout] | -------------------------- expected `error::ErrorKind` because of this [INFO] [stdout] 82 | let (_, (ip, _, cidr)) = [INFO] [stdout] 83 | tuple((ip, alt((tag("/"), tag("-"), tag(" "), tag("\\"))), digit1))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::ErrorKind` [INFO] [stdout] --> src/ip.rs:83:83 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn parse_ip_cidr_opt(input: &str) -> EatResult<(IpAddr, usize)> { [INFO] [stdout] | -------------------------- expected `error::ErrorKind` because of this [INFO] [stdout] 82 | let (_, (ip, _, cidr)) = [INFO] [stdout] 83 | tuple((ip, alt((tag("/"), tag("-"), tag(" "), tag("\\"))), digit1))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::ErrorKind` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 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 `eat-nom` [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8b24665c1aadedd1cbdaaa47e89a0aba88b3109cbd45e0a720730cb3c21fea67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b24665c1aadedd1cbdaaa47e89a0aba88b3109cbd45e0a720730cb3c21fea67", kill_on_drop: false }` [INFO] [stdout] 8b24665c1aadedd1cbdaaa47e89a0aba88b3109cbd45e0a720730cb3c21fea67