wt tool fails while dumping backup dir in test_backup03 on 6.0

XMLWordPrintableJSON

    • Type: Build Failure
    • Resolution: Won't Do
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: LSM

      spinlock-pthread-adaptive-test on ubuntu2004

      Host: i-045939c65fff6dd67
      Project: wiredtiger-mongo-v6.0
      Commit: 25a568e0
      Please refer to BF(G) Playbook for instructions on handling BF and BFG tickets as well as Auto-Resolution Rules

      Task Logs:

      spinlock-pthread-adaptive-test task_log

      Logs:

      [1747359288:722049][208056:0x7fb4b32cf700], wt, lsm-worker: [WT_VERB_DEFAULT][ERROR]: __lsm_worker, 167: Error in LSM worker thread 2: No such file or directory
      [1747359288:722099][208056:0x7fb4b32cf700], wt, lsm-worker: [WT_VERB_DEFAULT][ERROR]: __lsm_worker, 167: the process must exit and restart: WT_PANIC: WiredTiger library panic
      [1747359288:722112][208056:0x7fb4b9302040], wt, WT_CURSOR.next: [WT_VERB_DEFAULT][ERROR]: __wt_cursor_set_key, 289: failed to set key: WT_PANIC: WiredTiger library panic
      

      logs

      spinlock-pthread-adaptive-test task_log

      Logs:

      wt: table:test_backup.4: cursor.next: WT_PANIC: WiredTiger library panic
      wt: WT_PANIC: WiredTiger library panic
      

      logs

      spinlock-pthread-adaptive-test task_log

      Logs:

      [1747359288:722179][208056:0x7fb4b2ace700], wt, WT_SESSION.create: [WT_VERB_DEFAULT][ERROR]: __wt_cursor_set_key, 289: failed to set key: WT_PANIC: WiredTiger library panic
      [1747359288:722201][208056:0x7fb4b2ace700], wt, file:test_backup.4_cgroup6-000016.lsm, lsm-worker: [WT_VERB_DEFAULT][ERROR]: __lsm_worker, 167: Error in LSM worker thread 3: WT_PANIC: WiredTiger library panic
      [1747359288:740486][208056:0x7fb4b9302040], wt, WT_CONNECTION.close: [WT_VERB_DEFAULT][ERROR]: __conn_close, 1180: failure during close, disabling further writes: WT_PANIC: WiredTiger library panic
      [1747359288:740534][208056:0x7fb4b8ada700], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1747359288:740556][208056:0x7fb4b5ad4700], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1747359288:740572][208056:0x7fb4b6ad6700], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1747359288:740591][208056:0x7fb4b52d3700], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1747359288:740593][208056:0x7fb4b62d5700], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1747359288:740644][208056:0x7fb4b72d7700], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1747359288:740653][208056:0x7fb4b7ad8700], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1747359288:740659][208056:0x7fb4b82d9700], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1747359288:740906][208056:0x7fb4b9302040], wt, WT_CONNECTION.close: [WT_VERB_DEFAULT][ERROR]: __wt_cache_destroy, 374: cache server: exiting with 5 pages in memory and 2 pages evicted
      [1747359288:740915][208056:0x7fb4b9302040], wt, WT_CONNECTION.close: [WT_VERB_DEFAULT][ERROR]: __wt_cache_destroy, 381: cache server: exiting with 101044 bytes in memory
      

      logs

      spinlock-pthread-adaptive-test task_log

      Logs:

      [pid:46743]: FAIL: test_backup03.test_backup_target.test_backup_target(backup_4)
      ----------------------------------------------------------------------
      [pid:46743]: testtools.testresult.real._StringException: Traceback (most recent call last):
        File "/data/mci/9af067becd6ab8ab892fbe2ebdda4eb1/wiredtiger/test/suite/test_backup03.py", line 123, in test_backup_target
          self.backup_table_cursor(self.list)
        File "/data/mci/9af067becd6ab8ab892fbe2ebdda4eb1/wiredtiger/test/suite/test_backup03.py", line 111, in backup_table_cursor
          self.compare_backups(self.objs[i][0], self.dir, './')
        File "/data/mci/9af067becd6ab8ab892fbe2ebdda4eb1/wiredtiger/test/suite/wtbackup.py", line 225, in compare_backups
          self.runWt(['-R', '-h', base_dir, 'dump', uri], outfilename=base_out)
        File "/data/mci/9af067becd6ab8ab892fbe2ebdda4eb1/wiredtiger/test/suite/suite_subprocess.py", line 298, in runWt
          self.assertEqual(returncode, 0,
        File "/opt/mongodbtoolchain/revisions/79c9b62fe59b85252bd716333ebea111b4d03a12/stow/python3-v3.8BF/lib/python3.9/unittest/case.py", line 831, in assertEqual
          assertion_func(first, second, msg=msg)
        File "/opt/mongodbtoolchain/revisions/79c9b62fe59b85252bd716333ebea111b4d03a12/stow/python3-v3.8BF/lib/python3.9/unittest/case.py", line 824, in _baseAssertEqual
          raise self.failureException(msg)
      AssertionError: 1 != 0 : expected success: "['/data/mci/9af067becd6ab8ab892fbe2ebdda4eb1/wiredtiger/cmake_build/wt', '-R', '-h', 'backup.dir', 'dump', 'table:test_backup.4']": exited 1
      ----------------------------------------------------------------------
      Ran 9049 tests in 1636.277s
      

      logs

      Repro Artifacts:

            Assignee:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            xgen-buildbaron-user
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: