Okay I got it to install somehow by moving tmp-pkg to pkg, running lkp install (which failed), then moving it back and running lkp install again, which succeeded. Running lkp split-job gives me: /root/lkp-tests/lib/erb.rb:35: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other arguments as keyword arguments. /root/lkp-tests/lib/erb.rb:35: warning: Passing trim_mode with the 3rd argument of ERB.new is deprecated. Use keyword argument like ERB.new(str, trim_mode: ...) instead. /root/lkp-tests/lib/erb.rb:35: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other arguments as keyword arguments. /root/lkp-tests/lib/erb.rb:35: warning: Passing trim_mode with the 3rd argument of ERB.new is deprecated. Use keyword argument like ERB.new(str, trim_mode: ...) instead. job.yaml => ./job-performance-1HDD-btrfs-cifs-filemicro_seqwriterandvargam.f-b4834f12a4df607aaedc627fa9b93f3b18f664ba-debian-12-x86_64-20240206.cgz.yaml It looks like some of the Ruby scripting is out of date. David