Source: haskell-aeson
Version: 2.1.2.1-4
Severity: serious
Tags: ftbfs
Forwarded: https://github.com/haskell/aeson/issues/1060

https://buildd.debian.org/status/logs.php?pkg=haskell-aeson&ver=2.1.2.1-4

...
  JSONTestSuite
    i_number_double_huge_neg_exp.json
      decode:                                      OK (0.02s)
      decode via tokens:                           OK (0.01s)
      tokens bs:                                   OK
      tokens lbs:                                  OK (0.02s)
    i_number_huge_exp.json
      decode:                                      FAIL (0.02s)
        Test output was different from 
'tests/JSONTestSuite/results/i_number_huge_exp.txt'. Output of 
["diff","-u","tests/JSONTestSuite/results/i_number_huge_exp.txt","/tmp/i_number_huge_exp19725-4.actual"]:
        --- tests/JSONTestSuite/results/i_number_huge_exp.txt   2001-09-09 
01:46:40.000000000 +0000
        +++ /tmp/i_number_huge_exp19725-4.actual        2023-10-05 
18:40:15.167808595 +0000
        @@ -1 +1 @@
        -Right (Array [Number 4.0e-30000000995])
        +Right (Array [Number 4.0e64770077])
        
        Use -p '$0=="tests.JSONTestSuite.i_number_huge_exp.json.decode"' to 
rerun this test only.
      decode via tokens:                           FAIL (0.02s)
        Test output was different from 
'tests/JSONTestSuite/results/i_number_huge_exp.txt'. Output of 
["diff","-u","tests/JSONTestSuite/results/i_number_huge_exp.txt","/tmp/i_number_huge_exp19725-5.actual"]:
        --- tests/JSONTestSuite/results/i_number_huge_exp.txt   2001-09-09 
01:46:40.000000000 +0000
        +++ /tmp/i_number_huge_exp19725-5.actual        2023-10-05 
18:40:15.199808343 +0000
        @@ -1 +1 @@
        -Right (Array [Number 4.0e-30000000995])
        +Right (Array [Number 4.0e64770077])
        
        Use -p '/i_number_huge_exp.json.decode via tokens/' to rerun this test 
only.
      tokens bs:                                   FAIL (0.04s)
        Test output was different from 
'tests/JSONTestSuite/results/i_number_huge_exp.tok'. Output of 
["diff","-u","tests/JSONTestSuite/results/i_number_huge_exp.tok","/tmp/i_number_huge_exp19725-6.actual"]:
        --- tests/JSONTestSuite/results/i_number_huge_exp.tok   2001-09-09 
01:46:40.000000000 +0000
        +++ /tmp/i_number_huge_exp19725-6.actual        2023-10-05 
18:40:15.219808186 +0000
        @@ -1,4 +1,4 @@
         TkArrayOpen
         TkItem
        -TkNumber NumScientific 4.0e-30000000995
        +TkNumber NumScientific 4.0e64770077
         TkArrayEnd
        
        Use -p '/i_number_huge_exp.json.tokens bs/' to rerun this test only.
      tokens lbs:                                  FAIL (0.01s)
        Test output was different from 
'tests/JSONTestSuite/results/i_number_huge_exp.tok'. Output of 
["diff","-u","tests/JSONTestSuite/results/i_number_huge_exp.tok","/tmp/i_number_huge_exp19725-7.actual"]:
        --- tests/JSONTestSuite/results/i_number_huge_exp.tok   2001-09-09 
01:46:40.000000000 +0000
        +++ /tmp/i_number_huge_exp19725-7.actual        2023-10-05 
18:40:15.251807934 +0000
        @@ -1,4 +1,4 @@
         TkArrayOpen
         TkItem
        -TkNumber NumScientific 4.0e-30000000995
        +TkNumber NumScientific 4.0e64770077
         TkArrayEnd
        
        Use -p '/i_number_huge_exp.json.tokens lbs/' to rerun this test only.
...
4 out of 1611 tests failed (29.36s)
Test suite aeson-tests: FAIL

Reply via email to