Last updated on 2025-12-05 09:49:59 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0-1 | 17.53 | 53.19 | 70.72 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0-1 | 14.62 | 37.00 | 51.62 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0-2 | 40.00 | 130.10 | 170.10 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.0-2 | 48.00 | 61.71 | 109.71 | OK | |
| r-devel-windows-x86_64 | 0.7.0-1 | 36.00 | 82.00 | 118.00 | ERROR | |
| r-patched-linux-x86_64 | 0.7.0-1 | 19.14 | 47.10 | 66.24 | OK | |
| r-release-linux-x86_64 | 0.7.0-1 | 19.11 | 49.09 | 68.20 | OK | |
| r-release-macos-arm64 | 0.7.0-2 | 3.00 | 30.00 | 33.00 | OK | |
| r-release-macos-x86_64 | 0.7.0-2 | 19.00 | 98.00 | 117.00 | OK | |
| r-release-windows-x86_64 | 0.7.0-1 | 36.00 | 85.00 | 121.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.0-2 | 5.00 | 41.00 | 46.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.0-2 | 17.00 | 86.00 | 103.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.0-2 | 48.00 | 98.00 | 146.00 | OK |
Version: 0.7.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/23s]
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)
Saving _problems/test-altrep-39.R
Saving _problems/test-altrep-46.R
[ FAIL 2 | WARN 0 | SKIP 8 | PASS 1610 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-array-stream.R:85:1', 'test-array-stream.R:101:1',
'test-array.R:40:1', 'test-as-array.R:57:1', 'test-as-array.R:482:1',
'test-as-array.R:820:1', 'test-buffer.R:76:1', 'test-buffer.R:90:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-altrep.R:39:3'): nanoarrow_altrep_chr() works for string ─────
Expected `is_nanoarrow_altrep_materialized(x_altrep)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-altrep.R:46:3'): nanoarrow_altrep_chr() works for string ─────
Expected output from `.Internal(inspect(x_altrep))` to match regexp "<materialized nanoarrow::altrep_chr\\[27\\]>".
Actual output:
x | @560917d960c8 16 STRSXP g0c0 [MARK,REF(65535)] <nanoarrow::altrep_chr[27]>
[ FAIL 2 | WARN 0 | SKIP 8 | PASS 1610 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.7.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/14s]
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)
Saving _problems/test-altrep-39.R
Saving _problems/test-altrep-46.R
[ FAIL 2 | WARN 0 | SKIP 8 | PASS 1610 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-array-stream.R:85:1', 'test-array-stream.R:101:1',
'test-array.R:40:1', 'test-as-array.R:57:1', 'test-as-array.R:482:1',
'test-as-array.R:820:1', 'test-buffer.R:76:1', 'test-buffer.R:90:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-altrep.R:39:3'): nanoarrow_altrep_chr() works for string ─────
Expected `is_nanoarrow_altrep_materialized(x_altrep)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-altrep.R:46:3'): nanoarrow_altrep_chr() works for string ─────
Expected output from `.Internal(inspect(x_altrep))` to match regexp "<materialized nanoarrow::altrep_chr\\[27\\]>".
Actual output:
x | @55cd96789de0 16 STRSXP g0c0 [MARK,REF(65535)] <nanoarrow::altrep_chr[27]>
[ FAIL 2 | WARN 0 | SKIP 8 | PASS 1610 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.0-1
Check: tests
Result: ERROR
Running 'testthat.R' [18s]
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)
Saving _problems/test-altrep-39.R
Saving _problems/test-altrep-46.R
The tzdb package is not installed. Timezones will not be available to Arrow compute functions.
[ FAIL 2 | WARN 0 | SKIP 8 | PASS 1610 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-array-stream.R:85:1', 'test-array-stream.R:101:1',
'test-array.R:40:1', 'test-as-array.R:57:1', 'test-as-array.R:482:1',
'test-as-array.R:820:1', 'test-buffer.R:76:1', 'test-buffer.R:90:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-altrep.R:39:3'): nanoarrow_altrep_chr() works for string ─────
Expected `is_nanoarrow_altrep_materialized(x_altrep)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-altrep.R:46:3'): nanoarrow_altrep_chr() works for string ─────
Expected output from `.Internal(inspect(x_altrep))` to match regexp "<materialized nanoarrow::altrep_chr\\[27\\]>".
Actual output:
x | @0x000001b3552b93a8 16 STRSXP g1c0 [MARK,REF(65535)] <nanoarrow::altrep_chr[27]>
[ FAIL 2 | WARN 0 | SKIP 8 | PASS 1610 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64