kou commented on PR #47206:
URL: https://github.com/apache/arrow/pull/47206#issuecomment-3172891849

   Oh, good point.
   
   I found the "png" error message in a succeeded job:
   
   
https://github.com/ursacomputing/crossbow/actions/runs/16855440618/job/47747680991#step:5:28745
   
   ```text
     #22 111.6 make: *** [Makefile:96: png.ts] Error 1
   ```
   
   It's not related to this problem.
   
   And the latest nightly job passed without our side change. It might be a 
DockerHub problem.
   
   BTW, we should set timeout for this workflow:
   
   ```diff
   diff --git a/dev/tasks/r/github.linux.cran.yml 
b/dev/tasks/r/github.linux.cran.yml
   index 435e37fc53..43c13c3a8b 100644
   --- a/dev/tasks/r/github.linux.cran.yml
   +++ b/dev/tasks/r/github.linux.cran.yml
   @@ -23,6 +23,7 @@ jobs:
      as-cran:
        name: "rhub/{{ '${{ matrix.config.r_image }}' }}"
        runs-on: ubuntu-latest
   +    timeout-minutes: 45
        strategy:
          fail-fast: false
          matrix:
   ```
   
   We should not wait for 6 hours for this problem.


-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to