Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 495278 Details for
Bug 631348
dev-libs/hiredis-0.13.3 : Connection error: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-libs:hiredis-0.13.3:20170918-202826.log
dev-libs:hiredis-0.13.3:20170918-202826.log (text/plain), 6.26 KB, created by
Toralf Förster
on 2017-09-18 20:47:01 UTC
(
hide
)
Description:
dev-libs:hiredis-0.13.3:20170918-202826.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-09-18 20:47:01 UTC
Size:
6.26 KB
patch
obsolete
> * Package: dev-libs/hiredis-0.13.3 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux test userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking hiredis-0.13.3.tar.gz to /var/tmp/portage/dev-libs/hiredis-0.13.3/work >>>> Source unpacked in /var/tmp/portage/dev-libs/hiredis-0.13.3/work >>>> Preparing source in /var/tmp/portage/dev-libs/hiredis-0.13.3/work/hiredis-0.13.3 ... > * Applying hiredis-0.13.3-disable-network-tests.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/hiredis-0.13.3/work/hiredis-0.13.3 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/hiredis-0.13.3/work/hiredis-0.13.3 ... >make -j1 AR=x86_64-pc-linux-gnu-ar CC=x86_64-pc-linux-gnu-gcc PREFIX=/usr LIBRARY_PATH=lib64 ARCH= DEBUG= OPTIMIZATION= dynamic static hiredis.pc >x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -fPIC -O2 -pipe -march=native -Wall -Wall -W -Wstrict-prototypes -Wwrite-strings net.c >x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -fPIC -O2 -pipe -march=native -Wall -Wall -W -Wstrict-prototypes -Wwrite-strings hiredis.c >x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -fPIC -O2 -pipe -march=native -Wall -Wall -W -Wstrict-prototypes -Wwrite-strings sds.c >x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -fPIC -O2 -pipe -march=native -Wall -Wall -W -Wstrict-prototypes -Wwrite-strings async.c >x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -fPIC -O2 -pipe -march=native -Wall -Wall -W -Wstrict-prototypes -Wwrite-strings read.c >x86_64-pc-linux-gnu-gcc -shared -Wl,-soname,libhiredis.so.0.13 -o libhiredis.so -Wl,-O1 -Wl,--as-needed net.o hiredis.o sds.o async.o read.o >ar rcs libhiredis.a net.o hiredis.o sds.o async.o read.o >Generating hiredis.pc for pkgconfig... >>>> Source compiled. >>>> Test phase: dev-libs/hiredis-0.13.3 >make -j1 AR=x86_64-pc-linux-gnu-ar CC=x86_64-pc-linux-gnu-gcc PREFIX=/usr LIBRARY_PATH=lib64 ARCH= DEBUG= OPTIMIZATION= hiredis-test >x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -fPIC -O2 -pipe -march=native -Wall -Wall -W -Wstrict-prototypes -Wwrite-strings test.c >test.c:547:13: warning: âtest_invalid_timeout_errorsâ defined but not used [-Wunused-function] > static void test_invalid_timeout_errors(struct config config) { > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >test.c:229:13: warning: âtest_append_formatted_commandsâ defined but not used [-Wunused-function] > static void test_append_formatted_commands(struct config config) { > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -fPIC -O2 -pipe -march=native -Wall -Wall -W -Wstrict-prototypes -Wwrite-strings -o hiredis-test -Wl,-O1 -Wl,--as-needed test.o libhiredis.a >12637:C 18 Sep 22:28:32.196 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo >12637:C 18 Sep 22:28:32.197 # Redis version=4.0.1, bits=64, commit=00000000, modified=0, pid=12637, just started >12637:C 18 Sep 22:28:32.197 # Configuration loaded >#01 Format command without interpolation: PASSED >#02 Format command with %s string interpolation: PASSED >#03 Format command with %s and an empty string: PASSED >#04 Format command with an empty string in between proper interpolations: PASSED >#05 Format command with %b string interpolation: PASSED >#06 Format command with %b and an empty string: PASSED >#07 Format command with literal %: PASSED >#08 Format command with printf-delegation (int): PASSED >#09 Format command with printf-delegation (char): PASSED >#10 Format command with printf-delegation (short): PASSED >#11 Format command with printf-delegation (long): PASSED >#12 Format command with printf-delegation (long long): PASSED >#13 Format command with printf-delegation (unsigned int): PASSED >#14 Format command with printf-delegation (unsigned char): PASSED >#15 Format command with printf-delegation (unsigned short): PASSED >#16 Format command with printf-delegation (unsigned long): PASSED >#17 Format command with printf-delegation (unsigned long long): PASSED >#18 Format command with printf-delegation (float): PASSED >#19 Format command with printf-delegation (double): PASSED >#20 Format command with invalid printf format: PASSED >#21 Format command by passing argc/argv without lengths: PASSED >#22 Format command by passing argc/argv with lengths: PASSED >#23 Error handling in reply parser: PASSED >#24 Memory cleanup in reply parser: PASSED >#25 Set error on nested multi bulks with depth > 7: PASSED >#26 Works with NULL functions for reply: PASSED >#27 Works when a single newline (\r\n) covers two calls to feed: PASSED >#28 Don't reset state after protocol error: PASSED >#29 Don't do empty allocation for empty multi bulk: PASSED >#30 Returns error when the port is not open: PASSED >#31 Returns error when the unix socket path doesn't accept connections: PASSED >#32 Don't fail when redisFree is passed a NULL value: PASSED >#33 Don't fail when freeReplyObject is passed a NULL value: PASSED > >Testing against Unix socket connection (/var/tmp/portage/dev-libs/hiredis-0.13.3/temp/hiredis.sock): >Connection error: No such file or directory >/var/tmp/portage/dev-libs/hiredis-0.13.3/temp/environment: line 979: /var/tmp/portage/dev-libs/hiredis-0.13.3/temp/hiredis.pid: No such file or directory >/var/tmp/portage/dev-libs/hiredis-0.13.3/temp/environment: line 979: kill: `': not a pid or valid job spec > * ERROR: dev-libs/hiredis-0.13.3::gentoo failed (test phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 115: Called src_test > * environment, line 979: Called die > * The specific snippet of code: > * kill "$(<"${REDIS_PID}")" || die; > * > * If you need support, post the output of `emerge --info '=dev-libs/hiredis-0.13.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-libs/hiredis-0.13.3::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-libs:hiredis-0.13.3:20170918-202826.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/hiredis-0.13.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-libs/hiredis-0.13.3/temp/environment'. > * Working directory: '/var/tmp/portage/dev-libs/hiredis-0.13.3/work/hiredis-0.13.3' > * S: '/var/tmp/portage/dev-libs/hiredis-0.13.3/work/hiredis-0.13.3' > * Failed to kill pid(s) in '/sys/fs/cgroup/portage/dev-libs:hiredis-0.13.3.r03d76e9/cgroup.procs': 12646
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 631348
:
495276
| 495278 |
495280
|
495282
|
495284
|
495286