[Box Backup] boxbackup 0.11rc1 - Apple PPC G4 450 Mhz - Debian Etch (stable)

Tobias Balle-Petersen boxbackup@fluffy.co.uk
Fri, 18 Jan 2008 12:25:23 +0100


Hello.....

Congratulations on the first rc of bb 0.11! Here are the results of compiling on an Apple PPC G4 
450 Mhz running Debian Etch (stable) as both root and non-root user.

In both cases i get the error below:
backupdiff: FAILED: 1 tests failed (first at testbackupdiff.cpp:586)

I think this is due to the machine being slow (test takes more than 40 seconds). Is it reasonable 
for the test to fail on a slow machine?


Thanks,
Tobias



Here are the logs from my machine:


As root


1. Stop running bbstored
2. Unpack source
3. enter source dir
4. ./bootstrap
5. ./configure (all:yes)
6. make

./runtest.pl ALL

.......
.......
        0     2559        1
        0     2559        1
======== ========= ========
Time taken: 58 seconds
FAILURE: Condition [time(0) < (beginTime + 40)] failed at testbackupdiff.cpp(586)
FAILED: 1 tests failed (first at testbackupdiff.cpp:586)
make[1]: Entering directory `/home/bbsource/boxbackup-0.11rc1/lib/common'
make[1]: `../../debug/lib/common/common.a' is up to date.
.......
.......
00000070 f----- 2008-01-18T12:47:21 fb53a35ab0c7bcde Test1/fileaftermarker
WARNING: This test was run as root. Some tests have been omitted.
Waiting for server to die: . done.
PASSED
--------
common: PASSED
crypto: PASSED
compress: PASSED
raidfile: PASSED
basicserver: PASSED
backupstore: PASSED
backupstorefix: PASSED
backupstorepatch: PASSED
backupdiff: FAILED: 1 tests failed (first at testbackupdiff.cpp:586)
bbackupd: PASSED


--------------------------


As non root user


1. Stop running bbstored
2. Unpack source
3. enter source dir
4. ./bootstrap
5. ./configure (all:yes)
6. make
7. ./runtest.pl ALL


...
...
        0     2559        1
        0     2559        1
======== ========= ========
Time taken: 57 seconds
FAILURE: Condition [time(0) < (beginTime + 40)] failed at testbackupdiff.cpp(586)
FAILED: 1 tests failed (first at testbackupdiff.cpp:586)
make[1]: Entering directory `/home/bbsource/boxbackup-0.11rc1/lib/common'
make[1]: `../../debug/lib/common/common.a' is up to date.
...
...
00000072 f----- 2008-01-18T13:38:14 c5a707b03e83010d Test1/fileaftermarker
Waiting for server to die: . done.
PASSED
--------
common: PASSED
crypto: PASSED
compress: PASSED
raidfile: PASSED
basicserver: PASSED
backupstore: PASSED
backupstorefix: PASSED
backupstorepatch: PASSED
backupdiff: FAILED: 1 tests failed (first at testbackupdiff.cpp:586)
bbackupd: PASSED