[INFO] fetching crate listinfo 0.4.3... [INFO] checking listinfo-0.4.3 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate listinfo 0.4.3 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate listinfo 0.4.3 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate listinfo 0.4.3 [INFO] finished tweaking crates.io crate listinfo 0.4.3 [INFO] tweaked toml for crates.io crate listinfo 0.4.3 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af1050e44e73e812dee4da757142a8d27fcee1b5c19d5772702717cd59dadcd7 [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" "af1050e44e73e812dee4da757142a8d27fcee1b5c19d5772702717cd59dadcd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af1050e44e73e812dee4da757142a8d27fcee1b5c19d5772702717cd59dadcd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af1050e44e73e812dee4da757142a8d27fcee1b5c19d5772702717cd59dadcd7", kill_on_drop: false }` [INFO] [stdout] af1050e44e73e812dee4da757142a8d27fcee1b5c19d5772702717cd59dadcd7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ce6b27487613b1cad6e2994d007e5056409bef4d308e0713101f1be6ec3d511 [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" "1ce6b27487613b1cad6e2994d007e5056409bef4d308e0713101f1be6ec3d511", kill_on_drop: false }` [INFO] [stderr] Compiling radium v0.5.1 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking funty v1.0.1 [INFO] [stderr] Checking tap v1.0.0 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling nom v6.0.0-alpha3 [INFO] [stderr] Checking bitvec v0.19.3 [INFO] [stderr] Checking listinfo v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::Error` [INFO] [stdout] --> src/parse.rs:111:73 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn parse_document<'a>(input: &'a str) -> Result, Error> { [INFO] [stdout] | ------------------------------ expected `error::Error` because of this [INFO] [stdout] 111 | let (_, fragments) = complete(many1(parse_fragment_internal))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::Error` [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] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::Error` [INFO] [stdout] --> src/parse.rs:125:55 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn parse_fragment<'a, 'b>(input: &'a str) -> Result<(&'a str, EntryFragment<'a>), Error> { [INFO] [stdout] | ------------------------------------------- expected `error::Error` because of this [INFO] [stdout] 125 | let (_, fragment) = parse_fragment_internal(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::Error` [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] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 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 `listinfo` [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 `error::Error` [INFO] [stdout] --> src/parse.rs:111:73 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn parse_document<'a>(input: &'a str) -> Result, Error> { [INFO] [stdout] | ------------------------------ expected `error::Error` because of this [INFO] [stdout] 111 | let (_, fragments) = complete(many1(parse_fragment_internal))(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::Error` [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] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `error::Error` [INFO] [stdout] --> src/parse.rs:125:55 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn parse_fragment<'a, 'b>(input: &'a str) -> Result<(&'a str, EntryFragment<'a>), Error> { [INFO] [stdout] | ------------------------------------------- expected `error::Error` because of this [INFO] [stdout] 125 | let (_, fragment) = parse_fragment_internal(input)?; [INFO] [stdout] | ^ the trait `From>>` is not implemented for `error::Error` [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] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 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" "1ce6b27487613b1cad6e2994d007e5056409bef4d308e0713101f1be6ec3d511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ce6b27487613b1cad6e2994d007e5056409bef4d308e0713101f1be6ec3d511", kill_on_drop: false }` [INFO] [stdout] 1ce6b27487613b1cad6e2994d007e5056409bef4d308e0713101f1be6ec3d511