Skip to content

Instantly share code, notes, and snippets.

View kszucs's full-sized avatar

Krisztián Szűcs kszucs

View GitHub Profile
@kszucs
kszucs / DockerMake.yml
Created February 12, 2019 19:06
DockerMake
# use adduser
buildbot-worker:
build_directory: .
build: |
RUN mkdir /buildbot \
&& useradd -ms /bin/bash buildbot \
&& chown -R buildbot /buildbot \
&& pip3 install buildbot-worker
This file has been truncated, but you can view the full file.
/build/cpp /
-- Building using CMake version: 3.13.2
-- Arrow version: 0.13.0 (full: '0.13.0-SNAPSHOT')
-- clang-tidy not found
-- clang-format not found
-- infer not found
-- Using ccache: /usr/bin/ccache
-- Found cpplint executable at /arrow/cpp/build-support/cpplint.py
-- Compiler command: env LANG=C /usr/bin/g++ -v
-- Compiler version: Using built-in specs.
[error] /spark/spark-master/sql/core/src/test/java/test/org/apache/spark/sql/sources/v2/JavaColumnarDataSourceV2.java:35: warning: auxiliary class JavaSimpleScanBuilder in /spark/spark-master/sql/core/src/test/java/test/org/apache/spark/s
ql/sources/v2/JavaSimpleBatchTable.java should not be accessed from outside its own source file
[error] class MyScanBuilder extends JavaSimpleScanBuilder {
[error] ^
[error] /spark/spark-master/sql/core/src/test/java/test/org/apache/spark/sql/sources/v2/JavaPartitionAwareDataSource.java:35: warning: auxiliary class JavaSimpleScanBuilder in /spark/spark-master/sql/core/src/test/java/test/org/apache/spa
rk/sql/sources/v2/JavaSimpleBatchTable.java should not be accessed from outside its own source file
[error] class MyScanBuilder extends JavaSimpleScanBuilder implements SupportsReportPartitioning {
[error] ^
[error] /spark/spark-master/sql/core/src/test/java/test/org/apache/spark/sql/sources/v2/JavaSchemaRequiredDa
$ otool -L cpp/build/debug/parquet-column_reader-test
cpp/build/debug/parquet-column_reader-test:
@rpath/libarrow_testing.12.dylib (compatibility version 12.0.0, current version 12.0.0)
@rpath/libparquet.12.dylib (compatibility version 12.0.0, current version 12.0.0)
@rpath/libarrow.12.dylib (compatibility version 12.0.0, current version 12.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.200.5)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 400.9.4)
dyld: Library not loaded: @rpath/libboost_system.dylib
Referenced from: /Users/krisz/Workspace/arrow/cpp/build/debug/libarrow.12.dylib
Reason: image not found
cpp/run_test.sh: line 39: 66065 Abort trap: 6 debug/parquet-column_reader-test
thread #1, stop reason = signal SIGSTOP
* frame #0: 0x000000011238f20f libparquet.12.dylib`boost::re_detail_106900::cpp_regex_traits_implementation<char>::transform(char const*, char const*) const [inlined] std::__1::collate<char>::transform(this=0x0000000000000000, __lo="a",
__hi="") const at __locale:265:16
frame #1: 0x000000011238f20f libparquet.12.dylib`boost::re_detail_106900::cpp_regex_traits_implementation<char>::transform(this=0x00007fe6f754a4b0, p1="a", p2="") const at cpp_regex_traits.hpp:612
frame #2: 0x000000011238a48c libparquet.12.dylib`unsigned int boost::re_detail_106900::find_sort_syntax<boost::re_detail_106900::cpp_regex_traits_implementation<char>, char>(pt=0x00007fe6f754a4b0, delim="") at primary_transform.hpp:77
:23
frame #3: 0x000000011238944c libparquet.12.dylib`boost::re_detail_106900::cpp_regex_traits_implementation<char>::init(this=0x00007fe6f754a4b0) at cpp_regex_traits.hpp:807:21
frame #4: 0x000000011238851a libparquet.12.dylib`boost::re_detail_106900::cpp_regex
@kszucs
kszucs / appveyor.log
Created December 4, 2018 14:19
windows_compile_error
[00:13:14] [8/12] Building CXX object CMakeFiles\lib.dir\lib.cpp.obj
[00:13:14] FAILED: CMakeFiles/lib.dir/lib.cpp.obj
[00:13:14] C:\PROGRA~2\MIB055~1\2017\COMMUN~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe /nologo /TP -D_CRT_SECURE_NO_WARNINGS -Dlib_EXPORTS -IC:\Miniconda36-x64\envs\arrow\lib\site-packages\numpy\core\include -IC:\Miniconda36-x64\envs\arrow\include -I..\..\..\src -IC:\Miniconda36-x64\envs\arrow\Library\include /EHsc /bigobj /W3 /wd4800 /wd4996 /DWIN32 /D_WINDOWS /GR /EHsc /D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING /WX /MP /wd4190 /wd4293 /wd4800 /wd4804 /MD /O2 /Ob2 /DNDEBUG /showIncludes /FoCMakeFiles\lib.dir\lib.cpp.obj /FdCMakeFiles\lib.dir\ /FS -c lib.cpp
[00:13:14] lib.cpp(5205): error C2526: '__pyx_f_7pyarrow_3lib_pyarrow_unwrap_metadata': C linkage function cannot return C++ class 'std::shared_ptr<arrow::KeyValueMetadata>'
[00:13:14] C:\Miniconda36-x64\envs\arrow\Library\include\arrow/util/key_value_metadata.h(50): note: see declaration of 'std::shared_ptr<arrow::KeyValueMe
@kszucs
kszucs / gist:a272080f512bd52a31fb13e6cd623ee1
Created October 5, 2018 11:53
_garrow_orc_file_reader_get_type
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
glibtoolize: copying file 'config/ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
glibtoolize: copying file 'm4/libtool.m4'
glibtoolize: copying file 'm4/ltoptions.m4'
glibtoolize: copying file 'm4/ltsugar.m4'
glibtoolize: copying file 'm4/ltversion.m4'
glibtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:73: installing 'config/compile'
configure.ac:36: installing 'config/missing'
@kszucs
kszucs / travis.linux.yml
Last active October 5, 2018 11:55
Crossbow for Gandive example travis.linux.yml
# 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
#
@kszucs
kszucs / gist:52291265bc0f35a2e033fb3970795d9d
Created October 5, 2018 07:26
arrow-verify-c_glib-autotools
Making all in arrow-glib
/Library/Developer/CommandLineTools/usr/bin/make all-am
CXX libarrow_glib_la-array-builder.lo
CXX libarrow_glib_la-basic-array.lo
CXX libarrow_glib_la-chunked-array.lo
CXX libarrow_glib_la-column.lo
CXX libarrow_glib_la-composite-array.lo
CXX libarrow_glib_la-record-batch.lo
CXX libarrow_glib_la-table.lo
CXX libarrow_glib_la-table-builder.lo