R Under development (unstable) (2023-11-28 r85645 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(RcppCWB) > > test_check("RcppCWB") === Makeall: processing corpus BT === Registry directory: D:/temp/RtmpEbPMcc/registry_tmp ATTRIBUTE word + creating LEXSRT ... OK - lexicon OK + creating FREQS ... OK - frequencies OK - token stream OK + creating REVCIDX ... OK + creating REVCORP ... OK ? validating REVCORP ... OK - index OK ======================================== COMPRESSING TOKEN STREAM of (nil).word - writing code descriptor block to D:/temp/RtmpEbPMcc/bt/word.hcd - writing compressed item sequence to D:/temp/RtmpEbPMcc/bt/word.huf - writing sync (every 128 tokens) to D:/temp/RtmpEbPMcc/bt/word.huf.syn VALIDATING BT.word - reading code descriptor block from D:/temp/RtmpEbPMcc/bt/word.hcd - reading compressed item sequence from D:/temp/RtmpEbPMcc/bt/word.huf - reading sync (mod 128) from D:/temp/RtmpEbPMcc/bt/word.huf.syn File read error: No error ERROR: wrong sync offset -1 (true offset 6770) at cpos 6016. Aborted. COMPRESSING INDEX of BT.word - writing compressed index to D:/temp/RtmpEbPMcc/bt/word.crc - writing compressed index offsets to D:/temp/RtmpEbPMcc/bt/word.crx === Makeall: processing corpus BT === Registry directory: D:/temp/RtmpEbPMcc/registry_tmp ATTRIBUTE pos + creating LEXSRT ... OK - lexicon OK + creating FREQS ... OK - frequencies OK - token stream OK + creating REVCIDX ... OK + creating REVCORP ... OK ? validating REVCORP ... OK - index OK ======================================== COMPRESSING TOKEN STREAM of (nil).pos - writing code descriptor block to D:/temp/RtmpEbPMcc/bt/pos.hcd - writing compressed item sequence to D:/temp/RtmpEbPMcc/bt/pos.huf - writing sync (every 128 tokens) to D:/temp/RtmpEbPMcc/bt/pos.huf.syn VALIDATING BT.pos - reading code descriptor block from D:/temp/RtmpEbPMcc/bt/pos.hcd - reading compressed item sequence from D:/temp/RtmpEbPMcc/bt/pos.huf - reading sync (mod 128) from D:/temp/RtmpEbPMcc/bt/pos.huf.syn File read error: No error ERROR: wrong sync offset -1 (true offset 3354) at cpos 6144. Aborted. COMPRESSING INDEX of BT.pos - writing compressed index to D:/temp/RtmpEbPMcc/bt/pos.crc - writing compressed index offsets to D:/temp/RtmpEbPMcc/bt/pos.crx === Makeall: processing corpus BT === Registry directory: D:/temp/RtmpEbPMcc/registry_tmp ATTRIBUTE lemma + creating LEXSRT ... OK - lexicon OK + creating FREQS ... OK - frequencies OK - token stream OK + creating REVCIDX ... OK + creating REVCORP ... OK ? validating REVCORP ... OK - index OK ======================================== COMPRESSING TOKEN STREAM of (nil).lemma - writing code descriptor block to D:/temp/RtmpEbPMcc/bt/lemma.hcd - writing compressed item sequence to D:/temp/RtmpEbPMcc/bt/lemma.huf - writing sync (every 128 tokens) to D:/temp/RtmpEbPMcc/bt/lemma.huf.syn VALIDATING BT.lemma - reading code descriptor block from D:/temp/RtmpEbPMcc/bt/lemma.hcd - reading compressed item sequence from D:/temp/RtmpEbPMcc/bt/lemma.huf - reading sync (mod 128) from D:/temp/RtmpEbPMcc/bt/lemma.huf.syn File read error: No error ERROR: wrong sync offset -1 (true offset 6708) at cpos 6656. Aborted. COMPRESSING INDEX of BT.lemma - writing compressed index to D:/temp/RtmpEbPMcc/bt/lemma.crc - writing compressed index offsets to D:/temp/RtmpEbPMcc/bt/lemma.crx cl_new_corpus: can't locate in D:/temp/RtmpEbPMcc/registry_tmp cl_new_corpus: can't locate in D:/temp/RtmpEbPMcc/registry_tmp cl_new_corpus: can't locate in D:/temp/RtmpEbPMcc/registry_tmp cl_new_corpus: can't locate in D:/temp/RtmpEbPMcc/registry_tmp [ FAIL 0 | WARN 7 | SKIP 3 | PASS 75 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_subcorpus.R:9:5' • empty test (2): 'test_cpos2struc.R:18:1', 'test_region_matrix_to_struc_matrix.R:5:1' [ FAIL 0 | WARN 7 | SKIP 3 | PASS 75 ] > > proc.time() user system elapsed 1.93 0.34 2.31