NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.39k stars 14.34k forks source link

error: 1 dependencies of derivation '/nix/store/6ca96cgyld0zpa3knanmwab2z444c5i1-git-annex-10.20220724.drv' failed to build #189296

Closed xkix closed 8 months ago

xkix commented 2 years ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix-env -iA nixpkgs.git-annex

Build log

This failure can be reproduced by running:
> recheck (Size 3) (Seed 8846378510726182700 3703892287562748139) Identical output as Blaze

Use '--hedgehog-replay "Size 3 Seed 8846378510726182700 3703892287562748139"' to reproduce.

Use -p '/Identical output as Blaze/' to rerun this test only.
  Unit tests
Encoding an empty builder returns an empty builder: OK

1 out of 3 tests failed (0.56s)
Test suite tests: FAIL
Test suite logged to: dist/test/bsb-http-chunked-0.0.0.4-tests.log
1 of 2 test suites (1 of 2 test cases) passed.
error: builder for '/nix/store/5h78lmj0qaq25hrq3nahwcidkgfcw3sh-bsb-http-chunked-0.0.0.4.drv' failed with exit code 1
error: 1 dependencies of derivation '/nix/store/vbqq8dr9izdrcasc984sja6d4r00lk5a-warp-3.3.21.drv' failed to build
error: 1 dependencies of derivation '/nix/store/6ca96cgyld0zpa3knanmwab2z444c5i1-git-annex-10.20220724.drv' failed to build

Notify maintainers

Peter Simons simons@cryp.to Roosembert (Roosemberth) Palacios roosembert.palacios+nixpkgs@posteo.ch

Metadata

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
- system: `"i686-linux"`
 - host os: `Linux 4.4.0-210-generic, Ubuntu, 16.04.7 LTS (Xenial Xerus), nobuild`
 - multi-user?: `no`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.10.3`
 - channels(some1): `"nixpkgs"`
 - nixpkgs: `/home/some1/.nix-defexpr/channels/nixpkgs`
milahu commented 2 years ago

so, a test is failing for pkgs.haskellPackages.bsb-http-chunked

upstream: https://hackage.haskell.org/package/bsb-http-chunked

nixpkgs: development/haskell-modules/hackage-packages.nix

{
  "bsb-http-chunked" = callPackage
    ({ mkDerivation, attoparsec, base, blaze-builder, bytestring
     , deepseq, doctest, gauge, hedgehog, semigroups, tasty
     , tasty-hedgehog, tasty-hunit
     }:
     mkDerivation {
       pname = "bsb-http-chunked";
       version = "0.0.0.4";
       sha256 = "0z0f18yc6zlwh29c6175ivfcin325lvi4irpvv0n3cmq7vi0k0ql";
       revision = "3";
       editedCabalFile = "15hg352id2f4x0dnvv47bdiz6gv5hp5a2mki9yzmhc7ajpk31mdd";
       libraryHaskellDepends = [ base bytestring ];
       testHaskellDepends = [
         attoparsec base blaze-builder bytestring doctest hedgehog tasty
         tasty-hedgehog tasty-hunit
       ];
       benchmarkHaskellDepends = [
         base blaze-builder bytestring deepseq gauge semigroups
       ];
       description = "Chunked HTTP transfer encoding for bytestring builders";
       license = lib.licenses.bsd3;
     }) {};
domenkozar commented 8 months ago

no longer the case

domenkozar commented 8 months ago

no longer the case