-
Type:
Build Failure
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Disagg CI-blocker
-
None
-
Storage Engines - Transactions
-
188.602
-
None
-
None
-
41
format-stress-test-disagg-switch-data-validation-1 on amazon2023-disagg-stress
Host: i-07ab366bb22ede6f1
Project: wiredtiger-disagg
Commit: 1dd74858
Please refer to BF(G) Playbook for instructions on handling BF and BFG tickets as well as Auto-Resolution Rules
Task Logs:
format-stress-test-disagg-switch-data-validation-1 task_log
Logs:
Task logger initialized (agent version '2026-05-01a' from Evergreen build revision '506cfa5dd480356b3052925f267bd0aabe7d8ec5').
Starting task 'wiredtiger_disagg_amazon2023_disagg_stress_format_stress_test_disagg_switch_data_validation_1_1dd748588845ab96248bc75a35ba53a655913c32_26_05_08_07_01_03', execution 0.
Running pre-task commands.
Running command 'shell.exec' in function 'cleanup' (step 1 of 2) in block 'pre'.
Finished command 'shell.exec' in function 'cleanup' (step 1 of 2) in block 'pre' in 2.256339ms.
Running command 'expansions.update' in function 'setup environment' (step 2 of 2) in block 'pre'.
Finished command 'expansions.update' in function 'setup environment' (step 2 of 2) in block 'pre' in 30.355µs.
Finished running pre-task commands in 2.456377ms.
Running task commands.
Running command 's3.get' in function 'fetch artifacts' (step 1 of 2).
Fetching remote file 'wiredtiger/amazon2023-disagg-stress/1dd748588845ab96248bc75a35ba53a655913c32/artifacts/compile_wiredtiger_disagg_amazon2023_disagg_stress_1dd748588845ab96248bc75a35ba53a655913c32_26_05_08_07_01_03.tgz' from S3 bucket 'build_external' (attempt 1 of 5).
Finished command 's3.get' in function 'fetch artifacts' (step 1 of 2) in 6.64304497s.
Running command 'shell.exec' in function 'format test disagg' (step 2 of 2).
export WT_TOPDIR=$(git rev-parse --show-toplevel)
export WT_BUILDDIR=$WT_TOPDIR/cmake_build
if [ "$OS" = "Windows_NT" ]; then
export PATH=/cygdrive/c/python/Python311:/cygdrive/c/python/Python311/Scripts:$PATH
else
export PATH=/opt/mongodbtoolchain/v5/bin:$PATH
export LD_LIBRARY_PATH=$WT_BUILDDIR
fi
# Create the common sanitizer options and export the specific sanitizer environment
# variables.
COMMON_SAN_OPTIONS="abort_on_error=1:disable_coredump=0"
if [[ "" =~ ASan ]]; then
export ASAN_OPTIONS="$COMMON_SAN_OPTIONS:unmap_shadow_on_exit=1"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(dirname $(/opt/mongodbtoolchain/v5/bin/clang -print-file-name=libclang_rt.asan.so))"
export TESTUTIL_BYPASS_ASAN=1
elif [[ "" =~ MSan ]]; then
export MSAN_OPTIONS="$COMMON_SAN_OPTIONS:verbosity=3"
export TESTUTIL_MSAN=1
elif [[ "" =~ TSan ]]; then
export TSAN_OPTIONS="$COMMON_SAN_OPTIONS:verbosity=3"
export TESTUTIL_TSAN=1
elif [[ "" =~ UBSan ]]; then
export UBSAN_OPTIONS="$COMMON_SAN_OPTIONS:print_stacktrace=1"
export TESTUTIL_UBSAN=1
fi
if [[ 1 -eq 1 ]]; then
# The preloaded library should be downloaded/built during "configure wiredtiger" step.
# DO NOT MOVE:This variable must be set in the same function(shell) that runs a test,
# and as close as possible to the test execution, since it affects all the binaries.
export LD_PRELOAD=$WT_TOPDIR/TCMALLOC_LIB/libtcmalloc.so
if [ ! -f "$LD_PRELOAD" ]; then
echo "Error: TCMalloc support was requested, but the library doesn't exist: $LD_PRELOAD"
exit 1
fi
fi
# Set extensions to load
EXT="extensions=["
EXT="$EXT ext/compressors/snappy/libwiredtiger_snappy.so,"
EXT="$EXT ext/collators/reverse/libwiredtiger_reverse_collator.so,"
EXT="$EXT ext/encryptors/rotn/libwiredtiger_rotn.so,"
EXT="$EXT ext/page_log/palite/libwiredtiger_palite.so,"
EXT="$EXT ]"
export EXT
Dump Environment
eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@"
BASH_FUNC_which%%=() { ( alias;
CI=true
EVR_AGENT_PID=3733
EVR_TASK_ID=wiredtiger_disagg_amazon2023_disagg_stress_format_stress_test_disagg_switch_data_validation_1_1dd748588845ab96248bc75a35ba53a655913c32_26_05_08_07_01_03
EXT=extensions=[ ext/compressors/snappy/libwiredtiger_snappy.so, ext/collators/reverse/libwiredtiger_reverse_collator.so, ext/encryptors/rotn/libwiredtiger_rotn.so, ext/page_log/palite/libwiredtiger_palite.so, ]
GOCACHE=/data/mci/3b4c926ca88e940f3f4e4e44d97d65f7/wiredtiger/cmake_build/test/format/.gocache
GOTRACEBACK=none
HISTCONTROL=ignoredups
HISTSIZE=1000
HOME=/home/ec2-user
HOSTNAME=ip-10-128-70-88.ec2.internal
INVOCATION_ID=69398d717ca94dd28bac5be58d750f65
JASPER_ID=203b3aef-b860-4242-b774-2a539e490435
JASPER_MANAGER=662d840a-0414-4c81-a0b6-062941a27b15
JOURNAL_STREAM=8:29708
LANG=C.UTF-8
LC_ALL=C
LD_LIBRARY_PATH=/data/mci/3b4c926ca88e940f3f4e4e44d97d65f7/wiredtiger/cmake_build
LD_PRELOAD=/data/mci/3b4c926ca88e940f3f4e4e44d97d65f7/wiredtiger/TCMALLOC_LIB/libtcmalloc.so
LESSOPEN=||/usr/bin/lesspipe.sh %s
LOGNAME=ec2-user
MAIL=/var/spool/mail/ec2-user
PATH=/opt/mongodbtoolchain/v5/bin:/usr/sbin:/usr/sbin:/usr/sbin:/home/ec2-user/.local/bin:/home/ec2-user/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/node/bin:/opt/node/bin:/opt/node/bin
PWD=/data/mci/3b4c926ca88e940f3f4e4e44d97d65f7/wiredtiger/cmake_build/test/format
SHELL=/bin/bash
SHLVL=1
SYSTEMD_COLORS=false
SYSTEMD_EXEC_PID=3640
S_COLORS=auto
TEMP=/data/mci/3b4c926ca88e940f3f4e4e44d97d65f7/tmp
TMP=/data/mci/3b4c926ca88e940f3f4e4e44d97d65f7/tmp
TMPDIR=/data/mci/3b4c926ca88e940f3f4e4e44d97d65f7/tmp
USER=ec2-user
WT_BUILDDIR=/data/mci/3b4c926ca88e940f3f4e4e44d97d65f7/wiredtiger/cmake_build
WT_TOPDIR=/data/mci/3b4c926ca88e940f3f4e4e44d97d65f7/wiredtiger
_=/usr/bin/printenv
which_declare=declare -f
}
echo "Dump Environment"
printenv | sort
# Fail, show the configuration file.
fail() {
echo "======= FAILURE =========="
[ -f RUNDIR/CONFIG ] && cat RUNDIR/CONFIG
exit 1
}
for i in $(seq 5); do
echo Iteration $i/5
rm -rf RUNDIR
./t -c ../../../test/format/CONFIG.disagg disagg.mode=switch ops.verify=1 runs.mirror=1 table1.runs.source=table table1.disagg.enabled=0 runs.timer=5:10 ops.prepare=1 || fail
Iteration 1/5
t: process 54557 running
--- [Follower] Picked up checkpoint (metadata=[metadata_lsn=248537,metadata_checksum=10804056,database_size=381910187,version=1,compatible_version=1],timestamp=0x778863) ---
--- [Follower] Picked up checkpoint (metadata=[metadata_lsn=465162,metadata_checksum=bd27aa89,database_size=482618819,version=1,compatible_version=1],timestamp=0xd30bdc) ---
--- [Follower] Picked up checkpoint (metadata=[metadata_lsn=680953,metadata_checksum=74e21052,database_size=499109836,version=1,compatible_version=1],timestamp=0x12cfa7e) ---
t: successful run completed (393 seconds)
if [ true = true ]; then
./t -R $format_args || fail
fi
done
t: WARNING: turning off ops.random_cursor with disagg as they are currently problematic and can cause stalls
t: WARNING: turning off ops.truncate to work with ops.prepare and precise checkpoint
t: WARNING: table.1 skipped verify because of EBUSY
t: WARNING: table.2 skipped verify because of EBUSY
t: process 54990 running
--- [Follower] Picked up checkpoint (metadata=[metadata_lsn=930190,metadata_checksum=e02bc280,database_size=525781381,version=1,compatible_version=1],timestamp=0x1ba4eac) ---
--- [Follower] Picked up checkpoint (metadata=[metadata_lsn=1218022,metadata_checksum=cdb53d6,database_size=669433231,version=1,compatible_version=1],timestamp=0x25531ab) ---
--- [Follower] Picked up checkpoint (metadata=[metadata_lsn=1485370,metadata_checksum=e36fa272,database_size=778811341,version=1,compatible_version=1],timestamp=0x2df7086) ---
t: successful run completed (413 seconds)
t: WARNING: table.3 skipped verify because of EBUSY
format-stress-test-disagg-switch-data-validation-1 task_log
Logs:
[1778232853:208466][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wti_rec_hs_insert_updates, 998: WiredTiger assertion failed: 'upd->prepare_state != (uint8_t)1 && upd->prepare_state != (uint8_t)2'. Expression returned false [1778232853:208488][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_DEFAULT][ERROR]: __wt_abort, 29: aborting WiredTiger library [1778232853:208499][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208506][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208508][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208510][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208512][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208514][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208516][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208518][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208519][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208521][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208523][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208525][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208527][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208528][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208530][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208532][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208535][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208537][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208539][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208540][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208542][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208544][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208546][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_next, 321: Error at src/cursor/cur_hs.c:321: "__curhs_next_visible(session, hs_cursor)" failed: WT_NOTFOUND: item not found [1778232853:208548][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208550][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208551][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208553][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208555][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208557][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208559][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_next, 321: Error at src/cursor/cur_hs.c:321: "__curhs_next_visible(session, hs_cursor)" failed: WT_NOTFOUND: item not found [1778232853:208560][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208563][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208565][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_next, 321: Error at src/cursor/cur_hs.c:321: "__curhs_next_visible(session, hs_cursor)" failed: WT_NOTFOUND: item not found [1778232853:208568][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_next, 321: Error at src/cursor/cur_hs.c:321: "__curhs_next_visible(session, hs_cursor)" failed: WT_NOTFOUND: item not found [1778232853:208570][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208572][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208574][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][ERROR]: __curhs_search_near_helper, 745: Error at src/cursor/cur_hs.c:745: "cursor->search_near(cursor, &cmp)" failed: WT_NOTFOUND: item not found [1778232853:208576][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_
format-stress-test-disagg-switch-data-validation-1 task_log
Logs:
Iteration 2/5 t: process 55453 running --- [Follower] Picked up checkpoint (metadata=[metadata_lsn=906825,metadata_checksum=a6a9e9dd,database_size=407862490,version=1,compatible_version=1],timestamp=0x553f09) --- 0x1221e41a5620:[1778232853:208493][55453:0xffff7a53dbc0], t, file:T00002.wt_stable, eviction-server: [WT_VERB_ERROR_RETURNS][WARNING]: 2925 errors occurred, only the last 100 are shown bash: line 65: 55453 Aborted (core dumped) ./t -c ../../../test/format/CONFIG.disagg disagg.mode=switch ops.verify=1 runs.mirror=1 table1.runs.source=table table1.disagg.enabled=0 runs.timer=5:10 ops.prepare=1 ======= FAILURE ========== ############################################ # RUN PARAMETERS: V3 ############################################ assert.read_timestamp=0 background_compact=0 background_compact.free_space_target=92 backup=0 backup.incremental=off backup.incr_granularity=7060 backup.live_restore=0 backup.live_restore_read_size=1024 backup.live_restore_threads=9 block_cache=0 block_cache.cache_on_checkpoint=0 block_cache.cache_on_writes=1 block_cache.size=17 cache=3072 cache.evict_max=0 cache.eviction_dirty_target=0 cache.eviction_dirty_trigger=0 cache.eviction_updates_target=0 cache.eviction_updates_trigger=0 cache.minimum=0 cache.maximum=0 checkpoint=on checkpoint.log_size=62 checkpoint.wait=5 checkpoint_threads=4 compact.free_space_target=2 debug.background_compact=0 debug.checkpoint_retention=1 debug.cursor_reposition=0 debug.eviction=0 debug.log_retention=0 debug.realloc_exact=0 debug.realloc_malloc=0 debug.slow_checkpoint=0 debug.table_logging=1 debug.update_restore_evict=0 disagg.internal_page_delta=0 disagg.leaf_page_delta=1 disagg.multi=0 disagg.multi_validation=0 disagg.enabled=1 disagg.layered=1 disagg.mode=switch disagg.page_log=palite disagg.key_provider=0 disagg.page_log.verbose=0 disagg.drain_threads=2 disagg.preserve=0 disk.data_extend=0 disk.encryption=none disk.mmap=1 disk.mmap_all=0 eviction.evict_use_softptr=0 file_manager.close_handle_minimum=16 file_manager.close_idle_time=18 file_manager.close_scan_interval=12 format.abort=0 format.independent_thread_rng=1 format.major_timeout=0 import=0 logging=0 logging.compression=none logging.file_max=64712 logging.prealloc=1 logging.remove=1 obsolete_cleanup.method=off obsolete_cleanup.wait=3292 ops.alter=0 ops.compaction=0 ops.hs_cursor=0 ops.bound_cursor=0 ops.prepare=1 ops.reserve=20 ops.random_cursor=0 ops.salvage=0 ops.throttle=0 ops.throttle.sleep_us=210146 ops.verify=1 prefetch=1 prefetch.default=0 precise_checkpoint=1 preserve_prepared=1 quiet=1 random.data_seed=12938785 random.extra_seed=2683559 rollback_to_stable_threads=10 runs.in_memory=0 runs.mirror=1 runs.ops=0 runs.predictable_replay=0 runs.source=layered runs.tables=3 runs.threads=9 runs.timer=7 runs.type=row-store runs.verify_failure_dump=0 statistics.mode=fast statistics_log.sources=off stress.aggressive_stash_free=1 stress.aggressive_sweep=0 stress.checkpoint=0 stress.checkpoint_evict_page=0 stress.checkpoint_prepare=0 stress.compact_slow=0 stress.evict_reposition=0 stress.failpoint_eviction_split=0 stress.failpoint_hs_delete_key_from_ts=0 stress.failpoint_rec_before_wrapup=0 stress.hs_checkpoint_delay=0 stress.hs_search=0 stress.hs_sweep=0 stress.prefetch_delay=0 stress.prepare_resolution_1=0 stress.sleep_before_read_overflow_onpage=0 stress.split_1=0 stress.split_2=0 stress.split_3=0 stress.split_4=0 stress.split_5=0 stress.split_6=0 stress.split_7=0 stress.split_8=0 tiered_storage.flush_frequency=0 tiered_storage.storage_source=off transaction.implicit=0 transaction.operation_timeout_ms=2000 transaction.timestamps=1 wiredtiger.config=off wiredtiger.rwlock=0 wiredtiger.leak_memory=0 ############################################ # TABLE PARAMETERS: table 1 ############################################ table1.btree.compression=none table1.btree.dictionary=1 table1.btree.internal_key_truncation=1 table1.btree.internal_page_max=13 table1.btree.key_max=101 table1.btree.key_min=17 table1.btree.leaf_page_max=11 table1.btree.memory_page_max=6 table1.btree.prefix_len=0 table1.btree.prefix_compression=0 table1.btree.prefix_compression_min=0 table1.btree.reverse=0 table1.btree.split_pct=79 table1.btree.value_max=592 table1.btree.value_min=7 table1.disagg.enabled=0 table1.disk.checksum=unencrypted table1.disk.firstfit=0 table1.ops.pareto=0 table1.ops.pareto.skew=83 table1.ops.pct.delete=21 table1.ops.pct.insert=31 table1.ops.pct.modify=29 table1.ops.pct.read=14 table1.ops.pct.write=5 table1.ops.truncate=1 table1.runs.rows=398163 table1.runs.source=table ############################################ # TABLE PARAMETERS: table 2 ############################################ table2.btree.compression=none table2.btree.dictionary=0 table2.btree.internal_key_truncation=1 table2.btree.internal_page_max=16 table2.btree.key_max=76 table2.btree.key_min=19 table2.btree.leaf_page_max=15 table2.btree.memory_page_max=9 table2.btree.prefix_len=0 table2.btree.prefix_compression=0 table2.btree.prefix_compression_min=7 table2.btree.reverse=0 table2.btree.split_pct=65 table2.btree.value_max=2130 table2.btree.value_min=0 table2.disk.checksum=unencrypted table2.disk.firstfit=0 table2.ops.pareto=0 table2.ops.pareto.skew=94 table2.ops.pct.delete=22 table2.ops.pct.insert=22 table2.ops.pct.modify=14 table2.ops.pct.read=39 table2.ops.pct.write=3 table2.ops.truncate=1 table2.runs.rows=398163 ############################################ # TABLE PARAMETERS: table 3 ############################################ table3.btree.compression=none table3.btree.dictionary=0 table3.btree.internal_key_truncation=0 table3.btree.internal_page_max=14 table3.btree.key_max=44 table3.btree.key_min=30 table3.btree.leaf_page_max=11 table3.btree.memory_page_max=6 table3.btree.prefix_len=0 table3.btree.prefix_compression=1 table3.btree.prefix_compression_min=0 table3.btree.reverse=0 table3.btree.split_pct=92 table3.btree.value_max=3335 table3.btree.value_min=1 table3.disk.checksum=on table3.disk.firstfit=0 table3.ops.pareto=0 table3.ops.pareto.skew=28 table3.ops.pct.delete=42 table3.ops.pct.insert=2 table3.ops.pct.modify=3 table3.ops.pct.read=2 table3.ops.pct.write=51 table3.ops.truncate=1 table3.runs.rows=398163 Command 'shell.exec' in function 'format test disagg' (step 2 of 2) failed: shell script encountered problem: exit code 1. Finished command 'shell.exec' in function 'format test disagg' (step 2 of 2) in 16m26.260314125s. Running task commands failed: running command: command failed: shell script encountered problem: exit code 1 Finished running task commands in 16m32.903663005s. Task completed - FAILURE. Running post-task commands.
format-stress-test-disagg-switch-data-validation-1 task_log
Logs:
#0 0x0000ffff80ec4454 in __pthread_kill_implementation () from /lib64/libc.so.6 #0 0x0000ffff80ec4454 in __pthread_kill_implementation () from /lib64/libc.so.6 #1 0x0000ffff80e7b320 [PAC] in raise () from /lib64/libc.so.6 #2 0x0000ffff80e62224 [PAC] in abort () from /lib64/libc.so.6 #3 0x0000ffff81247660 [PAC] in __wt_abort (session=session@entry=0x1221e41a5620) at /data/mci/706f40d624d1209b20be7e1293ba724e/wiredtiger/src/os_common/os_abort.c:32 #4 0x0000ffff8129dba8 in __wti_rec_hs_insert_updates (session=session@entry=0x1221e41a5620, r=r@entry=0x12225bf48580, multi=multi@entry=0x1222b8043f80) at /data/mci/706f40d624d1209b20be7e1293ba724e/wiredtiger/src/reconcile/rec_hs.c:998 #5 0x0000ffff8128c83c in __rec_hs_wrapup (session=session@entry=0x1221e41a5620, r=r@entry=0x12225bf48580) at /data/mci/706f40d624d1209b20be7e1293ba724e/wiredtiger/src/reconcile/rec_write.c:3334 #6 0x0000ffff8128ffa4 in __rec_write_wrapup (session=session@entry=0x1221e41a5620, r=r@entry=0x12225bf48580) at /data/mci/706f40d624d1209b20be7e1293ba724e/wiredtiger/src/reconcile/rec_write.c:2893 #7 0x0000ffff81295ca8 in __reconcile (session=session@entry=0x1221e41a5620, ref=ref@entry=0x1221c7449c20, salvage=salvage@entry=0x0, flags=flags@entry=672, page_lockedp=page_lockedp@entry=0xffff7a53c01f) at /data/mci/706f40d624d1209b20be7e1293ba724e/wiredtiger/src/reconcile/rec_write.c:395 #8 0x0000ffff812948e8 in __wt_reconcile (session=session@entry=0x1221e41a5620, ref=ref@entry=0x1221c7449c20, salvage=salvage@entry=0x0, flags=flags@entry=672) at /data/mci/706f40d624d1209b20be7e1293ba724e/wiredtiger/src/reconcile/rec_write.c:127 #9 0x0000ffff81201664 in __evict_reconcile (session=session@entry=0x1221e41a5620, ref=ref@entry=0x1221c7449c20, evict_flags=evict_flags@entry=0) at /data/mci/706f40d624d1209b20be7e1293ba724e/wiredtiger/src/evict/evict_page.c:1277 #10 0x0000ffff81203da8 in __wt_evict (session=session@entry=0x1221e41a5620, ref=0x1221c7449c20, previous_state=3 '\003', flags=flags@entry=0) at /data/mci/706f40d624d1209b20be7e1293ba724e/wiredtiger/src/evict/evict_page.c:443 #11 0x0000ffff811f6b18 in __evict_page (session=session@entry=0x1221e41a5620, is_server=is_server@entry=false) at /data/mci/706f40d624d1209b20be7e1293ba724e/wiredtiger/src/evict/evict_lru.c:3113 #12 0x0000ffff811f6fec in __evict_lru_pages (session=session@entry=0x1221e41a5620, is_server=is_server@entry=false) at /data/mci/706f40d624d1209b20be7e1293ba724e/wiredtiger/src/evict/evict_lru.c:1444 #13 0x0000ffff811fbde8 in __evict_thread_run (session=0x1221e41a5620, thread=0x1221fb184ff0) at /data/mci/706f40d624d1209b20be7e1293ba724e/wiredtiger/src/evict/evict_lru.c:381 #14 0x0000ffff8130d37c in __thread_run (arg=0x1221fb184ff0) at /data/mci/706f40d624d1209b20be7e1293ba724e/wiredtiger/src/support/thread_group.c:32 #15 0x0000ffff80ec2834 in start_thread () from /lib64/libc.so.6 #16 0x0000ffff80e66e5c [PAC] in thread_start () from /lib64/libc.so.6