[Bug 281073] fusefs tests failed after [c3d8a93126b9, e4d064e4a8e3]

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 26 Aug 2024 01:44:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281073

            Bug ID: 281073
           Summary: fusefs tests failed after [c3d8a93126b9, e4d064e4a8e3]
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: tests
          Assignee: testing@FreeBSD.org
          Reporter: lwhsu@FreeBSD.org

These tests under sys/fs/fusefs:

  CopyFileRange.mmap_write
  CopyFileRange.same_file:CopyFileRange.extend
  Io/IoCopyFileRange.copy_file_range_from_mapped_write/*
  LLM/LastLocalModify.lookup/1
  LLM/LastLocalModify.vfs_vget/1

start hanging since build of git hash
[c3d8a93126b9dd05fcfed3685bc3817f3c1eccc9,
e4d064e4a8e3818c5b1d059b40bd02bc7cede05c]

https://ci.freebsd.org/job/FreeBSD-main-amd64-test/25402/

Here are some cases have console output:

[ RUN      ] CopyFileRange.mmap_write
vnode_pager_putpages: I/O error 45
0xfffff80003df1dc0: type VREG state VSTATE_CONSTRUCTED op 0xffffffff82841898
    usecount 2, writecount 1, refcount 2 seqc users 0
    hold count flags ()
    flags (VMP_LAZYLIST)
    v_object 0xfffff80002c4d420 ref 0 pages 6 cleanbuf 0 dirtybuf 0
    lock type fuse: EXCL by thread 0xfffff80100903000 (pid 15, syncer, tid
100067)
nodeid: 42, parent nodeid: 0, nlookup: 1, flag: 0x1800


[ RUN      ] Io/IoCopyFileRange.copy_file_range_from_mapped_write/0
INIT        ino= 0
Test Parameters: init_flags=0x1 maxwrite=0x10000 noasync cache=Writethrough
kernel_minor_version=27
ACCESS      ino= 1 mask=0x1
LOOKUP      ino= 1 some_file.txt
OPEN        ino=42 flags=0x2
SETATTR     ino=42 valid=0x48
READ        ino=42 offset=0 size=4096
WRITE       ino=42 fh=0xdeadbeef1a7ebabe offset=0 size=4096 write_flags=1
vnode_pager_putpages: I/O error 45
0xfffff80003e18898: type VREG state VSTATE_CONSTRUCTED op 0xffffffff82841898
    usecount 2, writecount 1, refcount 2 seqc users 0
    hold count flags ()
    flags (VMP_LAZYLIST)
    v_object 0xfffff80002c4fb58 ref 0 pages 1 cleanbuf 0 dirtybuf 0
    lock type fuse: EXCL by thread 0xfffff80004703000 (pid 15, syncer, tid
100065)
nodeid: 42, parent nodeid: 0, nlookup: 1, flag: 0x1900

-- 
You are receiving this mail because:
You are the assignee for the bug.