amoeba opened a new issue, #46125:
URL: https://github.com/apache/arrow/issues/46125

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Our CRAN status page currently shows,
   
   > CRAN checks:       arrow results [issues need fixing before 2025-05-10]
   
   The full log is below:
   
   <details>
   <summary>CRAN log</summary>
   
   ```
   using R version 4.3.3 (2024-02-29)
   using platform: x86_64-apple-darwin20 (64-bit)
   R was compiled by
       Apple clang version 14.0.0 (clang-1400.0.29.202)
       GNU Fortran (GCC) 12.2.0
   running under: macOS Ventura 13.3.1
   using session charset: UTF-8
   checking for file ‘arrow/DESCRIPTION’ ... OK
   this is package ‘arrow’ version ‘19.0.1.1’
   package encoding: UTF-8
   checking package namespace information ... OK
   checking package dependencies ... OK
   checking if this is a source package ... OK
   checking if there is a namespace ... OK
   checking for executable files ... OK
   checking for hidden files and directories ... OK
   checking for portable file names ... OK
   checking for sufficient/correct file permissions ... OK
   checking whether package ‘arrow’ can be installed ... [45m/29m] OK
   See the [install 
log](https://www.r-project.org/nosvn/R.check/r-oldrel-macos-x86_64/arrow-00install.html)
 for details.
   used C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
   used SDK: ‘MacOSX11.3.sdk’
   checking C++ specification ... OK
     Not all R platforms support C++17
   checking installed package size ... NOTE
     installed size is 113.8Mb
     sub-directories of 1Mb or more:
       R       5.1Mb
       libs  108.2Mb
   checking package directory ... OK
   checking DESCRIPTION meta-information ... OK
   checking top-level files ... OK
   checking for left-over files ... OK
   checking index information ... OK
   checking package subdirectories ... OK
   checking R files for non-ASCII characters ... OK
   checking R files for syntax errors ... OK
   checking whether the package can be loaded ... [1s/2s] OK
   checking whether the package can be loaded with stated dependencies ... 
[1s/1s] OK
   checking whether the package can be unloaded cleanly ... [1s/1s] OK
   checking whether the namespace can be loaded with stated dependencies ... 
[1s/1s] OK
   checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
   checking loading without being on the library search path ... [1s/1s] OK
   checking startup messages can be suppressed ... [1s/1s] OK
   checking dependencies in R code ... OK
   checking S3 generic/method consistency ... OK
   checking replacement functions ... OK
   checking foreign function calls ... OK
   checking R code for possible problems ... [11s/11s] OK
   checking Rd files ... [1s/1s] OK
   checking Rd metadata ... OK
   checking Rd cross-references ... OK
   checking for missing documentation entries ... OK
   checking for code/documentation mismatches ... OK
   checking Rd \usage sections ... OK
   checking Rd contents ... OK
   checking for unstated dependencies in examples ... OK
   checking line endings in shell scripts ... OK
   checking line endings in C/C++/Fortran sources/headers ... OK
   checking line endings in Makefiles ... OK
   checking compilation flags in Makevars ... OK
   checking for GNU extensions in Makefiles ... OK
   checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
   checking use of PKG_*FLAGS in Makefiles ... OK
   checking compiled code ... OK
   checking examples ... [3s/3s] OK
   checking for unstated dependencies in ‘tests’ ... OK
   checking tests ... [13s/13s] ERROR
     Running ‘testthat.R’ [13s/13s]
   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(arrow)
     
     Attaching package: 'arrow'
     
     The following object is masked from 'package:testthat':
     
         matches
     
     The following object is masked from 'package:utils':
     
         timestamp
     
     > library(tibble)
     > 
     > 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) {
     +   arrow_reporter <- MultiReporter$new(list(CheckReporter$new(), 
LocationReporter$new()))
     + } else {
     +   arrow_reporter <- check_reporter()
     + }
     > test_check("arrow", reporter = arrow_reporter)
     
     Execution halted
   checking PDF version of manual ...* using check arguments 
'--no-clean-on-error '
   ```
   </details>
   
   This looks like it might be an issue on CRAN's side. @nealrichardson 
@jonkeane @thisisnic any thoughts or have you heard of others with a similar 
issue?
   
   ### Component(s)
   
   R


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to