* installing *source* package ‘arrow’ ... ** using staged installation *** pkg-config found. *** Found local C++ source: 'tools/cpp' *** Building libarrow from source For build options and troubleshooting, see the install guide: https://arrow.apache.org/docs/r/articles/install.html **** cmake: /usr/bin/cmake **** arrow PKG_CFLAGS=-I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON PKG_LIBS=-L/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/lib -L/usr/lib/lib/x86_64-linux-gnu -larrow_dataset -lparquet -larrow_acero -larrow -larrow_bundled_dependencies -llz4 ** libs using C++ compiler: ‘Debian clang version 17.0.5 (1)’ using C++17 clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RTasks.cpp -o RTasks.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c altrep.cpp -o altrep.o In file included from altrep.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c array.cpp -o array.o In file included from array.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c array_to_vector.cpp -o array_to_vector.o In file included from array_to_vector.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c arraydata.cpp -o arraydata.o In file included from arraydata.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c arrowExports.cpp -o arrowExports.o In file included from arrowExports.cpp:2: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c bridge.cpp -o bridge.o In file included from bridge.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c buffer.cpp -o buffer.o In file included from buffer.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c chunkedarray.cpp -o chunkedarray.o In file included from chunkedarray.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c compression.cpp -o compression.o In file included from compression.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c compute-exec.cpp -o compute-exec.o In file included from compute-exec.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c compute.cpp -o compute.o In file included from compute.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c config.cpp -o config.o In file included from config.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c csv.cpp -o csv.o In file included from csv.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c dataset.cpp -o dataset.o In file included from dataset.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c datatype.cpp -o datatype.o In file included from datatype.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c expression.cpp -o expression.o In file included from expression.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c extension-impl.cpp -o extension-impl.o In file included from extension-impl.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c feather.cpp -o feather.o In file included from feather.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c field.cpp -o field.o In file included from field.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c filesystem.cpp -o filesystem.o In file included from filesystem.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c io.cpp -o io.o In file included from io.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c json.cpp -o json.o In file included from json.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c memorypool.cpp -o memorypool.o In file included from memorypool.cpp:19: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c message.cpp -o message.o In file included from message.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c parquet.cpp -o parquet.o In file included from parquet.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c r_to_arrow.cpp -o r_to_arrow.o In file included from r_to_arrow.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c recordbatch.cpp -o recordbatch.o In file included from recordbatch.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c recordbatchreader.cpp -o recordbatchreader.o In file included from recordbatchreader.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c recordbatchwriter.cpp -o recordbatchwriter.o In file included from recordbatchwriter.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c safe-call-into-r-impl.cpp -o safe-call-into-r-impl.o In file included from safe-call-into-r-impl.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c scalar.cpp -o scalar.o In file included from scalar.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c schema.cpp -o schema.o In file included from schema.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c symbols.cpp -o symbols.o In file included from symbols.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c table.cpp -o table.o In file included from table.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c threadpool.cpp -o threadpool.o In file included from threadpool.cpp:18: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/include -I/usr/lib/include -DPARQUET_STATIC -DARROW_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c type_infer.cpp -o type_infer.o In file included from type_infer.cpp:20: In file included from ././arrow_types.h:22: In file included from ./././arrow_cpp11.h:25: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11.hpp:5: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/as.hpp:11: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~~ ^~~~~~~~~ 4 warnings generated. clang++-17 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o arrow.so RTasks.o altrep.o array.o array_to_vector.o arraydata.o arrowExports.o bridge.o buffer.o chunkedarray.o compression.o compute-exec.o compute.o config.o csv.o dataset.o datatype.o expression.o extension-impl.o feather.o field.o filesystem.o io.o json.o memorypool.o message.o parquet.o r_to_arrow.o recordbatch.o recordbatchreader.o recordbatchwriter.o safe-call-into-r-impl.o scalar.o schema.o symbols.o table.o threadpool.o type_infer.o -L/srv/hornik/tmp/CRAN/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-14.0.0/lib -L/usr/lib/lib/x86_64-linux-gnu -larrow_dataset -lparquet -larrow_acero -larrow -larrow_bundled_dependencies -llz4 -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/arrow.Rcheck/00LOCK-arrow/00new/arrow/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (arrow)