You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: builder for '/nix/store/q6wg8k0ig499mmqhy452gs8c96nn48zc-meilisearch-1.9.0.drv' failed with exit code 101;
last 25 log lines:
> Compiling actix-web-codegen v4.2.0
> Compiling tempfile v3.10.1
> Compiling bincode v1.3.3
> Compiling time v0.3.34
> Compiling gemm-common v0.17.1
> Compiling kstring v2.0.0
> Compiling irg-kvariants v0.1.0
> Compiling itertools v0.11.0
> error[E0282]: type annotations needed for `Box<_>`
> --> /build/cargo-vendor-dir/time-0.3.34/src/format_description/parse/mod.rs:83:9
> |
> 83 | let items = format_items
> | ^^^^^
> ...
> 86 | Ok(items.into())
> | ---- type must be known at this point
> |
> help: consider giving `items` an explicit type, where the placeholders `_` are specified
> |
> 83 | let items: Box<_> = format_items
> | ++++++++
>
> For more information about this error, try `rustc --explain E0282`.
> error: could not compile `time` (lib) due to 1 previous error
> warning: build failed, waiting for other jobs to finish...
For full logs, run 'nix log /nix/store/q6wg8k0ig499mmqhy452gs8c96nn48zc-meilisearch-1.9.0.drv'.
error: 1 dependencies of derivation '/nix/store/w77dplh87rhy52jcf3kchcr19gc1qhvn-unit-meilisearch.service.drv' failed to build
error: 1 dependencies of derivation '/nix/store/gzijk1ffvyhygwnzk412k797fl91pfiz-system-units.drv' failed to build
error: 1 dependencies of derivation '/nix/store/g15dhd643rza23n12damd3h5dgal3l7i-etc-json.drv' failed to build
error: 1 dependencies of derivation '/nix/store/inkjzhw01phpzzc0fcmgbmawszjkkimr-etc.drv' failed to build
error: 1 dependencies of derivation '/nix/store/619dssd8sb0my13zasql9yjnbdwsggyz-nixos-system-hastur-24.11.20240824.9edd5dd.drv' failed to build
Steps To Reproduce
Steps to reproduce the behavior:
Build log
Additional context
Add any other context about the problem here.
Notify maintainers
@happysalada
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.nixos-unstable-small
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: