Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249618 Details for
Bug 339801
dev-ruby/ruby-prof fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
ruby-prof-0.9.2:20101005-095725.log (text/plain), 6.48 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-10-05 10:06:17 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-10-05 10:06:17 UTC
Size:
6.48 KB
patch
obsolete
> * Package: dev-ruby/ruby-prof-0.9.2 > * Repository: gentoo > * Maintainer: ruby@gentoo.org > * USE: elibc_glibc kernel_linux ruby_targets_ruby18 ruby_targets_ruby19 test userland_GNU x86 >>>> Unpacking source... > * Running unpack phase for all ... > * Unpacking .gem file... ... > [ ok ] > * Unpacking data.tar.gz ... > [ ok ] >>>> Source unpacked in /var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work >>>> Preparing source in /var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work ... > * Running prepare phase for all ... > * Running source copy phase for ruby18 ... > * Running source copy phase for ruby19 ... > * Running prepare phase for ruby18 ... > * Running prepare phase for ruby19 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work ... > * Running configure phase for ruby18 ... >checking for sys/times.h... yes >checking for rb_os_allocated_objects()... no >checking for rb_gc_allocated_size()... no >checking for rb_gc_collections()... no >checking for rb_gc_time()... no >checking for rb_heap_total_mem()... no >checking for rb_gc_heap_info()... no >checking for rb_gc_malloc_allocations()... no >checking for rb_gc_malloc_allocated_size()... no >creating Makefile > * Running configure phase for ruby19 ... >checking for sys/times.h... yes >checking for rb_os_allocated_objects()... no >checking for rb_gc_allocated_size()... no >checking for rb_gc_collections()... no >checking for rb_gc_time()... no >checking for rb_heap_total_mem()... no >checking for rb_gc_heap_info()... no >checking for rb_gc_malloc_allocations()... no >checking for rb_gc_malloc_allocated_size()... no >creating Makefile >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work ... > * Running compile phase for ruby18 ... >make -j14 -Cext/ruby_prof clean >make: Entering directory `/var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work/ruby18/ruby-prof-0.9.2/ext/ruby_prof' >make: Leaving directory `/var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work/ruby18/ruby-prof-0.9.2/ext/ruby_prof' >make -j14 -Cext/ruby_prof >make: Entering directory `/var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work/ruby18/ruby-prof-0.9.2/ext/ruby_prof' >i686-pc-linux-gnu-gcc -I. -I. -I/usr/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIMES_H -DRUBY_VERSION=187 -D_FILE_OFFSET_BITS=64 -fPIC -O2 -pipe -fno-strict-aliasing -fPIC -c ruby_prof.c >i686-pc-linux-gnu-gcc -shared -o ruby_prof.so ruby_prof.o -L. -L/usr/lib -Wl,-R/usr/lib -L. -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib -L/usr/lib -lruby18 -lrt -ldl -lcrypt -lm -lc >make: Leaving directory `/var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work/ruby18/ruby-prof-0.9.2/ext/ruby_prof' > * Running compile phase for ruby19 ... >make -j14 -Cext/ruby_prof clean >make: Entering directory `/var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work/ruby19/ruby-prof-0.9.2/ext/ruby_prof' >make: Leaving directory `/var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work/ruby19/ruby-prof-0.9.2/ext/ruby_prof' >make -j14 -Cext/ruby_prof >make: Entering directory `/var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work/ruby19/ruby-prof-0.9.2/ext/ruby_prof' >i686-pc-linux-gnu-gcc -I. -I/usr/include/ruby-1.9.1/i686-linux -I/usr/include/ruby-1.9.1/ruby/backward -I/usr/include/ruby-1.9.1 -I. -DHAVE_SYS_TIMES_H -DRUBY_VERSION=192 -D_FILE_OFFSET_BITS=64 -fPIC -O2 -pipe -fno-strict-aliasing -fPIC -o ruby_prof.o -c ruby_prof.c >i686-pc-linux-gnu-gcc -shared -o ruby_prof.so ruby_prof.o -L. -L/usr/lib -Wl,-R/usr/lib -L. -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib -L/usr/lib -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc >make: Leaving directory `/var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work/ruby19/ruby-prof-0.9.2/ext/ruby_prof' > * Running compile phase for all ... >>>> Source compiled. > * Running test phase for ruby18 ... >(in /var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work/ruby18/ruby-prof-0.9.2) >/usr/bin/ruby18 -w -I"lib:lib:ext:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/test_suite.rb" >Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader >Started >..........................F............F........ >Finished in 34.261258 seconds. > > 1) Failure: >test_all_profiles_can_be_created(MultiPrinterTest) [./test/multi_printer_test.rb:58]: ><nil> is not true. > > 2) Failure: >test_stack_can_be_printed(StackPrinterTest) [./test/stack_printer_test.rb:46]: ><nil> is not true. > >48 tests, 456 assertions, 2 failures, 0 errors >rake aborted! >Command failed with status (1): [/usr/bin/ruby18 -w -I"lib:lib:ext:test" "/...] > >(See full trace by running task with --trace) > * ERROR: dev-ruby/ruby-prof-0.9.2 failed: > * tests failed > * > * Call stack: > * ebuild.sh, line 56: Called src_test > * environment, line 3042: Called ruby-ng_src_test > * environment, line 2768: Called _ruby_each_implementation 'each_ruby_test' > * environment, line 470: Called _ruby_invoke_environment 'ruby18' 'each_ruby_test' > * environment, line 499: Called each_ruby_test > * environment, line 1065: Called each_fakegem_test > * environment, line 1038: Called die > * The specific snippet of code: > * ${RUBY} ${rubyflags} -S rake ${RUBY_FAKEGEM_TASK_TEST} || die "tests failed" > * > * If you need support, post the output of 'emerge --info =dev-ruby/ruby-prof-0.9.2', > * the complete build log and the output of 'emerge -pqv =dev-ruby/ruby-prof-0.9.2'. > * The complete build log is located at '/var/log/portage/build/dev-ruby/ruby-prof-0.9.2:20101005-095725.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-ruby/ruby-prof-0.9.2/temp/environment'. > * S: '/var/tmp/portage/dev-ruby/ruby-prof-0.9.2/work/ruby18/ruby-prof-0.9.2' > >>>> Install ruby-prof-0.9.2 into /var/tmp/portage/dev-ruby/ruby-prof-0.9.2/image/ category dev-ruby > * Running install phase for ruby18 ... > * Running install phase for ruby19 ... > * Running install phase for all ... >install: omitting directory `rails/environment' >install: omitting directory `rails/example' > * Running check install phase for ruby18 ... > * Running check install phase for ruby19 ... >>>> Completed installing ruby-prof-0.9.2 into /var/tmp/portage/dev-ruby/ruby-prof-0.9.2/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/lib/ruby/gems/1.9.1/gems/ruby-prof-0.9.2/lib/ruby_prof/ruby_prof.so > usr/lib/ruby/gems/1.8/gems/ruby-prof-0.9.2/lib/ruby_prof/ruby_prof.so > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/lib/ruby/gems/1.9.1/gems/ruby-prof-0.9.2/lib/ruby_prof/ruby_prof.so >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 339801
: 249618