hi, David, On Wed, Apr 17, 2024 at 01:18:41PM +0100, David Howells wrote: > When I try and do "sudo bin/lkp install job.yaml", I get an error because > Fedora 39 doesn't have a libarchive-tools package. sorry for late. we made some fix for fedora 39 recently, could you try again? I can pass "sudo bin/lkp install job.yaml" on my local machine with fedora 39 now. we found the similar issue (WARNING:at_fs/netfs/write_collect.c:#netfs_writeback_lookup_folio) still exist upon below commit in latest branch: dhowells-fs/cifs-netfs 0e533e79c0edb cifs: Cut over to using netfslib > > Also, I can't find a "filemicro_seqwriterandvargam.f" script, presumably > because it would get patched into existence by the failing install step above. yes, this is only generated after all previous steps pass. $ bin/lkp split-job --compatible job.yaml ... /tmp/split-job20240424-80542-6az47a => ./job-1HDD-btrfs-cifs-filemicro_seqwriterandvargam.f.yaml BTW, you also need follow https://github.com/intel/lkp-tests?tab=readme-ov-file#run-your-own-disk-partitions to use your own disk since this test needs 1 HDD. if you find further issues, could you capture full logs? thanks a lot! > > David >