build/test problems with rsync-3.0.0pre4

Harald Koenig H.Koenig at science-computing.de
Wed Oct 31 13:46:08 GMT 2007


Hi,

I tried to build rsync-3.0.0pre4 on a list of different plattforms
and got some problems with build or test suite.

first, the good news: the build and tests worked fine on these plattforms

       Solaris 5.5.1, 5.6  and 5.8 (sparc) and 5.10 (x86 and sparc)
       SUSE Linux 9.0 (amd64), 10.1 (amd6) SLES10 (32 and 64 bit)
       RedHat 7.1 and 9.0 (32 bit)
       RedHat EL3 (ia64)

problems showed up on

	 HP-UX 11.00 (compile), 11.11 (parisc) and 11.23 (ia64) 
	 AIX 5.1 and 5.3
	 IRIX 6.5
	 MacOSX 10.4 (Darwin, ppc and x86)


here is a small summary of the problems.  feel free to ask for detailed logs etc.


right now I'd be interested in patches/fixes esp. for the AIX problems....
 

-------------------------------------------------------------------------------
HP-UX 11.00 compile problem:

cc -Ae +DAportable -D_HPUX_SOURCE -I/usr/local/include -I. -I/soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4 -g -DHAVE_CONFIG_H -I/soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/popt -D_LARGE_FILES -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -c /soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/acls.c -o acls.o
cpp: "/soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/lib/sysacls.h", line 142: error 4036: Can't open include file 'sys/aclv.h'.

these acl header files are available:

hpux1100> find /usr/include/ -name \*acl\* -print
/usr/include/sys/acl.h
/usr/include/acl.h
/usr/include/acllib.h

vs. HP-UX 11.11:

hpux1111> find /usr/include/ -name \*acl\* -print
/usr/include/sys/acl.h
/usr/include/sys/aclv.h
/usr/include/acl.h
/usr/include/acllib.h
/usr/include/aclv.h

-------------------------------------------------------------------------------
HP-UX 11.11/11.23 test failures:

----- chown log follows
Testing for symlinks using 'test -h'
Running: "/scr/viz-hpux/koenig/rsync-3.0.0pre4-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
rsync: failed to set permissions on "/net/viz-hpux/fs1/scr/viz-hpux/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chown/to/.name1.a14598": Not owner (1)
name2
rsync: failed to set permissions on "/net/viz-hpux/fs1/scr/viz-hpux/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chown/to/.name2.a14598": Not owner (1)
total: matches=0  hash_hits=0  false_alarms=0 data=40

sent 206 bytes  received 54 bytes  520.00 bytes/sec
total size is 40  speedup is 0.15
rsync error: some files could not be transferred (code 23) at /soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/main.c(1053) [sender=3.0.0pre4]
----- chown log ends
FAIL    chown
----- dir-sgid log follows
Testing for symlinks using 'test -h'
sending incremental file list
created directory /scr/viz-hpux/koenig/rsync-3.0.0pre4-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.0pre4-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
------------------------------------------------------------
----- overall results:
      28 passed
      2 failed
      6 skipped
------------------------------------------------------------
-------------------------------------------------------------------------------
AIX 5.1 and 5.3 test failures:

----- hands log follows
Testing for symlinks using 'test -h'
-n Test basic operation: 
Running: "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/rsync  -av "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/hands/from/" "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/hands/to""
sending incremental file list
../
empty
filelist
nolf
nolf-symlink -> nolf
text
dir/
dir/text
dir/subdir/
dir/subdir/foobar.baz
dir/subdir/subsubdir/
dir/subdir/subsubdir/etc-ltr-list
dir/subdir/subsubdir2/
dir/subdir/subsubdir2/bin-lt-list
emptydir/

sent 1492996 bytes  received 191 bytes  995458.00 bytes/sec
total size is 1492170  speedup is 1.00
-------------
check how the directory listings compare with diff:

No differences encountered
-------------
check how the files compare with diff:

-------------
	done.
