While the current testcase is debug-only, this issue may be able to affect opt builds also. It is also a common/simple testcase (with 0 for month) and a serious looking assert. Hence setting the prio to critical ftm. Feel free to adjust if on evaluation it shows not to be a serious bug.
USE test;
|
SET time_zone="-02:00";
|
CREATE TABLE t(c TIMESTAMP KEY);
|
SELECT * FROM t WHERE c='2010-00-01 00:00:00';
|
Leads to:
10.5.4 8569dac1ec9f6853a0b2f3ea9bcbda67644ead24
|
mysqld: /test/10.5_dbg/sql/tztime.cc:801: my_time_t sec_since_epoch(int, int, int, int, int, int): Assertion `mon > 0 && mon < 13' failed.
|
10.5.4 8569dac1ec9f6853a0b2f3ea9bcbda67644ead24
|
Core was generated by `/test/MD260520-mariadb-10.5.4-linux-x86_64-dbg/bin/mysqld --no-defaults --core-'.
|
Program terminated with signal SIGABRT, Aborted.
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6)
|
at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
|
[Current thread is 1 (Thread 0x145652b62700 (LWP 2712513))]
|
(gdb) bt
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
|
#1 0x000055cd36916d7a in my_write_core (sig=sig@entry=6) at /test/10.5_dbg/mysys/stacktrace.c:518
|
#2 0x000055cd360bc385 in handle_fatal_signal (sig=6) at /test/10.5_dbg/sql/signal_handler.cc:330
|
#3 <signal handler called>
|
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
|
#5 0x00001456512a6801 in __GI_abort () at abort.c:79
|
#6 0x000014565129639a in __assert_fail_base (fmt=0x14565141d7d8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x55cd36abc7eb "mon > 0 && mon < 13", file=file@entry=0x55cd36abc7ce "/test/10.5_dbg/sql/tztime.cc", line=line@entry=801, function=function@entry=0x55cd36abd260 <sec_since_epoch(int, int, int, int, int, int)::__PRETTY_FUNCTION__> "my_time_t sec_since_epoch(int, int, int, int, int, int)") at assert.c:92
|
#7 0x0000145651296412 in __GI___assert_fail (assertion=assertion@entry=0x55cd36abc7eb "mon > 0 && mon < 13", file=file@entry=0x55cd36abc7ce "/test/10.5_dbg/sql/tztime.cc", line=line@entry=801, function=function@entry=0x55cd36abd260 <sec_since_epoch(int, int, int, int, int, int)::__PRETTY_FUNCTION__> "my_time_t sec_since_epoch(int, int, int, int, int, int)") at assert.c:101
|
#8 0x000055cd35f2fcfc in sec_since_epoch (year=2010, mon=0, mday=1, hour=0, min=0, sec=0) at /test/10.5_dbg/sql/tztime.cc:801
|
#9 0x000055cd35f304a9 in Time_zone_offset::TIME_to_gmt_sec (this=0x14563152e3e8, t=<optimized out>, error_code=0x145652b600cc) at /test/10.5_dbg/sql/tztime.cc:1386
|
#10 0x000055cd35f2d821 in TIME_to_timestamp (thd=<optimized out>, t=t@entry=0x145652b60130, error_code=error_code@entry=0x145652b600cc) at /test/10.5_dbg/sql/sql_time.cc:498
|
#11 0x000055cd35ff01fe in Timestamp::Timestamp (this=this@entry=0x145652b600d0, thd=<optimized out>, ltime=ltime@entry=0x145652b60130, error_code=error_code@entry=0x145652b600cc) at /test/10.5_dbg/sql/sql_type.cc:398
|
#12 0x000055cd35ff0225 in Timestamp_or_zero_datetime::Timestamp_or_zero_datetime (this=0x145652b600d0, thd=<optimized out>, ltime=0x145652b60130, error_code=0x145652b600cc) at /test/10.5_dbg/sql/sql_type.cc:406
|
#13 0x000055cd35ff84d4 in Type_handler_timestamp_common::TIME_to_native (this=this@entry=0x55cd37697c00 <type_handler_timestamp2>, thd=thd@entry=0x14562fc15088, ltime=ltime@entry=0x145652b60130, to=to@entry=0x14562fc76830, decimals=0) at /test/10.5_dbg/sql/sql_type.cc:8668
|
#14 0x000055cd35ff8618 in Type_handler_timestamp_common::Item_val_native_with_conversion (this=0x55cd37697c00 <type_handler_timestamp2>, thd=0x14562fc15088, item=0x14562fc76608, to=0x14562fc76830) at /test/10.5_dbg/sql/sql_type.cc:8687
|
#15 0x000055cd361071e5 in Item::val_native_with_conversion (th=<optimized out>, to=0x14562fc76830, thd=<optimized out>, this=0x14562fc76608) at /test/10.5_dbg/sql/item.h:1320
|
#16 cmp_item_timestamp::store_value (this=0x14562fc76818, item=0x14562fc76608) at /test/10.5_dbg/sql/item_cmpfunc.cc:4246
|
#17 0x000055cd3610492f in Item_equal::val_int (this=0x14562fc766c0) at /test/10.5_dbg/sql/item_cmpfunc.cc:7142
|
#18 0x000055cd35fe0ef4 in Type_handler_int_result::Item_val_bool (this=<optimized out>, item=<optimized out>) at /test/10.5_dbg/sql/sql_type.cc:4915
|
#19 0x000055cd35d245ec in Item::val_bool (this=0x14562fc766c0) at /test/10.5_dbg/sql/item.h:1480
|
#20 0x000055cd35e4d8e8 in Item::eval_const_cond (this=0x14562fc766c0) at /test/10.5_dbg/sql/item.h:1487
|
#21 Item::remove_eq_conds (this=0x14562fc766c0, thd=<optimized out>, cond_value=0x14562fc75f38, top_level_arg=<optimized out>) at /test/10.5_dbg/sql/sql_select.cc:17493
|
#22 0x000055cd35e8c5b9 in make_join_statistics (keyuse_array=0x14562fc75f10, tables_list=..., join=0x14562fc75c20) at /test/10.5_dbg/sql/sql_select.cc:5305
|
#23 JOIN::optimize_inner (this=this@entry=0x14562fc75c20) at /test/10.5_dbg/sql/sql_select.cc:2260
|
#24 0x000055cd35e8d96c in JOIN::optimize (this=this@entry=0x14562fc75c20) at /test/10.5_dbg/sql/sql_select.cc:1606
|
#25 0x000055cd35e8e2f9 in mysql_select (thd=thd@entry=0x14562fc15088, tables=<optimized out>, fields=..., conds=0x14562fc75048, og_num=0, order=<optimized out>, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608, result=0x14562fc75bf8, unit=0x14562fc190a0, select_lex=0x14562fc74160) at /test/10.5_dbg/sql/sql_select.cc:4655
|
#26 0x000055cd35e8e675 in handle_select (thd=thd@entry=0x14562fc15088, lex=lex@entry=0x14562fc18fd8, result=result@entry=0x14562fc75bf8, setup_tables_done_option=setup_tables_done_option@entry=0) at /test/10.5_dbg/sql/sql_select.cc:417
|
#27 0x000055cd35e190bf in execute_sqlcom_select (thd=thd@entry=0x14562fc15088, all_tables=0x14562fc74758) at /test/10.5_dbg/sql/sql_parse.cc:6207
|
#28 0x000055cd35e121f4 in mysql_execute_command (thd=thd@entry=0x14562fc15088) at /test/10.5_dbg/sql/sql_parse.cc:3939
|
#29 0x000055cd35e1f02e in mysql_parse (thd=thd@entry=0x14562fc15088, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x145652b613d0, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:7991
|
#30 0x000055cd35e0bb42 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14562fc15088, packet=packet@entry=0x14562fc67089 "SELECT * FROM t WHERE c='2010-00-01 00:00:00'", packet_length=packet_length@entry=45, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:1874
|
#31 0x000055cd35e0a31c in do_command (thd=0x14562fc15088) at /test/10.5_dbg/sql/sql_parse.cc:1355
|
#32 0x000055cd35f6473f in do_handle_one_connection (connect=<optimized out>, connect@entry=0x1456314453a8, put_in_cache=put_in_cache@entry=true) at /test/10.5_dbg/sql/sql_connect.cc:1411
|
#33 0x000055cd35f64e5b in handle_one_connection (arg=arg@entry=0x1456314453a8) at /test/10.5_dbg/sql/sql_connect.cc:1313
|
#34 0x000055cd363c414e in pfs_spawn_thread (arg=0x145650845888) at /test/10.5_dbg/storage/perfschema/pfs.cc:2201
|
#35 0x0000145651f896db in start_thread (arg=0x145652b62700) at pthread_create.c:463
|
#36 0x000014565138788f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
Bug confirmed present in:
MariaDB: 10.4.14 (dbg), 10.5.4 (dbg)
Bug confirmed not present in:
MariaDB: 10.1.46 (dbg), 10.1.46 (opt), 10.2.33 (dbg), 10.2.33 (opt), 10.3.24 (dbg), 10.3.24 (opt), 10.4.14 (opt), 10.5.4 (opt)
MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.47 (dbg), 5.6.47 (opt), 5.7.29 (dbg), 5.7.29 (opt), 8.0.19 (dbg), 8.0.19 (opt)
{"report":{"fcp":748.5999999046326,"ttfb":254.39999985694885,"pageVisibility":"visible","entityId":87539,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"b77d5eed-7e9a-4a6b-a2ee-4694d0c6b663","navigationType":0,"readyForUser":813.5999999046326,"redirectCount":0,"resourceLoadedEnd":977.8999998569489,"resourceLoadedStart":261.39999985694885,"resourceTiming":[{"duration":10.600000143051147,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":261.39999985694885,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":261.39999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":272,"responseStart":0,"secureConnectionStart":0},{"duration":10.599999904632568,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":261.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":261.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":272.2999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":70.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":261.7000000476837,"connectEnd":261.7000000476837,"connectStart":261.7000000476837,"domainLookupEnd":261.7000000476837,"domainLookupStart":261.7000000476837,"fetchStart":261.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":261.7000000476837,"responseEnd":332.2000000476837,"responseStart":332.2000000476837,"secureConnectionStart":261.7000000476837},{"duration":136.70000004768372,"initiatorType":"script","name":"https://jira.mariadb.org/s/099b33461394b8015fc36c0a4b96e19f-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":261.89999985694885,"connectEnd":261.89999985694885,"connectStart":261.89999985694885,"domainLookupEnd":261.89999985694885,"domainLookupStart":261.89999985694885,"fetchStart":261.89999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":261.89999985694885,"responseEnd":398.59999990463257,"responseStart":398.59999990463257,"secureConnectionStart":261.89999985694885},{"duration":140.70000004768372,"initiatorType":"script","name":"https://jira.mariadb.org/s/94c15bff32baef80f4096a08aceae8bc-CDN/lu2bu7/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":262,"connectEnd":262,"connectStart":262,"domainLookupEnd":262,"domainLookupStart":262,"fetchStart":262,"redirectEnd":0,"redirectStart":0,"requestStart":262,"responseEnd":402.7000000476837,"responseStart":402.7000000476837,"secureConnectionStart":262},{"duration":141.10000014305115,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":262.09999990463257,"connectEnd":262.09999990463257,"connectStart":262.09999990463257,"domainLookupEnd":262.09999990463257,"domainLookupStart":262.09999990463257,"fetchStart":262.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":262.09999990463257,"responseEnd":403.2000000476837,"responseStart":403.2000000476837,"secureConnectionStart":262.09999990463257},{"duration":141.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":262.2000000476837,"connectEnd":262.2000000476837,"connectStart":262.2000000476837,"domainLookupEnd":262.2000000476837,"domainLookupStart":262.2000000476837,"fetchStart":262.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":262.2000000476837,"responseEnd":403.7000000476837,"responseStart":403.7000000476837,"secureConnectionStart":262.2000000476837},{"duration":141.90000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bu7/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":262.2999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":262.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":404.2000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":141.79999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":262.2999999523163,"connectEnd":262.2999999523163,"connectStart":262.2999999523163,"domainLookupEnd":262.2999999523163,"domainLookupStart":262.2999999523163,"fetchStart":262.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":262.2999999523163,"responseEnd":404.09999990463257,"responseStart":404.09999990463257,"secureConnectionStart":262.2999999523163},{"duration":142,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":262.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":262.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":404.5,"responseStart":0,"secureConnectionStart":0},{"duration":142,"initiatorType":"script","name":"https://jira.mariadb.org/s/3339d87fa2538a859872f2df449bf8d0-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":262.59999990463257,"connectEnd":262.59999990463257,"connectStart":262.59999990463257,"domainLookupEnd":262.59999990463257,"domainLookupStart":262.59999990463257,"fetchStart":262.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":262.59999990463257,"responseEnd":404.59999990463257,"responseStart":404.59999990463257,"secureConnectionStart":262.59999990463257},{"duration":640.0999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":268.7000000476837,"connectEnd":268.7000000476837,"connectStart":268.7000000476837,"domainLookupEnd":268.7000000476837,"domainLookupStart":268.7000000476837,"fetchStart":268.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":268.7000000476837,"responseEnd":908.7999999523163,"responseStart":908.7999999523163,"secureConnectionStart":268.7000000476837},{"duration":645.3000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":271.89999985694885,"connectEnd":271.89999985694885,"connectStart":271.89999985694885,"domainLookupEnd":271.89999985694885,"domainLookupStart":271.89999985694885,"fetchStart":271.89999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":271.89999985694885,"responseEnd":917.2000000476837,"responseStart":917.2000000476837,"secureConnectionStart":271.89999985694885},{"duration":360.80000019073486,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":548.3999998569489,"connectEnd":548.3999998569489,"connectStart":548.3999998569489,"domainLookupEnd":548.3999998569489,"domainLookupStart":548.3999998569489,"fetchStart":548.3999998569489,"redirectEnd":0,"redirectStart":0,"requestStart":548.3999998569489,"responseEnd":909.2000000476837,"responseStart":909.2000000476837,"secureConnectionStart":548.3999998569489},{"duration":194.5,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":725.2999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":725.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":919.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":50.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":927.3999998569489,"connectEnd":927.3999998569489,"connectStart":927.3999998569489,"domainLookupEnd":927.3999998569489,"domainLookupStart":927.3999998569489,"fetchStart":927.3999998569489,"redirectEnd":0,"redirectStart":0,"requestStart":927.3999998569489,"responseEnd":977.8999998569489,"responseStart":977.8999998569489,"secureConnectionStart":927.3999998569489},{"duration":73.20000004768372,"initiatorType":"iframe","name":"https://jira.mariadb.org/plugins/servlet/gadgets/ifr?container=atlassian&mid=0&country=&lang=en&view=issuetab&view-params=%7B%22writable%22%3A%22false%22%7D&st=atlassian%3ARLxIHPCx4izIeKrj7waIdRcu7Kw7D9ODF3wzblE92WwC7MAGgYFG%2FcwIzfPFipPRasoTu9b4F3moSC4dR4ury41vQ2vnG99SuHdPHQMgmR%2FMt7GLJn8Rh7pQ3FYV%2F0Vi17KZ9U4gQc93FT8J%2BAL67PhEcpMeJVRIUyDgAA23BjmJonddc4bxGO5aZWbI9eioHYn%2BAoDKXmTuEwfC7Hh1YItBoBQhU1a4zLJKD0P4d6kWqJGJwkpvOD4D9smuhLFk%2BG1XaQ%3D%3D&up_isConfigured=true&up_isReallyConfigured=true&up_title=Activity+Stream&up_titleRequired=false&up_numofentries=20&up_refresh=false&up_maxProviderLabelCharacters=50&up_rules=%7B%22providers%22%3A%5B%7B%22provider%22%3A%22streams%22%2C%22rules%22%3A%5B%7B%22provider%22%3A%22streams%22%2C%22rule%22%3A%22issue-key%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%22MDEV-22734%22%2C%22operator%22%3A%22is%22%7D%2C%7B%22provider%22%3A%22streams%22%2C%22rule%22%3A%22key%22%2C%22type%22%3A%22select%22%2C%22value%22%3A%5B%22MDEV%22%5D%2C%22operator%22%3A%22is%22%7D%5D%7D%5D%7D&up_renderingContext=view-issue&up_keys=&up_itemKeys=&up_username=&url=https%3A%2F%2Fjira.mariadb.org%2Frest%2Fgadgets%2F1.0%2Fg%2Fcom.atlassian.streams.streams-jira-plugin%2Fgadgets%2Factivitystream-gadget.xml&libs=auth-refresh#rpctoken=1666945343","startTime":935.7999999523163,"connectEnd":935.7999999523163,"connectStart":935.7999999523163,"domainLookupEnd":935.7999999523163,"domainLookupStart":935.7999999523163,"fetchStart":935.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":979.0999999046326,"responseEnd":1009,"responseStart":1007.8999998569489,"secureConnectionStart":935.7999999523163}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":113,"responseStart":254,"responseEnd":272,"domLoading":259,"domInteractive":986,"domContentLoadedEventStart":986,"domContentLoadedEventEnd":1023,"domComplete":1311,"loadEventStart":1311,"loadEventEnd":1312,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":932.7999999523163},{"name":"bigPipe.sidebar-id.end","time":933.5999999046326},{"name":"bigPipe.activity-panel-pipe-id.start","time":933.7000000476837},{"name":"bigPipe.activity-panel-pipe-id.end","time":936},{"name":"activityTabFullyLoaded","time":1038.3999998569489}],"measures":[],"correlationId":"cb79438300914a","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":80,"dbReadsTimeInMs":13,"dbConnsTimeInMs":21,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}