NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.38k stars 13.6k forks source link

xapian tests fail #298828

Open sbourdeauducq opened 5 months ago

sbourdeauducq commented 5 months ago

Describe the bug

Running test: ioblock1... FAILED                                  
FAIL: unittest
========================================
1 of 4 tests failed
Please report to https://xapian.org/bugs
========================================
make[4]: *** [Makefile:1076: check-TESTS] Error 1
make[4]: Leaving directory '/build/xapian-core-1.4.24/tests'
make[3]: *** [Makefile:1202: check-am] Error 2
make[3]: Leaving directory '/build/xapian-core-1.4.24/tests'
make[2]: *** [Makefile:1204: check] Error 2
make[2]: Leaving directory '/build/xapian-core-1.4.24/tests'
make[1]: *** [Makefile:3518: check-recursive] Error 1
make[1]: Leaving directory '/build/xapian-core-1.4.24'
make: *** [Makefile:3814: check] Error 2
error: builder for '/nix/store/qcvsrmq38bsr4js72slr78d56bj26074-xapian-1.4.24.drv' failed with exit code 2;
       last 10 log lines:

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix-build -A xapian (without substituter)

Additional context

nixpkgs f389216cf54c95d8071cb98a36ccf8f94485e585 release-23.11

Notify maintainers

@matthiasbeyer

matthiasbeyer commented 5 months ago

When I nix build .#xapian --offline --rebuild as of ea37b82acd5737fa9f250f1452afafc3903ba4f7 I get:

error: hash mismatch in fixed-output derivation '/nix/store/5jrd75v747s76s16zxk59384xfcjqn58-bash-5.2.tar.gz.drv':                                                                                                  
         specified: sha256-oTnBZt9/9EccXgczBRZC7lVWwcyKSnjxRVg8XIGrMvs=                                                                                                                                             
            got:    sha256-0ofL38Lr0XXVdJAbqpJb2oCQelqqUmG2z6JLdIRjUkE=                                                                                                                                             
error: 1 dependencies of derivation '/nix/store/1fvk81nk6b0zvcrn14whs2c3zn9pbq0q-bash-5.2p26.drv' failed to build                                                                                                   
error: 1 dependencies of derivation '/nix/store/nhjzpkf3mp8cana2769sapgkyviyrb1w-bash-5.2p26.drv' failed to build                                                                                                   
error: 1 dependencies of derivation '/nix/store/rx8nvf07w150qpnj2b33fvrvli61xk6j-bash-5.2p26.drv' failed to build                                                                                                   
error: 1 dependencies of derivation '/nix/store/vkz515grgl3dakz3n8qc7zz2ww3yaljk-bash-5.2p26.drv' failed to build                                                                                                   
error (ignored): error: cannot unlink '/tmp/nix-build-perl-5.38.2.drv-0/perl-5.38.2': Directory not empty                                                                                                           
error: 1 dependencies of derivation '/nix/store/6g8pm5l0g8y05sqia9d0j1xdvdif2avk-autoconf-2.72.tar.xz.drv' failed to build                                                                                          
error: 1 dependencies of derivation '/nix/store/p5y13bnrsb3vjl66m7dq8mvdlwikfmgm-automake-1.16.5.tar.xz.drv' failed to build                                                                                        
error: 1 dependencies of derivation '/nix/store/pb22q0s864syfqrzv22clvkvv933mfma-gnum4-1.4.19.drv' failed to build                                                                                                  
error: 1 dependencies of derivation '/nix/store/q6s4pv3ck6qrhzilcwll41jpvsl14dbk-install-shell-files.drv' failed to build                                                                                           
error: 1 dependencies of derivation '/nix/store/rkxzihjaskwm8b598575awyq388v9b8h-libtool-2.4.7.drv' failed to build                                                                                                 
error: 1 dependencies of derivation '/nix/store/ix0fw97g0qrlsdalpvwxvybbnmnciwpf-linux-pam-1.6.0.drv' failed to build                                                                                               
error: 1 dependencies of derivation '/nix/store/jvx31y3f5pal2clcvh0lwym3d7iy8nr5-autoreconf-hook.drv' failed to build                                                                                               
error: 1 dependencies of derivation '/nix/store/p86l093gmrzhci3h4ac13j1b04xb2zl1-xapian-1.4.25.drv' failed to build 
matthiasbeyer commented 5 months ago

Cannot reproduce as of 7623f5857661c9a779950a33389f3a71b249e5d1