rsync-3.0.6 regression test problems
Harald Koenig
H.Koenig at science-computing.de
Mon Jul 6 16:42:04 GMT 2009
Hi,
I've build rsync-3.0.6 on a number of legacy unix systems, and on a few
systems the regression tests showed up with some errors:
HP-UX 11.11 and 11.23 (ia64):
FAIL chown
FAIL dir-sgid
FAIL fuzzy
FAIL itemize
IRIX 6.5.13m:
FAIL chown
FAIL fuzzy
FAIL itemize
MacOS-X 10.4:
FAIL chgrp
the errors on "fuzzy" and "itemize" are related to the ownership and permissions
of our local source tree: I'm not the owner of the source files (they belong to
user "flebbe"), although I do have group-write permissions, so touch etc. should be possible...
if I do a "chown -R koenig rsync-source" those two failures do not show up anymore
(though these tests should be able to correctly handle this ?!)
here is the build/test log and the output of "find -ls" for the failures:
HP-UX 11.11:
--- 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ---
============================================================
/soft/os/rsync/rsync-3.0.6/rsync-3.0.6/runtests.sh running in /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32
rsync_bin=/scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/rsync
srcdir=/soft/os/rsync/rsync-3.0.6/rsync-3.0.6
TLS_ARGS= -L
testuser=koenig
os=HP-UX viz-hpux B.11.11 U 9000/785 2016192404 unlimited-user license
preserve_scratch=no
scratchbase=/scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp
PASS 00-hello
SKIP acls (I don't know how to use setfacl or chmod for ACLs)
PASS backup
PASS batch-mode
PASS chgrp
PASS chmod-option
PASS chmod-temp-dir
PASS chmod
SKIP chown-fake (Rsync needs xattrs for fake device tests)
----- chown log follows
Testing for symlinks using 'test -h'
Running: "/scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/rsync --super -aHvv from/ to/"
sending incremental file list
created directory to
delta-transmission disabled for local transfer or --whole-file
./
name1
name2
rsync: failed to set permissions on "/net/viz-hpux/fs1/scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/to/.name1.a08933": Not owner (1)
rsync: failed to set permissions on "/net/viz-hpux/fs1/scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/to/.name2.a08933": Not owner (1)
total: matches=0 hash_hits=0 false_alarms=0 data=40
sent 198 bytes received 53 bytes 502.00 bytes/sec
total size is 40 speedup is 0.16
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at /soft/os/rsync/rsync-3.0.6/rsync-3.0.6/main.c(1039) [sender=3.0.6]
----- chown log ends
FAIL chown
PASS compare-dest
PASS daemon-gzip-download
PASS daemon-gzip-upload
PASS daemon
SKIP default-acls (I don't know how to use your setfacl command)
PASS delete
SKIP devices-fake (Rsync needs xattrs for fake device tests)
SKIP devices (Rsync needs root/fakeroot for device tests)
----- dir-sgid log follows
Testing for symlinks using 'test -h'
sending incremental file list
created directory /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/setgid-off/to
delta-transmission disabled for local transfer or --whole-file
file
program
dir/
dir/blah/
total: matches=0 hash_hits=0 false_alarms=0 data=16
sent 192 bytes received 58 bytes 500.00 bytes/sec
total size is 16 speedup is 0.06
permissions: rwxrw-r-- on /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/setgid-off/to/dir
should be: rwx------
failed test Target setgid-off
----- dir-sgid log ends
FAIL dir-sgid
PASS duplicates
PASS exclude
PASS executability
PASS files-from
----- fuzzy log follows
Testing for symlinks using 'test -h'
touch: cannot change times on /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/from/rsync.c
touch: cannot change times on /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/to/rsync2.c
----- fuzzy log ends
FAIL fuzzy
PASS hands
PASS hardlinks
----- itemize log follows
Testing for symlinks using 'test -h'
makepath /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/foo
makepath /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/bar/baz
chmod: can't change /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/foo/config1: Not owner
chmod: can't change /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/foo/config2: Not owner
chmod: can't change /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/bar/baz/rsync: Not owner
----- itemize log ends
FAIL itemize
PASS longdir
PASS merge
PASS missing
PASS relative
PASS ssh-basic
PASS symlink-ignore
PASS trimslash
PASS unsafe-byname
PASS unsafe-links
PASS wildmatch
SKIP xattrs (Rsync is configured without xattr support)
------------------------------------------------------------
----- overall results:
28 passed
4 failed
6 skipped
------------------------------------------------------------
overall result is 4
181304 1 drwxrwxr-x 6 koenig s+c 1024 Jul 6 18:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/
181308 0 drwxrwxr-x 4 koenig s+c 96 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown
181312 0 lrwxrwxr-x 1 koenig s+c 38 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/src -> /soft/os/rsync/rsync-3.0.6/rsync-3.0.6
181313 1 -rw-rw-r-- 1 koenig s+c 831 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/test.log
181314 0 drwxr-xr-x 2 koenig s+c 96 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/from
181315 1 -rw-r--r-- 1 5000 5002 17 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/from/name1
181316 1 -rw-r--r-- 1 5001 5003 23 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/from/name2
181317 0 drwxr-xr-x 2 koenig s+c 96 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/to
181320 1 -rw------- 1 5000 5002 17 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/to/name1
181321 1 -rw------- 1 5001 5003 23 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/to/name2
181322 1 drwxrwxr-x 4 koenig s+c 1024 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid
181323 0 lrwxrwxr-x 1 koenig s+c 38 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/src -> /soft/os/rsync/rsync-3.0.6/rsync-3.0.6
181324 1 -rw-rw-r-- 1 koenig s+c 856 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/test.log
181325 1 -rw-rw-r-- 1 koenig s+c 6 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/file
181326 1 -rwxrwxr-x 1 koenig s+c 10 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/program
181327 0 drwxrwSr-- 3 koenig s+c 96 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/dir
181318 0 drwx--S--- 2 koenig s+c 96 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/dir/blah
181319 0 drwx------ 3 koenig s+c 96 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/setgid-off
181328 0 drwx------ 3 koenig s+c 96 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/setgid-off/to
181329 0 drwxrw-r-- 3 koenig s+c 96 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/setgid-off/to/dir
181331 0 drwx------ 2 koenig s+c 96 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/setgid-off/to/dir/blah
181330 1 -rw-rw-r-- 1 koenig s+c 6 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/setgid-off/to/file
181332 1 -rwxrwxr-x 1 koenig s+c 10 Jul 6 17:07 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/dir-sgid/setgid-off/to/program
181333 0 drwxrwxr-x 4 koenig s+c 96 Jul 6 17:08 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy
181334 0 lrwxrwxr-x 1 koenig s+c 38 Jul 6 17:08 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/src -> /soft/os/rsync/rsync-3.0.6/rsync-3.0.6
181338 1 -rw-rw-r-- 1 koenig s+c 236 Jul 6 17:08 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/test.log
181339 0 drwxr-xr-x 2 koenig s+c 96 Jul 6 17:08 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/from
181341 18 -rw-rw-r-- 1 flebbe softadm 18010 Jan 17 22:41 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/from/rsync.c
181340 0 drwxr-xr-x 2 koenig s+c 96 Jul 6 17:08 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/to
181343 18 -rw-rw-r-- 1 flebbe softadm 18010 Jan 17 22:41 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/to/rsync2.c
181344 0 drwxrwxr-x 3 koenig s+c 96 Jul 6 17:08 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize
181345 0 lrwxrwxr-x 1 koenig s+c 38 Jul 6 17:08 /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/src -> /soft/os/rsync/rsync-3.0.6/rsync-3.0.6
181347 1 -rw-rw-r-- 1 koenig
--- 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ---
IRIX 6.5.13m:
--- 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ---
============================================================
/soft/os/rsync/rsync-3.0.6/rsync-3.0.6/runtests.sh running in /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32
rsync_bin=/scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/rsync
srcdir=/soft/os/rsync/rsync-3.0.6/rsync-3.0.6
TLS_ARGS= -L
testuser=koenig
os=IRIX64 jazz 6.5 07091542 IP30
preserve_scratch=no
scratchbase=/scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp
PASS 00-hello
SKIP acls (I don't know how to use setfacl or chmod for ACLs)
PASS backup
PASS batch-mode
PASS chgrp
PASS chmod-option
SKIP chmod-temp-dir (Can't find a tmp dir on a different file system)
PASS chmod
SKIP chown-fake (Rsync needs xattrs for fake device tests)
----- chown log follows
Testing for symlinks using 'test -h'
Running: "/scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/rsync --super -aHvv from/ to/"
sending incremental file list
created directory to
delta-transmission disabled for local transfer or --whole-file
./
name1
name2
rsync: failed to set permissions on "/net/jazz/fs2/scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/to/.name1.a4r1NT": Operation not permitted (1)
rsync: failed to set permissions on "/net/jazz/fs2/scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/to/.name2.a4r1NT": Operation not permitted (1)
total: matches=0 hash_hits=0 false_alarms=0 data=40
sent 198 bytes received 53 bytes 502.00 bytes/sec
total size is 40 speedup is 0.16
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at /soft/os/rsync/rsync-3.0.6/rsync-3.0.6/main.c(1039) [sender=3.0.6]
----- chown log ends
FAIL chown
PASS compare-dest
PASS daemon-gzip-download
PASS daemon-gzip-upload
PASS daemon
SKIP default-acls (I don't know how to use your setfacl command)
PASS delete
SKIP devices-fake (Rsync needs xattrs for fake device tests)
SKIP devices (Rsync needs root/fakeroot for device tests)
SKIP dir-sgid (The directory setgid bit vanished!)
PASS duplicates
PASS exclude
PASS executability
PASS files-from
----- fuzzy log follows
Testing for symlinks using 'test -h'
Cannot change times on /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/from/rsync.c: Operation not permitted
Cannot change times on /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/to/rsync2.c: Operation not permitted
----- fuzzy log ends
FAIL fuzzy
PASS hands
PASS hardlinks
----- itemize log follows
Testing for symlinks using 'test -h'
makepath /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/foo
makepath /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/bar/baz
chmod() failed on /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/foo/config1: Operation not permitted
chmod() failed on /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/foo/config2: Operation not permitted
chmod() failed on /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/bar/baz/rsync: Operation not permitted
----- itemize log ends
FAIL itemize
PASS longdir
PASS merge
PASS missing
PASS relative
PASS ssh-basic
PASS symlink-ignore
PASS trimslash
PASS unsafe-byname
PASS unsafe-links
PASS wildmatch
SKIP xattrs (Rsync is configured without xattr support)
------------------------------------------------------------
----- overall results:
27 passed
3 failed
8 skipped
------------------------------------------------------------
overall result is 3
75324 0 drwxrwxr-x 5 koenig s+c 53 Jul 6 18:07 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/
41943180 0 drwxrwxr-x 4 koenig s+c 62 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown
50354172 0 drwxr-xr-x 2 koenig s+c 37 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/to
50354174 4 -rw------- 1 5001 5003 23 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/to/name2
50354173 4 -rw------- 1 5000 5002 17 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/to/name1
41954825 0 lrwxrwxr-x 1 koenig s+c 38 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/src -> /soft/os/rsync/rsync-3.0.6/rsync-3.0.6
46164629 0 drwxr-xr-x 2 koenig s+c 37 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/from
46164631 4 -rw-r--r-- 1 5001 5003 23 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/from/name2
46164630 4 -rw-r--r-- 1 5000 5002 17 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/from/name1
41954826 4 -rw-rw-r-- 1 koenig s+c 844 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chown/test.log
50354209 0 drwxrwxr-x 3 koenig s+c 51 Jul 6 17:38 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize
50354210 0 lrwxrwxr-x 1 koenig s+c 38 Jul 6 17:38 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/src -> /soft/os/rsync/rsync-3.0.6/rsync-3.0.6
54567717 0 drwxr-xr-x 4 koenig s+c 33 Jul 6 17:38 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from
62920163 0 drwxr-xr-x 3 koenig s+c 21 Jul 6 17:38 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/bar
67127057 0 drwxr-xr-x 2 koenig s+c 23 Jul 6 17:38 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/bar/baz
67127058 32 -rw-rw-r-- 1 flebbe softadm 31149 Feb 14 16:57 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/bar/baz/rsync
58722260 0 drwxr-xr-x 2 koenig s+c 41 Jul 6 17:38 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/foo
58722262 20 -rw-rw-r-- 1 flebbe softadm 18125 May 8 19:41 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/foo/config2
58722261 32 -rw-rw-r-- 1 flebbe softadm 30257 May 8 19:07 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/foo/config1
50354211 4 -rw-rw-r-- 1 koenig s+c 555 Jul 6 17:38 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/test.log
46164632 0 drwxrwxr-x 4 koenig s+c 62 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy
54567430 0 drwxr-xr-x 2 koenig s+c 26 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/to
54567484 20 -rw-rw-r-- 1 flebbe softadm 18010 Jan 17 22:41 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/to/rsync2.c
46164633 0 lrwxrwxr-x 1 koenig s+c 38 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/src -> /soft/os/rsync/rsync-3.0.6/rsync-3.0.6
50354175 0 drwxr-xr-x 2 koenig s+c 25 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/from
50354208 20 -rw-rw-r-- 1 flebbe softadm 18010 Jan 17 22:41 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/from/rsync.c
46164634 4 -rw-rw-r-- 1 koenig s+c 266 Jul 6 17:37 /scr/jazz/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/test.log
--- 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ---
MacOS-X 10.4:
--- 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ---
============================================================
/soft/os/rsync/rsync-3.0.6/rsync-3.0.6/runtests.sh running in /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32
rsync_bin=/scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/rsync
srcdir=/soft/os/rsync/rsync-3.0.6/rsync-3.0.6
TLS_ARGS= -L
testuser=koenig
os=Darwin vemac1.science-computing.de 8.10.0 Darwin Kernel Version 8.10.0: Wed May 23 16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC Power Macintosh powerpc
preserve_scratch=no
scratchbase=/scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp
PASS 00-hello
SKIP acls (Your filesystem has ACLs disabled)
PASS backup
PASS batch-mode
----- chgrp log follows
Testing for symlinks using 'test -h'
Running: "/scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/rsync -rtgpvvv '/scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/' '/scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/to/'"
sending incremental file list
[sender] make_file(.,*,0)
[sender] make_file(foo-1009,*,2)
[sender] make_file(foo-101,*,2)
[sender] make_file(foo-1070,*,2)
[sender] make_file(foo-1079,*,2)
[sender] make_file(foo-1083,*,2)
[sender] make_file(foo-1087,*,2)
[sender] make_file(foo-814,*,2)
[sender] make_file(foo-999,*,2)
send_file_list done
send_files starting
server_recv(2) starting pid=6469
received 9 names
recv_file_list done
get_local_name count=9 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/to/
created directory /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/to
generator starting pid=6469
delta-transmission disabled for local transfer or --whole-file
recv_generator(.,0)
send_files(0, /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/.)
./
recv_files(9) starting
set modtime of . to (1246894673) Mon Jul 6 17:37:53 2009
recv_generator(.,1)
recv_generator(foo-1009,2)
send_files(2, /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1009)
send_files mapped /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1009 of size 30
calling match_sums /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1009
foo-1009
sending file_sum
false_alarms=0 hash_hits=0 matches=0
sender finished /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1009
recv_generator(foo-101,3)
send_files(3, /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-101)
send_files mapped /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-101 of size 30
calling match_sums /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-101
foo-101
sending file_sum
false_alarms=0 hash_hits=0 matches=0
sender finished /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-101
recv_generator(foo-1070,4)
send_files(4, /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1070)
send_files mapped /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1070 of size 30
calling match_sums /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1070
foo-1070
sending file_sum
false_alarms=0 hash_hits=0 matches=0
sender finished /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1070
recv_generator(foo-1079,5)
send_files(5, /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1079)
send_files mapped /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1079 of size 30
calling match_sums /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1079
foo-1079
sending file_sum
false_alarms=0 hash_hits=0 matches=0
sender finished /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1079
recv_generator(foo-1083,6)
send_files(6, /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1083)
send_files mapped /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1083 of size 30
calling match_sums /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1083
foo-1083
sending file_sum
false_alarms=0 hash_hits=0 matches=0
sender finished /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1083
recv_generator(foo-1087,7)
send_files(7, /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1087)
send_files mapped /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1087 of size 30
calling match_sums /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1087
foo-1087
sending file_sum
false_alarms=0 hash_hits=0 matches=0
sender finished /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1087
recv_generator(foo-814,8)
send_files(8, /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-814)
send_files mapped /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-814 of size 30
calling match_sums /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-814
foo-814
sending file_sum
false_alarms=0 hash_hits=0 matches=0
sender finished /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-814
recv_generator(foo-999,9)
send_files(9, /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-999)
send_files mapped /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-999 of size 30
calling match_sums /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-999
foo-999
sending file_sum
false_alarms=0 hash_hits=0 matches=0
sender finished /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-999
generate_files phase=1
recv_files(.)
recv_files(foo-1009)
got file_sum
set modtime of .foo-1009.7Oc3Vo to (1246894672) Mon Jul 6 17:37:52 2009
set gid of .foo-1009.7Oc3Vo from 999 to 1009
renaming .foo-1009.7Oc3Vo to foo-1009
recv_files(foo-101)
got file_sum
set modtime of .foo-101.CRNXZg to (1246894672) Mon Jul 6 17:37:52 2009
renaming .foo-101.CRNXZg to foo-101
recv_files(foo-1070)
got file_sum
set modtime of .foo-1070.7mwrpC to (1246894673) Mon Jul 6 17:37:53 2009
set gid of .foo-1070.7mwrpC from 999 to 1070
renaming .foo-1070.7mwrpC to foo-1070
recv_files(foo-1079)
got file_sum
set modtime of .foo-1079.zv22uv to (1246894672) Mon Jul 6 17:37:52 2009
set gid of .foo-1079.zv22uv from 999 to 1079
renaming .foo-1079.zv22uv to foo-1079
recv_files(foo-1083)
got file_sum
set modtime of .foo-1083.TsDPir to (1246894672) Mon Jul 6 17:37:52 2009
set gid of .foo-1083.TsDPir from 999 to 1083
renaming .foo-1083.TsDPir to foo-1083
recv_files(foo-1087)
got file_sum
set modtime of .foo-1087.JDn7Do to (1246894672) Mon Jul 6 17:37:52 2009
set gid of .foo-1087.JDn7Do from 999 to 1087
renaming .foo-1087.JDn7Do to foo-1087
recv_files(foo-814)
got file_sum
set modtime of .foo-814.zZWAfy to (1246894672) Mon Jul 6 17:37:52 2009
set gid of .foo-814.zZWAfy from 999 to 814
renaming .foo-814.zZWAfy to foo-814
recv_files(foo-999)
got file_sum
set modtime of .foo-999.GOH7KH to (1246894672) Mon Jul 6 17:37:52 2009
renaming .foo-999.GOH7KH to foo-999
send_files phase=1
set modtime of . to (1246894673) Mon Jul 6 17:37:53 2009
recv_files phase=1
generate_files phase=2
send_files phase=2
send files finished
total: matches=0 hash_hits=0 false_alarms=0 data=240
recv_files phase=2
generate_files phase=3
recv_files finished
generate_files finished
sent 772 bytes received 167 bytes 1878.00 bytes/sec
total size is 240 speedup is 0.26
_exit_cleanup(code=0, file=/soft/os/rsync/rsync-3.0.6/rsync-3.0.6/main.c, line=1039): about to call exit(0)
-------------
check how the directory listings compare with diff:
--- /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/ls-from 2009-07-06 17:37:55.000000000 +0200
+++ /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/ls-to 2009-07-06 17:37:55.000000000 +0200
@@ -1,6 +1,6 @@
drwxr-xr-x 0 1009.999 10 2009-07-06 15:37:53 .
-rw-r--r-- 30 1009.1009 1 2009-07-06 15:37:52 ./foo-1009
--rw-r--r-- 30 1009.101 1 2009-07-06 15:37:52 ./foo-101
+-rw-r--r-- 30 1009.999 1 2009-07-06 15:37:52 ./foo-101
-rw-r--r-- 30 1009.1070 1 2009-07-06 15:37:53 ./foo-1070
-rw-r--r-- 30 1009.1079 1 2009-07-06 15:37:52 ./foo-1079
-rw-r--r-- 30 1009.1083 1 2009-07-06 15:37:52 ./foo-1083
-------------
check how the files compare with diff:
-------------
----- chgrp log ends
FAIL chgrp
PASS chmod-option
SKIP chmod-temp-dir (Can't find a tmp dir on a different file system)
PASS chmod
SKIP chown-fake (Can't chown (probably need root))
SKIP chown (Can't chown (probably need root))
PASS compare-dest
PASS daemon-gzip-download
PASS daemon-gzip-upload
PASS daemon
SKIP default-acls (I don't know how to use your setfacl command)
PASS delete
SKIP devices-fake (Can't create char device node)
SKIP devices (Rsync needs root/fakeroot for device tests)
SKIP dir-sgid (Your filesystem doesn't use directory setgid; maybe it's BSD.)
PASS duplicates
PASS exclude
PASS executability
PASS files-from
PASS fuzzy
PASS hands
PASS hardlinks
PASS itemize
PASS longdir
PASS merge
PASS missing
PASS relative
PASS ssh-basic
PASS symlink-ignore
PASS trimslash
PASS unsafe-byname
PASS unsafe-links
PASS wildmatch
SKIP xattrs (Unable to set an xattr)
------------------------------------------------------------
----- overall results:
28 passed
1 failed
9 skipped
------------------------------------------------------------
overall result is 1
7349520 4 drwxrwxr-x 3 koenig s+c 102 Jul 6 18:10 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/
7357840 4 drwxrwxr-x 8 koenig s+c 272 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp
7357844 4 drwxr-xr-x 10 koenig s+c 340 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from
7357849 4 -rw-r--r-- 1 koenig cascade 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1009
7357848 4 -rw-r--r-- 1 koenig messagebus 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-101
7357852 4 -rw-r--r-- 1 koenig its-tue_1 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1070
7357850 4 -rw-r--r-- 1 koenig mta 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1079
7357851 4 -rw-r--r-- 1 koenig berat 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1083
7357847 4 -rw-r--r-- 1 koenig bizerba 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-1087
7357846 4 -rw-r--r-- 1 koenig softadm 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-814
7357845 4 -rw-r--r-- 1 koenig s+c 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/from/foo-999
7357862 4 -rw-r--r-- 1 koenig s+c 672 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/ls-from
7357863 4 -rw-r--r-- 1 koenig s+c 672 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/ls-to
7357841 0 lrwxrwxr-x 1 koenig s+c 38 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/src -> /soft/os/rsync/rsync-3.0.6/rsync-3.0.6
7357842 8 -rw-rw-r-- 1 koenig s+c 7520 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/test.log
7357853 4 drwxr-xr-x 10 koenig s+c 340 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/to
7357854 4 -rw-r--r-- 1 koenig cascade 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/to/foo-1009
7357855 4 -rw-r--r-- 1 koenig s+c 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/to/foo-101
7357856 4 -rw-r--r-- 1 koenig its-tue_1 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/to/foo-1070
7357857 4 -rw-r--r-- 1 koenig mta 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/to/foo-1079
7357858 4 -rw-r--r-- 1 koenig berat 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/to/foo-1083
7357859 4 -rw-r--r-- 1 koenig bizerba 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/to/foo-1087
7357860 4 -rw-r--r-- 1 koenig softadm 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/to/foo-814
7357861 4 -rw-r--r-- 1 koenig s+c 30 Jul 6 18:09 /scr/vemac1/koenig/rsync-3.0.6-1/ARENA/32/testtmp/chgrp/to/foo-999
--- 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ---
Harald Koenig
--
"I hope to die ___ _____
before I *have* to use Microsoft Word.", 0--,| /OOOOOOO\
Donald E. Knuth, 02-Oct-2001 in Tuebingen. <_/ / /OOOOOOOOOOO\
\ \/OOOOOOOOOOOOOOO\
\ OOOOOOOOOOOOOOOOO|//
Harald Koenig \/\/\/\/\/\/\/\/\/
science+computing ag // / \\ \
koenig at science-computing.de ^^^^^ ^^^^^
--
Vorstand/Board of Management:
Dr. Bernd Finkbeiner, Dr. Roland Niemeier,
Dr. Arno Steitz, Dr. Ingrid Zech
Vorsitzender des Aufsichtsrats/
Chairman of the Supervisory Board:
Michel Lepert
Sitz/Registered Office: Tuebingen
Registergericht/Registration Court: Stuttgart
Registernummer/Commercial Register No.: HRB 382196
More information about the rsync
mailing list