Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 569552 Details for
Bug 624384
net-libs/cvm-0.96 : 75 tests executed, 2 failures
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log (cvm-0.96-r1, ppc)
cvm-0.96-r1:20190317-222038.log (text/plain), 13.13 KB, created by
ernsteiswuerfel
on 2019-03-17 22:24:59 UTC
(
hide
)
Description:
build.log (cvm-0.96-r1, ppc)
Filename:
MIME Type:
Creator:
ernsteiswuerfel
Created:
2019-03-17 22:24:59 UTC
Size:
13.13 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: net-libs/cvm-0.96-r1 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: robbat2@gentoo.org >[32;01m * [39;49;00mUSE: abi_ppc_32 elibc_glibc kernel_linux ppc test userland_GNU >[32;01m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking cvm-0.96.tar.gz to /var/tmp/portage/net-libs/cvm-0.96-r1/work >>>> Source unpacked in /var/tmp/portage/net-libs/cvm-0.96-r1/work >>>> Preparing source in /var/tmp/portage/net-libs/cvm-0.96-r1/work/cvm-0.96 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-libs/cvm-0.96-r1/work/cvm-0.96 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-libs/cvm-0.96-r1/work/cvm-0.96 ... >make -j34 -l32 -j1 >( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ > echo '#!/bin/sh'; \ > echo 'lib="$1"; shift';\ > echo 'rm -f "$lib"';\ > echo libtool --mode=link --silent $tag `head -n 1 conf-ld` '-o "$lib" -rpath' `head -n 1 conf-lib` -version-info `head -n 1 LIBVERSION` '${1+"$@"}';\ >) >makeshlib >chmod 755 makeshlib >( bgincs=`head -n 1 conf-bgincs`; \ > if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ > echo '#!/bin/sh'; \ > echo 'source=$1; shift'; \ > echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ > echo exec libtool --mode=compile --silent $tag `head -n 1 conf-cc` -I. "-I'${bgincs}'" '-o ${base}.lo -c $source ${1+"$@"}'; \ >) >ltcompile >chmod 755 ltcompile >./ltcompile sasl_auth.c >./ltcompile sasl_authenticate.c >./ltcompile sasl_cram_md5.c >./ltcompile sasl_init.c >./ltcompile sasl_login.c >./ltcompile sasl_plain.c >./ltcompile sasl_start.c >./makeshlib libcvm-sasl.la sasl_auth.lo sasl_authenticate.lo sasl_cram_md5.lo sasl_init.lo sasl_login.lo sasl_plain.lo sasl_start.lo >./ltcompile module_local.c >./ltcompile module_local_main.c >./ltcompile module_request.c >./ltcompile module_output.c >./ltcompile module_log.c >[01m[Kmodule_log.c:[m[K In function â[01m[Kcvm_module_log_startup[m[Kâ: >[01m[Kmodule_log.c:24:3:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kwrite[m[Kâ, declared with attribute warn_unused_result [[01;35m[K-Wunused-result[m[K] > [01;35m[Kwrite(1, "Starting.\n", 10)[m[K; > [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kmodule_log.c:[m[K In function â[01m[Kcvm_module_log_shutdown[m[Kâ: >[01m[Kmodule_log.c:29:3:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kwrite[m[Kâ, declared with attribute warn_unused_result [[01;35m[K-Wunused-result[m[K] > [01;35m[Kwrite(1, "Stopping.\n", 10)[m[K; > [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kmodule_log.c:[m[K In function â[01m[Kcvm_module_log_request[m[Kâ: >[01m[Kmodule_log.c:59:3:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kwrite[m[Kâ, declared with attribute warn_unused_result [[01;35m[K-Wunused-result[m[K] > [01;35m[Kwrite(1, buf, ptr-buf)[m[K; > [01;35m[K^~~~~~~~~~~~~~~~~~~~~~[m[K >./ltcompile facts.c >./makeshlib libcvm-local.la module_local.lo module_local_main.lo module_request.lo module_output.lo module_log.lo facts.lo >./ltcompile sql-auth.c >./ltcompile sql-query.c >./makeshlib libcvm-sql.la sql-auth.lo sql-query.lo >./ltcompile v1client.c >./ltcompile client_domain.c >./ltcompile client_setugid.c >./ltcompile client_setenv.c >./ltcompile client_xfer_command.c >./ltcompile client_xfer_compat.c >[01m[Kclient_xfer_compat.c:[m[K In function â[01m[Kwrapper[m[Kâ: >[01m[Kclient_xfer_compat.c:41:39:[m[K [01;35m[Kwarning: [m[Kâ[01m[Ksizeof[m[Kâ on array function parameter â[01m[Kbuffer[m[Kâ will return size of â[01m[Kunsigned char *[m[Kâ [[01;35m[K-Wsizeof-array-argument[m[K] > memcpy(request.data, buffer, sizeof [01;35m[Kbuffer[m[K); > [01;35m[K^~~~~~[m[K >[01m[Kclient_xfer_compat.c:31:18:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[Kunsigned char buffer[CVM_BUFSIZE][m[K, > [01;36m[K~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~[m[K >[01m[Kclient_xfer_compat.c:44:40:[m[K [01;35m[Kwarning: [m[Kâ[01m[Ksizeof[m[Kâ on array function parameter â[01m[Kbuffer[m[Kâ will return size of â[01m[Kunsigned char *[m[Kâ [[01;35m[K-Wsizeof-array-argument[m[K] > memcpy(buffer, response.data, sizeof [01;35m[Kbuffer[m[K); > [01;35m[K^~~~~~[m[K >[01m[Kclient_xfer_compat.c:31:18:[m[K [01;36m[Knote: [m[Kdeclared here > [01;36m[Kunsigned char buffer[CVM_BUFSIZE][m[K, > [01;36m[K~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~[m[K >./ltcompile client_xfer_local.c >./ltcompile client_xfer_udp.c >./ltcompile errors.c >./makeshlib libcvm-v1client.la v1client.lo client_domain.lo client_setugid.lo client_setenv.lo client_xfer_command.lo client_xfer_compat.lo client_xfer_local.lo client_xfer_udp.lo errors.lo facts.lo >./ltcompile module_udp.c >./ltcompile module_udp_main.c >./makeshlib libcvm-udp.la module_udp.lo module_udp_main.lo module_request.lo module_output.lo module_log.lo facts.lo >./ltcompile v2client.c >./ltcompile v2client_wrappers.c >./ltcompile random.c >./makeshlib libcvm-v2client.la v2client.lo v2client_wrappers.lo client_domain.lo client_setugid.lo client_setenv.lo client_xfer_command.lo client_xfer_compat.lo client_xfer_local.lo client_xfer_udp.lo errors.lo facts.lo random.lo >./ltcompile module_command.c >./ltcompile module_main.c >./makeshlib libcvm-module.la facts.lo module_command.lo module_local.lo module_log.lo module_main.lo module_output.lo module_request.lo module_udp.lo >./ltcompile module_command_main.c >./makeshlib libcvm-command.la module_command.lo module_command_main.lo module_request.lo module_output.lo facts.lo >./ltcompile qmail-domains.c >./ltcompile qmail-dotfile.c >./ltcompile qmail-init.c >./ltcompile qmail-lookup.c >./ltcompile qmail-users.c >./makeshlib libcvm-qmail.la qmail-domains.lo qmail-dotfile.lo qmail-init.lo qmail-lookup.lo qmail-users.lo >( bgincs=`head -n 1 conf-bgincs`; \ > echo '#!/bin/sh'; \ > echo 'source=$1; shift'; \ > echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ > echo exec `head -n 1 conf-cc` -I. "-I'${bgincs}'" '-o ${base}.o -c $source ${1+"$@"}'; \ >) >compile >chmod 755 compile >./compile cvm-v1checkpassword.c >( bglibs=`head -n 1 conf-bglibs`; \ > if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ > echo '#!/bin/sh';\ > echo 'main="$1"; shift';\ > echo exec libtool --mode=link --silent $tag `head -n 1 conf-ld` -L. "-L'${bglibs}'" "-Wl,-R'${bglibs}'" '-o "$main" "$main.o" ${1+"$@"}' -lbg-sysdeps; \ >) >ltload >chmod 755 ltload >( bglibs=`head -n 1 conf-bglibs`; \ > echo '#!/bin/sh';\ > echo 'main="$1"; shift';\ > echo exec `head -n 1 conf-ld` -L. "-L'${bglibs}'" "-Wl,-R'${bglibs}'" '-o "$main" "$main.o" ${1+"$@"}' -lbg-sysdeps; \ >) >load >chmod 755 load >Checking for socket libraries: no >./ltload cvm-v1checkpassword libcvm-v1client.la -lbg `cat socket.lib` >./compile cvm-benchclient.c >./ltload cvm-benchclient libcvm-v2client.la -lbg `cat socket.lib` >./compile sasl-auth-test.c >./ltload sasl-auth-test libcvm-sasl.la libcvm-v2client.la -lbg >./compile cvm-v1benchclient.c >./ltload cvm-v1benchclient libcvm-v1client.la -lbg `cat socket.lib` >./compile cvm-testclient.c >./ltload cvm-testclient libcvm-v2client.la -lbg `cat socket.lib` >./compile cvm-vmailmgr.c >./compile vmautoconvert.c >./compile vmlookup.c >./compile getpwnam.c >Checking for -lcrypt: yes >./ltload cvm-vmailmgr vmautoconvert.o vmlookup.o getpwnam.o libcvm-module.la libcvm-qmail.la -lbg `cat socket.lib` `cat crypt.lib` >./compile sql-query-test.c >./load sql-query-test sql-query.o -lbg >./compile cvm-vmailmgr-local.c >./ltload cvm-vmailmgr-local cvm-vmailmgr.o vmautoconvert.o vmlookup.o getpwnam.o libcvm-local.la libcvm-qmail.la -lbg `cat socket.lib` `cat crypt.lib` >./compile cvm-vmailmgr-udp.c >./ltload cvm-vmailmgr-udp cvm-vmailmgr.o vmautoconvert.o vmlookup.o getpwnam.o libcvm-udp.la libcvm-qmail.la -lbg `cat socket.lib` `cat crypt.lib` >./compile cvm-v1testclient.c >./ltload cvm-v1testclient libcvm-v1client.la -lbg `cat socket.lib` >./compile cvm-chain.c >Checking for -ls: no >./ltload cvm-chain libcvm-module.la libcvm-v2client.la -lbg `cat socket.lib` `cat s.lib` >./compile cvm-checkpassword.c >./ltload cvm-checkpassword libcvm-v2client.la -lbg `cat socket.lib` >./compile cvm-unix.c >Checking for -lshadow: no >./ltload cvm-unix getpwnam.o libcvm-module.la -lbg `cat crypt.lib` `cat shadow.lib` `cat s.lib` `cat socket.lib` >./compile cvm-qmail.c >[01m[Kcvm-qmail.c:[m[K In function â[01m[Kcvm_module_lookup[m[Kâ: >[01m[Kcvm-qmail.c:122:5:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Ksetegid[m[Kâ, declared with attribute warn_unused_result [[01;35m[K-Wunused-result[m[K] > [01;35m[Ksetegid(user.gid)[m[K; > [01;35m[K^~~~~~~~~~~~~~~~~[m[K >[01m[Kcvm-qmail.c:123:5:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kseteuid[m[Kâ, declared with attribute warn_unused_result [[01;35m[K-Wunused-result[m[K] > [01;35m[Kseteuid(user.uid)[m[K; > [01;35m[K^~~~~~~~~~~~~~~~~[m[K >[01m[Kcvm-qmail.c:127:5:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kseteuid[m[Kâ, declared with attribute warn_unused_result [[01;35m[K-Wunused-result[m[K] > [01;35m[Kseteuid(saved_uid)[m[K; > [01;35m[K^~~~~~~~~~~~~~~~~~[m[K >[01m[Kcvm-qmail.c:128:5:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Ksetegid[m[Kâ, declared with attribute warn_unused_result [[01;35m[K-Wunused-result[m[K] > [01;35m[Ksetegid(saved_gid)[m[K; > [01;35m[K^~~~~~~~~~~~~~~~~~[m[K >./ltload cvm-qmail getpwnam.o libcvm-module.la libcvm-qmail.la -lbg `cat crypt.lib` >./compile cvm-pwfile.c >./ltload cvm-pwfile libcvm-module.la -lbg -lpwcmp `cat crypt.lib` `cat socket.lib` >>>> Source compiled. >>>> Test phase: net-libs/cvm-0.96-r1 >Test tests/vmailmgr-xconvert failed: >@@ -1,27 +1,27 @@ > user name: virt > user ID: 250 > group ID: 250 > real name: (null) > directory: /var/tmp/portage/net-libs/cvm-0.96-r1/work/cvm-0.96/tests-tmp/home/virt > shell: (null) > group name: (null) > system user name: user > system directory: /var/tmp/portage/net-libs/cvm-0.96-r1/work/cvm-0.96/tests-tmp/home > domain: test.tld > mailbox path: /var/tmp/portage/net-libs/cvm-0.96-r1/work/cvm-0.96/tests-tmp/home/virt > > user name: virt > user ID: 250 > group ID: 250 > real name: (null) > directory: /var/tmp/portage/net-libs/cvm-0.96-r1/work/cvm-0.96/tests-tmp/home/virt > shell: (null) > group name: (null) > system user name: user > system directory: /var/tmp/portage/net-libs/cvm-0.96-r1/work/cvm-0.96/tests-tmp/home > domain: test.tld > mailbox path: /var/tmp/portage/net-libs/cvm-0.96-r1/work/cvm-0.96/tests-tmp/home/virt > >-0000000: 020a 0108 0100 2430 2470 6173 7300 2e2f ......$0$pass../ >-0000010: 7669 7274 0000 002d 002d 002d 002d 0031 virt...-.-.-.-.1 >-0000020: 3031 3637 3331 3335 3800 2d00 016731358.-. >+00000000: 020a 0108 0100 2430 2470 6173 7300 2e2f ......$0$pass../ >+00000010: 7669 7274 0000 002d 002d 002d 002d 0031 virt...-.-.-.-.1 >+00000020: 3031 3637 3331 3335 3800 2d00 016731358.-. > >Test tests/sqlite failed: >@@ -1,25 +1,5 @@ >-user name: sluser >-user ID: 123 >-group ID: 456 >-real name: realname >-directory: /home/sluser >-shell: /bin/false >-group name: (null) >-system user name: (null) >-system directory: (null) >-domain: >-mailbox path: (null) >+cvm-testclient: Authentication failed, error #4 (Input/Output error) > >-cvm-testclient: Authentication failed, error #100 (Credentials rejected) >+cvm-testclient: Authentication failed, error #4 (Input/Output error) > >-user name: sluser >-user ID: 234 >-group ID: 567 >-real name: sluser2 >-directory: /home/sluser2 >-shell: /bin/true >-group name: (null) >-system user name: (null) >-system directory: (null) >-domain: domain >-mailbox path: (null) >+cvm-testclient: Authentication failed, error #4 (Input/Output error) > >75 tests executed, 2 failures > [31;01m*[0m ERROR: net-libs/cvm-0.96-r1::gentoo failed (test phase): > [31;01m*[0m Testing Failed > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 124: Called src_test > [31;01m*[0m environment, line 1090: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m sh tests.sh || die "Testing Failed" > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=net-libs/cvm-0.96-r1::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=net-libs/cvm-0.96-r1::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/log/portage/build/net-libs/cvm-0.96-r1:20190317-222038.log'. > [31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/net-libs/cvm-0.96-r1/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/net-libs/cvm-0.96-r1/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/net-libs/cvm-0.96-r1/work/cvm-0.96' > [31;01m*[0m S: '/var/tmp/portage/net-libs/cvm-0.96-r1/work/cvm-0.96'
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 624384
:
482826
|
482828
|
482830
|
482832
|
482834
|
482836
| 569552