jonkeane commented on issue #46950: URL: https://github.com/apache/arrow/issues/46950#issuecomment-3114355686
We are seeing some instability on the checks so far: https://cran.r-project.org/web/checks/check_results_arrow.html The warnings on fedora clang looks like something we might need to deal with (though is annoying if it really is coming from thrift 🙃 ) ``` Result: WARN Found the following significant warnings: <1b>[1m/tmp/RtmpIKnOAD/working_dir/RtmpTk1nXL/file1f98373d1f1843/_deps/thrift-src/lib/cpp/src/thrift/TLogging.h:119:13: <1b>[0m<1b>[0;1;35mwarning: <1b>[0m<1b>[1mtoken pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]<1b>[0m <1b>[0m<1b>[1m/tmp/RtmpIKnOAD/working_dir/RtmpTk1nXL/file1f98373d1f1843/_deps/thrift-src/lib/cpp/src/thrift/TLogging.h:119:13: <1b>[0m<1b>[0;1;35mwarning: <1b>[0m<1b>[1mtoken pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]<1b>[0m <1b>[1m/tmp/RtmpIKnOAD/working_dir/RtmpTk1nXL/file1f98373d1f1843/_deps/thrift-src/lib/cpp/src/thrift/TLogging.h:158:61: <1b>[0m<1b>[0;1;35mwarning: <1b>[0m<1b>[1mtoken pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]<1b>[0m See ‘/data/gannet/ripley/R/packages/tests-clang/arrow.Rcheck/00install.out’ for details. ``` The [error on macos](https://www.r-project.org/nosvn/R.check/r-release-macos-x86_64/arrow-00install.html) is slightly more concerning. I see a bunch of warnings and then a failure, though I'm not sure if those warnings are what cause the failure or if it's something else (these are the jobs that frequently enough error because of running out of space or being otherwise killed, that might have happened and this warning is a false alarm). The warnings look like they might be related to #45870 ``` clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -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/Volumes/Builds/packages/big-sur-x86_64/results/4.5/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-21.0.0/lib -L/opt/R/x86_64/lib -larrow_dataset -lparquet -larrow_acero -larrow_compute -larrow -larrow_bundled_dependencies -framework Security -lz -lcurl -lssl -lcrypto -F/Library/Frameworks/R.framework/.. -framework R installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/arrow.Rcheck/00LOCK-arrow/00new/arrow/libs ** generating debug symbols (dSYM) warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-21.0.0/lib/libarrow_dataset.a(dataset.cc.o) unable to open object file: No such file or directory ... warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-21.0.0/lib/libarrow_bundled_dependencies.a(encoding_avx2.c.o) unable to open object file: No such file or directory ** R ** inst ** byte-compile and prepare package for lazy loading ``` -- 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