2020-08-20T06:49:29.062 INFO:root:teuthology version: 1.0.0-c0ecc52 2020-08-20T06:49:29.064 INFO:teuthology.results:seed: '2403' 2020-08-20T20:52:59.354 INFO:root:teuthology version: 1.0.0-c0ecc52 2020-08-20T20:52:59.397 INFO:teuthology.results:Waiting up to 43200 seconds for tests to finish... 2020-08-21T03:54:22.065 INFO:teuthology.results:Tests finished! gathering results... 2020-08-21T03:56:09.903 INFO:scrape:Found 568 jobs 2020-08-21T03:57:28.408 ERROR:teuthology.results:error generating memo/results Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/results.py", line 34, in main int(args['--timeout']), args['--dry-run']) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/results.py", line 69, in results Scraper(archive_dir).analyze() File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/scrape.py", line 490, in analyze if reason.match(job): File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/scrape.py", line 75, in match if (self.backtrace is None) != (job.get_backtrace() is None): File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/scrape.py", line 338, in get_backtrace self._populate_backtrace() File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/scrape.py", line 384, in _populate_backtrace bt, ass = self._search_backtrace(GzipFile(gzipped_log_path)) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/scrape.py", line 304, in _search_backtrace if ".stderr:" in line: TypeError: a bytes-like object is required, not 'str'