Skip to content

Fix ST_Read_Meta() type mismatch errors on Linux #201

Fix ST_Read_Meta() type mismatch errors on Linux

Fix ST_Read_Meta() type mismatch errors on Linux #201

Re-run triggered November 22, 2024 18:48
Status Failure
Total duration 49m 22s
Artifacts

MainDistributionPipeline.yml

on: pull_request
Build extension binaries  /  Generate matrix
31s
Build extension binaries / Generate matrix
Matrix: Build extension binaries / Linux
Matrix: Build extension binaries / MacOS
Matrix: Build extension binaries / DuckDB-Wasm
Matrix: Build extension binaries / Windows
Deploy extension binaries  /  Generate matrix
Deploy extension binaries / Generate matrix
Matrix: Deploy extension binaries / Deploy
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

52 errors and 110 warnings
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L49
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'column_t' (aka 'unsigned long long'))
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L216
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'idx_t' (aka 'unsigned long long'))
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L61
no viable conversion from 'vector<storage_t>' to 'vector<StorageIndex>'
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L88
no viable conversion from 'vector<storage_t>' to 'const vector<StorageIndex>'
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L206
assigning to 'table_function_to_string_t' (aka 'InsertionOrderPreservingMap<basic_string<char>> (*)(duckdb::TableFunctionToStringInput &)') from incompatible type 'string (const FunctionData *)' (aka 'basic_string<char> (const duckdb::FunctionData *)'): type mismatch at 1st parameter ('TableFunctionToStringInput &' vs 'const FunctionData *')
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx)
Process completed with exit code 2.
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx)
The job was canceled because "osx_amd64_x86_64_x64-osx" failed.
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx)
The operation was canceled.
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L49
no match for 'operator==' (operand types are 'const value_type {aka const duckdb::ColumnIndex}' and 'duckdb::column_t {aka long unsigned int}')
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L216
no match for 'operator==' (operand types are 'const value_type {aka const duckdb::ColumnIndex}' and 'idx_t {aka long unsigned int}')
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L61
no matching function for call to 'duckdb::TableScanState::Initialize(duckdb::vector<long unsigned int>&, duckdb::TableFilterSet*)'
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L89
no matching function for call to 'duckdb::DataTable::Fetch(duckdb::DuckTransaction&, duckdb::DataChunk&, duckdb::vector<long unsigned int>&, duckdb::Vector&, long unsigned int&, duckdb::ColumnFetchState&)'
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L206
invalid conversion from 'std::__cxx11::string (*)(const duckdb::FunctionData*) {aka std::__cxx11::basic_string<char> (*)(const duckdb::FunctionData*)}' to 'duckdb::table_function_to_string_t {aka duckdb::InsertionOrderPreservingMap<std::__cxx11::basic_string<char> > (*)(duckdb::TableFunctionToStringInput&)}' [-fpermissive]
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L208
'class duckdb::TableFunction' has no member named 'get_batch_index'; did you mean 'get_bind_info'?
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux)
Process completed with exit code 2.
Build extension binaries / Linux (linux_arm64, ubuntu:18.04, arm64-linux)
The job was canceled because "linux_amd64_ubuntu_18_04_" failed.
Build extension binaries / Linux (linux_amd64_gcc4, quay.io/pypa/manylinux2014_x86_64, x64-linux)
The job was canceled because "linux_amd64_ubuntu_18_04_" failed.
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L49
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'column_t' (aka 'unsigned long long'))
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L216
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'idx_t' (aka 'unsigned long long'))
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L61
no viable conversion from 'vector<storage_t>' to 'vector<StorageIndex>'
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L88
no viable conversion from 'vector<storage_t>' to 'const vector<StorageIndex>'
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L206
assigning to 'table_function_to_string_t' (aka 'InsertionOrderPreservingMap<basic_string<char>> (*)(duckdb::TableFunctionToStringInput &)') from incompatible type 'string (const FunctionData *)' (aka 'basic_string<char> (const duckdb::FunctionData *)'): type mismatch at 1st parameter ('TableFunctionToStringInput &' vs 'const FunctionData *')
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L49
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'column_t' (aka 'unsigned long long'))
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L216
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'idx_t' (aka 'unsigned long long'))
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten)
Process completed with exit code 2.
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten)
The job was canceled because "wasm_mvp_wasm32-emscripte" failed.
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L49
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'column_t' (aka 'unsigned long long'))
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L216
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'idx_t' (aka 'unsigned long long'))
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L61
no viable conversion from 'vector<storage_t>' to 'vector<StorageIndex>'
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L88
no viable conversion from 'vector<storage_t>' to 'const vector<StorageIndex>'
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L206
assigning to 'table_function_to_string_t' (aka 'InsertionOrderPreservingMap<basic_string<char>> (*)(duckdb::TableFunctionToStringInput &)') from incompatible type 'string (const FunctionData *)' (aka 'basic_string<char> (const duckdb::FunctionData *)'): type mismatch at 1st parameter ('TableFunctionToStringInput &' vs 'const FunctionData *')
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L49
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'column_t' (aka 'unsigned long long'))
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L216
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'idx_t' (aka 'unsigned long long'))
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten)
The operation was canceled.
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten)
The job was canceled because "wasm_mvp_wasm32-emscripte" failed.
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L49
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'column_t' (aka 'unsigned long long'))
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L216
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'idx_t' (aka 'unsigned long long'))
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L61
no viable conversion from 'vector<storage_t>' to 'vector<StorageIndex>'
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L88
no viable conversion from 'vector<storage_t>' to 'const vector<StorageIndex>'
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L206
assigning to 'table_function_to_string_t' (aka 'InsertionOrderPreservingMap<basic_string<char>> (*)(duckdb::TableFunctionToStringInput &)') from incompatible type 'string (const FunctionData *)' (aka 'basic_string<char> (const duckdb::FunctionData *)'): type mismatch at 1st parameter ('TableFunctionToStringInput &' vs 'const FunctionData *')
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L49
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'column_t' (aka 'unsigned long long'))
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L216
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'idx_t' (aka 'unsigned long long'))
Build extension binaries / Windows (windows_amd64, x64-windows-static-md)
Process completed with exit code 1.
Build extension binaries / Windows (windows_amd64_mingw, x64-mingw-static)
The job was canceled because "windows_amd64_x64-windows" failed.
Build extension binaries / Generate matrix
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, lukka/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx)
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx): CMakeLists.txt#L181
Not disabling vptr sanitizer on M1 Macbook - set DISABLE_VPTR_SANITIZER
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx): build/release/deps/projects/Source/ZLIB/compress.c#L22
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx): build/release/deps/projects/Source/ZLIB/compress.c#L68
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx): build/release/deps/projects/Source/ZLIB/compress.c#L81
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx): build/release/deps/projects/Source/ZLIB/gzclose.c#L11
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx): build/release/deps/projects/Source/ZLIB/adler32.c#L63
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx): CMakeLists.txt#L181
Not disabling vptr sanitizer on M1 Macbook - set DISABLE_VPTR_SANITIZER
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx): build/release/deps/projects/Source/ZLIB/compress.c#L22
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx): build/release/deps/projects/Source/ZLIB/compress.c#L68
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx): build/release/deps/projects/Source/ZLIB/compress.c#L81
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx): build/release/deps/projects/Source/ZLIB/gzclose.c#L11
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx): build/release/deps/projects/Source/ZLIB/adler32.c#L63
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx)
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, hendrikmuhs/[email protected], lukka/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux)
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux): CMakeLists.txt#L578
Please use a recent compiler for debug builds
Build extension binaries / Linux (linux_amd64, ubuntu:18.04, x64-linux): CMakeLists.txt#L206
TIFF support is not enabled and will result in the inability to read some
Build extension binaries / Linux (linux_arm64, ubuntu:18.04, arm64-linux)
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
Build extension binaries / Linux (linux_arm64, ubuntu:18.04, arm64-linux): CMakeLists.txt#L578
Please use a recent compiler for debug builds
Build extension binaries / Linux (linux_arm64, ubuntu:18.04, arm64-linux): CMakeLists.txt#L206
TIFF support is not enabled and will result in the inability to read some
Build extension binaries / Linux (linux_amd64_gcc4, quay.io/pypa/manylinux2014_x86_64, x64-linux)
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
Build extension binaries / Linux (linux_amd64_gcc4, quay.io/pypa/manylinux2014_x86_64, x64-linux): CMakeLists.txt#L206
TIFF support is not enabled and will result in the inability to read some
Build extension binaries / Linux (linux_amd64_gcc4, quay.io/pypa/manylinux2014_x86_64, x64-linux)
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 1
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, lukka/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten)
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): CMakeLists.txt#L1268
Extension 'spatial' has a vcpkg.json, but build was not run with VCPKG. If
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): build/wasm_mvp/deps/projects/Source/ZLIB/adler32.c#L63
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): build/wasm_mvp/deps/projects/Source/ZLIB/adler32.c#L134
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): build/wasm_mvp/deps/projects/Source/ZLIB/adler32.c#L143
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): build/wasm_mvp/deps/projects/Source/ZLIB/adler32.c#L172
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): build/wasm_mvp/deps/projects/Source/ZLIB/adler32.c#L180
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): build/wasm_mvp/deps/projects/Source/ZLIB/compress.c#L22
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): build/wasm_mvp/deps/projects/Source/ZLIB/compress.c#L68
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten): build/wasm_mvp/deps/projects/Source/ZLIB/compress.c#L81
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten)
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): CMakeLists.txt#L1268
Extension 'spatial' has a vcpkg.json, but build was not run with VCPKG. If
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): build/wasm_eh/deps/projects/Source/ZLIB/adler32.c#L63
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): build/wasm_eh/deps/projects/Source/ZLIB/adler32.c#L134
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): build/wasm_eh/deps/projects/Source/ZLIB/adler32.c#L143
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): build/wasm_eh/deps/projects/Source/ZLIB/adler32.c#L172
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): build/wasm_eh/deps/projects/Source/ZLIB/adler32.c#L180
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): build/wasm_eh/deps/projects/Source/ZLIB/compress.c#L22
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): build/wasm_eh/deps/projects/Source/ZLIB/compress.c#L68
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten): build/wasm_eh/deps/projects/Source/ZLIB/compress.c#L81
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten)
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): CMakeLists.txt#L1268
Extension 'spatial' has a vcpkg.json, but build was not run with VCPKG. If
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): build/wasm_threads/deps/projects/Source/ZLIB/adler32.c#L63
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): build/wasm_threads/deps/projects/Source/ZLIB/adler32.c#L134
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): build/wasm_threads/deps/projects/Source/ZLIB/adler32.c#L143
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): build/wasm_threads/deps/projects/Source/ZLIB/adler32.c#L172
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): build/wasm_threads/deps/projects/Source/ZLIB/adler32.c#L180
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): build/wasm_threads/deps/projects/Source/ZLIB/compress.c#L22
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): build/wasm_threads/deps/projects/Source/ZLIB/compress.c#L68
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten): build/wasm_threads/deps/projects/Source/ZLIB/compress.c#L81
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
Build extension binaries / Windows (windows_amd64, x64-windows-static-md)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, lukka/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build extension binaries / Windows (windows_amd64, x64-windows-static-md): CMakeLists.txt#L206
TIFF support is not enabled and will result in the inability to read some
Build extension binaries / Windows (windows_amd64, x64-windows-static-md)
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
Build extension binaries / Windows (windows_amd64_mingw, x64-mingw-static): CMakeLists.txt#L206
TIFF support is not enabled and will result in the inability to read some
Build extension binaries / Windows (windows_amd64_mingw, x64-mingw-static)
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.