Last updated on 2025-11-13 01:50:27 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0-1 | 17.02 | 52.22 | 69.24 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0-1 | 14.16 | 38.54 | 52.70 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0-1 | 155.00 | 35.62 | 190.62 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.0-1 | 47.00 | 60.19 | 107.19 | OK | |
| r-devel-windows-x86_64 | 0.7.0-1 | 35.00 | 78.00 | 113.00 | OK | |
| r-patched-linux-x86_64 | 0.7.0-1 | 17.74 | 48.27 | 66.01 | OK | |
| r-release-linux-x86_64 | 0.7.0-1 | 18.36 | 48.40 | 66.76 | OK | |
| r-release-macos-arm64 | 0.7.0-1 | 11.00 | 51.00 | 62.00 | OK | |
| r-release-macos-x86_64 | 0.7.0-1 | 16.00 | 84.00 | 100.00 | OK | |
| r-release-windows-x86_64 | 0.7.0-1 | 36.00 | 78.00 | 114.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.0-1 | 12.00 | 55.00 | 67.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.0-1 | 15.00 | 71.00 | 86.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.0-1 | 39.00 | 96.00 | 135.00 | OK |
Version: 0.7.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Licensed to the Apache Software Foundation (ASF) under one
> # or more contributor license agreements. See the NOTICE file
> # distributed with this work for additional information
> # regarding copyright ownership. The ASF licenses this file
> # to you under the Apache License, Version 2.0 (the
> # "License"); you may not use this file except in compliance
> # with the License. You may obtain a copy of the License at
> #
> # http://www.apache.org/licenses/LICENSE-2.0
> #
> # Unless required by applicable law or agreed to in writing,
> # software distributed under the License is distributed on an
> # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> # KIND, either express or implied. See the License for the
> # specific language governing permissions and limitations
> # under the License.
>
> library(testthat)
> library(nanoarrow)
>
> verbose_test_output <- identical(tolower(Sys.getenv("ARROW_R_DEV", "false")), "true") ||
+ identical(tolower(Sys.getenv("ARROW_R_VERBOSE_TEST", "false")), "true")
>
> if (verbose_test_output) {
+ reporter <- MultiReporter$new(list(CheckReporter$new(), LocationReporter$new()))
+ } else {
+ reporter <- check_reporter()
+ }
>
> test_check("nanoarrow", reporter = reporter)
[ FAIL 2 | WARN 0 | SKIP 8 | PASS 1610 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-array-stream.R:96:3', 'test-array-stream.R:121:3',
'test-array.R:42:3', 'test-as-array.R:59:3', 'test-as-array.R:489:3',
'test-as-array.R:823:3', 'test-buffer.R:78:3', 'test-buffer.R:91:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-altrep.R:39:3'): nanoarrow_altrep_chr() works for string ─────
is_nanoarrow_altrep_materialized(x_altrep) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-altrep.R:46:3'): nanoarrow_altrep_chr() works for string ─────
`\.Internal\(inspect\(x_altrep\)\)` does not match "<materialized nanoarrow::altrep_chr\\[27\\]>".
Actual value: "@5641954f1788 16 STRSXP g1c0 \[MARK,REF\(65535\)\] <nanoarrow::altrep_chr\[27\]>"
Backtrace:
▆
1. └─testthat::expect_output(.Internal(inspect(x_altrep)), "<materialized nanoarrow::altrep_chr\\[27\\]>") at test-altrep.R:46:3
2. └─testthat::expect_match(...)
3. └─testthat:::expect_match_(...)
[ FAIL 2 | WARN 0 | SKIP 8 | PASS 1610 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc