http://buildbot.askmonty.org/buildbot/builders/winx64-debug/builds/7169/steps/test/logs/stdio
mariabackup.xb_file_key_management w3 [ fail ]
|
Test ended at 2018-02-01 21:05:11
|
|
CURRENT_TEST: mariabackup.xb_file_key_management
|
mysqltest: At line 22: exec of 'D:/winx64-debug/build/extra/mariabackup/Debug/mariabackup.exe --prepare --target-dir=D:/winx64-debug/build/mysql-test/var/3/tmp/backup 2>&1' failed, error: 255, status: 255, errno: 2
|
Output from before failure:
|
D:/winx64-debug/build/extra/mariabackup/Debug/mariabackup.exe based on MariaDB server 10.2.13-MariaDB Win64 (AMD64)
|
mariabackup: cd to D:/winx64-debug/build/mysql-test/var/3/tmp/backup/
|
Loading encryption plugin
|
Encryption plugin parameter : '--file_key_management_encryption_algorithm=aes_cbc'
|
Encryption plugin parameter : '--file_key_management_filekey=FILE:D:/winx64-debug/build/src/mysql-test/suite/mariabackup/filekeys-data.key'
|
Encryption plugin parameter : '--file_key_management_filename=D:/winx64-debug/build/src/mysql-test/suite/mariabackup/filekeys-data.enc'
|
Encryption plugin parameter : '--prepare'
|
Encryption plugin parameter : '--target-dir=D:/winx64-debug/build/mysql-test/var/3/tmp/backup'
|
mariabackup: This target seems to be not prepared yet.
|
mariabackup: using the following InnoDB configuration for recovery:
|
mariabackup: innodb_data_home_dir = .
|
mariabackup: innodb_data_file_path = ibdata1:12M:autoextend
|
mariabackup: innodb_log_group_home_dir = .
|
mariabackup: Starting InnoDB instance for recovery.
|
mariabackup: Using 104857600 bytes for buffer pool (set by --use-memory parameter)
|
2018-02-01 21:04:52 5332 [Note] InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
|
2018-02-01 21:04:52 5332 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
|
2018-02-01 21:04:52 5332 [Note] InnoDB: Uses event mutexes
|
2018-02-01 21:04:52 5332 [Note] InnoDB: Compressed tables use zlib 1.2.3
|
2018-02-01 21:04:52 5332 [Note] InnoDB: Number of pools: 1
|
2018-02-01 21:04:52 5332 [Note] InnoDB: Using SSE2 crc32 instructions
|
2018-02-01 21:04:52 5332 [Note] InnoDB: Initializing buffer pool, total size = 100M, instances = 1, chunk size = 100M
|
2018-02-01 21:04:52 5332 [Note] InnoDB: Completed initialization of buffer pool
|
2018-02-01 21:04:52 5332 [Note] InnoDB: Highest supported file format is Barracuda.
|
2018-02-01 21:04:52 0x14d4 InnoDB: Assertion failure in file D:\winx64-debug\build\src\storage\innobase\fil\fil0fil.cc line 5272
|
InnoDB: Failing assertion: byte_offset % OS_FILE_LOG_BLOCK_SIZE == 0
|
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 mysqld startup, there may be
|
InnoDB: corruption in the InnoDB tablespace. Please refer to
|
InnoDB: https://mariadb.com/kb/en/library/xtradbinnodb-recovery-modes/
|
InnoDB: about forcing recovery.
|
180201 21:04:52 [ERROR] mysqld got exception 0x80000003 ;
|
This could be because you hit a bug. It is also possible that this binary
|
or one of the libraries it was linked against is corrupt, improperly built,
|
or misconfigured. This error can also be caused by malfunctioning hardware.
|
|
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: 10.2.13-MariaDB-debug
|
key_buffer_size=0
|
read_buffer_size=131072
|
max_used_connections=0
|
max_threads=1
|
thread_count=0
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 4993 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...
|
mariabackup.exe!my_sigabrt_handler()[my_thr_init.c:488]
|
mariabackup.exe!raise()[signal.cpp:516]
|
mariabackup.exe!abort()[abort.cpp:71]
|
mariabackup.exe!ut_dbg_assertion_failed()[ut0dbg.cc:62]
|
mariabackup.exe!fil_io()[fil0fil.cc:5272]
|
mariabackup.exe!log_group_read_log_seg()[log0recv.cc:655]
|
mariabackup.exe!recv_group_scan_log_recs()[log0recv.cc:2996]
|
mariabackup.exe!recv_recovery_from_checkpoint_start()[log0recv.cc:3253]
|
mariabackup.exe!innobase_start_or_create_for_mysql()[srv0start.cc:2246]
|
mariabackup.exe!innodb_init()[xtrabackup.cc:1676]
|
mariabackup.exe!xtrabackup_prepare_func()[xtrabackup.cc:4844]
|
mariabackup.exe!main_low()[xtrabackup.cc:5523]
|
mariabackup.exe!main()[xtrabackup.cc:5320]
|
mariabackup.exe!__scrt_common_main_seh()[exe_common.inl:283]
|
KERNEL32.DLL!BaseThreadInitThunk()
|
ntdll.dll!RtlUserThreadStart()
|
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
|
information that should help you find out what is causing the crash.
|
|
|
|
The result from queries just before the failure was:
|
CREATE TABLE t(c VARCHAR(10)) ENGINE INNODB encrypted=yes;
|
INSERT INTO t VALUES('foobar1');
|
# xtrabackup backup
|
NOT FOUND /foobar1/ in ib_logfile0
|
# expect NOT FOUND
|
INSERT INTO t VALUES('foobar2');
|
# xtrabackup prepare
|
- duplicates
-
MDEV-14192
mariabackup.incremental_backup failed in buildbot with Failing assertion: byte_offset % OS_FILE_LOG_BLOCK_SIZE == 0
-
-
Closed
{"report":{"fcp":861.4000000953674,"ttfb":162.70000004768372,"pageVisibility":"visible","entityId":65830,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"88b901f9-4346-480a-9613-e503f754dc92","navigationType":0,"readyForUser":937.2999999523163,"redirectCount":0,"resourceLoadedEnd":995.2000000476837,"resourceLoadedStart":167.70000004768372,"resourceTiming":[{"duration":210.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":167.70000004768372,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":167.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":378.2000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":210.29999995231628,"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":167.90000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":167.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":378.2000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":219.79999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":168,"connectEnd":168,"connectStart":168,"domainLookupEnd":168,"domainLookupStart":168,"fetchStart":168,"redirectEnd":0,"redirectStart":0,"requestStart":168,"responseEnd":387.7999999523163,"responseStart":387.7999999523163,"secureConnectionStart":168},{"duration":286.09999990463257,"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":168.20000004768372,"connectEnd":168.20000004768372,"connectStart":168.20000004768372,"domainLookupEnd":168.20000004768372,"domainLookupStart":168.20000004768372,"fetchStart":168.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":168.20000004768372,"responseEnd":454.2999999523163,"responseStart":454.2999999523163,"secureConnectionStart":168.20000004768372},{"duration":289.5,"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":168.29999995231628,"connectEnd":168.29999995231628,"connectStart":168.29999995231628,"domainLookupEnd":168.29999995231628,"domainLookupStart":168.29999995231628,"fetchStart":168.29999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":168.29999995231628,"responseEnd":457.7999999523163,"responseStart":457.7999999523163,"secureConnectionStart":168.29999995231628},{"duration":289.7999999523163,"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":168.40000009536743,"connectEnd":168.40000009536743,"connectStart":168.40000009536743,"domainLookupEnd":168.40000009536743,"domainLookupStart":168.40000009536743,"fetchStart":168.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":168.40000009536743,"responseEnd":458.2000000476837,"responseStart":458.2000000476837,"secureConnectionStart":168.40000009536743},{"duration":290.09999990463257,"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":168.5,"connectEnd":168.5,"connectStart":168.5,"domainLookupEnd":168.5,"domainLookupStart":168.5,"fetchStart":168.5,"redirectEnd":0,"redirectStart":0,"requestStart":168.5,"responseEnd":458.59999990463257,"responseStart":458.59999990463257,"secureConnectionStart":168.5},{"duration":290.60000014305115,"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":168.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":168.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":459.2000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":290.2999999523163,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":168.70000004768372,"connectEnd":168.70000004768372,"connectStart":168.70000004768372,"domainLookupEnd":168.70000004768372,"domainLookupStart":168.70000004768372,"fetchStart":168.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":168.70000004768372,"responseEnd":459,"responseStart":459,"secureConnectionStart":168.70000004768372},{"duration":290.69999980926514,"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":168.90000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":168.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":459.59999990463257,"responseStart":0,"secureConnectionStart":0},{"duration":290.69999980926514,"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":168.90000009536743,"connectEnd":168.90000009536743,"connectStart":168.90000009536743,"domainLookupEnd":168.90000009536743,"domainLookupStart":168.90000009536743,"fetchStart":168.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":168.90000009536743,"responseEnd":459.59999990463257,"responseStart":459.59999990463257,"secureConnectionStart":168.90000009536743},{"duration":814.3999998569489,"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":176.70000004768372,"connectEnd":176.70000004768372,"connectStart":176.70000004768372,"domainLookupEnd":176.70000004768372,"domainLookupStart":176.70000004768372,"fetchStart":176.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":176.70000004768372,"responseEnd":991.0999999046326,"responseStart":991.0999999046326,"secureConnectionStart":176.70000004768372},{"duration":818.4000000953674,"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":176.79999995231628,"connectEnd":176.79999995231628,"connectStart":176.79999995231628,"domainLookupEnd":176.79999995231628,"domainLookupStart":176.79999995231628,"fetchStart":176.79999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":176.79999995231628,"responseEnd":995.2000000476837,"responseStart":995.2000000476837,"secureConnectionStart":176.79999995231628},{"duration":336.7999999523163,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":606,"connectEnd":606,"connectStart":606,"domainLookupEnd":606,"domainLookupStart":606,"fetchStart":606,"redirectEnd":0,"redirectStart":0,"requestStart":606,"responseEnd":942.7999999523163,"responseStart":942.7999999523163,"secureConnectionStart":606}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":22,"responseStart":163,"responseEnd":176,"domLoading":166,"domInteractive":1018,"domContentLoadedEventStart":1018,"domContentLoadedEventEnd":1062,"domComplete":1774,"loadEventStart":1774,"loadEventEnd":1776,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":996.7000000476837},{"name":"bigPipe.sidebar-id.end","time":997.5999999046326},{"name":"bigPipe.activity-panel-pipe-id.start","time":997.7999999523163},{"name":"bigPipe.activity-panel-pipe-id.end","time":1000.2999999523163},{"name":"activityTabFullyLoaded","time":1075.7000000476837}],"measures":[],"correlationId":"94722afd27883f","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":78,"dbReadsTimeInMs":14,"dbConnsTimeInMs":25,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}