-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
0.kind: build failureA package fails to buildA package fails to build
Description
Nixpkgs version
- Unstable (26.05)
Steps to reproduce
It fail since 2026-02-14 on x86 and arm64
Can Hydra reproduce this build failure?
Yes, Hydra can reproduce this build failure.
Link to Hydra build job
https://hydra.nixos.org/job/nixos/unstable/nixpkgs.komodo.x86_64-linux
Relevant log output
Compiling komodo_core v1.19.5 (/build/source/bin/core)
error[E0716]: temporary value dropped while borrowed
--> bin/core/src/alert/discord.rs:238:11
|
235 | / if details.is_empty() {
236 | | format_args!("")
237 | | } else {
238 | | format_args!("\n{details}")
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^-
| | | |
| | | temporary value is freed at the end of this statement
| | creates a temporary value which is freed while still in use
239 | | }
| |_________- borrow later used here
|
= note: consider using a `let` binding to create a longer lived value
error[E0716]: temporary value dropped while borrowed
--> bin/core/src/alert/mod.rs:482:11
|
479 | / if details.is_empty() {
480 | | format_args!("")
481 | | } else {
482 | | format_args!("\n{details}")
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^-
| | | |
| | | temporary value is freed at the end of this statement
| | creates a temporary value which is freed while still in use
483 | | }
| |_________- borrow later used here
|
= note: consider using a `let` binding to create a longer lived value
For more information about this error, try `rustc --explain E0716`.
error: could not compile `komodo_core` (bin "core") due to 2 previous errorsAdditional context
No response
System metadata
- system:
"aarch64-linux" - host os:
Linux 6.12.63, NixOS, 26.05 (Yarara), 26.05.20251230.cad22e7 - multi-user?:
yes - sandbox:
yes - version:
nix-env (Nix) 2.31.2+1 - channels(root):
"nixos-26.05pre939624.e6eae2ee2110" - nixpkgs:
/nix/store/lv4kcr2y4b9k4ynhkga157507zxf372b-source
Notify maintainers
Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)
I assert that this issue is relevant for Nixpkgs
- I assert that this is a bug and not a support request.
- I assert that this is not a duplicate of an existing issue.
- I assert that I have read the NixOS Code of Conduct and agree to abide by it.
Is this issue important to you?
Add a 👍 reaction to issues you find important.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: build failureA package fails to buildA package fails to build