Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-11155

failed: spinlock-pthread-adaptive-test on ubuntu2004-arm64 [wiredtiger-mongo-v6.0 @ dde1bcca]

    • Type: Icon: Build Failure Build Failure
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • StorEng - 2023-06-13

      spinlock-pthread-adaptive-test on ubuntu2004-arm64

      Host: i-0cfa2889d9df8eb7e
      Project: wiredtiger-mongo-v6.0
      Commit: dde1bcca

      Task Logs:

      spinlock-pthread-adaptive-test task_log

      Logs:

      [1685926273:993047][261292:0xffffb0d911e0], wt, lsm-worker: [WT_VERB_DEFAULT][ERROR]: __lsm_worker, 167: Error in LSM worker thread 2: No such file or directory
      [1685926273:993080][261292:0xffffb0d911e0], wt, lsm-worker: [WT_VERB_DEFAULT][ERROR]: __lsm_worker, 167: the process must exit and restart: WT_PANIC: WiredTiger library panic
      [1685926273:993092][261292:0xffffb722f420], wt, file:test_backup.4_cgroup1-000009.lsm, WT_CURSOR.next: [WT_VERB_DEFAULT][ERROR]: __wt_cursor_set_key, 289: failed to set key: WT_PANIC: WiredTiger library panic
      [1685926273:993144][261292:0xffffabfff1e0], wt, file:test_backup.4_cgroup6-000016.bf, WT_SESSION.open_cursor: [WT_VERB_DEFAULT][ERROR]: __wt_cursor_set_key, 289: failed to set key: WT_PANIC: WiredTiger library panic
      [1685926273:993154][261292:0xffffabfff1e0], 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
      

      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:

      [1685926274:897][261292:0xffffb722f420], wt, WT_CONNECTION.close: [WT_VERB_DEFAULT][ERROR]: __conn_close, 1177: failure during close, disabling further writes: WT_PANIC: WiredTiger library panic
      [1685926274:945][261292:0xffffb2d951e0], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1685926274:952][261292:0xffffb3d971e0], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1685926274:986][261292:0xffffb35961e0], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1685926274:1006][261292:0xffffb45981e0], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1685926274:1042][261292:0xffffb4d991e0], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1685926274:1074][261292:0xffffb559a1e0], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1685926274:1133][261292:0xffffb5d9b1e0], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1685926274:1184][261292:0xffffb659c1e0], wt, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_evict_thread_run, 344: cache eviction thread error: WT_PANIC: WiredTiger library panic
      [1685926274:1315][261292:0xffffb722f420], wt, WT_CONNECTION.close: [WT_VERB_DEFAULT][ERROR]: __wt_cache_destroy, 368: cache server: exiting with 6 pages in memory and 3 pages evicted
      [1685926274:1322][261292:0xffffb722f420], wt, WT_CONNECTION.close: [WT_VERB_DEFAULT][ERROR]: __wt_cache_destroy, 375: cache server: exiting with 102201 bytes in memory
      

      logs

      spinlock-pthread-adaptive-test task_log

      Logs:

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

      logs

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Xgen-BuildBaron-User xgen-buildbaron-user
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: