[INFO] fetching crate chasa-recover 0.1.0... [INFO] checking chasa-recover-0.1.0 against try#b6bca0d7327839b5e3f7a7779947cb9113d08917+rustflags=-Zstrict-projection-item-bounds for 150662-leaf [INFO] extracting crate chasa-recover 0.1.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate chasa-recover 0.1.0 [INFO] finished tweaking crates.io crate chasa-recover 0.1.0 [INFO] tweaked toml for crates.io crate chasa-recover 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate chasa-recover 0.1.0 on toolchain b6bca0d7327839b5e3f7a7779947cb9113d08917 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate chasa-recover 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb87e9f7dec24a5160527ea8bab18d83f835c55645687ad4a96a603ef3a789a8 [INFO] running `Command { std: "docker" "start" "-a" "bb87e9f7dec24a5160527ea8bab18d83f835c55645687ad4a96a603ef3a789a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb87e9f7dec24a5160527ea8bab18d83f835c55645687ad4a96a603ef3a789a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb87e9f7dec24a5160527ea8bab18d83f835c55645687ad4a96a603ef3a789a8", kill_on_drop: false }` [INFO] [stdout] bb87e9f7dec24a5160527ea8bab18d83f835c55645687ad4a96a603ef3a789a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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 -Zstrict-projection-item-bounds" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9118bdbecc63ea0a117447095acf6e7ec73fe9a280c8d57bdf2d173061eaf35a [INFO] running `Command { std: "docker" "start" "-a" "9118bdbecc63ea0a117447095acf6e7ec73fe9a280c8d57bdf2d173061eaf35a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Checking copy-range v0.1.1 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Compiling reborrow-generic-derive v0.1.0 [INFO] [stderr] Checking reborrow-generic v0.1.1 [INFO] [stderr] Checking chasa-recover v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0275]: overflow evaluating the requirement `In<'short, I, E, L>: Rbd<'_>` [INFO] [stdout] --> src/input.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(reborrow_generic::Reborrow)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`chasa_recover`) [INFO] [stdout] = note: required for `In<'short, I, E, L>` to implement `Rbd<'_>` [INFO] [stdout] = note: 128 redundant requirements hidden [INFO] [stdout] = note: required for `In<'short, I, E, L>` to implement `Rbd<'short>` [INFO] [stdout] note: required by a bound in `reborrow_generic::Reborrow::Target` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/reborrow-generic-0.1.1/src/lib.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | type Target<'short>: Reborrowed<'short> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ required by this bound in `Reborrow::Target` [INFO] [stdout] = note: this error originates in the derive macro `reborrow_generic::Reborrow` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `input::In<'short, I, E, L>: Rbd<'_>` [INFO] [stdout] --> src/input.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(reborrow_generic::Reborrow)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`chasa_recover`) [INFO] [stdout] = note: required for `input::In<'short, I, E, L>` to implement `Rbd<'_>` [INFO] [stdout] = note: 128 redundant requirements hidden [INFO] [stdout] = note: required for `input::In<'short, I, E, L>` to implement `Rbd<'short>` [INFO] [stdout] note: required by a bound in `reborrow_generic::Reborrow::Target` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/reborrow-generic-0.1.1/src/lib.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | type Target<'short>: Reborrowed<'short> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ required by this bound in `Reborrow::Target` [INFO] [stdout] = note: this error originates in the derive macro `reborrow_generic::Reborrow` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] error: could not compile `chasa-recover` (lib) due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `chasa-recover` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "9118bdbecc63ea0a117447095acf6e7ec73fe9a280c8d57bdf2d173061eaf35a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9118bdbecc63ea0a117447095acf6e7ec73fe9a280c8d57bdf2d173061eaf35a", kill_on_drop: false }` [INFO] [stdout] 9118bdbecc63ea0a117447095acf6e7ec73fe9a280c8d57bdf2d173061eaf35a