2024-03-04T20:22:26.217 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-03-04T20:22:26.217 INFO:teuthology.results:seed: '7404' 2024-03-04T20:25:42.705 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-03-04T20:25:42.709 INFO:teuthology.results:Waiting up to 43200 seconds for tests to finish... 2024-03-04T20:49:44.167 INFO:teuthology.results:Tests finished! gathering results... 2024-03-04T20:49:44.243 INFO:scrape:Found 1 jobs 2024-03-04T20:49:44.243 ERROR:teuthology.results:error generating memo/results Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/results.py", line 33, in main results(args['--archive-dir'], args['--name'], args['--email'], File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/results.py", line 71, in results Scraper(archive_dir).analyze() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/scrape.py", line 502, in analyze reasons[give_me_a_reason(job)].append(job) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/scrape.py", line 459, in give_me_a_reason if r.match(job): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/scrape.py", line 113, in match if re.match(regex, job.get_failure_reason()): File "/usr/lib/python3.8/re.py", line 191, in match return _compile(pattern, flags).match(string) TypeError: expected string or bytes-like object