I encountered the following error while installing. I have a ubuntu 16.04 machine and I followed the installtioin instruction from here. ''' [ok]: slave fails full sync and diskless load swapdb recovers it
Logged warnings (pid 28196): (none)
Logged warnings (pid 28196): (none)
[exception]: Executing test client: tail: cannot open '+31' for reading: No such file or directory. tail: cannot open '+31' for reading: No such file or directory while executing "exec tail +$from_line < $stdout" (procedure "wait_for_log_message" line 5) invoked from within "wait_for_log_message -1 "Loading DB in memory" $loglines 2000 1" ("uplevel" body line 43) invoked from within "uplevel 1 $code " (procedure "start_server" line 3) invoked from within "start_server {} { set master [srv 0 client] set master_host [srv 0 host] set master_port [srv 0 port]
..."
("uplevel" body line 5)
invoked from within
"uplevel 1 $code " (procedure "start_server" line 3) invoked from within "start_server {tags {"repl"}} { set replica [srv 0 client] set replica_host [srv 0 host] set replica_port [srv 0 port] ..." ("uplevel" body line 2) invoked from within "uplevel 1 $code" (procedure "test" line 47) invoked from within "test {diskless loading short read} { start_server {tags {"repl"}} { set replica [srv 0 client] set replica_host [srv 0 host] ..." (file "tests/integration/replication.tcl" line 396) invoked from within "source $path" (procedure "execute_test_file" line 4) invoked from within "execute_test_file $data" (procedure "test_client_main" line 10) invoked from within "test_client_main $::test_server_port " Killing still running Redis server 24671 Killing still running Redis server 24695 Killing still running Redis server 28082 Killing still running Redis server 28094 I/O error reading reply while executing "{}$r type $k" (procedure "createComplexDataset" line 27) invoked from within "createComplexDataset $r $ops" (procedure "bg_complex_data" line 4) invoked from within "bg_complex_data [lindex $argv 0] [lindex $argv 1] [lindex $argv 2] [lindex $argv 3] [lindex $argv 4]" (file "tests/helpers/bg_complex_data.tcl" line 12)I/O error reading reply while executing "{}$r type $k" (procedure "createComplexDataset" line 27) invoked from within "createComplexDataset $r $ops" (procedure "bg_complex_data" line 4) invoked from within "bg_complex_data [lindex $argv 0] [lindex $argv 1] [lindex $argv 2] [lindex $argv 3] [lindex $argv 4]" (file "tests/helpers/bg_complex_data.tcl" line 12)
I/O error reading reply while executing "{*}$r type $k" (procedure "createComplexDataset" line 27) invoked from within "createComplexDataset $r $ops" (procedure "bg_complex_data" line 4) invoked from within "bg_complex_data [lindex $argv 0] [lindex $argv 1] [lindex $argv 2] [lindex $argv 3] [lindex $argv 4]" (file "tests/helpers/bg_complex_data.tcl" line 12) Killing still running Redis server 28184 Makefile:330: recipe for target 'test' failed make[1]: *** [test] Error 1 make[1]: Leaving directory '/tmp/redis-stable/src' Makefile:6: recipe for target 'test' failed make: *** [test] Error 2
'''
Comment From: bpo
Hi @johnny-wang16, this issue was just fixed in #7543 but is not yet a part of a release build.
Comment From: oranagra
thank you. closing as dup.
Comment From: johnny-wang16
Thanks!