[INFO] fetching crate parze 0.7.3... [INFO] checking parze-0.7.3 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate parze 0.7.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate parze 0.7.3 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate parze 0.7.3 [INFO] finished tweaking crates.io crate parze 0.7.3 [INFO] tweaked toml for crates.io crate parze 0.7.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate parze 0.7.3 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded parze-declare v0.2.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8f826d5ca9b403b8be6f399ca3b607354185dc5517d079be56b64b0c34b7c134 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "8f826d5ca9b403b8be6f399ca3b607354185dc5517d079be56b64b0c34b7c134"` [INFO] [stderr] Compiling parze-declare v0.2.0 [INFO] [stderr] Checking pom v3.0.2 [INFO] [stderr] Checking parze v0.7.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fail.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 6 | impl Fail { [INFO] [stderr] | - expected type parameter [INFO] [stderr] ... [INFO] [stderr] 15 | pub fn map_err(self, f: impl Fn(E) -> G) -> Fail { [INFO] [stderr] | - found type parameter [INFO] [stderr] 16 | Self(self.0, f(self.1)) [INFO] [stderr] | ^^^^^^^^^ expected type parameter `E`, found type parameter `G` [INFO] [stderr] | [INFO] [stderr] = note: expected type parameter `E` [INFO] [stderr] found type parameter `G` [INFO] [stderr] = note: a type parameter was expected, but a different one was found; you might be missing a type parameter or trait bound [INFO] [stderr] = note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fail.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 6 | impl Fail { [INFO] [stderr] | - found type parameter [INFO] [stderr] ... [INFO] [stderr] 15 | pub fn map_err(self, f: impl Fn(E) -> G) -> Fail { [INFO] [stderr] | - expected type parameter ------- expected `fail::Fail` because of return type [INFO] [stderr] 16 | Self(self.0, f(self.1)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter `G`, found type parameter `E` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `fail::Fail` [INFO] [stderr] found struct `fail::Fail` [INFO] [stderr] = note: a type parameter was expected, but a different one was found; you might be missing a type parameter or trait bound [INFO] [stderr] = note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `parze`. [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[E0308]: mismatched types [INFO] [stderr] --> src/fail.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 6 | impl Fail { [INFO] [stderr] | - expected type parameter [INFO] [stderr] ... [INFO] [stderr] 15 | pub fn map_err(self, f: impl Fn(E) -> G) -> Fail { [INFO] [stderr] | - found type parameter [INFO] [stderr] 16 | Self(self.0, f(self.1)) [INFO] [stderr] | ^^^^^^^^^ expected type parameter `E`, found type parameter `G` [INFO] [stderr] | [INFO] [stderr] = note: expected type parameter `E` [INFO] [stderr] found type parameter `G` [INFO] [stderr] = note: a type parameter was expected, but a different one was found; you might be missing a type parameter or trait bound [INFO] [stderr] = note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/fail.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 6 | impl Fail { [INFO] [stderr] | - found type parameter [INFO] [stderr] ... [INFO] [stderr] 15 | pub fn map_err(self, f: impl Fn(E) -> G) -> Fail { [INFO] [stderr] | - expected type parameter ------- expected `fail::Fail` because of return type [INFO] [stderr] 16 | Self(self.0, f(self.1)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter `G`, found type parameter `E` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `fail::Fail` [INFO] [stderr] found struct `fail::Fail` [INFO] [stderr] = note: a type parameter was expected, but a different one was found; you might be missing a type parameter or trait bound [INFO] [stderr] = note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `parze`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8f826d5ca9b403b8be6f399ca3b607354185dc5517d079be56b64b0c34b7c134"` [INFO] running `"docker" "rm" "-f" "8f826d5ca9b403b8be6f399ca3b607354185dc5517d079be56b64b0c34b7c134"` [INFO] [stdout] 8f826d5ca9b403b8be6f399ca3b607354185dc5517d079be56b64b0c34b7c134