Conversation
|
Looks like libxml2/lxml changes affected some test cases. |
|
FWIW the instructions on the manual check (https://github.com/NixOS/nixpkgs/actions/runs/15364814782/job/43236341422?pr=412425#step:6:234) seem to be incorrect and should actually direct people to use |
|
Oh great I've made it worse. |
log |
|
That test failure on aiohttp looks transient to me. |
|
|
@mweinelt I can consistently reproduce the failure (albeit only on a single machine). Everything timing relevant looks to be mocked in that test, so it should not fail. |
|
I managed to build it locally on the first try. x86_64-linux |
|
Tried it on various machines and architectures, but I fail to reproduce. Anything special about the machine where it fails for you? |
I also haven't been able to reproduce it elsewhere. No ideas what could be the issue. |
https://hydra.nixos.org/build/298833701/nixlog/3/tail What I tried: - updating to 0.20.8 doesn't solve the issue (we could still do that easily, e.g. on staging; I just didn't feel like trashing successful binaries for aarch64-darwin) - upgrading to 0.22.1 brings others (2 patches not applying and more problems...)
|
The following PR should unbreak libosinfo in staging-next: #413412 Currently affects gnome/nautilus on staging-next |
|
Following patch seems to fix Detailsdiff --git a/pkgs/pkgs-lib/formats.nix b/pkgs/pkgs-lib/formats.nix
index 0836519c20..fd80205617 100644
--- a/pkgs/pkgs-lib/formats.nix
+++ b/pkgs/pkgs-lib/formats.nix
@@ -504,10 +504,10 @@
generate =
name: value:
pkgs.callPackage (
- { runCommand, remarshal }:
+ { runCommand, remarshal_0_17 }:
runCommand name
{
- nativeBuildInputs = [ remarshal ];
+ nativeBuildInputs = [ remarshal_0_17 ];
value = builtins.toJSON value;
passAsFile = [ "value" ];
preferLocalBuild = true;Tested with Edit: another failure https://hydra.nixos.org/build/300239075/nixlog/3 |
|
Then likely a regression through f80b06e |
|
I think we should just adapt the test output and move on. A newline here doesn't matter for us. cc @Stunkymonkey @h7x4 |
|
|
In the current build approach I couldn't quickly figure out how to patch the source, so I just pushed it into a git branch. We'll surely do it better soon, e.g. by upstream fixing this in 2.29 branch or even releasing 2.29.1.
This fixes the build, maybe after python 3.12 -> 3.13 https://hydra.nixos.org/build/300101866/nixlog/3/tail https://github.com/datalad/datalad/releases/tag/1.1.6 https://github.com/datalad/datalad/releases/tag/1.2.0
|
legacyPackages.aarch64-darwin.python312Packages.adios2 failed after this pr been merged to master. |
|
@qbisi please open an issue, your message will be lost in this dead thread |
This is the first iteration after 25.05 branch-off, and it has more changes than usual.
We ended up including
stagingchanges up to 2025-06-08.Helpful links
https://hydra.nixos.org/job/nixpkgs/staging-next/unstable#tabs-constituents
https://hydra.nixos.org/job/nixos/staging-next-small/tested
https://hydra.nixos.org/jobset/nixpkgs/staging-next
https://hydra.nixos.org/jobset/nixos/staging-next-small
Important breakages
gccon aarch64-darwin, blocking ~1.8k jobsgcc14: 14.2.1.20250322 -> 14.3.0 #410319 (comment)