sahlberg / libnfs

NFS client library
Other
507 stars 200 forks source link

NFSv4 Basic chown test fails in Ubuntu 23.10 VM #426

Open rbalint opened 1 year ago

rbalint commented 1 year ago

Reproduction:

$ autopkgtest-buildvm-ubuntu-cloud -r mantic
$ git clone https://salsa.debian.org/debian/libnfs.git
$ cd libnfs/
$ autopkgtest . -U -- qemu ../autopkgtest-mantic-amd64.img
...
Running test_0400_chown.sh
--------------
NFSv4 Basic chown tests.
test chown(1000, 2000) ... [OK]
Stat the file ... [OK]
Verifying the uid is 1000 ... make: *** [Makefile:1061: test] Error 1
[OK]
Verifying the gid is 2000 ... [FAILED]
make: Leaving directory '/tmp/autopkgtest.w3EXbr/build.gDJ/src/tests'
rbalint commented 1 year ago

For the record the test script passes for NFSv3.