While experimenting with Data-at-rest and the HashiCorp Vault key management plugin, trying to add a new key version I by accident deleted one hex letter, issuing
vault kv put /test/1 data="0123456789ABCDEF0123456789ABCDB"
instead of the intended
vault kv put /test/1 data="0123456789ABCDEF0123456789ABCDEB"
Note the missing / additional E near the end of the key string.
The vault command succeeded just fine, but the mariadb server almost immediately with
2024-04-24 13:05:52 0 [ERROR] mariadbd: hashicorp: Syntax error - extra character in the key data
2024-04-24 13:05:52 0 [ERROR] mariadbd: hashicorp: Syntax error - extra character in the key data
2024-04-24 13:05:52 0 [ERROR] mariadbd: hashicorp: Syntax error - extra character in the key data
2024-04-24 13:05:52 0 [ERROR] mariadbd: hashicorp: Syntax error - extra character in the key data
2024-04-24 13:05:52 0x7f7f027fc700 InnoDB: Assertion failure in file /home/buildbot/buildbot/build/mariadb-11.4.1/storage/innoba>
IMHO the server should not crash upon seeing a new key version that it can't process
The error message should mention the key ID and version for easier debugging
"extra character in the key data" is a bit misleading as I actually missed a character, but I assume that's just telling that a single character is not a valid hex sequence and that it considers that as invalid addition after 31 valid two-character pairs?
Attachments
Issue Links
relates to
MDEV-34048addr2line issues, not resolving backtrace
Could you please paste more context?
Characters beyond Assertion failure in file /home/buildbot/buildbot/build/mariadb-11.4.1/storage/innoba>
and lines below InnoDB: Failing assertion: key_version != ENCRYPTION_KEY_VERSION_INVALID.
Sergei Golubchik
added a comment - Could you please paste more context?
Characters beyond Assertion failure in file /home/buildbot/buildbot/build/mariadb-11.4.1/storage/innoba>
and lines below InnoDB: Failing assertion: key_version != ENCRYPTION_KEY_VERSION_INVALID .
The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mariadbd/ contains
information that should help you find out what is causing the crash.
Writing a core file...
Working directory at /var/lib/mysql
Resource Limits:
Limit Soft Limit Hard Limit Units
Max cpu time unlimited unlimited seconds
Max file size unlimited unlimited bytes
Max data size unlimited unlimited bytes
Max stack size 8388608 unlimited bytes
Max core file size unlimited unlimited bytes
Max resident set unlimited unlimited bytes
Max processes 15540 15540 processes
Max open files 32768 32768 files
Max locked memory 65536 65536 bytes
Max address space unlimited unlimited bytes
Max file locks unlimited unlimited locks
Max pending signals 15540 15540 signals
Max msgqueue size 819200 819200 bytes
Max nice priority 0 0
Max realtime priority 0 0
Max realtime timeout unlimited unlimited us
Core pattern: core
Kernel version: Linux version 5.4.0-164-generic (buildd@bos03-amd64-056) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2)) #181-Ubuntu SMP Fri Sep 1 13:41:22 UTC 2023
mariadb.service: Main process exited, code=killed, status=6/ABRT
mariadb.service: Failed with result 'signal'.
mariadb.service: Scheduled restart job, restart counter is at 1.
Stopped MariaDB 11.4.1 database server.
Not sure why the backtrace has no symbolds resolved, I have dbgsym packages installed for mariadb-server-core, mariadb-server and mariadb-plugin-hashicorp-key.management. Platform is Debian 12. GDB backtrace further down below can use the dbgsym info just fine. Ever since we changed to addr2line for this odd things seem to happen ... but that's a different story.
On restart things fail right away then during InnoDB initialization due to the invalid key:
Starting MariaDB 11.4.1 database server...
2024-04-30 22:36:41 0 [Note] Starting MariaDB 11.4.1-MariaDB-1:11.4.1+maria~ubu2004-log source revision fa69b085b10f19a3a8b6e7adab27c104924333ae as process 4336
2024-04-30 22:36:41 0 [Warning] No argument was provided to --log-bin and neither --log-basename or --log-bin-index where used; This may cause repliction to break when this server acts as a master and has its hostname changed! Please use '--log-basename=ubuntu-focal' or '--log-bin=mysqld-bin' to avoid this problem.
2024-04-30 22:36:41 0 [ERROR] mariadbd: hashicorp: Syntax error - extra character in the key data
2024-04-30 22:36:41 0 [ERROR] InnoDB: cannot enable encryption, encryption plugin is not available
2024-04-30 22:36:41 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2024-04-30 22:36:41 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-04-30 22:36:41 0 [Note] Plugin 'wsrep-provider' is disabled.
2024-04-30 22:36:41 0 [Note] Using encryption key id 2 for temporary files
use_full_checksum=<optimized out>) at ./storage/innobase/fil/fil0crypt.cc:568
#9 0x0000558ca84d89f1 in fil_space_encrypt (space=space@entry=0x7f5f900813f8, offset=<optimized out>, src_frame=src_frame@entry=0x7f5fe790c000 <error: Cannot access memory at address 0x7f5fe790c000>, dst_frame=<optimized out>)
at ./storage/innobase/include/fil0fil.h:701
#10 0x0000558ca849af56 in buf_page_encrypt (space=0x7f5f900813f8, bpage=<optimized out>, s=0x7f5fe790c000 <error: Cannot access memory at address 0x7f5fe790c000>, slot=0x7f5fe2dfeb58, size=0x7f5fe2dfeb50) at ./storage/innobase/buf/buf0flu.cc:637
#11 0x0000558ca849c394 in buf_page_t::flush (this=0x7f5fe78028a0, evict=<optimized out>, space=0x7f5f900813f8) at ./storage/innobase/buf/buf0flu.cc:851
#12 0x0000558ca849c8f7 in buf_flush_try_neighbors (space=<optimized out>, page_id=..., bpage=0x0, contiguous=<optimized out>, evict=<optimized out>, n_flushed=<optimized out>, n_to_flush=<optimized out>) at ./storage/innobase/buf/buf0flu.cc:1121
#13 0x0000558ca849ea80 in buf_do_flush_list_batch (lsn=<optimized out>, max_n=<optimized out>) at ./storage/innobase/buf/buf0flu.cc:1517
#14 buf_flush_list_holding_mutex (lsn=<optimized out>, max_n=<optimized out>) at ./storage/innobase/buf/buf0flu.cc:1590
#15 buf_flush_list_holding_mutex (max_n=<optimized out>, lsn=<optimized out>) at ./storage/innobase/buf/buf0flu.cc:1571
#16 0x0000558ca84a00aa in buf_flush_page_cleaner () at ./storage/innobase/buf/buf0flu.cc:2635
#17 0x00007f600b462df4 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#18 0x00007f600b57c609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#19 0x00007f600b168353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Hartmut Holzgraefe
added a comment -
2024-04-30 22:15:03 0 [Note] /usr/sbin/mariadbd: ready for connections.
Version: '11.4.1-MariaDB-1:11.4.1+maria~ubu2004-log' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
Started MariaDB 11.4.1 database server.
2024-04-30 22:36:35 0 [ERROR] mariadbd: hashicorp: Syntax error - extra character in the key data
2024-04-30 22:36:35 0x7f5fe2dff700 InnoDB: Assertion failure in file /home/buildbot/buildbot/build/mariadb-11.4.1/storage/innobase/fil/fil0crypt.cc line 521
InnoDB: Failing assertion: key_version != ENCRYPTION_KEY_VERSION_INVALID
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mariadbd startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
InnoDB: about forcing recovery.
240430 22:36:35 [ERROR] mysqld got signal 6 ;
Sorry, we probably made a mistake, and this is a bug.
Your assistance in bug reporting will enable us to fix this for the next release.
To report this bug, see https://mariadb.com/kb/en/reporting-bugs
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.
Server version: 11.4.1-MariaDB-1:11.4.1+maria~ubu2004-log source revision: fa69b085b10f19a3a8b6e7adab27c104924333ae
key_buffer_size=134217728
read_buffer_size=131072
max_used_connections=2
max_threads=153
thread_count=1
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 468064 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0x0 thread_stack 0x49000
addr2line: DWARF error: section .debug_info is larger than its filesize! (0xccb4c7e vs 0x7f306d0)
/usr/sbin/mariadbd(my_print_stacktrace+0x32)[0x558ca859ce72]
/usr/sbin/mariadbd(handle_fatal_signal+0x475)[0x558ca806ff05]
sigaction.c:0(__restore_rt)[0x7f600b588420]
addr2line: DWARF error: section .debug_info is larger than its filesize! (0x93f189 vs 0x530f70)
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb)[0x7f600b08c00b]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x12b)[0x7f600b06b859]
addr2line: DWARF error: section .debug_info is larger than its filesize! (0xccb4c7e vs 0x7f306d0)
/usr/sbin/mariadbd(+0x6d62a7)[0x558ca7c732a7]
/usr/sbin/mariadbd(+0x6e6ee1)[0x558ca7c83ee1]
/usr/sbin/mariadbd(+0xf3b9f1)[0x558ca84d89f1]
/usr/sbin/mariadbd(+0xefdf56)[0x558ca849af56]
/usr/sbin/mariadbd(+0xeff394)[0x558ca849c394]
/usr/sbin/mariadbd(+0xeff8f7)[0x558ca849c8f7]
/usr/sbin/mariadbd(+0xf01a80)[0x558ca849ea80]
/usr/sbin/mariadbd(+0xf030aa)[0x558ca84a00aa]
/lib/x86_64-linux-gnu/libstdc++.so.6(+0xd6df4)[0x7f600b462df4]
nptl/pthread_create.c:478(start_thread)[0x7f600b57c609]
addr2line: DWARF error: section .debug_info is larger than its filesize! (0x93f189 vs 0x530f70)
/lib/x86_64-linux-gnu/libc.so.6(clone+0x43)[0x7f600b168353]
The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mariadbd/ contains
information that should help you find out what is causing the crash.
Writing a core file...
Working directory at /var/lib/mysql
Resource Limits:
Limit Soft Limit Hard Limit Units
Max cpu time unlimited unlimited seconds
Max file size unlimited unlimited bytes
Max data size unlimited unlimited bytes
Max stack size 8388608 unlimited bytes
Max core file size unlimited unlimited bytes
Max resident set unlimited unlimited bytes
Max processes 15540 15540 processes
Max open files 32768 32768 files
Max locked memory 65536 65536 bytes
Max address space unlimited unlimited bytes
Max file locks unlimited unlimited locks
Max pending signals 15540 15540 signals
Max msgqueue size 819200 819200 bytes
Max nice priority 0 0
Max realtime priority 0 0
Max realtime timeout unlimited unlimited us
Core pattern: core
Kernel version: Linux version 5.4.0-164-generic (buildd@bos03-amd64-056) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2)) #181-Ubuntu SMP Fri Sep 1 13:41:22 UTC 2023
mariadb.service: Main process exited, code=killed, status=6/ABRT
mariadb.service: Failed with result 'signal'.
mariadb.service: Scheduled restart job, restart counter is at 1.
Stopped MariaDB 11.4.1 database server.
Not sure why the backtrace has no symbolds resolved, I have dbgsym packages installed for mariadb-server-core, mariadb-server and mariadb-plugin-hashicorp-key.management. Platform is Debian 12. GDB backtrace further down below can use the dbgsym info just fine. Ever since we changed to addr2line for this odd things seem to happen ... but that's a different story.
On restart things fail right away then during InnoDB initialization due to the invalid key:
Starting MariaDB 11.4.1 database server...
2024-04-30 22:36:41 0 [Note] Starting MariaDB 11.4.1-MariaDB-1:11.4.1+maria~ubu2004-log source revision fa69b085b10f19a3a8b6e7adab27c104924333ae as process 4336
2024-04-30 22:36:41 0 [Warning] No argument was provided to --log-bin and neither --log-basename or --log-bin-index where used; This may cause repliction to break when this server acts as a master and has its hostname changed! Please use '--log-basename=ubuntu-focal' or '--log-bin=mysqld-bin' to avoid this problem.
2024-04-30 22:36:41 0 [ERROR] mariadbd: hashicorp: Syntax error - extra character in the key data
2024-04-30 22:36:41 0 [ERROR] InnoDB: cannot enable encryption, encryption plugin is not available
2024-04-30 22:36:41 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2024-04-30 22:36:41 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-04-30 22:36:41 0 [Note] Plugin 'wsrep-provider' is disabled.
2024-04-30 22:36:41 0 [Note] Using encryption key id 2 for temporary files
2024-04-30 22:36:41 0 [ERROR] Unknown/unsupported storage engine: InnoDB
2024-04-30 22:36:41 0 [ERROR] Aborting
mariadb.service: Main process exited, code=exited, status=1/FAILURE
GDB backtrace
(gdb) bt
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:56
#1 0x0000558ca859cc4f in my_write_core (sig=sig@entry=6) at ./mysys/stacktrace.c:424
#2 0x0000558ca806ff20 in handle_fatal_signal (sig=6) at ./sql/signal_handler.cc:357
#3 <signal handler called>
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#5 0x00007f600b06b859 in __GI_abort () at abort.c:79
#6 0x0000558ca7c732a7 in ut_dbg_assertion_failed (expr=expr@entry=0x558ca885bdb0 "key_version != ENCRYPTION_KEY_VERSION_INVALID", file=file@entry=0x558ca885bd60 "/home/buildbot/buildbot/build/mariadb-11.4.1/storage/innobase/fil/fil0crypt.cc",
line=line@entry=521) at ./storage/innobase/ut/ut0dbg.cc:60
#7 0x0000558ca7c83ee1 in fil_encrypt_buf_for_full_crc32 (dst_frame=0x7f5fa8010000 "", src_frame=0x7f5fe790c000 <error: Cannot access memory at address 0x7f5fe790c000>, lsn=<optimized out>, offset=<optimized out>, space=<optimized out>,
crypt_data=0x7f5f90081308) at ./storage/innobase/fil/fil0crypt.cc:521
#8 fil_encrypt_buf (crypt_data=0x7f5f90081308, space=<optimized out>, offset=<optimized out>, src_frame=0x7f5fe790c000 <error: Cannot access memory at address 0x7f5fe790c000>, zip_size=<optimized out>, dst_frame=0x7f5fa8010000 "",
use_full_checksum=<optimized out>) at ./storage/innobase/fil/fil0crypt.cc:568
#9 0x0000558ca84d89f1 in fil_space_encrypt (space=space@entry=0x7f5f900813f8, offset=<optimized out>, src_frame=src_frame@entry=0x7f5fe790c000 <error: Cannot access memory at address 0x7f5fe790c000>, dst_frame=<optimized out>)
at ./storage/innobase/include/fil0fil.h:701
#10 0x0000558ca849af56 in buf_page_encrypt (space=0x7f5f900813f8, bpage=<optimized out>, s=0x7f5fe790c000 <error: Cannot access memory at address 0x7f5fe790c000>, slot=0x7f5fe2dfeb58, size=0x7f5fe2dfeb50) at ./storage/innobase/buf/buf0flu.cc:637
#11 0x0000558ca849c394 in buf_page_t::flush (this=0x7f5fe78028a0, evict=<optimized out>, space=0x7f5f900813f8) at ./storage/innobase/buf/buf0flu.cc:851
#12 0x0000558ca849c8f7 in buf_flush_try_neighbors (space=<optimized out>, page_id=..., bpage=0x0, contiguous=<optimized out>, evict=<optimized out>, n_flushed=<optimized out>, n_to_flush=<optimized out>) at ./storage/innobase/buf/buf0flu.cc:1121
#13 0x0000558ca849ea80 in buf_do_flush_list_batch (lsn=<optimized out>, max_n=<optimized out>) at ./storage/innobase/buf/buf0flu.cc:1517
#14 buf_flush_list_holding_mutex (lsn=<optimized out>, max_n=<optimized out>) at ./storage/innobase/buf/buf0flu.cc:1590
#15 buf_flush_list_holding_mutex (max_n=<optimized out>, lsn=<optimized out>) at ./storage/innobase/buf/buf0flu.cc:1571
#16 0x0000558ca84a00aa in buf_flush_page_cleaner () at ./storage/innobase/buf/buf0flu.cc:2635
#17 0x00007f600b462df4 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#18 0x00007f600b57c609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#19 0x00007f600b168353 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
There are two different issues here. Unhelpful error message from the hashicorp plugin and InnoDB crash.
As this MDEV has stack traces for the crash, let's keep it about InnoDB. Please, create another issue to about unhelpful error reporting in the hashicorp plugin.
Sergei Golubchik
added a comment - There are two different issues here. Unhelpful error message from the hashicorp plugin and InnoDB crash.
As this MDEV has stack traces for the crash, let's keep it about InnoDB. Please, create another issue to about unhelpful error reporting in the hashicorp plugin.
Can someone provide precise steps for reproducing this bug? It is not clear to me how to set up Hashicorp based encryption in a development environment.
Marko Mäkelä
added a comment - Can someone provide precise steps for reproducing this bug? It is not clear to me how to set up Hashicorp based encryption in a development environment.
Sergei Golubchik
added a comment - Judging from buildbot logs, e.g. https://buildbot.mariadb.net/buildbot/builders/kvm-fulltest/builds/51010/steps/mtr-hashicorp/logs/stdio , you need to run hashicorp-setup.sh script from https://github.com/MariaDB/mariadb.org-tools/blob/master/buildbot/steps/hashicorp-setup.sh
People
Marko Mäkelä
Hartmut Holzgraefe
Votes:
1Vote for this issue
Watchers:
4Start watching this issue
Dates
Created:
Updated:
Git Integration
Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.
{"report":{"fcp":2139.0999999046326,"ttfb":1115.5,"pageVisibility":"visible","entityId":128898,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"00e89b76-7370-4be2-9061-b746fd2b71b1","navigationType":0,"readyForUser":2225.7999997138977,"redirectCount":0,"resourceLoadedEnd":3048,"resourceLoadedStart":1122.0999999046326,"resourceTiming":[{"duration":468.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":1122.0999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1122.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1590.5999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":468.6000003814697,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/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&whisper-enabled=true","startTime":1122.3999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1122.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1591,"responseStart":0,"secureConnectionStart":0},{"duration":540.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":1122.5999999046326,"connectEnd":1122.5999999046326,"connectStart":1122.5999999046326,"domainLookupEnd":1122.5999999046326,"domainLookupStart":1122.5999999046326,"fetchStart":1122.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1122.5999999046326,"responseEnd":1663.0999999046326,"responseStart":1663.0999999046326,"secureConnectionStart":1122.5999999046326},{"duration":625.2000002861023,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/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&whisper-enabled=true","startTime":1122.7999997138977,"connectEnd":1122.7999997138977,"connectStart":1122.7999997138977,"domainLookupEnd":1122.7999997138977,"domainLookupStart":1122.7999997138977,"fetchStart":1122.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":1122.7999997138977,"responseEnd":1748,"responseStart":1748,"secureConnectionStart":1122.7999997138977},{"duration":629.6000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":1122.8999996185303,"connectEnd":1122.8999996185303,"connectStart":1122.8999996185303,"domainLookupEnd":1122.8999996185303,"domainLookupStart":1122.8999996185303,"fetchStart":1122.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":1122.8999996185303,"responseEnd":1752.5,"responseStart":1752.5,"secureConnectionStart":1122.8999996185303},{"duration":629.8000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":1123.1999998092651,"connectEnd":1123.1999998092651,"connectStart":1123.1999998092651,"domainLookupEnd":1123.1999998092651,"domainLookupStart":1123.1999998092651,"fetchStart":1123.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1123.1999998092651,"responseEnd":1753,"responseStart":1753,"secureConnectionStart":1123.1999998092651},{"duration":630.0999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":1123.2999997138977,"connectEnd":1123.2999997138977,"connectStart":1123.2999997138977,"domainLookupEnd":1123.2999997138977,"domainLookupStart":1123.2999997138977,"fetchStart":1123.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":1123.2999997138977,"responseEnd":1753.3999996185303,"responseStart":1753.3999996185303,"secureConnectionStart":1123.2999997138977},{"duration":689.8999996185303,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":1123.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1123.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1813.3999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":630.1999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":1123.6999998092651,"connectEnd":1123.6999998092651,"connectStart":1123.6999998092651,"domainLookupEnd":1123.6999998092651,"domainLookupStart":1123.6999998092651,"fetchStart":1123.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1123.6999998092651,"responseEnd":1753.8999996185303,"responseStart":1753.8999996185303,"secureConnectionStart":1123.6999998092651},{"duration":689.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/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":1124.0999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1124.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1813.5999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":630.2000002861023,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/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":1124.2999997138977,"connectEnd":1124.2999997138977,"connectStart":1124.2999997138977,"domainLookupEnd":1124.2999997138977,"domainLookupStart":1124.2999997138977,"fetchStart":1124.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":1124.2999997138977,"responseEnd":1754.5,"responseStart":1754.5,"secureConnectionStart":1124.2999997138977},{"duration":1667.0999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":1125.0999999046326,"connectEnd":1125.0999999046326,"connectStart":1125.0999999046326,"domainLookupEnd":1125.0999999046326,"domainLookupStart":1125.0999999046326,"fetchStart":1125.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1125.0999999046326,"responseEnd":2792.199999809265,"responseStart":2792.199999809265,"secureConnectionStart":1125.0999999046326},{"duration":1907.3000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":1140.6999998092651,"connectEnd":1140.6999998092651,"connectStart":1140.6999998092651,"domainLookupEnd":1140.6999998092651,"domainLookupStart":1140.6999998092651,"fetchStart":1140.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1140.6999998092651,"responseEnd":3048,"responseStart":3048,"secureConnectionStart":1140.6999998092651},{"duration":965,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1827.5999999046326,"connectEnd":1827.5999999046326,"connectStart":1827.5999999046326,"domainLookupEnd":1827.5999999046326,"domainLookupStart":1827.5999999046326,"fetchStart":1827.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1827.5999999046326,"responseEnd":2792.5999999046326,"responseStart":2792.5999999046326,"secureConnectionStart":1827.5999999046326},{"duration":919.5999999046326,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":2132.0999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":2132.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":3051.699999809265,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":922,"responseStart":1115,"responseEnd":1140,"domLoading":1120,"domInteractive":3096,"domContentLoadedEventStart":3096,"domContentLoadedEventEnd":3155,"domComplete":3784,"loadEventStart":3784,"loadEventEnd":3785,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":3052.5999999046326},{"name":"bigPipe.sidebar-id.end","time":3053.5999999046326},{"name":"bigPipe.activity-panel-pipe-id.start","time":3053.7999997138977},{"name":"bigPipe.activity-panel-pipe-id.end","time":3059.0999999046326},{"name":"activityTabFullyLoaded","time":3175}],"measures":[],"correlationId":"23f13f7017cf7d","effectiveType":"4g","downlink":9.4,"rtt":0,"serverDuration":123,"dbReadsTimeInMs":19,"dbConnsTimeInMs":29,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
Could you please paste more context?
Characters beyond Assertion failure in file /home/buildbot/buildbot/build/mariadb-11.4.1/storage/innoba>
and lines below InnoDB: Failing assertion: key_version != ENCRYPTION_KEY_VERSION_INVALID.