[==========] Running 9 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 9 tests from TestTabletMetadata
[ RUN      ] TestTabletMetadata.TestLoadFromSuperBlock
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 08:03:54.464187 16085 fs_manager.cc:362] Metadata directory not provided
I20260812 08:03:54.464344 16085 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:03:54.466087 16085 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestLoadFromSuperBlock.1786521834456900-16085-0/fs_root/instance:
uuid: "d9cf6f2f28fc4674bf2bbc47b43a1dd4"
format_stamp: "Formatted at 2026-08-12 08:03:54 on dist-test-slave-gkw7"
I20260812 08:03:54.469895 16085 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.001s
I20260812 08:03:54.472014 16094 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:54.472599 16085 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestLoadFromSuperBlock.1786521834456900-16085-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:03:54.472998 16085 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260812 08:03:54.473066 16085 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestLoadFromSuperBlock.1786521834456900-16085-0/fs_root
uuid: "d9cf6f2f28fc4674bf2bbc47b43a1dd4"
format_stamp: "Formatted at 2026-08-12 08:03:54 on dist-test-slave-gkw7"
I20260812 08:03:54.473608 16085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
I20260812 08:03:54.496287 16085 tablet.cc:1724] T test_tablet_id P d9cf6f2f28fc4674bf2bbc47b43a1dd4: Alter schema from (
    10:key INT32 NOT NULL,
    11:int_val INT32 NOT NULL,
    12:string_val STRING NULLABLE,
    PRIMARY KEY (key)
) version 0 to (
    10:key INT32 NOT NULL,
    11:int_val INT32 NOT NULL,
    12:string_val STRING NULLABLE,
    PRIMARY KEY (key)
) version 1
W20260812 08:03:54.499694 16085 tablet_metadata.cc:474] failed to load DataDirGroup from superblock: Already present: tried to load directory group for tablet test_tablet_id but one is already registered
I20260812 08:03:54.499994 16085 tablet_metadata-test.cc:200] Superblocks match:
table_id: "KuduTableTestId"
tablet_id: "test_tablet_id"
last_durable_mrs_id: 1
rowsets {
  id: 0
  last_durable_dms_id: -1
  columns {
    block {
      id: 10364468915936183237
    }
    column_id: 10
  }
  columns {
    block {
      id: 10364468915936183238
    }
    column_id: 11
  }
  columns {
    block {
      id: 10364468915936183239
    }
    column_id: 12
  }
  undo_deltas {
    block {
      id: 10364468915936183241
    }
  }
  bloom_block {
    id: 10364468915936183240
  }
  live_row_count: 1
}
rowsets {
  id: 1
  last_durable_dms_id: -1
  columns {
    block {
      id: 10364468915936183243
    }
    column_id: 10
  }
  columns {
    block {
      id: 10364468915936183244
    }
    column_id: 11
  }
  columns {
    block {
      id: 10364468915936183245
    }
    column_id: 12
  }
  undo_deltas {
    block {
      id: 10364468915936183247
    }
  }
  bloom_block {
    id: 10364468915936183246
  }
  live_row_count: 1
}
table_name: "KuduTableTest"
schema {
  columns {
    id: 10
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    id: 11
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    id: 12
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
schema_version: 1
tablet_data_state: TABLET_DATA_READY
partition {
  partition_key_start: ""
  partition_key_end: ""
}
partition_schema {
  range_schema {
    columns {
      id: 10
    }
  }
}
data_dir_group {
  uuids: "18fc10fb82174b0d9d075fb5b0cd38b1"
}
supports_live_row_count: true
extra_config {
  history_max_age_sec: 7200
}
[       OK ] TestTabletMetadata.TestLoadFromSuperBlock (41 ms)
[ RUN      ] TestTabletMetadata.TestOnDiskSize
I20260812 08:03:54.503614 16085 fs_manager.cc:362] Metadata directory not provided
I20260812 08:03:54.503701 16085 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:03:54.504000 16085 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOnDiskSize.1786521834456900-16085-0/fs_root/instance:
uuid: "310c84c47a2a4cb99a8541e4395cc5c4"
format_stamp: "Formatted at 2026-08-12 08:03:54 on dist-test-slave-gkw7"
I20260812 08:03:54.505419 16085 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.004s	sys 0.000s
I20260812 08:03:54.506434 16099 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:54.506696 16085 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOnDiskSize.1786521834456900-16085-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:03:54.506836 16085 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
I20260812 08:03:54.506898 16085 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOnDiskSize.1786521834456900-16085-0/fs_root
uuid: "310c84c47a2a4cb99a8541e4395cc5c4"
format_stamp: "Formatted at 2026-08-12 08:03:54 on dist-test-slave-gkw7"
I20260812 08:03:54.507107 16085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
[       OK ] TestTabletMetadata.TestOnDiskSize (15 ms)
[ RUN      ] TestTabletMetadata.BenchmarkCollectBlockIds
I20260812 08:03:54.519151 16085 fs_manager.cc:362] Metadata directory not provided
I20260812 08:03:54.519248 16085 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:03:54.519560 16085 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.BenchmarkCollectBlockIds.1786521834456900-16085-0/fs_root/instance:
uuid: "b8b93ed0e4fa4ab59104ecfaf3dbc038"
format_stamp: "Formatted at 2026-08-12 08:03:54 on dist-test-slave-gkw7"
I20260812 08:03:54.521116 16085 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
I20260812 08:03:54.522149 16102 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:54.522425 16085 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.BenchmarkCollectBlockIds.1786521834456900-16085-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:03:54.522562 16085 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
I20260812 08:03:54.522626 16085 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.BenchmarkCollectBlockIds.1786521834456900-16085-0/fs_root
uuid: "b8b93ed0e4fa4ab59104ecfaf3dbc038"
format_stamp: "Formatted at 2026-08-12 08:03:54 on dist-test-slave-gkw7"
I20260812 08:03:54.522846 16085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
I20260812 08:03:56.346261 16085 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.097s	user 0.100s	sys 0.000s
I20260812 08:03:56.346426 16085 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 08:03:56.443758 16085 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.097s	user 0.096s	sys 0.000s
I20260812 08:03:56.443900 16085 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 08:03:56.542467 16085 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.099s	user 0.100s	sys 0.000s
I20260812 08:03:56.542613 16085 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 08:03:56.638840 16085 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.096s	user 0.096s	sys 0.000s
I20260812 08:03:56.638986 16085 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 08:03:56.736455 16085 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.097s	user 0.096s	sys 0.000s
I20260812 08:03:56.736608 16085 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 08:03:56.834791 16085 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.098s	user 0.100s	sys 0.000s
I20260812 08:03:56.834925 16085 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 08:03:56.932495 16085 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.098s	user 0.096s	sys 0.000s
I20260812 08:03:56.932624 16085 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 08:03:57.029184 16085 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.097s	user 0.096s	sys 0.000s
I20260812 08:03:57.029320 16085 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 08:03:57.133515 16085 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.104s	user 0.104s	sys 0.000s
I20260812 08:03:57.133678 16085 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 08:03:57.231048 16085 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.097s	user 0.096s	sys 0.000s
I20260812 08:03:57.231187 16085 tablet_metadata-test.cc:262] block_ids size: 1000000
[       OK ] TestTabletMetadata.BenchmarkCollectBlockIds (2717 ms)
[ RUN      ] TestTabletMetadata.GetMaxLiveBlockId
I20260812 08:03:57.236766 16085 fs_manager.cc:362] Metadata directory not provided
I20260812 08:03:57.236861 16085 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:03:57.237259 16085 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.GetMaxLiveBlockId.1786521834456900-16085-0/fs_root/instance:
uuid: "5f3fb8dda1724b53940cd11ebc4f07f8"
format_stamp: "Formatted at 2026-08-12 08:03:57 on dist-test-slave-gkw7"
I20260812 08:03:57.238812 16085 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.005s	sys 0.000s
I20260812 08:03:57.239804 16105 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:57.240147 16085 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.GetMaxLiveBlockId.1786521834456900-16085-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:03:57.240312 16085 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:03:57.240381 16085 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.GetMaxLiveBlockId.1786521834456900-16085-0/fs_root
uuid: "5f3fb8dda1724b53940cd11ebc4f07f8"
format_stamp: "Formatted at 2026-08-12 08:03:57 on dist-test-slave-gkw7"
I20260812 08:03:57.240615 16085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
[       OK ] TestTabletMetadata.GetMaxLiveBlockId (1766 ms)
[ RUN      ] TestTabletMetadata.TestTxnMetadata
I20260812 08:03:59.003192 16085 fs_manager.cc:362] Metadata directory not provided
I20260812 08:03:59.003297 16085 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:03:59.003685 16085 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestTxnMetadata.1786521834456900-16085-0/fs_root/instance:
uuid: "fce8b4076bba441eac254db8ac20c5c4"
format_stamp: "Formatted at 2026-08-12 08:03:58 on dist-test-slave-gkw7"
I20260812 08:03:59.005308 16085 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
I20260812 08:03:59.006270 16108 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:59.006507 16085 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestTxnMetadata.1786521834456900-16085-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:03:59.006651 16085 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:03:59.006714 16085 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestTxnMetadata.1786521834456900-16085-0/fs_root
uuid: "fce8b4076bba441eac254db8ac20c5c4"
format_stamp: "Formatted at 2026-08-12 08:03:58 on dist-test-slave-gkw7"
I20260812 08:03:59.006953 16085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
W20260812 08:03:59.010185 16085 tablet_metadata.cc:474] failed to load DataDirGroup from superblock: Already present: tried to load directory group for tablet test_tablet_id but one is already registered
[       OK ] TestTabletMetadata.TestTxnMetadata (8 ms)
[ RUN      ] TestTabletMetadata.TestOrphanBlockCleanupSuccess
I20260812 08:03:59.012029 16085 fs_manager.cc:362] Metadata directory not provided
I20260812 08:03:59.012116 16085 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:03:59.012425 16085 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockCleanupSuccess.1786521834456900-16085-0/fs_root/instance:
uuid: "009778278bb94b7aa1b28f2db3182002"
format_stamp: "Formatted at 2026-08-12 08:03:59 on dist-test-slave-gkw7"
I20260812 08:03:59.014307 16085 fs_manager.cc:696] Time spent creating directory manager: real 0.002s	user 0.003s	sys 0.000s
I20260812 08:03:59.015383 16110 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:59.015641 16085 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockCleanupSuccess.1786521834456900-16085-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:03:59.015770 16085 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:03:59.015799 16085 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockCleanupSuccess.1786521834456900-16085-0/fs_root
uuid: "009778278bb94b7aa1b28f2db3182002"
format_stamp: "Formatted at 2026-08-12 08:03:59 on dist-test-slave-gkw7"
I20260812 08:03:59.016016 16085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
I20260812 08:03:59.017920 16085 tablet.cc:1622] T test_tablet_id P 009778278bb94b7aa1b28f2db3182002: MemRowSet was empty: no flush needed.
[       OK ] TestTabletMetadata.TestOrphanBlockCleanupSuccess (9 ms)
[ RUN      ] TestTabletMetadata.TestOrphanBlockDeletionDisabled
I20260812 08:03:59.021883 16085 fs_manager.cc:362] Metadata directory not provided
I20260812 08:03:59.021950 16085 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:03:59.022370 16085 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionDisabled.1786521834456900-16085-0/fs_root/instance:
uuid: "c60ed517b38e42aebdea100ec04e79a2"
format_stamp: "Formatted at 2026-08-12 08:03:59 on dist-test-slave-gkw7"
I20260812 08:03:59.023859 16085 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
I20260812 08:03:59.024847 16117 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:59.025110 16085 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionDisabled.1786521834456900-16085-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:03:59.025261 16085 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:03:59.025310 16085 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionDisabled.1786521834456900-16085-0/fs_root
uuid: "c60ed517b38e42aebdea100ec04e79a2"
format_stamp: "Formatted at 2026-08-12 08:03:59 on dist-test-slave-gkw7"
I20260812 08:03:59.025559 16085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
I20260812 08:03:59.028167 16085 tablet.cc:1622] T test_tablet_id P c60ed517b38e42aebdea100ec04e79a2: MemRowSet was empty: no flush needed.
W20260812 08:03:59.029343 16085 tablet_metadata.cc:575] T test_tablet_id P c60ed517b38e42aebdea100ec04e79a2: Not deleting 1 orphaned block(s) from disk. Block deletion disabled via --enable_tablet_orphaned_block_deletion=false
[       OK ] TestTabletMetadata.TestOrphanBlockDeletionDisabled (10 ms)
[ RUN      ] TestTabletMetadata.TestOrphanBlockDeletionFailed
I20260812 08:03:59.032734 16085 fs_manager.cc:362] Metadata directory not provided
I20260812 08:03:59.032835 16085 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:03:59.033224 16085 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionFailed.1786521834456900-16085-0/fs_root/instance:
uuid: "e96ddeb104294fe38f5c6ba12bb2a319"
format_stamp: "Formatted at 2026-08-12 08:03:59 on dist-test-slave-gkw7"
I20260812 08:03:59.034976 16085 fs_manager.cc:696] Time spent creating directory manager: real 0.002s	user 0.002s	sys 0.000s
I20260812 08:03:59.035929 16119 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:59.036202 16085 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionFailed.1786521834456900-16085-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:03:59.036341 16085 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:03:59.036405 16085 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionFailed.1786521834456900-16085-0/fs_root
uuid: "e96ddeb104294fe38f5c6ba12bb2a319"
format_stamp: "Formatted at 2026-08-12 08:03:59 on dist-test-slave-gkw7"
I20260812 08:03:59.036629 16085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
I20260812 08:03:59.039399 16085 tablet.cc:1622] T test_tablet_id P e96ddeb104294fe38f5c6ba12bb2a319: MemRowSet was empty: no flush needed.
W20260812 08:03:59.039605 16085 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260812 08:03:59.039676 16085 fault_injection.cc:44] THIS SERVER MAY CRASH!
E20260812 08:03:59.041208 16085 env_posix.cc:431] I/O error, context: INJECTED FAILURE
W20260812 08:03:59.041425 16085 dir_manager.cc:933] Failed to handle disk failure: IO error: All dirs have failed: 
E20260812 08:03:59.041520 16085 log_block_manager.cc:3653] Block 2392989399101862933 in container /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionFailed.1786521834456900-16085-0/fs_root/data/74604842903a48daae2b2e316b9e9960 is now orphaned (failed to commit deletion record): IO error: Failed to append data to file: INJECTED FAILURE: Input/output error (error 5), with unreclaimed disk space left behind. Run 'kudu fs check --repair' to reclaim it.
E20260812 08:03:59.041643 16085 log_block_manager.cc:3658] 1 block(s) in container /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionFailed.1786521834456900-16085-0/fs_root/data/74604842903a48daae2b2e316b9e9960 are now orphaned (failed to commit deletion records): IO error: Failed to append data to file: INJECTED FAILURE: Input/output error (error 5), with unreclaimed disk space left behind. Run 'kudu fs check --repair' to reclaim it.
E20260812 08:03:59.041720 16085 log_block_manager.cc:3675] 1 block(s) across 1 container(s) are now orphaned with unreclaimed disk space. Run 'kudu fs check --repair' to reclaim it.
W20260812 08:03:59.041811 16085 tablet_metadata.cc:595] T test_tablet_id P e96ddeb104294fe38f5c6ba12bb2a319: IO error: only 0/1 blocks deleted, first failure: Unable to append deletion record(s) to block metadata: Failed to append data to file: INJECTED FAILURE: Input/output error (error 5): failed cleaning up 1 of 1 removed block(s); running 'kudu fs check --repair' can help to reclaim the disk space.
[       OK ] TestTabletMetadata.TestOrphanBlockDeletionFailed (12 ms)
[ RUN      ] TestTabletMetadata.TestOrphanBlockNotRetainedAfterFailure
I20260812 08:03:59.044905 16085 fs_manager.cc:362] Metadata directory not provided
I20260812 08:03:59.045013 16085 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:03:59.045411 16085 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockNotRetainedAfterFailure.1786521834456900-16085-0/fs_root/instance:
uuid: "be37840957ce4ee0920198e8ba4cf8a2"
format_stamp: "Formatted at 2026-08-12 08:03:59 on dist-test-slave-gkw7"
I20260812 08:03:59.046859 16085 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
I20260812 08:03:59.048014 16122 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:59.048244 16085 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockNotRetainedAfterFailure.1786521834456900-16085-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:03:59.048390 16085 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
I20260812 08:03:59.048431 16085 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-tasknAQwA5/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockNotRetainedAfterFailure.1786521834456900-16085-0/fs_root
uuid: "be37840957ce4ee0920198e8ba4cf8a2"
format_stamp: "Formatted at 2026-08-12 08:03:59 on dist-test-slave-gkw7"
I20260812 08:03:59.048636 16085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
I20260812 08:03:59.051539 16085 tablet.cc:1622] T test_tablet_id P be37840957ce4ee0920198e8ba4cf8a2: MemRowSet was empty: no flush needed.
E20260812 08:03:59.052889 16085 env_posix.cc:431] I/O error, context: INJECTED FAILURE
W20260812 08:03:59.052966 16085 dir_manager.cc:933] Failed to handle disk failure: IO error: All dirs have failed: 
E20260812 08:03:59.053062 16085 log_block_manager.cc:3675] 1 block(s) across 1 container(s) are now orphaned with unreclaimed disk space. Run 'kudu fs check --repair' to reclaim it.
W20260812 08:03:59.053118 16085 tablet_metadata.cc:595] T test_tablet_id P be37840957ce4ee0920198e8ba4cf8a2: IO error: only 0/1 blocks deleted, first failure: Unable to append deletion record(s) to block metadata: Failed to append data to file: INJECTED FAILURE: Input/output error (error 5): failed cleaning up 1 of 1 removed block(s); running 'kudu fs check --repair' can help to reclaim the disk space.
I20260812 08:03:59.053964 16085 tablet.cc:1622] T test_tablet_id P be37840957ce4ee0920198e8ba4cf8a2: MemRowSet was empty: no flush needed.
[       OK ] TestTabletMetadata.TestOrphanBlockNotRetainedAfterFailure (12 ms)
[----------] 9 tests from TestTabletMetadata (4595 ms total)

[----------] Global test environment tear-down
[==========] 9 tests from 1 test suite ran. (4595 ms total)
[  PASSED  ] 9 tests.
I20260812 08:03:59.058108 16085 logging.cc:436] LogThrottler /workspace/apache/dev/local/kudu/src/kudu/fs/log_block_manager.cc:3658: suppressed but not reported on 1 messages since previous log ~0 seconds ago
I20260812 08:03:59.058182 16085 logging.cc:436] LogThrottler /workspace/apache/dev/local/kudu/src/kudu/fs/log_block_manager.cc:3653: suppressed but not reported on 1 messages since previous log ~0 seconds ago
