src: use Java17 HexFormat instead of BaseEncoding from guava #89
941 tests run, 427 passed, 497 skipped, 17 failed.
Annotations
Check failure on line 1 in st_setclientid
github-actions / pynfs protocol compatibility test
st_setclientid.testConfUnConfDiffVerifier1
OP_SETCLIENTID_CONFIRM should return NFS4ERR_STALE_CLIENTID, instead got NFS4_OK
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.0/lib/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.0/servertests/st_setclientid.py", line 246, in testConfUnConfDiffVerifier1
check(res, NFS4ERR_STALE_CLIENTID)
File "/pynfs/nfs4.0/servertests/environment.py", line 270, in check
raise testmod.FailureException(msg)
testmod.FailureException: OP_SETCLIENTID_CONFIRM should return NFS4ERR_STALE_CLIENTID, instead got NFS4_OK
Check failure on line 1 in st_setattr
github-actions / pynfs protocol compatibility test
st_setattr.testChangeGranularity
consecutive SETATTR(mode)'s don't all change change attribute
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.0/lib/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.0/servertests/st_setattr.py", line 741, in testChangeGranularity
t.fail("consecutive SETATTR(mode)'s don't all change change attribute")
File "/pynfs/nfs4.0/lib/testmod.py", line 200, in fail
raise FailureException(msg)
testmod.FailureException: consecutive SETATTR(mode)'s don't all change change attribute
Check failure on line 1 in st_rename
github-actions / pynfs protocol compatibility test
st_rename.testLinkRename
OP_LINK should return NFS4_OK, instead got NFS4ERR_STALE
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.0/lib/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.0/servertests/st_rename.py", line 518, in testLinkRename
check(res)
File "/pynfs/nfs4.0/servertests/environment.py", line 270, in check
raise testmod.FailureException(msg)
testmod.FailureException: OP_LINK should return NFS4_OK, instead got NFS4ERR_STALE
Check failure on line 1 in st_rename
github-actions / pynfs protocol compatibility test
st_rename.testFileToFullDir
RENAME file into existing, nonempty dir should return NFS4ERR_EXIST or NFS4ERR_ISDIR, instead got NFS4ERR_SERVERFAULT
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.0/lib/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.0/servertests/st_rename.py", line 466, in testFileToFullDir
check(res, [NFS4ERR_EXIST, NFS4ERR_ISDIR], "RENAME file into existing, nonempty dir")
File "/pynfs/nfs4.0/servertests/environment.py", line 270, in check
raise testmod.FailureException(msg)
testmod.FailureException: RENAME file into existing, nonempty dir should return NFS4ERR_EXIST or NFS4ERR_ISDIR, instead got NFS4ERR_SERVERFAULT
Check failure on line 1 in st_rename
github-actions / pynfs protocol compatibility test
st_rename.testFileToDir
RENAME file into existing dir should return NFS4ERR_EXIST or NFS4ERR_ISDIR, instead got NFS4ERR_SERVERFAULT
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.0/lib/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.0/servertests/st_rename.py", line 424, in testFileToDir
check(res, [NFS4ERR_EXIST, NFS4ERR_ISDIR], "RENAME file into existing dir")
File "/pynfs/nfs4.0/servertests/environment.py", line 270, in check
raise testmod.FailureException(msg)
testmod.FailureException: RENAME file into existing dir should return NFS4ERR_EXIST or NFS4ERR_ISDIR, instead got NFS4ERR_SERVERFAULT
Check failure on line 1 in st_rename
github-actions / pynfs protocol compatibility test
st_rename.testDirToObj
RENAME dir into existing file should return NFS4ERR_EXIST or NFS4ERR_NOTDIR, instead got NFS4ERR_SERVERFAULT
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.0/lib/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.0/servertests/st_rename.py", line 396, in testDirToObj
check(res, [NFS4ERR_EXIST, NFS4ERR_NOTDIR], "RENAME dir into existing file")
File "/pynfs/nfs4.0/servertests/environment.py", line 270, in check
raise testmod.FailureException(msg)
testmod.FailureException: RENAME dir into existing file should return NFS4ERR_EXIST or NFS4ERR_NOTDIR, instead got NFS4ERR_SERVERFAULT
Check failure on line 1 in st_rename
github-actions / pynfs protocol compatibility test
st_rename.testDirToFullDir
RENAME dir1 into existing, nonempty dir2 should return NFS4ERR_EXIST or NFS4ERR_NOTEMPTY, instead got NFS4ERR_SERVERFAULT
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.0/lib/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.0/servertests/st_rename.py", line 451, in testDirToFullDir
check(res, [NFS4ERR_EXIST, NFS4ERR_NOTEMPTY], "RENAME dir1 into existing, nonempty dir2")
File "/pynfs/nfs4.0/servertests/environment.py", line 270, in check
raise testmod.FailureException(msg)
testmod.FailureException: RENAME dir1 into existing, nonempty dir2 should return NFS4ERR_EXIST or NFS4ERR_NOTEMPTY, instead got NFS4ERR_SERVERFAULT
Check failure on line 1 in st_lock
github-actions / pynfs protocol compatibility test
st_lock.testReadLocks2
nfs4lib.BadCompoundRes: Opening file b'/data/tmp/LOCK17-1': operation OP_LOOKUP should return NFS4_OK, instead got NFS4ERR_ACCESS
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.0/lib/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.0/servertests/st_lock.py", line 537, in testReadLocks2
fh2, stateid2 = c2.open_confirm(b'owner2', file,
File "/pynfs/nfs4.0/nfs4lib.py", line 742, in open_confirm
check_result(res, "Opening file %s" % _getname(owner, path))
File "/pynfs/nfs4.0/nfs4lib.py", line 918, in check_result
raise BadCompoundRes(resop, res.status, msg)
nfs4lib.BadCompoundRes: Opening file b'/data/tmp/LOCK17-1': operation OP_LOOKUP should return NFS4_OK, instead got NFS4ERR_ACCESS
Check failure on line 1 in st_lock
github-actions / pynfs protocol compatibility test
st_lock.testGrabLock2
nfs4lib.BadCompoundRes: Opening file b'/data/tmp/LOCK15-1': operation OP_LOOKUP should return NFS4_OK, instead got NFS4ERR_ACCESS
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.0/lib/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.0/servertests/st_lock.py", line 470, in testGrabLock2
fh2, stateid2 = c2.open_confirm(b'owner2', file,
File "/pynfs/nfs4.0/nfs4lib.py", line 742, in open_confirm
check_result(res, "Opening file %s" % _getname(owner, path))
File "/pynfs/nfs4.0/nfs4lib.py", line 918, in check_result
raise BadCompoundRes(resop, res.status, msg)
nfs4lib.BadCompoundRes: Opening file b'/data/tmp/LOCK15-1': operation OP_LOOKUP should return NFS4_OK, instead got NFS4ERR_ACCESS
Check failure on line 1 in st_link
github-actions / pynfs protocol compatibility test
st_link.testLink
Creating hard link b'LINK1a-1' to /b'data/tree/link' should return NFS4_OK, instead got NFS4ERR_STALE
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.0/lib/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.0/servertests/st_link.py", line 66, in testLink
_basictest(t, env.c1, env.opts.uselink)
File "/pynfs/nfs4.0/servertests/st_link.py", line 12, in _basictest
check(res, error,
File "/pynfs/nfs4.0/servertests/environment.py", line 270, in check
raise testmod.FailureException(msg)
testmod.FailureException: Creating hard link b'LINK1a-1' to /b'data/tree/link' should return NFS4_OK, instead got NFS4ERR_STALE
Check failure on line 1 in st_link
github-actions / pynfs protocol compatibility test
st_link.testFile
Creating hard link b'LINK1r-1' to /b'data/tree/file' should return NFS4_OK, instead got NFS4ERR_STALE
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.0/lib/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.0/servertests/st_link.py", line 39, in testFile
_basictest(t, env.c1, env.opts.usefile)
File "/pynfs/nfs4.0/servertests/st_link.py", line 12, in _basictest
check(res, error,
File "/pynfs/nfs4.0/servertests/environment.py", line 270, in check
raise testmod.FailureException(msg)
testmod.FailureException: Creating hard link b'LINK1r-1' to /b'data/tree/file' should return NFS4_OK, instead got NFS4ERR_STALE
Check failure on line 1 in st_link
github-actions / pynfs protocol compatibility test
st_link.testExists
Creating hardlink b'LINK5-1' should return NFS4_OK, instead got NFS4ERR_STALE
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.0/lib/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.0/servertests/st_link.py", line 190, in testExists
check(res, msg="Creating hardlink %s" % t.word())
File "/pynfs/nfs4.0/servertests/environment.py", line 270, in check
raise testmod.FailureException(msg)
testmod.FailureException: Creating hardlink b'LINK5-1' should return NFS4_OK, instead got NFS4ERR_STALE
Check failure on line 1 in st_rename
github-actions / pynfs protocol compatibility test
st_rename.testLinkRename
OP_LINK should return NFS4_OK, instead got NFS4ERR_STALE
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.1/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.1/server41tests/st_rename.py", line 524, in testLinkRename
check(res)
File "/pynfs/nfs4.1/server41tests/environment.py", line 308, in check
raise testmod.FailureException(msg)
testmod.FailureException: OP_LINK should return NFS4_OK, instead got NFS4ERR_STALE
Check failure on line 1 in st_rename
github-actions / pynfs protocol compatibility test
st_rename.testFileToFullDir
IndexError: list index out of range
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.1/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.1/server41tests/st_rename.py", line 468, in testFileToFullDir
res = rename_obj(sess, basedir + [b'file'], basedir + [b'dir'])
File "/pynfs/nfs4.1/server41tests/environment.py", line 677, in rename_obj
return sess.compound(ops)
File "/pynfs/nfs4.1/nfs4client.py", line 539, in compound
res = self.update_seq_state(res, slot)
File "/pynfs/nfs4.1/nfs4client.py", line 552, in update_seq_state
seq_res = res.resarray[0]
IndexError: list index out of range
Check failure on line 1 in st_rename
github-actions / pynfs protocol compatibility test
st_rename.testFileToDir
IndexError: list index out of range
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.1/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.1/server41tests/st_rename.py", line 428, in testFileToDir
res = rename_obj(sess, basedir + [b'file'], basedir + [b'dir'])
File "/pynfs/nfs4.1/server41tests/environment.py", line 677, in rename_obj
return sess.compound(ops)
File "/pynfs/nfs4.1/nfs4client.py", line 539, in compound
res = self.update_seq_state(res, slot)
File "/pynfs/nfs4.1/nfs4client.py", line 552, in update_seq_state
seq_res = res.resarray[0]
IndexError: list index out of range
Check failure on line 1 in st_rename
github-actions / pynfs protocol compatibility test
st_rename.testDirToObj
IndexError: list index out of range
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.1/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.1/server41tests/st_rename.py", line 401, in testDirToObj
res = rename_obj(sess, basedir + [b'dir'], basedir + [b'file'])
File "/pynfs/nfs4.1/server41tests/environment.py", line 677, in rename_obj
return sess.compound(ops)
File "/pynfs/nfs4.1/nfs4client.py", line 539, in compound
res = self.update_seq_state(res, slot)
File "/pynfs/nfs4.1/nfs4client.py", line 552, in update_seq_state
seq_res = res.resarray[0]
IndexError: list index out of range
Check failure on line 1 in st_rename
github-actions / pynfs protocol compatibility test
st_rename.testDirToFullDir
IndexError: list index out of range
Raw output
Traceback (most recent call last):
File "/pynfs/nfs4.1/testmod.py", line 234, in run
self.runtest(self, environment)
File "/pynfs/nfs4.1/server41tests/st_rename.py", line 455, in testDirToFullDir
res = rename_obj(sess, basedir + [b'dir1'], basedir + [b'dir2'])
File "/pynfs/nfs4.1/server41tests/environment.py", line 677, in rename_obj
return sess.compound(ops)
File "/pynfs/nfs4.1/nfs4client.py", line 539, in compound
res = self.update_seq_state(res, slot)
File "/pynfs/nfs4.1/nfs4client.py", line 552, in update_seq_state
seq_res = res.resarray[0]
IndexError: list index out of range