Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 216042 Details for
Bug 300508
app-misc/beanstalkd fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
beanstalkd-1.4.3:20100110-155805.log (text/plain), 9.19 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-01-11 00:07:07 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-01-11 00:07:07 UTC
Size:
9.19 KB
patch
obsolete
> * CPV: app-misc/beanstalkd-1.4.3 > * REPO: gentoo > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking beanstalkd-1.4.3.tar.gz to /var/tmp/portage/app-misc/beanstalkd-1.4.3/work >>>> Source unpacked in /var/tmp/portage/app-misc/beanstalkd-1.4.3/work >>>> Compiling source in /var/tmp/portage/app-misc/beanstalkd-1.4.3/work/beanstalkd-1.4.3 ... >./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/crossdev/include/site/linux >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether to enable maintainer-specific portions of Makefiles... no >checking for style of include used by make... GNU >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether i686-pc-linux-gnu-gcc accepts -g... yes >checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking dependency style of i686-pc-linux-gnu-gcc... none >checking for supported compiler flags... -Wall -Werror >checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking dependency style of i686-pc-linux-gnu-gcc... (cached) none >checking if compiler supports -R... no >checking if compiler supports -Wl,-rpath,... yes >checking libevent install prefix... /usr >checking for posix_fallocate... yes >checking for fdatasync... yes >checking for bind in -lsocket... no >checking for inet_aton in -lnsl... yes >checking for event_get_version in -levent... yes >checking for event_reinit in -levent... yes >checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for uint16_t... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating config.h >config.status: executing depfiles commands >make -j14 >make all-am >make[1]: Entering directory `/var/tmp/portage/app-misc/beanstalkd-1.4.3/work/beanstalkd-1.4.3' >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o beanstalkd.o beanstalkd.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o binlog.o binlog.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o conn.o conn.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o job.o job.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o ms.o ms.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o net.o net.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o port.o port.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o pq.o pq.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o primes.o primes.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o prot.o prot.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o tube.o tube.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o util.o util.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Werror -I/usr/include -Wl,-O1 -L/usr/lib -Wl,-rpath,/usr/lib -o beanstalkd beanstalkd.o binlog.o conn.o job.o ms.o net.o port.o pq.o primes.o prot.o tube.o util.o -levent -levent -levent -lnsl >make[1]: Leaving directory `/var/tmp/portage/app-misc/beanstalkd-1.4.3/work/beanstalkd-1.4.3' >>>> Source compiled. >>>> Test phase [check]: app-misc/beanstalkd-1.4.3 >make -j14 -j1 check >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o cutgen.o cutgen.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Werror -I/usr/include -Wl,-O1 -L/usr/lib -Wl,-rpath,/usr/lib -o cutgen cutgen.o -levent -levent -levent -lnsl >mkdir -p tests >./cutgen -o tests/cutcheck.c ./tests/test_job.c ./tests/test_pq.c > - parsing './tests/test_job.c'... done. > - parsing './tests/test_pq.c'... done. >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o tests/cutcheck.o tests/cutcheck.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o cut.o cut.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o tests/test_job.o tests/test_job.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -Werror -I/usr/include -c -o tests/test_pq.o tests/test_pq.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Werror -I/usr/include -Wl,-O1 -L/usr/lib -Wl,-rpath,/usr/lib -o tests/cutcheck tests/cutcheck.o cut.o binlog.o conn.o job.o ms.o net.o port.o pq.o primes.o prot.o tube.o util.o tests/test_job.o tests/test_pq.o -levent -levent -levent -lnsl >tests/cutcheck > > 0.......... 10... > >13 tests; 0 failures; 0 errors. >./check.sh ./sh-tests/*.{commands,sh} >./sh-tests/delete_ready.commands >./sh-tests/multi-tube.commands >./sh-tests/no_negative_delays.commands >./sh-tests/omit-time-left.commands >./sh-tests/pause-tube.commands >37,88d36 >< RESERVED 1 1 >< 1 >< DELETED >< PAUSED >< OK 251 >< --- >< name: default >< current-jobs-urgent: 1 >< current-jobs-ready: 1 >< current-jobs-reserved: 0 >< current-jobs-delayed: 0 >< current-jobs-buried: 0 >< total-jobs: 2 >< current-using: 1 >< current-watching: 1 >< current-waiting: 0 >< cmd-pause-tube: 3 >< pause: 3 >< pause-time-left: 2 >< >< OK 131 >< id: 2 >< tube: default >< state: ready >< pri: 0 >< age: 1 >< delay: 1 >< ttr: 1 >< time-left: 0 >< reserves: 0 >< timeouts: 0 >< releases: 0 >< buries: 0 >< kicks: 0 >< >< RESERVED 2 1 >< 2 >< OK 134 >< id: 2 >< tube: default >< state: reserved >< pri: 0 >< age: 4 >< delay: 1 >< ttr: 1 >< time-left: 0 >< reserves: 1 >< timeouts: 0 >< releases: 0 >< buries: 0 >< kicks: 0 >< >FAIL: ./sh-tests/pause-tube.commands >make: *** [check-shell] Error 1 > * ERROR: app-misc/beanstalkd-1.4.3 failed: > * Make check failed. See above for details. > * > * Call stack: > * ebuild.sh, line 54: Called src_test > * environment, line 2461: Called _eapi0_src_test > * ebuild.sh, line 619: Called die > * The specific snippet of code: > * hasq test $FEATURES && die "Make check failed. See above for details." > * > * If you need support, post the output of 'emerge --info =app-misc/beanstalkd-1.4.3', > * the complete build log and the output of 'emerge -pqv =app-misc/beanstalkd-1.4.3'. > * The complete build log is located at '/var/log/portage/build/app-misc/beanstalkd-1.4.3:20100110-155805.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-misc/beanstalkd-1.4.3/temp/environment'. > * S: '/var/tmp/portage/app-misc/beanstalkd-1.4.3/work/beanstalkd-1.4.3' > >>>> Install beanstalkd-1.4.3 into /var/tmp/portage/app-misc/beanstalkd-1.4.3/image/ category app-misc >make -j14 DESTDIR=/var/tmp/portage/app-misc/beanstalkd-1.4.3/image/ install >make[1]: Entering directory `/var/tmp/portage/app-misc/beanstalkd-1.4.3/work/beanstalkd-1.4.3' >test -z "/usr/bin" || /bin/mkdir -p "/var/tmp/portage/app-misc/beanstalkd-1.4.3/image//usr/bin" >test -z "/usr/share/doc/beanstalkd" || /bin/mkdir -p "/var/tmp/portage/app-misc/beanstalkd-1.4.3/image//usr/share/doc/beanstalkd" >test -z "/usr/share/man/man1" || /bin/mkdir -p "/var/tmp/portage/app-misc/beanstalkd-1.4.3/image//usr/share/man/man1" > /usr/bin/install -c -m 644 doc/protocol.txt '/var/tmp/portage/app-misc/beanstalkd-1.4.3/image//usr/share/doc/beanstalkd' > /usr/bin/install -c beanstalkd '/var/tmp/portage/app-misc/beanstalkd-1.4.3/image//usr/bin' > /usr/bin/install -c -m 644 doc/beanstalkd.1 '/var/tmp/portage/app-misc/beanstalkd-1.4.3/image//usr/share/man/man1' >make[1]: Leaving directory `/var/tmp/portage/app-misc/beanstalkd-1.4.3/work/beanstalkd-1.4.3' >>>> Completed installing beanstalkd-1.4.3 into /var/tmp/portage/app-misc/beanstalkd-1.4.3/image/ > > * Tinderbox QA Warning! Misplaced documentation >/usr/share/doc/beanstalkd > * Tinderbox QA Warning (end)! Misplaced documentation >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/bin/beanstalkd > * Removing /usr/share/doc > * Removing /usr/share/info >Merge of app-misc/beanstalkd-1.4.3 at 2010-01-10T15:58:05+00:00 >failed >tinderbox_qa_warn
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 300508
: 216042