[INFO] fetching crate fun 0.0.1...
[INFO] checking fun-0.0.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate fun 0.0.1 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate fun 0.0.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fun 0.0.1
[INFO] finished tweaking crates.io crate fun 0.0.1
[INFO] tweaked toml for crates.io crate fun 0.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ebf4af68d8a1f27fc5473ae788054ca542818ebb00052b219f39f602fb595dd9
[INFO] running `Command { std: "docker" "start" "-a" "ebf4af68d8a1f27fc5473ae788054ca542818ebb00052b219f39f602fb595dd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ebf4af68d8a1f27fc5473ae788054ca542818ebb00052b219f39f602fb595dd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebf4af68d8a1f27fc5473ae788054ca542818ebb00052b219f39f602fb595dd9", kill_on_drop: false }`
[INFO] [stdout] ebf4af68d8a1f27fc5473ae788054ca542818ebb00052b219f39f602fb595dd9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 04953bb7bae23960bdf0e9526f080506aafaae75df06f82fd46262027f86d17e
[INFO] running `Command { std: "docker" "start" "-a" "04953bb7bae23960bdf0e9526f080506aafaae75df06f82fd46262027f86d17e", kill_on_drop: false }`
[INFO] [stderr]     Checking fun v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/data/either.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 |     elim(|&: a| { Ok(a) },
[INFO] [stdout]    |            ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/data/either.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 |     elim(|&: a| { Ok(a) },
[INFO] [stdout]    |            ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/data/maybe.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 |          |&: a| { Option::Some(a) },
[INFO] [stdout]    |            ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/data/maybe.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 |          |&: a| { Option::Some(a) },
[INFO] [stdout]    |            ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Rand` in this scope
[INFO] [stdout]  --> src/data/either.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Rand)]
[INFO] [stdout]   |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Rand` in this scope
[INFO] [stdout]  --> src/data/either.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Rand)]
[INFO] [stdout]   |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/data/either.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Show)]
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/data/either.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Show)]
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Rand` in this scope
[INFO] [stdout]  --> src/data/maybe.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Rand)]
[INFO] [stdout]   |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Rand` in this scope
[INFO] [stdout]  --> src/data/maybe.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Rand)]
[INFO] [stdout]   |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/data/maybe.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Show)]
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]   --> src/data/maybe.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Show)]
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]  --> src/data/void.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Show)]
[INFO] [stdout]   |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]  --> src/data/void.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Show)]
[INFO] [stdout]   |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0403]: the name `A` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout]   --> src/data/either.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl<A, B> Either<A, B> {
[INFO] [stdout]    |      - first use of `A`
[INFO] [stdout] 28 |     #[inline]
[INFO] [stdout] 29 |     pub fn elim<A, B, R, FL, FR>(inl: FL, inr: FR, m: Either<A, B>) -> R where
[INFO] [stdout]    |                 ^ already used
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0403]: the name `A` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout]   --> src/data/either.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl<A, B> Either<A, B> {
[INFO] [stdout]    |      - first use of `A`
[INFO] [stdout] 28 |     #[inline]
[INFO] [stdout] 29 |     pub fn elim<A, B, R, FL, FR>(inl: FL, inr: FR, m: Either<A, B>) -> R where
[INFO] [stdout]    |                 ^ already used
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0403]: the name `B` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout]   --> src/data/either.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl<A, B> Either<A, B> {
[INFO] [stdout]    |         - first use of `B`
[INFO] [stdout] 28 |     #[inline]
[INFO] [stdout] 29 |     pub fn elim<A, B, R, FL, FR>(inl: FL, inr: FR, m: Either<A, B>) -> R where
[INFO] [stdout]    |                    ^ already used
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0403]: the name `B` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout]   --> src/data/either.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl<A, B> Either<A, B> {
[INFO] [stdout]    |         - first use of `B`
[INFO] [stdout] 28 |     #[inline]
[INFO] [stdout] 29 |     pub fn elim<A, B, R, FL, FR>(inl: FL, inr: FR, m: Either<A, B>) -> R where
[INFO] [stdout]    |                    ^ already used
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0403]: the name `A` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout]   --> src/data/maybe.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<A> Maybe<A> {
[INFO] [stdout]    |      - first use of `A`
[INFO] [stdout] 25 |     #[inline]
[INFO] [stdout] 26 |     pub fn elim<A, R, F: Fn(A) -> R>(none: R, some: F, m: Maybe<A>) -> R {
[INFO] [stdout]    |                 ^ already used
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0403]: the name `A` is already used for a generic parameter in this item's generic parameters
[INFO] [stdout]   --> src/data/maybe.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<A> Maybe<A> {
[INFO] [stdout]    |      - first use of `A`
[INFO] [stdout] 25 |     #[inline]
[INFO] [stdout] 26 |     pub fn elim<A, R, F: Fn(A) -> R>(none: R, some: F, m: Maybe<A>) -> R {
[INFO] [stdout]    |                 ^ already used
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout]   --> src/data/void.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 |     unsafe { ::std::intrinsics::unreachable() }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout]   --> src/data/void.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 |     unsafe { ::std::intrinsics::unreachable() }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: expected a `Fn(_)` closure, found `FL`
[INFO] [stdout]   --> src/data/either.rs:33:14
[INFO] [stdout]    |
[INFO] [stdout] 33 |         elim(inl, inr, m)
[INFO] [stdout]    |         ---- ^^^ expected an `Fn(_)` closure, found `FL`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Fn(_)` is implemented for `&_`
[INFO] [stdout]    = help: for that trait implementation, expected `&_`, found `FL`
[INFO] [stdout] note: required by a bound in `either::elim`
[INFO] [stdout]   --> src/data/either.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn elim<A, B, R, FL, FR>(inl: FL, inr: FR, m: Either<A, B>) -> R where
[INFO] [stdout]    |        ---- required by a bound in this function
[INFO] [stdout] 18 |     FL: Fn(A) -> R,
[INFO] [stdout]    |         ^^^^^^^^^^ required by this bound in `elim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: expected a `Fn(_)` closure, found `FL`
[INFO] [stdout]   --> src/data/either.rs:33:14
[INFO] [stdout]    |
[INFO] [stdout] 33 |         elim(inl, inr, m)
[INFO] [stdout]    |         ---- ^^^ expected an `Fn(_)` closure, found `FL`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Fn(_)` is implemented for `&_`
[INFO] [stdout]    = help: for that trait implementation, expected `&_`, found `FL`
[INFO] [stdout] note: required by a bound in `either::elim`
[INFO] [stdout]   --> src/data/either.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn elim<A, B, R, FL, FR>(inl: FL, inr: FR, m: Either<A, B>) -> R where
[INFO] [stdout]    |        ---- required by a bound in this function
[INFO] [stdout] 18 |     FL: Fn(A) -> R,
[INFO] [stdout]    |         ^^^^^^^^^^ required by this bound in `elim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: expected a `Fn(_)` closure, found `FR`
[INFO] [stdout]   --> src/data/either.rs:33:19
[INFO] [stdout]    |
[INFO] [stdout] 33 |         elim(inl, inr, m)
[INFO] [stdout]    |         ----      ^^^ expected an `Fn(_)` closure, found `FR`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Fn(_)` is implemented for `&_`
[INFO] [stdout]    = help: for that trait implementation, expected `&_`, found `FR`
[INFO] [stdout] note: required by a bound in `either::elim`
[INFO] [stdout]   --> src/data/either.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn elim<A, B, R, FL, FR>(inl: FL, inr: FR, m: Either<A, B>) -> R where
[INFO] [stdout]    |        ---- required by a bound in this function
[INFO] [stdout] 18 |     FL: Fn(A) -> R,
[INFO] [stdout] 19 |     FR: Fn(B) -> R,
[INFO] [stdout]    |         ^^^^^^^^^^ required by this bound in `elim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: expected a `Fn(_)` closure, found `FR`
[INFO] [stdout]   --> src/data/either.rs:33:19
[INFO] [stdout]    |
[INFO] [stdout] 33 |         elim(inl, inr, m)
[INFO] [stdout]    |         ----      ^^^ expected an `Fn(_)` closure, found `FR`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Fn(_)` is implemented for `&_`
[INFO] [stdout]    = help: for that trait implementation, expected `&_`, found `FR`
[INFO] [stdout] note: required by a bound in `either::elim`
[INFO] [stdout]   --> src/data/either.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn elim<A, B, R, FL, FR>(inl: FL, inr: FR, m: Either<A, B>) -> R where
[INFO] [stdout]    |        ---- required by a bound in this function
[INFO] [stdout] 18 |     FL: Fn(A) -> R,
[INFO] [stdout] 19 |     FR: Fn(B) -> R,
[INFO] [stdout]    |         ^^^^^^^^^^ required by this bound in `elim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: expected a `Fn(_)` closure, found `F`
[INFO] [stdout]   --> src/data/maybe.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |         elim(none, some, m)
[INFO] [stdout]    |         ----       ^^^^ expected an `Fn(_)` closure, found `F`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Fn(_)` is implemented for `&_`
[INFO] [stdout]    = help: for that trait implementation, expected `&_`, found `F`
[INFO] [stdout] note: required by a bound in `maybe::elim`
[INFO] [stdout]   --> src/data/maybe.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn elim<A, R, F: Fn(A) -> R>(none: R, some: F, m: Maybe<A>) -> R {
[INFO] [stdout]    |                      ^^^^^^^^^^ required by this bound in `elim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: expected a `Fn(_)` closure, found `F`
[INFO] [stdout]   --> src/data/maybe.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |         elim(none, some, m)
[INFO] [stdout]    |         ----       ^^^^ expected an `Fn(_)` closure, found `F`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Fn(_)` is implemented for `&_`
[INFO] [stdout]    = help: for that trait implementation, expected `&_`, found `F`
[INFO] [stdout] note: required by a bound in `maybe::elim`
[INFO] [stdout]   --> src/data/maybe.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn elim<A, R, F: Fn(A) -> R>(none: R, some: F, m: Maybe<A>) -> R {
[INFO] [stdout]    |                      ^^^^^^^^^^ required by this bound in `elim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'fn_traits'
[INFO] [stdout]  --> src/data/pair.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 |     pair.call(x)
[INFO] [stdout]   |          ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
[INFO] [stdout]   = help: add `#![feature(fn_traits)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'fn_traits'
[INFO] [stdout]  --> src/data/pair.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 |     pair.call(x)
[INFO] [stdout]   |          ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
[INFO] [stdout]   = help: add `#![feature(fn_traits)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0403, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0403, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fun` (lib) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `fun` (lib test) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "04953bb7bae23960bdf0e9526f080506aafaae75df06f82fd46262027f86d17e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04953bb7bae23960bdf0e9526f080506aafaae75df06f82fd46262027f86d17e", kill_on_drop: false }`
[INFO] [stdout] 04953bb7bae23960bdf0e9526f080506aafaae75df06f82fd46262027f86d17e