-n Test hard links: 
Running: "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/rsync  -avH "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/hands/from/" "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/hands/to""
sending incremental file list
rsync: connection unexpectedly closed (9 bytes received so far) [sender]
rsync error: error allocating core memory buffers (code 22) at /soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/io.c(603) [sender=3.0.0pre4]
-------------
check how the directory listings compare with diff:

*** /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/hands/ls-from	Wed Oct 31 11:19:29 2007
--- /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/hands/ls-to	Wed Oct 31 11:19:29 2007
***************
*** 1,6 ****
  drwxr-xr-x            0   1009.999         4 2007-10-31 10:19:27 .
! drwxr-xr-x            0   1009.999         3 2007-10-31 10:19:29 ./dir
! -rw-r--r--        32327   1009.999         2 2007-10-31 10:19:27 ./dir/filelist
  drwxr-xr-x            0   1009.999         4 2007-10-31 10:19:27 ./dir/subdir
  -rw-r--r--           10   1009.999         1 2007-10-31 10:19:27 ./dir/subdir/foobar.baz
  drwxr-xr-x            0   1009.999         2 2007-10-31 10:19:27 ./dir/subdir/subsubdir
--- 1,5 ----
  drwxr-xr-x            0   1009.999         4 2007-10-31 10:19:27 .
! drwxr-xr-x            0   1009.999         3 2007-10-31 10:19:27 ./dir
  drwxr-xr-x            0   1009.999         4 2007-10-31 10:19:27 ./dir/subdir
  -rw-r--r--           10   1009.999         1 2007-10-31 10:19:27 ./dir/subdir/foobar.baz
  drwxr-xr-x            0   1009.999         2 2007-10-31 10:19:27 ./dir/subdir/subsubdir
***************
*** 10,16 ****
  -rw-r--r--       720482   1009.999         1 2007-10-31 10:19:27 ./dir/text
  -rw-r--r--            0   1009.999         1 2007-10-31 10:19:26 ./empty
  drwxr-xr-x            0   1009.999         2 2007-10-31 10:19:26 ./emptydir
! -rw-r--r--        32327   1009.999         2 2007-10-31 10:19:27 ./filelist
  -rw-r--r--           32   1009.999         1 2007-10-31 10:19:27 ./nolf
  l---------            0      0.0           1                     ./nolf-symlink -> nolf
  -rw-r--r--       720482   1009.999         1 2007-10-31 10:19:27 ./text
--- 9,15 ----
  -rw-r--r--       720482   1009.999         1 2007-10-31 10:19:27 ./dir/text
  -rw-r--r--            0   1009.999         1 2007-10-31 10:19:26 ./empty
  drwxr-xr-x            0   1009.999         2 2007-10-31 10:19:26 ./emptydir
! -rw-r--r--        32327   1009.999         1 2007-10-31 10:19:27 ./filelist
  -rw-r--r--           32   1009.999         1 2007-10-31 10:19:27 ./nolf
  l---------            0      0.0           1                     ./nolf-symlink -> nolf
  -rw-r--r--       720482   1009.999         1 2007-10-31 10:19:27 ./text
-------------
check how the files compare with diff:

Only in /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/hands/from//dir: filelist
-------------
 failed!
----- hands log ends
FAIL    hands
----- longdir log follows
Testing for symlinks using 'test -h'
        makepath /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/longdir/from/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job
Running: "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/rsync  --delete -avH '/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/longdir/from/' '/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/longdir/to'"
sending incremental file list
rsync: connection unexpectedly closed (9 bytes received so far) [sender]
rsync error: error allocating core memory buffers (code 22) at /soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/io.c(603) [sender=3.0.0pre4]
----- longdir log ends
FAIL    longdir
----- relative log follows
Testing for symlinks using 'test -h'
        makepath /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/relative/from/down/3/deep
        makepath /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/relative/from/extra/down/3/deep
        makepath /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/relative/chk
sending incremental file list

sent 259 bytes  received 25 bytes  568.00 bytes/sec
total size is 0  speedup is 0.00
cd+++++++++ down/
cd+++++++++ down/3/
cd+++++++++ down/3/deep/
>f+++++++++ down/3/deep/empty
>f+++++++++ down/3/deep/filelist
>f+++++++++ down/3/deep/nolf
cL+++++++++ down/3/deep/nolf-symlink -> nolf
>f+++++++++ down/3/deep/text
cd+++++++++ down/3/deep/dir/
>f+++++++++ down/3/deep/dir/text
cd+++++++++ down/3/deep/dir/subdir/
>f+++++++++ down/3/deep/dir/subdir/foobar.baz
cd+++++++++ down/3/deep/dir/subdir/subsubdir/
>f+++++++++ down/3/deep/dir/subdir/subsubdir/etc-ltr-list
cd+++++++++ down/3/deep/dir/subdir/subsubdir2/
>f+++++++++ down/3/deep/dir/subdir/subsubdir2/bin-lt-list
cd+++++++++ down/3/deep/emptydir/
-n Test basic relative: 
Running: "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/rsync  -avR ./down/3/deep "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/relative/to""
sending incremental file list
down/
down/3/
down/3/deep/
down/3/deep/empty
down/3/deep/filelist
down/3/deep/nolf
down/3/deep/nolf-symlink -> nolf
down/3/deep/text
down/3/deep/dir/
down/3/deep/dir/text
down/3/deep/dir/subdir/
down/3/deep/dir/subdir/foobar.baz
down/3/deep/dir/subdir/subsubdir/
down/3/deep/dir/subdir/subsubdir/etc-ltr-list
down/3/deep/dir/subdir/subsubdir2/
down/3/deep/dir/subdir/subsubdir2/bin-lt-list
down/3/deep/emptydir/

sent 1493054 bytes  received 200 bytes  995502.67 bytes/sec
total size is 1492170  speedup is 1.00
-------------
check how the directory listings compare with diff:

No differences encountered
-------------
check how the files compare with diff:

-------------
	done.
-n Test hard links: 
Running: "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/rsync  -avHR ./down/3/deep/ "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/relative/to""
sending incremental file list
rsync: connection unexpectedly closed (9 bytes received so far) [sender]
rsync error: error allocating core memory buffers (code 22) at /soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/io.c(603) [sender=3.0.0pre4]
-------------
check how the directory listings compare with diff:

*** /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/relative/ls-from	Wed Oct 31 11:19:55 2007
--- /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/relative/ls-to	Wed Oct 31 11:19:55 2007
***************
*** 2,9 ****
  drwxr-xr-x            0   1009.999         3 2007-10-31 10:19:49 ./down
  drwxr-xr-x            0   1009.999         3 2007-10-31 10:19:49 ./down/3
  drwxr-xr-x            0   1009.999         4 2007-10-31 10:19:50 ./down/3/deep
! drwxr-xr-x            0   1009.999         3 2007-10-31 10:19:54 ./down/3/deep/dir
! -rw-r--r--        32327   1009.999         2 2007-10-31 10:19:50 ./down/3/deep/dir/filelist
  drwxr-xr-x            0   1009.999         4 2007-10-31 10:19:50 ./down/3/deep/dir/subdir
  -rw-r--r--           10   1009.999         1 2007-10-31 10:19:50 ./down/3/deep/dir/subdir/foobar.baz
  drwxr-xr-x            0   1009.999         2 2007-10-31 10:19:50 ./down/3/deep/dir/subdir/subsubdir
--- 2,8 ----
  drwxr-xr-x            0   1009.999         3 2007-10-31 10:19:49 ./down
  drwxr-xr-x            0   1009.999         3 2007-10-31 10:19:49 ./down/3
  drwxr-xr-x            0   1009.999         4 2007-10-31 10:19:50 ./down/3/deep
! drwxr-xr-x            0   1009.999         3 2007-10-31 10:19:50 ./down/3/deep/dir
  drwxr-xr-x            0   1009.999         4 2007-10-31 10:19:50 ./down/3/deep/dir/subdir
  -rw-r--r--           10   1009.999         1 2007-10-31 10:19:50 ./down/3/deep/dir/subdir/foobar.baz
  drwxr-xr-x            0   1009.999         2 2007-10-31 10:19:50 ./down/3/deep/dir/subdir/subsubdir
