-
Type:
Build Failure
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines - Foundations
-
59.653
-
None
-
None
-
2
model-unit-test on ubuntu2004-asan
Host: i-06e554bea39eca373
Project: wiredtiger-mongo-v8.3
Commit: faf78671
Please refer to BF(G) Playbook for instructions on handling BF and BFG tickets as well as Auto-Resolution Rules
Task Logs:
Logs:
HEAD is now at faf78671dc WT-16954 Eviction thread panic due to buffer overflow in transaction state dump (v8.3 backport) (#14067)
faf78671dc WT-16954 Eviction thread panic due to buffer overflow in transaction state dump (v8.3 backport) (#14067)
4686b7b461 WT-17367 Remove disagg tests in the 8.3 Evergreen project (#14010)
88c8f8e2f4 WT-17598 Fix double-counting of cache size in __wti_page_inmem_updates (8.3) (#14012)
5ff3c520d2 WT-17322 Skip durable_ts ordering assert when prev_upd is globally visible (8.3) (#13991)
15c0746b9c WT-16959 Invalid access at address in __wt_ref_addr_copy (v8.3 backport) (#13905)
0fcd4a1f2a WT-17653 Evergreen 8.3 branch fails to compile develop due to missing toolchain file (#13900)
679e156df1 WT-17642 Add regression test for per-checkpoint handle stats reset (8.3) (#13889)
e943828eab WT-17279 Narrow the impact of reconfigure on eviction server run (8.3) (#13747)
156d483089 WT-17183 Add partial-log-record reproducer and filter expected NOTICEs in crash-recovery tests (8.3) (#13729)
898ddc5780 WT-16970 Fix bug for enabling prefetch in open_session (8.3) (#13722)
Finished command 'git.get_project' in function 'get project' (step 1 of 3) in 17.190185669s.
Running command 'github.generate_token' in function 'compile wiredtiger' (step 2.1 of 3).
Requesting a GitHub dynamic access token with owner:wiredtiger, repository:automation-scripts, permissions:[Contents:read, Metadata:read]
Created a GitHub dynamic access token. The token has the following permissions: [Contents:read, Metadata:read]
Finished command 'github.generate_token' in function 'compile wiredtiger' (step 2.1 of 3) in 140.529925ms.
Running command 'shell.exec' in function 'compile wiredtiger' (step 2.2 of 3).
max_attempts=5
command="git clone https://x-access-token:<REDACTED:generated_token>@github.com/wiredtiger/automation-scripts.git"
if ! [ -d "./automation-scripts" ]; then
for attempt in $(seq 1 $max_attempts); do
echo "Attempt $attempt of $max_attempts cloning automation-scripts'"
$command
# Check the exit status of the command
if [ $? -eq 0 ]; then
echo "Clone succeeded on attempt $attempt."
exit 0
else
if [ $attempt -eq $max_attempts ]; then
echo "Clone failed after $max_attempts attempts."
exit 1
fi
fi
# Delay before reattempting the clone
sleep 1
Attempt 1 of 5 cloning automation-scripts'
Clone succeeded on attempt 1.
done
fi
Cloning into 'automation-scripts'...
Finished command 'shell.exec' in function 'compile wiredtiger' (step 2.2 of 3) in 253.093838ms.
Running command 'shell.exec' in function 'compile wiredtiger' (step 2.3 of 3).
Dump Environment
CI=true
EVR_AGENT_PID=2825
EVR_TASK_ID=wiredtiger_mongo_v8.3_ubuntu2004_asan_model_unit_test_faf78671dc35533e8075f66229210293cf95a2a6_26_06_23_04_41_17
GOCACHE=/data/mci/d4ddd39fb342613efcda59a1d7d501ef/wiredtiger/.gocache
GOTRACEBACK=none
HOME=/home/ubuntu
INVOCATION_ID=1679291ec36048f1aaa02e85df5e1c58
JASPER_ID=151b8eff-cc11-482c-854a-15efb2c35ca4
JASPER_MANAGER=9fc3aa96-4307-4b4b-a13a-81355dfd9fa0
JOURNAL_STREAM=9:37261
LANG=C.UTF-8
LC_ALL=C
LOGNAME=ubuntu
LSAN_OPTIONS=:allocator_may_return_null=1:print_suppressions=0:suppressions=/data/mci/d4ddd39fb342613efcda59a1d7d501ef/wiredtiger/test/evergreen/asan_leaks.supp
PATH=/opt/mongodbtoolchain/v5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/ubuntu/.dotnet/tools
PWD=/data/mci/d4ddd39fb342613efcda59a1d7d501ef/wiredtiger
SHELL=/bin/bash
SHLVL=0
TEMP=/data/mci/d4ddd39fb342613efcda59a1d7d501ef/tmp
TMP=/data/mci/d4ddd39fb342613efcda59a1d7d501ef/tmp
TMPDIR=/data/mci/d4ddd39fb342613efcda59a1d7d501ef/tmp
USER=ubuntu
XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
_=/usr/bin/printenv
s3_access_key=<REDACTED:s3_access_key>
s3_bucket_tcmalloc=s3://boxes.10gen.com
s3_secret_key=<REDACTED:s3_secret_key>
Using config flags -DCMAKE_BUILD_TYPE=ASan -DCMAKE_INSTALL_PREFIX=/data/mci/d4ddd39fb342613efcda59a1d7d501ef/wiredtiger/cmake_build/LOCAL_INSTALL -DENABLE_COLORIZE_OUTPUT=0
SWIG version 4.0.1 is 4.0.0 or later.
Find CMake
==========================================================
CMake and CTest environment variables, paths and versions:
CMAKE: /opt/mongodbtoolchain/v5/bin/cmake
CTEST: /opt/mongodbtoolchain/v5/bin/ctest
/opt/mongodbtoolchain/v5/bin/cmake
/opt/mongodbtoolchain/v5/bin/ctest
cmake version 3.21.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
ctest version 3.21.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
==========================================================
Remove the cmake_build directory, if it already exists
Create a new cmake_build directory
Calling CMake with command:
/opt/mongodbtoolchain/v5/bin/cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/clang.cmake -DCMAKE_BUILD_TYPE=ASan -DCMAKE_INSTALL_PREFIX=/data/mci/d4ddd39fb342613efcda59a1d7d501ef/wiredtiger/cmake_build/LOCAL_INSTALL -DENABLE_COLORIZE_OUTPUT=0 -G Ninja ./..
-- The C compiler identification is Clang 22.1.0
-- The CXX compiler identification is Clang 22.1.0
-- The ASM compiler identification is Clang
-- Found assembler: /opt/mongodbtoolchain/v5/bin/clang
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/mongodbtoolchain/v5/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/mongodbtoolchain/v5/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAVE_BUILD_ASan_C_FLAGS
-- Performing Test HAVE_BUILD_ASan_C_FLAGS - Success
-- Performing Test HAVE_BUILD_ASan_CXX_FLAGS
-- Performing Test HAVE_BUILD_ASan_CXX_FLAGS - Success
-- Performing Test HAVE_BUILD_UBSan_C_FLAGS
-- Performing Test HAVE_BUILD_UBSan_C_FLAGS - Success
-- Performing Test HAVE_BUILD_UBSan_CXX_FLAGS
-- Performing Test HAVE_BUILD_UBSan_CXX_FLAGS - Success
-- Performing Test HAVE_BUILD_MSan_C_FLAGS
-- Performing Test HAVE_BUILD_MSan_C_FLAGS - Success
-- Performing Test HAVE_BUILD_MSan_CXX_FLAGS
-- Performing Test HAVE_BUILD_MSan_CXX_FLAGS - Success
-- Performing Test HAVE_BUILD_TSan_C_FLAGS
-- Performing Test HAVE_BUILD_TSan_C_FLAGS - Success
-- Performing Test HAVE_BUILD_TSan_CXX_FLAGS
-- Performing Test HAVE_BUILD_TSan_CXX_FLAGS - Success
-- Performing Test HAVE_BUILD_Coverage_C_FLAGS
-- Performing Test HAVE_BUILD_Coverage_C_FLAGS - Success
-- Performing Test HAVE_BUILD_Coverage_CXX_FLAGS
-- Performing Test HAVE_BUILD_Coverage_CXX_FLAGS - Success
-- Using ccache: /opt/mongodbtoolchain/v5/bin/ccache
-- Looking for include file x86intrin.h
-- Looking for include file x86intrin.h - found
-- Looking for include file arm_neon.h
-- Looking for include file arm_neon.h - not found
-- Looking for fallocate
-- Looking for fallocate - found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for posix_fadvise
-- Looking for posix_fadvise - found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - found
-- Looking for posix_madvise
-- Looking for posix_madvise - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for setrlimit
-- Looking for setrlimit - found
-- Looking for sync_file_range
-- Looking for sync_file_range - found
-- Looking for timer_create
-- Looking for timer_create - found
-- Looking for library memkind
-- Looking for library memkind - not found
-- Looking for library pthread
-- Looking for library pthread - found /usr/lib/x86_64-linux-gnu/libpthread.so
-- Looking for library rt
-- Looking for library rt - found /usr/lib/x86_64-linux-gnu/librt.so
-- Looking for library dl
-- Looking for library dl - found /usr/lib/x86_64-linux-gnu/libdl.so
-- Looking for library stdc++
-- Looking for library stdc++ - not found
-- Looking for library accel-config
-- Looking for library accel-config - not found
-- Looking for library lz4
-- Looking for library lz4 - found /usr/lib/x86_64-linux-gnu/liblz4.so, include path /usr/include
-- Looking for library snappy
-- Looking for library snappy - found /usr/lib/x86_64-linux-gnu/libsnappy.so, include path /usr/include
-- Looking for library z
-- Looking for library z - found /usr/lib/x86_64-linux-gnu/libz.so, include path /usr/include
-- Looking for library zstd
-- Looking for library zstd - found /usr/lib/x86_64-linux-gnu/libzstd.so, include path /usr/include
-- Looking for library qpl
-- Looking for library qpl - not found
-- Looking for library sodium
-- Looking for library sodium - found /usr/lib/x86_64-linux-gnu/libsodium.so, include path /usr/include
-- Looking for library SQLite3
-- Looking for library SQLite3 - Found internal SQLite3: /data/mci/d4ddd39fb342613efcda59a1d7d501ef/wiredtiger/test/3rdparty/sqlite3 (found version "3.50.4")
-- Setting up gdb script auto-loading.
-- Found Python3: /opt/mongodbtoolchain/v5/bin/python3.10 (found version "3.10.4") found components: Interpreter Development Development.Module Development.Embed
-- Found SWIG: /usr/bin/swig4.0 (found suitable version "4.0.1", minimum required is "4") found components: python
-- Performing Test Iconv_IS_BUILT_IN
-- Performing Test Iconv_IS_BUILT_IN - Success
-- Found Iconv: built in to C library
-- Configuring done
-- Generating done
-- Build files have been written to: /data/mci/d4ddd39fb342613efcda59a1d7d501ef/wiredtiger/cmake_build
Completed CMake
Finished command 'shell.exec' in function 'compile wiredtiger' (step 2.3 of 3) in 4.713644929s.
Running command 'shell.exec' in function 'compile wiredtiger' (step 2.4 of 3).
echo "Starting 'make wiredtiger' step"
if [ "$OS" = "Windows_NT" ]; then
export PATH=/cygdrive/c/python/Python311:/cygdrive/c/python/Python31
- is related to
-
WT-16954 Eviction thread panic due to buffer overflow in transaction state dump
-
- Closed
-
-
WT-16970 Fix bug for enabling prefetch in open_session
-
- Closed
-
-
WT-17642 checkpoint_handle_dropped/locked/meta_checked never reset on mongodb-8.0
-
- Closed
-
-
WT-16959 Invalid access at address in __wt_ref_addr_copy
-
- Closed
-
-
WT-17598 Batch per-update cache atomics in __wti_page_inmem_updates
-
- Closed
-
-
WT-17653 Evergreen 8.3 branch fails to compile develop due to missing toolchain file
-
- Closed
-
-
WT-17183 test_prepare20 fails due to corrupted logs
-
- Closed
-