The coverage-report task in Evergreen experienced periodic timeout failures. The compaction thread was halted due to cache pressure on the build host.
[2019/11/18 13:13:01.669] Running command 'shell.exec' in "test format" (step 5 of 17) [2019/11/18 13:13:01.670] for i in $(seq 1); do [2019/11/18 13:13:01.670] ./t -1 -c ../../../test/format/CONFIG.stress checkpoints=1 leak_memory=0 mmap=1 file_type=row compression=snappy logging=1 logging_compression=snappy logging_prealloc=1 [2019/11/18 13:13:01.670] done [2019/11/18 13:17:51.362] [1574043471:362577][22348:0x7f3e361d9740], t, file:wt, WT_SESSION.salvage: snappy error: snappy_decompress: SNAPPY_INVALID_INPUT: 1 [2019/11/18 13:18:05.547] t: process 22348 1: file, row-store (298 seconds) [2019/11/18 13:18:05.547] Running command 'shell.exec' in "test format" (step 6 of 17) [2019/11/18 13:18:05.548] for i in $(seq 1); do [2019/11/18 13:18:05.548] ./t -1 -c ../../../test/format/CONFIG.stress checkpoints=1 leak_memory=0 mmap=1 file_type=row alter=1 backups=1 compaction=1 data_extend=1 prepare=1 rebalance=1 salvage=1 statistics=1 statistics_server=1 verify=1 [2019/11/18 13:18:05.548] done [2019/11/18 13:19:40.575] [1574043580:575038][22536:0x7f800affd700], t, WT_SESSION.compact: __compact_worker, 300: compaction halted by eviction pressure: Device or resource busy [2019/11/18 13:23:05.531] t: process 22536 1: table, row-store (299 seconds) [2019/11/18 13:23:05.531] Running command 'shell.exec' in "test format" (step 7 of 17) [2019/11/18 13:23:05.532] for i in $(seq 1); do [2019/11/18 13:23:05.532] ./t -1 -c ../../../test/format/CONFIG.stress checkpoints=1 leak_memory=0 mmap=1 file_type=row direct_io=1 firstfit=1 internal_key_truncation=1 [2019/11/18 13:23:05.532] done [2019/11/18 15:23:06.094] Running task-timeout commands. [2019/11/18 15:23:06.094] Command stopped early: context canceled [2019/11/18 15:23:06.118] Task completed - FAILURE.
- is related to
-
WT-5255 Turn off external programs if direct I/O is configured for test/format
- Closed