***************
*** 13,19 ****
  -rw-r--r--       720482   1009.999         1 2007-10-31 10:19:50 ./down/3/deep/dir/text
  -rw-r--r--            0   1009.999         1 2007-10-31 10:19:49 ./down/3/deep/empty
  drwxr-xr-x            0   1009.999         2 2007-10-31 10:19:49 ./down/3/deep/emptydir
! -rw-r--r--        32327   1009.999         2 2007-10-31 10:19:50 ./down/3/deep/filelist
  -rw-r--r--           32   1009.999         1 2007-10-31 10:19:50 ./down/3/deep/nolf
  l---------            0      0.0           1                     ./down/3/deep/nolf-symlink -> nolf
  -rw-r--r--       720482   1009.999         1 2007-10-31 10:19:50 ./down/3/deep/text
--- 12,18 ----
  -rw-r--r--       720482   1009.999         1 2007-10-31 10:19:50 ./down/3/deep/dir/text
  -rw-r--r--            0   1009.999         1 2007-10-31 10:19:49 ./down/3/deep/empty
  drwxr-xr-x            0   1009.999         2 2007-10-31 10:19:49 ./down/3/deep/emptydir
! -rw-r--r--        32327   1009.999         1 2007-10-31 10:19:50 ./down/3/deep/filelist
  -rw-r--r--           32   1009.999         1 2007-10-31 10:19:50 ./down/3/deep/nolf
  l---------            0      0.0           1                     ./down/3/deep/nolf-symlink -> nolf
  -rw-r--r--       720482   1009.999         1 2007-10-31 10:19:50 ./down/3/deep/text
-------------
check how the files compare with diff:

Only in /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/relative/chk/down/3/deep/dir: filelist
-------------
 failed!
----- relative log ends
FAIL    relative
----- ssh-basic log follows
Testing for symlinks using 'test -h'
Using remote shell: /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/pretend-ssh
-n Test ssh: basic test: 
Running: "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/rsync  -avH -e "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/pretend-ssh" --rsync-path="/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/rsync " "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/from/" "localhost:/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/to""
sending incremental file list
rsync: connection unexpectedly closed (9 bytes received so far) [sender]
rsync error: error allocating core memory buffers (code 22) at /soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/io.c(603) [sender=3.0.0pre4]
-------------
check how the directory listings compare with diff:

*** /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/ls-from	Wed Oct 31 11:19:57 2007
--- /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/ls-to	Wed Oct 31 11:19:57 2007
***************
*** 1,15 ****
! drwxr-xr-x            0   1009.999         4 2007-10-31 10:19:56 .
! drwxr-xr-x            0   1009.999         3 2007-10-31 10:19:56 ./dir
! drwxr-xr-x            0   1009.999         4 2007-10-31 10:19:56 ./dir/subdir
! -rw-r--r--           10   1009.999         1 2007-10-31 10:19:56 ./dir/subdir/foobar.baz
! drwxr-xr-x            0   1009.999         2 2007-10-31 10:19:56 ./dir/subdir/subsubdir
! -rw-r--r--        18759   1009.999         1 2007-10-31 10:19:56 ./dir/subdir/subsubdir/etc-ltr-list
! drwxr-xr-x            0   1009.999         2 2007-10-31 10:19:56 ./dir/subdir/subsubdir2
! -rw-r--r--           74   1009.999         1 2007-10-31 10:19:56 ./dir/subdir/subsubdir2/bin-lt-list
! -rw-r--r--       720482   1009.999         1 2007-10-31 10:19:56 ./dir/text
! -rw-r--r--            0   1009.999         1 2007-10-31 10:19:55 ./empty
! drwxr-xr-x            0   1009.999         2 2007-10-31 10:19:55 ./emptydir
! -rw-r--r--        32327   1009.999         1 2007-10-31 10:19:56 ./filelist
! -rw-r--r--           32   1009.999         1 2007-10-31 10:19:56 ./nolf
! l---------            0      0.0           1                     ./nolf-symlink -> nolf
! -rw-r--r--       720482   1009.999         1 2007-10-31 10:19:56 ./text
--- 1 ----
! drwxr-xr-x            0   1009.999         2 2007-10-31 10:19:55 .
-------------
check how the files compare with diff:

Only in /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/from/: dir
Only in /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/from/: empty
Only in /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/from/: emptydir
Only in /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/from/: filelist
Only in /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/from/: nolf
Only in /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/from/: nolf-symlink
Only in /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/ssh-basic/from/: text
-------------
 failed!
----- ssh-basic log ends
FAIL    ssh-basic
------------------------------------------------------------
----- overall results:
      24 passed
      4 failed
      8 skipped
------------------------------------------------------------
-------------------------------------------------------------------------------
IRIX 6.5.13m

----- chown log follows
Testing for symlinks using 'test -h'
Running: "/scr/jazz/koenig/rsync-3.0.0pre4-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.0pre4-1/ARENA/32/testtmp/chown/to/.name1.a06U8i": Operation not permitted (1)
rsync: failed to set permissions on "/net/jazz/fs2/scr/jazz/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chown/to/.name2.a06U8i": Operation not permitted (1)
total: matches=0  hash_hits=0  false_alarms=0 data=40

sent 206 bytes  received 54 bytes  520.00 bytes/sec
total size is 40  speedup is 0.15
rsync error: some files could not be transferred (code 23) at /soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/main.c(1053) [sender=3.0.0pre4]
----- chown log ends
FAIL    chown
------------------------------------------------------------
----- overall results:
      27 passed
      1 failed
      8 skipped
------------------------------------------------------------
-------------------------------------------------------------------------------
MacOS X 10.4

----- chgrp log follows
Testing for symlinks using 'test -h'
Running: "/scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/rsync  -rtgpvvv '/scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/' '/scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/to/'"
sending incremental file list
[sender] make_file(.,*,2)
send_file_list done
[sender] make_file(foo-1009,*,2)
[sender] make_file(foo-101,*,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_files starting
server_recv(2) starting pid=23169
recv_file_name(.)
received 1 names
recv_file_list done
recv_file_name(foo-1009)
recv_file_name(foo-101)
recv_file_name(foo-1079)
recv_file_name(foo-1083)
recv_file_name(foo-1087)
recv_file_name(foo-814)
recv_file_name(foo-999)
received 7 names
recv_file_list done
get_local_name count=8 /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/to/
created directory /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/to
generator starting pid=23169
delta-transmission disabled for local transfer or --whole-file
recv_generator(.,0)
recv_generator(.,1)
recv_files(1) starting
send_files(1, /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/.)
../
set modtime of . to (1193747030) Tue Oct 30 13:23:50 2007
recv_generator(foo-1009,2)
send_files(2, /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1009)
send_files mapped /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1009 of size 29
calling match_sums /scr/vemac1/koenig/rsync-3.0.0pre4-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.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1009
recv_generator(foo-101,3)
send_files(3, /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-101)
send_files mapped /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-101 of size 29
calling match_sums /scr/vemac1/koenig/rsync-3.0.0pre4-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.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-101
recv_generator(foo-1079,4)
send_files(4, /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1079)
send_files mapped /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1079 of size 29
calling match_sums /scr/vemac1/koenig/rsync-3.0.0pre4-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.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1079
recv_generator(foo-1083,5)
send_files(5, /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1083)
send_files mapped /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1083 of size 29
calling match_sums /scr/vemac1/koenig/rsync-3.0.0pre4-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.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1083
recv_generator(foo-1087,6)
send_files(6, /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1087)
send_files mapped /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1087 of size 29
calling match_sums /scr/vemac1/koenig/rsync-3.0.0pre4-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.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-1087
recv_generator(foo-814,7)
send_files(7, /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-814)
send_files mapped /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-814 of size 29
calling match_sums /scr/vemac1/koenig/rsync-3.0.0pre4-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.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-814
recv_generator(foo-999,8)
send_files(8, /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-999)
send_files mapped /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/from/foo-999 of size 29
calling match_sums /scr/vemac1/koenig/rsync-3.0.0pre4-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.0pre4-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.fKRK99 to (1193747029) Tue Oct 30 13:23:49 2007
set gid of .foo-1009.fKRK99 from 999 to 1009
renaming .foo-1009.fKRK99 to foo-1009
recv_files(foo-101)
got file_sum
set modtime of .foo-101.hG8jqR to (1193747029) Tue Oct 30 13:23:49 2007
renaming .foo-101.hG8jqR to foo-101
recv_files(foo-1079)
got file_sum
set modtime of .foo-1079.TEdSVI to (1193747029) Tue Oct 30 13:23:49 2007
set gid of .foo-1079.TEdSVI from 999 to 1079
renaming .foo-1079.TEdSVI to foo-1079
recv_files(foo-1083)
got file_sum
set modtime of .foo-1083.DQ2iwO to (1193747030) Tue Oct 30 13:23:50 2007
set gid of .foo-1083.DQ2iwO from 999 to 1083
renaming .foo-1083.DQ2iwO to foo-1083
recv_files(foo-1087)
got file_sum
set modtime of .foo-1087.bUvzko to (1193747029) Tue Oct 30 13:23:49 2007
set gid of .foo-1087.bUvzko from 999 to 1087
renaming .foo-1087.bUvzko to foo-1087
recv_files(foo-814)
got file_sum
set modtime of .foo-814.kd23ef to (1193747029) Tue Oct 30 13:23:49 2007
set gid of .foo-814.kd23ef from 999 to 814
renaming .foo-814.kd23ef to foo-814
recv_files(foo-999)
got file_sum
set modtime of .foo-999.Fl82WC to (1193747029) Tue Oct 30 13:23:49 2007
renaming .foo-999.Fl82WC to foo-999
send_files phase=1
set modtime of . to (1193747030) Tue Oct 30 13:23:50 2007
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=203
recv_files phase=2
generate_files phase=3
recv_files finished
generate_files finished

sent 682 bytes  received 149 bytes  1662.00 bytes/sec
total size is 203  speedup is 0.24
_exit_cleanup(code=0, file=/soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/main.c, line=1053): about to call exit(0)
-------------
check how the directory listings compare with diff:

--- /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/ls-from	2007-10-30 13:23:52.000000000 +0100
+++ /scr/vemac1/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/chgrp/ls-to	2007-10-30 13:23:52.000000000 +0100
@@ -1,6 +1,6 @@
 drwxr-xr-x            0   1009.999         9 2007-10-30 12:23:50 .
 -rw-r--r--           29   1009.1009        1 2007-10-30 12:23:49 ./foo-1009
--rw-r--r--           29   1009.101         1 2007-10-30 12:23:49 ./foo-101
+-rw-r--r--           29   1009.999         1 2007-10-30 12:23:49 ./foo-101
 -rw-r--r--           29   1009.1079        1 2007-10-30 12:23:49 ./foo-1079
 -rw-r--r--           29   1009.1083        1 2007-10-30 12:23:50 ./foo-1083
 -rw-r--r--           29   1009.1087        1 2007-10-30 12:23:49 ./foo-1087
-------------
check how the files compare with diff:

-------------
----- chgrp log ends
FAIL    chgrp
------------------------------------------------------------
----- overall results:
      26 passed
      1 failed
      9 skipped
------------------------------------------------------------
-------------------------------------------------------------------------------



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. Florian Geyer,
Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech
Vorsitzender des Aufsichtsrats/
Chairman of the Supervisory Board:
Prof. Dr. Hanns Ruder
Sitz/Registered Office: Tuebingen
Registergericht/Registration Court: Stuttgart
Registernummer/Commercial Register No.: HRB 382196 



More information about the rsync mailing list