Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934389 - dev-db/mongodb-5.0.26: randomly rans out of fds and crashes, when running dev-python/pymongo test suite
Summary: dev-db/mongodb-5.0.26: randomly rans out of fds and crashes, when running dev...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-16 05:52 UTC by Michał Górny
Modified: 2024-06-27 16:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mongod.log.xz (mongod.log.xz,109.77 KB, application/x-xz)
2024-06-16 05:52 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-06-16 05:52:27 UTC
I'm pretty sure tests used to pass before.  Now, at a random point mongod crashes (and therefore they start failing).  The log indicates:

{"t":{"$date":"2024-06-16T07:47:46.894+02:00"},"s":"E",  "c":"STORAGE",  "id":22435,   "ctx":"conn377","msg":"WiredTiger error","attr":{"error":24,"message":"[1718516866:894474][69:0x7fdd623ff6c0], WT_SESSION.create: __posix_directory_sync, 130: /var/tmp/portage/dev-python/pymongo-4.7.3/temp/mongo.db/: directory-sync: open: Too many open files"}}
{"t":{"$date":"2024-06-16T07:47:46.894+02:00"},"s":"E",  "c":"STORAGE",  "id":22435,   "ctx":"conn377","msg":"WiredTiger error","attr":{"error":24,"message":"[1718516866:894524][69:0x7fdd623ff6c0], WT_SESSION.create: __posix_directory_sync, 146: /var/tmp/portage/dev-python/pymongo-4.7.3/temp/mongo.db/collection-1123--7846222996722336234.wt: directory-sync: Too many open files"}}
{"t":{"$date":"2024-06-16T07:47:46.894+02:00"},"s":"E",  "c":"STORAGE",  "id":22435,   "ctx":"conn377","msg":"WiredTiger error","attr":{"error":-31804,"message":"[1718516866:894552][69:0x7fdd623ff6c0], WT_SESSION.create: __posix_directory_sync, 146: the process must exit and restart: WT_PANIC: WiredTiger library panic"}}
{"t":{"$date":"2024-06-16T07:47:46.894+02:00"},"s":"F",  "c":"-",        "id":23089,   "ctx":"conn377","msg":"Fatal assertion","attr":{"msgid":50853,"file":"src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp","line":575}}
{"t":{"$date":"2024-06-16T07:47:46.894+02:00"},"s":"F",  "c":"-",        "id":23090,   "ctx":"conn377","msg":"\n\n***aborting after fassert() failure\n\n"}
{"t":{"$date":"2024-06-16T07:47:46.894+02:00"},"s":"F",  "c":"CONTROL",  "id":6384300, "ctx":"conn377","msg":"Writing fatal message","attr":{"message":"Got signal: 6 (Aborted).\n"}}
{"t":{"$date":"2024-06-16T07:47:46.895+02:00"},"s":"E",  "c":"CONTROL",  "id":31430,   "ctx":"conn377","msg":"Error collecting stack trace","attr":{"error":"unw_get_proc_name(560F43790822): unspecified (general) error\nerror: unw_step: unspecified (general) error\nunw_get_proc_name(560F43790822): unspecified (general) error\nerror: unw_step: unspecified (general) error\n"}}
{"t":{"$date":"2024-06-16T07:47:46.895+02:00"},"s":"I",  "c":"CONTROL",  "id":31380,   "ctx":"conn377","msg":"BACKTRACE","attr":{"bt":{"backtrace":[{"a":"560F43790822","b":"560F3F7C0000","o":"3FD0822"}],"processInfo":{"mongodbVersion":"5.0.26","gitVersion":"0b4f1ea980b5380a66425a90b414106a191365f4","compiledModules":[],"uname":{"sysname":"Linux","release":"6.9.4-gentoo-dist","version":"#1 SMP PREEMPT_DYNAMIC Wed Jun 12 11:11:20 -00 2024","machine":"x86_64"},"somap":[{"b":"560F3F7C0000","elfType":3,"buildId":"534088E08B9FC6F019E68F0591E4F87D6BF6BAAA"}]}}}}
{"t":{"$date":"2024-06-16T07:47:46.895+02:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"conn377","msg":"Frame","attr":{"frame":{"a":"560F43790822","b":"560F3F7C0000","o":"3FD0822"}}}
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-06-16 05:52:58 UTC
Created attachment 895898 [details]
mongod.log.xz
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-06-27 16:02:08 UTC
Ping.  This is making it impossible to test dev-python/pymongo.