Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure: meilisearch #337208

Closed
oluceps opened this issue Aug 25, 2024 · 1 comment · Fixed by #337325
Closed

Build failure: meilisearch #337208

oluceps opened this issue Aug 25, 2024 · 1 comment · Fixed by #337325
Labels
0.kind: build failure A package fails to build

Comments

@oluceps
Copy link
Member

oluceps commented Aug 25, 2024

Steps To Reproduce

Steps to reproduce the behavior:

  1. build X

Build log

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

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.

@oluceps oluceps added the 0.kind: build failure A package fails to build label Aug 25, 2024
@eclairevoyant
Copy link
Contributor

see #332957

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: build failure A package fails to build
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants