Nixpkgs version
Steps to reproduce
Attempt to build with
services.postgresql = {
enable = true;
package = pkgs.postgresql_17;
extensions = ps:
with ps; [
pgvector
vectorchord
]
};
Can Hydra reproduce this build failure?
Yes, Hydra can reproduce this build failure.
Link to Hydra build job
https://hydra.nixos.org/build/302441513
Relevant log output
warning: the feature `select_unpredictable` has been stable since 1.88.0 and no longer requires an attribute to enable
--> crates/simd/src/lib.rs:18:12
|
18 | #![feature(select_unpredictable)]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
warning: the feature `slice_as_chunks` has been stable since 1.88.0 and no longer requires an attribute to enable
--> crates/simd/src/lib.rs:17:12
|
17 | #![feature(slice_as_chunks)]
| ^^^^^^^^^^^^^^^
error[E0599]: no method named `select_unpredictable` found for type `bool` in the current scope
--> crates/simd/src/rotate.rs:40:60
|
40 | slice[i][j] ^= ((bits[i] & (1 << j)) != 0).select_unpredictable(0x80000000, 0);
| ^^^^^^^^^^^^^^^^^^^^ method not found in `bool`
error[E0599]: no method named `select_unpredictable` found for type `bool` in the current scope
--> crates/simd/src/rotate.rs:44:57
|
44 | remainder[j] ^= ((bits[n] & (1 << j)) != 0).select_unpredictable(0x80000000, 0);
| ^^^^^^^^^^^^^^^^^^^^ method not found in `bool`
For more information about this error, try `rustc --explain E0599`.
Additional context
No response
System metadata
- system:
"x86_64-linux"
- host os:
Linux 6.15.5, NixOS, 25.11 (Xantusia), 25.11.20250714.62e0f05
- multi-user?:
yes
- sandbox:
yes
- version:
nix-env (Nix) 2.28.4
- nixpkgs:
/nix/store/n8gf8yr0571s1ld4nr6dmk143iv3rvmh-source
Notify maintainers
@diogotcorreia
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
Is this issue important to you?
Add a 👍 reaction to issues you find important.
Nixpkgs version
Steps to reproduce
Attempt to build with
Can Hydra reproduce this build failure?
Yes, Hydra can reproduce this build failure.
Link to Hydra build job
https://hydra.nixos.org/build/302441513
Relevant log output
Additional context
No response
System metadata
"x86_64-linux"Linux 6.15.5, NixOS, 25.11 (Xantusia), 25.11.20250714.62e0f05yesyesnix-env (Nix) 2.28.4/nix/store/n8gf8yr0571s1ld4nr6dmk143iv3rvmh-sourceNotify maintainers
@diogotcorreia
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
Is this issue important to you?
Add a 👍 reaction to issues you find important.