Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628110 - dev-haskell/threads-0.5.1.4 : Test suite test-threads: FAIL
Summary: dev-haskell/threads-0.5.1.4 : Test suite test-threads: FAIL
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-17 16:14 UTC by Toralf Förster
Modified: 2017-08-18 17:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.99 KB, text/plain)
2017-08-17 16:14 UTC, Toralf Förster
Details
dev-haskell:threads-0.5.1.4:20170817-040115.log (dev-haskell:threads-0.5.1.4:20170817-040115.log,7.22 KB, text/plain)
2017-08-17 16:14 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,391.89 KB, text/plain)
2017-08-17 16:14 UTC, Toralf Förster
Details
environment (environment,109.31 KB, text/plain)
2017-08-17 16:14 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.92 KB, application/x-bzip)
2017-08-17 16:14 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,737 bytes, application/x-bzip)
2017-08-17 16:15 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.25 KB, application/x-bzip)
2017-08-17 16:15 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-08-17 16:14:41 UTC
 Failed  1            1           
 Total   46           46          
Test suite test-threads: FAIL
Test suite logged to: dist/test/threads-0.5.1.4-test-threads.log
0 of 1 test suites (0 of 1 test cases) passed.
 * ERROR: dev-haskell/threads-0.5.1.4::gentoo failed (test phase):

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop-plasma_libressl_20170806-123532

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   jython2.7 (fallback)

java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 7.2.6.11 [icedtea-7]
2)	IcedTea JDK 7.2.6.11 [icedtea-bin-7]
*)	IcedTea JDK 3.5.1 [icedtea-bin-8]
4)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-7 
  [2]   icedtea-bin-7 
  [3]   icedtea-bin-8  system-vm
  [4]   jamvm 

emerge -qpv dev-haskell/threads
[ebuild  N    ] dev-haskell/threads-0.5.1.4  USE="-doc -hscolour -profile {-test}"
Comment 1 Toralf Förster gentoo-dev 2017-08-17 16:14:44 UTC
Created attachment 489406 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-08-17 16:14:47 UTC
Created attachment 489408 [details]
dev-haskell:threads-0.5.1.4:20170817-040115.log
Comment 3 Toralf Förster gentoo-dev 2017-08-17 16:14:51 UTC
Created attachment 489410 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-08-17 16:14:54 UTC
Created attachment 489412 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-08-17 16:14:57 UTC
Created attachment 489414 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-08-17 16:15:00 UTC
Created attachment 489416 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-08-17 16:15:03 UTC
Created attachment 489418 [details]
temp.tbz2
Comment 8 Sergei Trofimovich (RETIRED) gentoo-dev 2017-08-17 21:54:55 UTC
I tried to reproduce it a few times and failure.
Does it fail for you every run?
Can you attach log file if you run
    'strace -olog ./setup test --show-details=streaming'
in $WORKDIR? (hopefully when it fails)
Comment 9 Toralf Förster gentoo-dev 2017-08-18 17:53:13 UTC
(In reply to Sergei Trofimovich from comment #8)
Well, if there's a good place in the ebuild for

      strace -olog ./setup test --show-details=streaming

then I'll script that.