jonkeane commented on a change in pull request #11666:
URL: https://github.com/apache/arrow/pull/11666#discussion_r756245942



##########
File path: dev/tasks/tasks.yml
##########
@@ -1106,6 +1106,15 @@ tasks:
     template: r/github.linux.offline.build.yml
 
 
+  test-r-rhub-debian-gcc-release-ccache:
+    ci: azure
+    template: r/azure.linux.yml
+    params:
+      r_org: rhub
+      r_image: debian-gcc-release
+      r_tag: latest
+      r_build_ccache: true

Review comment:
       Here's the relevant bit from the logs:
   
   ```
   [  1%] Creating directories for 'zlib_ep'
   [  1%] Creating directories for 'aws_c_common_ep'
   [  1%] Performing download step (download, verify and extract) for 'zlib_ep'
   [  2%] Performing download step (download, verify and extract) for 
'aws_c_common_ep'
   -- aws_c_common_ep download command succeeded.  See also 
/tmp/Rtmp2ClZgX/file9b726ce22/aws_c_common_ep-prefix/src/aws_c_common_ep-stamp/aws_c_common_ep-download-*.log
   [  2%] No update step for 'aws_c_common_ep'
   [  3%] No patch step for 'aws_c_common_ep'
   [  3%] Performing configure step for 'aws_c_common_ep'
   -- zlib_ep download command succeeded.  See also 
/tmp/Rtmp2ClZgX/file9b726ce22/zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-download-*.log
   [  4%] No update step for 'zlib_ep'
   [  4%] No patch step for 'zlib_ep'
   [  5%] Performing configure step for 'zlib_ep'
   -- zlib_ep configure command succeeded.  See also 
/tmp/Rtmp2ClZgX/file9b726ce22/zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-configure-*.log
   [  5%] Performing build step for 'zlib_ep'
   CMake Error at 
/tmp/Rtmp2ClZgX/file9b726ce22/zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-build-RELEASE.cmake:37
 (message):
     Command failed: 2
   
      'make'
   
     See also
   
       
/tmp/Rtmp2ClZgX/file9b726ce22/zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-build-*.log
   
   
   -- stdout output is:
   Scanning dependencies of target zlib
   [  2%] Building C object CMakeFiles/zlib.dir/adler32.o
   
   -- stderr output is:
   /usr/bin/ccache: invalid option -- 'D'
   make[5]: *** [CMakeFiles/zlib.dir/build.make:82: 
CMakeFiles/zlib.dir/adler32.o] Error 1
   make[4]: *** [CMakeFiles/Makefile2:182: CMakeFiles/zlib.dir/all] Error 2
   make[3]: *** [Makefile:160: all] Error 2
   
   CMake Error at 
/tmp/Rtmp2ClZgX/file9b726ce22/zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-build-RELEASE.cmake:47
 (message):
     Stopping after outputting logs.
   
   
   make[2]: *** [CMakeFiles/zlib_ep.dir/build.make:131: 
zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-build] Error 1
   make[1]: *** [CMakeFiles/Makefile2:1395: CMakeFiles/zlib_ep.dir/all] Error 2
   make[1]: *** Waiting for unfinished jobs....
   -- aws_c_common_ep configure command succeeded.  See also 
/tmp/Rtmp2ClZgX/file9b726ce22/aws_c_common_ep-prefix/src/aws_c_common_ep-stamp/aws_c_common_ep-configure-*.log
   [  6%] Performing build step for 'aws_c_common_ep'
   CMake Error at 
/tmp/Rtmp2ClZgX/file9b726ce22/aws_c_common_ep-prefix/src/aws_c_common_ep-stamp/aws_c_common_ep-build-RELEASE.cmake:37
 (message):
     Command failed: 2
   
      'make'
   
     See also
   
       
/tmp/Rtmp2ClZgX/file9b726ce22/aws_c_common_ep-prefix/src/aws_c_common_ep-stamp/aws_c_common_ep-build-*.log
   
   
   -- stdout output is:
   Scanning dependencies of target aws-c-common
   [  0%] Building C object CMakeFiles/aws-c-common.dir/source/allocator.c.o
   [  1%] Building C object CMakeFiles/aws-c-common.dir/source/allocator_sba.c.o
   
   -- stderr output is:
   /usr/bin/ccache: invalid option -- 'D'
   /usr/bin/ccache: invalid option -- 'D'
   make[5]: *** [CMakeFiles/aws-c-common.dir/build.make:95: 
CMakeFiles/aws-c-common.dir/source/allocator_sba.c.o] Error 1
   make[5]: *** Waiting for unfinished jobs....
   make[5]: *** [CMakeFiles/aws-c-common.dir/build.make:82: 
CMakeFiles/aws-c-common.dir/source/allocator.c.o] Error 1
   make[4]: *** [CMakeFiles/Makefile2:145: CMakeFiles/aws-c-common.dir/all] 
Error 2
   make[3]: *** [Makefile:160: all] Error 2
   
   CMake Error at 
/tmp/Rtmp2ClZgX/file9b726ce22/aws_c_common_ep-prefix/src/aws_c_common_ep-stamp/aws_c_common_ep-build-RELEASE.cmake:47
 (message):
     Stopping after outputting logs.
   
   
   make[2]: *** [CMakeFiles/aws_c_common_ep.dir/build.make:131: 
aws_c_common_ep-prefix/src/aws_c_common_ep-stamp/aws_c_common_ep-build] Error 1
   make[1]: *** [CMakeFiles/Makefile2:814: CMakeFiles/aws_c_common_ep.dir/all] 
Error 2
   gmake: *** [Makefile:160: all] Error 2
   **** Error building Arrow C++.  
   ```




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to