-
Type: Build Failure
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Here's part of the failing output.
FAIL: incr_backup/smoke.sh [2020/11/06 20:15:27.464] ========================== [2020/11/06 20:15:27.464] Seed: 2618765982047379353 [2020/11/06 20:15:27.464] wiredtiger config: timing_stress_for_test=[backup_rename],create,,log=(enabled=true,file_max=180K) .... [2020/11/06 20:15:27.465] => cp WT_TEST.incr_backup/t8-0.wt WT_TEST.incr_backup.BACKUP/t8-0.wt [2020/11/06 20:15:27.465] open_cursor(session, NULL, cursor, "incremental=(file=t9-1.wt)", &file_cursor) [2020/11/06 20:15:27.465] open_cursor(session, NULL, cursor, "incremental=(file=WiredTiger.backup)", &file_cursor) [2020/11/06 20:15:27.465] => cp WT_TEST.incr_backup/WiredTiger.backup WT_TEST.incr_backup.BACKUP/WiredTiger.backup [2020/11/06 20:15:27.465] open_cursor(session, NULL, cursor, "incremental=(file=WiredTiger.basecfg)", &file_cursor) [2020/11/06 20:15:27.465] => cp WT_TEST.incr_backup/WiredTiger.basecfg WT_TEST.incr_backup.BACKUP/WiredTiger.basecfg [2020/11/06 20:15:27.465] open_cursor(session, NULL, cursor, "incremental=(file=WiredTiger)", &file_cursor) [2020/11/06 20:15:27.465] => cp WT_TEST.incr_backup/WiredTiger WT_TEST.incr_backup.BACKUP/WiredTiger [2020/11/06 20:15:27.465] finished incremental backup: 14 files, 73 range copy, 13 file copy [2020/11/06 20:15:27.465] Removing file from backup: WT_TEST.incr_backup.BACKUP/WiredTigerLog.0000000001 [2020/11/06 20:15:27.465] Removing file from backup: WT_TEST.incr_backup.BACKUP/t0-1.wt [2020/11/06 20:15:27.465] Removing file from backup: WT_TEST.incr_backup.BACKUP/t9-0.wt [2020/11/06 20:15:27.465] CHECK BACK[1604692674:280133][25857:0x7fdb8137d740], file:t9-1.wt, WT_SESSION.open_cursor: __desc_read, 392: t9-1.wt does not appear to be a WiredTiger file: WT_ERROR: non-specific WiredTiger error [2020/11/06 20:15:27.465] UP: copy WT_TEST.incr_backup.BACKUP to WT_TEST.incr_backup.CHECK, then check WT_TEST.incr_backup.CHECK [2020/11/06 20:15:27.465] Checking: table:t3-0 [2020/11/06 20:15:27.465] Checking: table:t5-0 [2020/11/06 20:15:27.465] Checking: table:t6-0 [2020/11/06 20:15:27.465] Checking: table:t7-0 [2020/11/06 20:15:27.465] Checking: table:t8-0 [2020/11/06 20:15:27.465] Checking: table:t9-1 [2020/11/06 20:15:27.465] **** FAILURE [2020/11/06 20:15:27.465] To reproduce, please rerun with: test_incr_backup -S 2618765982047379353 [2020/11/06 20:15:27.465] test_incr_backup: FAILED: check_table/683: session->open_cursor(session, table->name, NULL, NULL, &cursor): WT_ERROR: non-specific WiredTiger error [2020/11/06 20:15:27.465] test_incr_backup: process aborting [2020/11/06 20:15:27.465] ../../../test/csuite/incr_backup/smoke.sh: line 12: 25857 Aborted (core dumped) $TEST_WRAPPER $top_builddir/test/csuite/test_incr_backup -v 3 [2020/11/06 20:15:27.465] FAIL incr_backup/smoke.sh (exit status: 134)
make-check-test failed on RHEL 8.0
Host: ec2-54-87-159-187.compute-1.amazonaws.com
Project: WiredTiger (develop)
Commit: diff: WT-6824 Resolve UTF related issues for OS/X. (#6125)
For 'wt dump -j' (JSON dumping), never try to print non-ASCII characters.
Relying solely on isprint() to determine printability is a mistake for our
purposes, that function is dependent on local for non-ASCII characters.
In test code, don't use the Python Unicode decoder except with printable chars. | 06 Nov 20 19:41 UTC
Evergreen Subscription: ; Evergreen Event:
- duplicates
-
WT-6882 Files created during incremental backup should be copied in full
- Closed