Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 482834 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]
net-libs:cvm-0.96:20170709-190328.log
net-libs:cvm-0.96:20170709-190328.log (text/plain), 12.39 KB, created by
Toralf Förster
on 2017-07-09 19:10:08 UTC
(
hide
)
Description:
net-libs:cvm-0.96:20170709-190328.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-07-09 19:10:08 UTC
Size:
12.39 KB
patch
obsolete
> * Package: net-libs/cvm-0.96 > * Repository: gentoo > * Maintainer: robbat2@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux test userland_GNU > * FEATURES: 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/work >>>> Source unpacked in /var/tmp/portage/net-libs/cvm-0.96/work >>>> Preparing source in /var/tmp/portage/net-libs/cvm-0.96/work/cvm-0.96 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-libs/cvm-0.96/work/cvm-0.96 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-libs/cvm-0.96/work/cvm-0.96 ... >make -j1 -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 >module_log.c: In function âcvm_module_log_startupâ: >module_log.c:24:3: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(1, "Starting.\n", 10); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >module_log.c: In function âcvm_module_log_shutdownâ: >module_log.c:29:3: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(1, "Stopping.\n", 10); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >module_log.c: In function âcvm_module_log_requestâ: >module_log.c:59:3: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write(1, buf, ptr-buf); > ^~~~~~~~~~~~~~~~~~~~~~ >./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 >client_xfer_compat.c: In function âwrapperâ: >client_xfer_compat.c:41:39: warning: âsizeofâ on array function parameter âbufferâ will return size of âunsigned char *â [-Wsizeof-array-argument] > memcpy(request.data, buffer, sizeof buffer); > ^~~~~~ >client_xfer_compat.c:31:18: note: declared here > unsigned char buffer[CVM_BUFSIZE], > ^~~~~~ >client_xfer_compat.c:41:39: warning: argument to âsizeofâ in âmemcpyâ call is the same pointer type âunsigned char *â as the destination; expected âunsigned charâ or an explicit length [-Wsizeof-pointer-memaccess] > memcpy(request.data, buffer, sizeof buffer); > ^~~~~~ >client_xfer_compat.c:44:40: warning: âsizeofâ on array function parameter âbufferâ will return size of âunsigned char *â [-Wsizeof-array-argument] > memcpy(buffer, response.data, sizeof buffer); > ^~~~~~ >client_xfer_compat.c:31:18: note: declared here > unsigned char buffer[CVM_BUFSIZE], > ^~~~~~ >client_xfer_compat.c:44:40: warning: argument to âsizeofâ in âmemcpyâ call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] > memcpy(buffer, response.data, sizeof buffer); > ^~~~~~ >./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 >cvm-checkpassword.c: In function âmainâ: >cvm-checkpassword.c:54:15: warning: variable âtokensâ set but not used [-Wunused-but-set-variable] > const char* tokens[2]; > ^~~~~~ >./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 >cvm-qmail.c: In function âcvm_module_lookupâ: >cvm-qmail.c:122:5: warning: ignoring return value of âsetegidâ, declared with attribute warn_unused_result [-Wunused-result] > setegid(user.gid); > ^~~~~~~~~~~~~~~~~ >cvm-qmail.c:123:5: warning: ignoring return value of âseteuidâ, declared with attribute warn_unused_result [-Wunused-result] > seteuid(user.uid); > ^~~~~~~~~~~~~~~~~ >cvm-qmail.c:127:5: warning: ignoring return value of âseteuidâ, declared with attribute warn_unused_result [-Wunused-result] > seteuid(saved_uid); > ^~~~~~~~~~~~~~~~~~ >cvm-qmail.c:128:5: warning: ignoring return value of âsetegidâ, declared with attribute warn_unused_result [-Wunused-result] > setegid(saved_gid); > ^~~~~~~~~~~~~~~~~~ >./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 >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/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/work/cvm-0.96/tests-tmp/home > domain: test.tld > mailbox path: /var/tmp/portage/net-libs/cvm-0.96/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/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/work/cvm-0.96/tests-tmp/home > domain: test.tld > mailbox path: /var/tmp/portage/net-libs/cvm-0.96/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 > * ERROR: net-libs/cvm-0.96::gentoo failed (test phase): > * Testing Failed > * > * Call stack: > * ebuild.sh, line 115: Called src_test > * environment, line 1980: Called die > * The specific snippet of code: > * sh tests.sh || die "Testing Failed" > * > * If you need support, post the output of `emerge --info '=net-libs/cvm-0.96::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-libs/cvm-0.96::gentoo'`. > * The complete build log is located at '/var/log/portage/net-libs:cvm-0.96:20170709-190328.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-libs/cvm-0.96/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-libs/cvm-0.96/temp/environment'. > * Working directory: '/var/tmp/portage/net-libs/cvm-0.96/work/cvm-0.96' > * S: '/var/tmp/portage/net-libs/cvm-0.96/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