-
Type:
Build Failure
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Disagg CI-blocker
-
None
-
Storage Engines - Foundations
-
66.549
-
None
-
None
-
2
format-stress-test-disagg-multi-2 on amazon2023-disagg-stress
Host: i-0e7133d863858dd30
Project: wiredtiger-disagg
Commit: e7feb405
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-multi-2 task_log
Logs:
Task logger initialized (agent version '2026-05-01a' from Evergreen build revision 'ff8929f8fff3db7854eb32fdc24fd98e3029ed6a').
Starting task 'wiredtiger_disagg_amazon2023_disagg_stress_format_stress_test_disagg_multi_2_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09', 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.644018ms.
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 26.281µs.
Finished running pre-task commands in 2.869512ms.
Running task commands.
Running command 's3.get' in function 'fetch artifacts' (step 1 of 2).
Fetching remote file 'wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/compile_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09.tgz' from S3 bucket 'build_external' (attempt 1 of 5).
Finished command 's3.get' in function 'fetch artifacts' (step 1 of 2) in 6.744946706s.
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=3657
EVR_TASK_ID=wiredtiger_disagg_amazon2023_disagg_stress_format_stress_test_disagg_multi_2_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09
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/439dcffe33f43814a0b97412ff38847e/wiredtiger/cmake_build/test/format/.gocache
GOTRACEBACK=none
HISTCONTROL=ignoredups
HISTSIZE=1000
HOME=/home/ec2-user
HOSTNAME=ip-10-122-62-140.ec2.internal
INVOCATION_ID=0ae8f7976caa45cc9be55551ed061b03
JASPER_ID=f5c52351-5571-48d8-a65a-28b28ead038e
JASPER_MANAGER=3e01f944-3c1e-47a0-85e8-4c98afa0453b
JOURNAL_STREAM=8:27187
LANG=C.UTF-8
LC_ALL=C
LD_LIBRARY_PATH=/data/mci/439dcffe33f43814a0b97412ff38847e/wiredtiger/cmake_build
LD_PRELOAD=/data/mci/439dcffe33f43814a0b97412ff38847e/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/439dcffe33f43814a0b97412ff38847e/wiredtiger/cmake_build/test/format
SHELL=/bin/bash
SHLVL=1
SYSTEMD_COLORS=false
SYSTEMD_EXEC_PID=3566
S_COLORS=auto
TEMP=/data/mci/439dcffe33f43814a0b97412ff38847e/tmp
TMP=/data/mci/439dcffe33f43814a0b97412ff38847e/tmp
TMPDIR=/data/mci/439dcffe33f43814a0b97412ff38847e/tmp
USER=ec2-user
WT_BUILDDIR=/data/mci/439dcffe33f43814a0b97412ff38847e/wiredtiger/cmake_build
WT_TOPDIR=/data/mci/439dcffe33f43814a0b97412ff38847e/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.multi=1 runs.predictable_replay=1 runs.ops=500000:2000000 ops.pct.delete=0 || fail
if [ false = true ]; then
Iteration 1/5
===> Output will be written to RUNDIR/leader.out
(If you want to watch live, run: tail -f RUNDIR/leader.out)
===> Output will be written to RUNDIR/follower/follower.out
(If you want to watch live, run: tail -f RUNDIR/follower/follower.out)
Iteration 2/5
===> Output will be written to RUNDIR/leader.out
(If you want to watch live, run: tail -f RUNDIR/leader.out)
===> Output will be written to RUNDIR/follower/follower.out
(If you want to watch live, run: tail -f RUNDIR/follower/follower.out)
./t -R $format_args || fail
fi
done
bash: line 65: 7327 Aborted (core dumped) ./t -c ../../../test/format/CONFIG.disagg disagg.multi=1 runs.predictable_replay=1 runs.ops=500000:2000000 ops.pct.delete=0
======= FAILURE ==========
############################################
# RUN PARAMETERS: V3
############################################
assert.read_timestamp=0
background_compact=0
background_compact.free_space_target=64
backup=0
backup.incremental=off
backup.incr_granularity=9166
backup.live_restore=1
backup.live_restore_read_size=256
backup.live_restore_threads=10
block_cache=0
block_cache.cache_on_checkpoint=0
block_cache.cache_on_writes=1
block_cache.size=1
btree.reverse=0
cache=3072
cache.evict_max=3
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=110
checkpoint.wait=84
checkpoint_threads=2
compact.free_space_target=26
debug.background_compact=0
debug.checkpoint_retention=2
debug.cursor_reposition=0
debug.eviction=0
debug.log_retention=7
debug.realloc_exact=0
debug.realloc_malloc=0
debug.slow_checkpoint=0
debug.table_logging=0
debug.update_restore_evict=0
disagg.internal_page_delta=1
disagg.leaf_page_delta=0
disagg.multi=1
disagg.multi_validation=0
disagg.enabled=1
disagg.layered=1
disagg.mode=leader
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=22
file_manager.close_idle_time=1
file_manager.close_scan_interval=4
format.abort=0
format.independent_thread_rng=1
format.major_timeout=0
import=0
logging=0
logging.compression=none
logging.file_max=240704
logging.prealloc=1
logging.remove=0
obsolete_cleanup.method=off
obsolete_cleanup.wait=129
ops.alter=0
ops.compaction=0
ops.hs_cursor=0
ops.pct.delete=0
ops.bound_cursor=0
ops.prepare=0
ops.reserve=6
ops.random_cursor=0
ops.salvage=0
ops.throttle=0
ops.throttle.sleep_us=214058
ops.verify=1
prefetch=1
prefetch.default=0
precise_checkpoint=1
preserve_prepared=1
quiet=1
random.data_seed=13052324
random.extra_seed=11288893
rollback_to_stable_threads=3
runs.in_memory=0
runs.ops=1100000
runs.predictable_replay=1
runs.source=layered
runs.tables=3
runs.threads=11
runs.timer=360
runs.type=row-store
runs.verify_failure_dump=0
statistics.mode=fast
statistics_log.sources=off
stress.aggressive_stash_free=0
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=1
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=1
wiredtiger.leak_memory=0
############################################
# TABLE PARAMETERS: table 1
############################################
table1.btree.compression=none
table1.btree.dictionary=0
table1.btree.internal_key_truncation=1
table1.btree.internal_page_max=9
table1.btree.key_max=120
table1.btree.key_min=32
table1.btree.leaf_page_max=16
table1.btree.memory_page_max=4
table1.btree.prefix_len=54
table1.btree.prefix_compression=1
table1.btree.prefix_compression_min=4
table1.btree.split_pct=56
table1.btree.value_max=864
table1.btree.value_min=13
table1.disk.checksum=unencrypted
table1.disk.firstfit=0
table1.ops.pareto=0
table1.ops.pareto.skew=17
table1.ops.pct.insert=7
table1.ops.
format-stress-test-disagg-multi-2 task_log
Logs:
#0 0x0000ffff846c4454 in __pthread_kill_implementation () from /lib64/libc.so.6 #0 0x0000ffff846c4454 in __pthread_kill_implementation () from /lib64/libc.so.6 #1 0x0000ffff8467b320 [PAC] in raise () from /lib64/libc.so.6 #2 0x0000ffff84662224 [PAC] in abort () from /lib64/libc.so.6 #3 0x0000ffff84a463a8 [PAC] in __wt_abort (session=session@entry=0x516fbf787520) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/os_common/os_abort.c:32 #4 0x0000ffff84afb5a8 in __wt_modify_reconstruct_from_upd_list (session=session@entry=0x516fbf787520, cbt=cbt@entry=0x516f97f21700, modify=modify@entry=0x516fbbf4d730, upd_value=0x516f97f21ad0, context=context@entry=WT_OPCTX_TRANSACTION) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/support/modify.c:486 #5 0x0000ffff848854a0 in __wt_txn_read_upd_list_internal (session=session@entry=0x516fbf787520, cbt=cbt@entry=0x516f97f21700, upd=0x516fbbf4d730, prepare_updp=prepare_updp@entry=0x0, restored_updp=restored_updp@entry=0x0) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/include/txn_inline.h:1588 #6 0x0000ffff84887648 in __wt_txn_read_upd_list (session=0x516fbf787520, cbt=0x516f97f21700, upd=<optimized out>) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/include/txn_inline.h:1600 #7 __cursor_row_prev (cbt=cbt@entry=0x516f97f21700, newpage=newpage@entry=true, restart=restart@entry=false, skippedp=skippedp@entry=0xffff7746c308, key_out_of_boundsp=key_out_of_boundsp@entry=0xffff7746c307) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/btree/bt_curprev.c:466 #8 0x0000ffff84889114 in __wt_btcur_prev (cbt=cbt@entry=0x516f97f21700, truncating=truncating@entry=false) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/btree/bt_curprev.c:649 #9 0x0000ffff849976dc in __curfile_prev (cursor=0x516f97f21700) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/cursor/cur_file.c:245 #10 0x0000ffff849b04d0 in __clayered_constituent_iter (constituent=constituent@entry=0x516f97f21700, forward=forward@entry=false) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/cursor/cur_layered.c:1029 #11 0x0000ffff849b45b0 in __clayered_constituent_iter_helper (clayered=clayered@entry=0x516f9637f440, constituent=constituent@entry=0x516f97f21700, forward=forward@entry=false) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/cursor/cur_layered.c:1043 #12 0x0000ffff849b52dc in __clayered_iterate_constituents (clayered=clayered@entry=0x516f9637f440, iter_flag=iter_flag@entry=4) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/cursor/cur_layered.c:1187 #13 0x0000ffff849b55ec in __clayered_iterate (clayered=clayered@entry=0x516f9637f440, iter_flag=iter_flag@entry=4) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/cursor/cur_layered.c:1216 #14 0x0000ffff849b7ed0 in __clayered_prev (cursor=0x516f9637f440) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/cursor/cur_layered.c:1294 #15 0x00000000004133b8 in read_op (cursor=cursor@entry=0x516f9637f440, op=op@entry=PREV, exactp=exactp@entry=0x0) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/test/format/format_inline.h:48 #16 0x0000000000413b04 in nextprev (tinfo=tinfo@entry=0x516fbd967180, next=next@entry=false) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/test/format/ops.c:1702 #17 0x0000000000415554 in table_op (tinfo=tinfo@entry=0x516fbd967180, intxn=intxn@entry=true, iso_level=iso_level@entry=ISOLATION_SNAPSHOT, op=<optimized out>, op@entry=UPDATE) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/test/format/ops.c:950 #18 0x0000000000416b0c in ops (arg=0x516fbd967180) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/test/format/ops.c:1322 #19 0x0000ffff846c2834 in start_thread () from /lib64/libc.so.6 #20 0x0000ffff84666e5c [PAC] in thread_start () from /lib64/libc.so.6 #0 0x0000ffff846c4454 in __pthread_kill_implementation () from /lib64/libc.so.6 #0 0x0000ffff846c4454 in __pthread_kill_implementation () from /lib64/libc.so.6 #1 0x0000ffff8467b320 [PAC] in raise () from /lib64/libc.so.6 #2 0x0000ffff84662224 [PAC] in abort () from /lib64/libc.so.6 #3 0x0000ffff84a463a8 [PAC] in __wt_abort (session=session@entry=0x0) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/src/os_common/os_abort.c:32 #4 0x0000000000425928 in testutil_die (e=104, fmt=fmt@entry=0x42e7c8 "disagg_multi_sync_point: read") at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/test/utility/misc.c:75 #5 0x000000000040cb4c in disagg_multi_sync_point () at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/test/format/format_disagg.c:156 #6 0x000000000040cf1c in disagg_sync_multi_node (session=0x516fbfc9f5a0) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/test/format/format_disagg.c:179 #7 0x0000000000417dd8 in operations (ops_seconds=<optimized out>, ops_seconds@entry=7195, run_current=run_current@entry=3, run_total=run_total@entry=3) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/test/format/ops.c:505 #8 0x000000000041bae0 in main (argc=<optimized out>, argv=<optimized out>) at /data/mci/d03d7f567632f273516d127a9d97d658/wiredtiger/test/format/t.c:396
format-stress-test-disagg-multi-2 task_log
Logs:
Finished command 'shell.exec' in function 'dump stacktraces' (step 1 of 9) in block 'post' in 3.494156852s.
Running command 's3.put' in function 'upload stacktraces' (step 2 of 9) in block 'post'.
Putting files matching filter '[wiredtiger/cmake_build/*stacktrace.txt]' into path 'wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09/' in S3 bucket 'build_external'.
Performing S3 put to file 'wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09/' in bucket 'build_external' (attempt 1 of 5).
Finished command 's3.put' in function 'upload stacktraces' (step 2 of 9) in block 'post' in 239.761105ms.
Running command 's3.put' in function 'upload test/format config' (step 3 of 9) in block 'post'.
Putting files matching filter '[wiredtiger/cmake_build/test/format/RUNDIR*/CONFIG]' into path 'wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09/' in S3 bucket 'build_external'.
Performing S3 put to file 'wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09/' in bucket 'build_external' (attempt 1 of 5).
Finished command 's3.put' in function 'upload test/format config' (step 3 of 9) in block 'post' in 171.769516ms.
Running command 's3.put' in function 'upload test/model workloads' (step 4 of 9) in block 'post'.
Putting files matching filter '[wiredtiger/cmake_build/test/model/tools/WT_TEST*/*.workload]' into path 'wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09/' in S3 bucket 'build_external'.
Performing S3 put to file 'wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09/' in bucket 'build_external' (attempt 1 of 5).
File filter 'wiredtiger/cmake_build/test/model/tools/WT_TEST*/*.workload' matched no files.
Finished command 's3.put' in function 'upload test/model workloads' (step 4 of 9) in block 'post' in 41.155816ms.
Running command 'shell.exec' in function 'dump stderr/stdout' (step 5 of 9) in block 'post'.
if [ -d "WT_TEST" ]; then
# Dump stderr/stdout contents generated by the C libraries onto console for Python tests
find "WT_TEST" -name "std*.txt" ! -empty -exec bash -c "echo 'Contents from {}:'; cat '{}'" \;
fi
Finished command 'shell.exec' in function 'dump stderr/stdout' (step 5 of 9) in block 'post' in 1.398802ms.
Running command 'shell.exec' in function 'upload stat files' (step 6.1 of 9) in block 'post'.
mkdir stat_files
python3 ../test/evergreen/collect_stat_files.py -d stat_files
Finished command 'shell.exec' in function 'upload stat files' (step 6.1 of 9) in block 'post' in 34.762296ms.
Running command 'archive.targz_pack' in function 'upload stat files' (step 6.2 of 9) in block 'post'.
Beginning to build archive.
[message='successfully created archive' num_files='4' target='/data/mci/439dcffe33f43814a0b97412ff38847e/wiredtiger/cmake_build/stat_files.tar.gz']
Finished command 'archive.targz_pack' in function 'upload stat files' (step 6.2 of 9) in block 'post' in 16.237761ms.
Running command 's3.put' in function 'upload stat files' (step 6.3 of 9) in block 'post'.
Putting local file 'wiredtiger/cmake_build/stat_files.tar.gz' into path 'build_external/wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09/stat_files.tar.gz' (https://build_external.s3.amazonaws.com/wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09/stat_files.tar.gz).
Performing S3 put to file 'wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09/stat_files.tar.gz' in bucket 'build_external' (attempt 1 of 5).
Finished command 's3.put' in function 'upload stat files' (step 6.3 of 9) in block 'post' in 108.010781ms.
Running command 'archive.targz_pack' in function 'upload artifact' (step 7.1 of 9) in block 'post'.
Beginning to build archive.
[message='successfully created archive' num_files='6993' target='/data/mci/439dcffe33f43814a0b97412ff38847e/wiredtiger.tgz']
Finished command 'archive.targz_pack' in function 'upload artifact' (step 7.1 of 9) in block 'post' in 1.942669817s.
Running command 's3.put' in function 'upload artifact' (step 7.2 of 9) in block 'post'.
Putting local file 'wiredtiger.tgz' into path 'build_external/wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09-0.tgz' (https://build_external.s3.amazonaws.com/wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09-0.tgz).
Performing S3 put to file 'wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/artifacts/format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09-0.tgz' in bucket 'build_external' (attempt 1 of 5).
Finished command 's3.put' in function 'upload artifact' (step 7.2 of 9) in block 'post' in 1.821707465s.
Running command 'archive.targz_pack' in function 'save wt hang analyzer core/debugger files' (step 8.1 of 9) in block 'post'.
Beginning to build archive.
No files were archived.
Finished command 'archive.targz_pack' in function 'save wt hang analyzer core/debugger files' (step 8.1 of 9) in block 'post' in 353.006µs.
Running command 's3.put' in function 'save wt hang analyzer core/debugger files' (step 8.2 of 9) in block 'post'.
Putting local file 'wt-hang-analyzer.tgz' into path 'build_external/wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/wt_hang_analyzer/wt-hang-analyzer_format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09.tgz' (https://build_external.s3.amazonaws.com/wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/wt_hang_analyzer/wt-hang-analyzer_format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09.tgz).
Performing S3 put to file 'wiredtiger/amazon2023-disagg-stress/e7feb405ce885c9769a049efffd54830c32311fe/wt_hang_analyzer/wt-hang-analyzer_format-stress-test-disagg-multi-2_wiredtiger_disagg_amazon2023_disagg_stress_e7feb405ce885c9769a049efffd54830c32311fe_26_05_06_04_37_09.tgz' in bucket 'build_external' (attempt 1 of 5).
File '/data/mci/439dcffe33f43814a0b97412ff38847e/wt-hang-analyzer.tgz' not found and skip missing is true, exiting without error.
Finished command 's3.put' in function 'save wt hang analyzer core/debugger files' (step 8.2 of 9) in block 'post' in 20.742128ms.
Running command 'shell.exec' in function 'cleanup' (step 9 of 9) in block 'post'.
Finished command 'shell.exec' in function 'cleanup' (step 9 of 9) in block 'post' in 585.425649ms.
Finished running post-task commands in 8.479687864s.
reading test log spec; falling back to default spec: open /data/mci/439dcffe33f43814a0b97412ff38847e/build/TestLogs/log_spec.yaml: no such file or directory
- is related to
-
WT-16479 Extend layered cursor modify testing
-
- Closed
-