Skip to content

Merge remote-tracking branch 'origin/bump_iceberg' into bump_iceberg #2762

Merge remote-tracking branch 'origin/bump_iceberg' into bump_iceberg

Merge remote-tracking branch 'origin/bump_iceberg' into bump_iceberg #2762

Triggered via push July 31, 2026 12:29
Status Failure
Total duration 5h 38m 15s
Artifacts 26

Main.yml

on: push
Matrix: linux-release-cli
Matrix: linux-musl-release-cli
Matrix: static-libs-linux
Matrix: static-libs-osx
Code Coverage
0s
Code Coverage
Linux Release Tests
1h 0m
Linux Release Tests
Static Libs Windows Mingw
0s
Static Libs Windows Mingw
Tests a release build with different configurations
3h 25m
Tests a release build with different configurations
regression  /  Linux Base
25m 1s
regression / Linux Base
windows  /  Windows (64 Bit)
30m 40s
windows / Windows (64 Bit)
extensions  /  Load Extension Configs
25s
extensions / Load Extension Configs
Matrix: swift / Test Apple Platforms
Linux Relassert Tests
46m 32s
Linux Relassert Tests
Wasm EH
22m 11s
Wasm EH
No String Inline / Destroy Unpinned Blocks
56m 25s
No String Inline / Destroy Unpinned Blocks
Vector Sizes
50m 56s
Vector Sizes
Thread Sanitizer
2h 31m
Thread Sanitizer
Matrix: regression / regression-bench-tpc
Matrix: regression / regression-bench
regression  /  Bench Fivetran
0s
regression / Bench Fivetran
regression  /  Storage Size Regression Test
2m 37s
regression / Storage Size Regression Test
regression  /  Regression test binary size
1m 49s
regression / Regression test binary size
regression  /  Regression Test Join Order Plan Cost
4m 13s
regression / Regression Test Join Order Plan Cost
windows  /  Windows (32 Bit)
windows / Windows (32 Bit)
windows  /  MinGW (64 Bit)
windows / MinGW (64 Bit)
windows  /  Windows (ARM64)
windows / Windows (ARM64)
Matrix: extensions / extensions-build
windows  /  win-packaged-upload
0s
windows / win-packaged-upload
extensions  /  Deploy extensions
32m 40s
extensions / Deploy extensions
Staged Extension Install
0s
Staged Extension Install
Summary
4s
Summary
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 79 warnings
windows / Windows (64 Bit)
Process completed with exit code 1.
windows / Windows (64 Bit)
Wrong result in query! (test/sql/parallelism/interquery/concurrent_checkpoint_insert.test:17)!
Vector Sizes
Wrong result in query! (test/sql/aggregate/aggregate_state_export/ordered_aggregate_export_state.test:44)!
Thread Sanitizer
Process completed with exit code 2.
Tests a release build with different configurations
Process completed with exit code 2.
Summary
Process completed with exit code 1.
Linux Release: extension/core_functions/scalar/math/numeric.cpp#L1003
‘duckdb::DecimalRoundNegativePrecisionOperator::Operation<duckdb::hugeint_t, duckdb::Hugeint>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(duckdb::hugeint_t)>’ has a field ‘duckdb::{anonymous}::RoundPrecisionFunctionData& duckdb::DecimalRoundNegativePrecisionOperator::Operation<duckdb::hugeint_t, duckdb::Hugeint>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(duckdb::hugeint_t)>::<info capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
Linux Release: extension/core_functions/scalar/math/numeric.cpp#L1003
‘duckdb::DecimalRoundNegativePrecisionOperator::Operation<long int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(long int)>’ has a field ‘duckdb::{anonymous}::RoundPrecisionFunctionData& duckdb::DecimalRoundNegativePrecisionOperator::Operation<long int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(long int)>::<info capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
Linux Release: extension/core_functions/scalar/math/numeric.cpp#L1003
‘duckdb::DecimalRoundNegativePrecisionOperator::Operation<int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(int)>’ has a field ‘duckdb::{anonymous}::RoundPrecisionFunctionData& duckdb::DecimalRoundNegativePrecisionOperator::Operation<int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(int)>::<info capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
Linux Release: extension/core_functions/scalar/math/numeric.cpp#L1003
‘duckdb::DecimalRoundNegativePrecisionOperator::Operation<short int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(short int)>’ has a field ‘duckdb::{anonymous}::RoundPrecisionFunctionData& duckdb::DecimalRoundNegativePrecisionOperator::Operation<short int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(short int)>::<info capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
Linux Release
‘long unsigned int __atomic_load_8(const volatile void*, int)’ writing 8 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
Linux Release: src/catalog/catalog.cpp#L1304
‘static duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::ClientContext&, const duckdb::Identifier&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold catalog/schema into the EntryLookupInfo and use GetEntry(context, EntryLookupInfo) [-Wdeprecated-declarations]
Linux Release: src/catalog/catalog.cpp#L1299
‘static duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::CatalogEntryRetriever&, const duckdb::Identifier&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold catalog/schema into the EntryLookupInfo and use GetEntry(retriever, EntryLookupInfo) [-Wdeprecated-declarations]
Linux Release: src/catalog/catalog.cpp#L1284
‘duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::ClientContext&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold the schema into the EntryLookupInfo and use GetEntry(context, EntryLookupInfo) [-Wdeprecated-declarations]
Linux Release: src/catalog/catalog.cpp#L1280
‘duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::CatalogEntryRetriever&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold the schema into the EntryLookupInfo and use GetEntry(retriever, EntryLookupInfo) [-Wdeprecated-declarations]
Linux Release: extension/core_functions/scalar/math/numeric.cpp#L1003
‘duckdb::DecimalRoundNegativePrecisionOperator::Operation<duckdb::hugeint_t, duckdb::Hugeint>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(duckdb::hugeint_t)>’ has a field ‘duckdb::{anonymous}::RoundPrecisionFunctionData& duckdb::DecimalRoundNegativePrecisionOperator::Operation<duckdb::hugeint_t, duckdb::Hugeint>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(duckdb::hugeint_t)>::<info capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
Linux Release: extension/core_functions/scalar/math/numeric.cpp#L1003
‘duckdb::DecimalRoundNegativePrecisionOperator::Operation<long int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(long int)>’ has a field ‘duckdb::{anonymous}::RoundPrecisionFunctionData& duckdb::DecimalRoundNegativePrecisionOperator::Operation<long int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(long int)>::<info capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
Linux Release: extension/core_functions/scalar/math/numeric.cpp#L1003
‘duckdb::DecimalRoundNegativePrecisionOperator::Operation<int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(int)>’ has a field ‘duckdb::{anonymous}::RoundPrecisionFunctionData& duckdb::DecimalRoundNegativePrecisionOperator::Operation<int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(int)>::<info capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
Linux Release: extension/core_functions/scalar/math/numeric.cpp#L1003
‘duckdb::DecimalRoundNegativePrecisionOperator::Operation<short int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(short int)>’ has a field ‘duckdb::{anonymous}::RoundPrecisionFunctionData& duckdb::DecimalRoundNegativePrecisionOperator::Operation<short int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(short int)>::<info capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
Linux Release
‘long unsigned int __atomic_load_8(const volatile void*, int)’ writing 8 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
Linux Release: src/catalog/catalog.cpp#L1304
‘static duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::ClientContext&, const duckdb::Identifier&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold catalog/schema into the EntryLookupInfo and use GetEntry(context, EntryLookupInfo) [-Wdeprecated-declarations]
Linux Release: src/catalog/catalog.cpp#L1299
‘static duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::CatalogEntryRetriever&, const duckdb::Identifier&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold catalog/schema into the EntryLookupInfo and use GetEntry(retriever, EntryLookupInfo) [-Wdeprecated-declarations]
Linux Release: src/catalog/catalog.cpp#L1284
‘duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::ClientContext&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold the schema into the EntryLookupInfo and use GetEntry(context, EntryLookupInfo) [-Wdeprecated-declarations]
Linux Release: src/catalog/catalog.cpp#L1280
‘duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::CatalogEntryRetriever&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold the schema into the EntryLookupInfo and use GetEntry(retriever, EntryLookupInfo) [-Wdeprecated-declarations]
Linux Release
Failed to restore: The operation was aborted.
Static Libs Linux (amd64)
Error occurred evicting old cache files: Error: The process '/usr/bin/ccache' failed with exit code 1
extensions / Main Extensions / Generate matrix
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
extensions / Rust-based Extensions / Generate matrix
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
extensions / External Extensions / Generate matrix
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
regression / Linux Base: extension/core_functions/scalar/math/numeric.cpp#L1003
‘duckdb::DecimalRoundNegativePrecisionOperator::Operation<duckdb::hugeint_t, duckdb::Hugeint>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(duckdb::hugeint_t)>’ has a field ‘duckdb::{anonymous}::RoundPrecisionFunctionData& duckdb::DecimalRoundNegativePrecisionOperator::Operation<duckdb::hugeint_t, duckdb::Hugeint>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(duckdb::hugeint_t)>::<info capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
regression / Linux Base: extension/core_functions/scalar/math/numeric.cpp#L1003
‘duckdb::DecimalRoundNegativePrecisionOperator::Operation<long int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(long int)>’ has a field ‘duckdb::{anonymous}::RoundPrecisionFunctionData& duckdb::DecimalRoundNegativePrecisionOperator::Operation<long int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(long int)>::<info capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
regression / Linux Base: extension/core_functions/scalar/math/numeric.cpp#L1003
‘duckdb::DecimalRoundNegativePrecisionOperator::Operation<int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(int)>’ has a field ‘duckdb::{anonymous}::RoundPrecisionFunctionData& duckdb::DecimalRoundNegativePrecisionOperator::Operation<int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(int)>::<info capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
regression / Linux Base: extension/core_functions/scalar/math/numeric.cpp#L1003
‘duckdb::DecimalRoundNegativePrecisionOperator::Operation<short int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(short int)>’ has a field ‘duckdb::{anonymous}::RoundPrecisionFunctionData& duckdb::DecimalRoundNegativePrecisionOperator::Operation<short int, duckdb::NumericHelper>(duckdb::DataChunk&, duckdb::ExpressionState&, duckdb::Vector&)::<lambda(short int)>::<info capture>’ whose type uses the anonymous namespace [-Wsubobject-linkage]
regression / Linux Base
‘long unsigned int __atomic_load_8(const volatile void*, int)’ writing 8 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
regression / Linux Base: src/catalog/catalog.cpp#L1304
‘static duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::ClientContext&, const duckdb::Identifier&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold catalog/schema into the EntryLookupInfo and use GetEntry(context, EntryLookupInfo) [-Wdeprecated-declarations]
regression / Linux Base: src/catalog/catalog.cpp#L1299
‘static duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::CatalogEntryRetriever&, const duckdb::Identifier&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold catalog/schema into the EntryLookupInfo and use GetEntry(retriever, EntryLookupInfo) [-Wdeprecated-declarations]
regression / Linux Base: src/catalog/catalog.cpp#L1284
‘duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::ClientContext&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold the schema into the EntryLookupInfo and use GetEntry(context, EntryLookupInfo) [-Wdeprecated-declarations]
regression / Linux Base: src/catalog/catalog.cpp#L1280
‘duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::CatalogEntryRetriever&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold the schema into the EntryLookupInfo and use GetEntry(retriever, EntryLookupInfo) [-Wdeprecated-declarations]
No String Inline / Destroy Unpinned Blocks: CMakeLists.txt#L493
git is available (at /usr/bin/git) but has failed to execute 'describe
No String Inline / Destroy Unpinned Blocks: CMakeLists.txt#L493
git is available (at /usr/bin/git) but has failed to execute 'describe
extensions / External Extensions / osx_arm64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / External Extensions / osx_arm64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / External Extensions / osx_amd64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / External Extensions / osx_amd64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / Rust-based Extensions / osx_arm64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / Rust-based Extensions / osx_arm64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / Rust-based Extensions / osx_amd64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / Rust-based Extensions / osx_amd64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / Rust-based Extensions / windows_amd64: src/include/duckdb/common/limits.hpp#L27
'-': unsafe use of type 'bool' in operation
extensions / Rust-based Extensions / windows_amd64: src/include/duckdb/storage/compression/roaring/roaring.hpp#L667
'&': unsafe mix of type 'bool' and type 'int' in operation
extensions / Rust-based Extensions / windows_amd64
'<=': signed/unsigned mismatch
extensions / Rust-based Extensions / windows_amd64
'<=': signed/unsigned mismatch
extensions / Rust-based Extensions / windows_amd64
'<=': signed/unsigned mismatch
extensions / Rust-based Extensions / windows_amd64
'<=': signed/unsigned mismatch
Thread Sanitizer: CMakeLists.txt#L493
git is available (at /usr/bin/git) but has failed to execute 'describe
Thread Sanitizer: CMakeLists.txt#L346
Both thread and undefined sanitizers are enabled. This is not supported.
Thread Sanitizer: CMakeLists.txt#L316
Both thread and address sanitizers are enabled. This is not supported.
Thread Sanitizer: CMakeLists.txt#L493
git is available (at /usr/bin/git) but has failed to execute 'describe
extensions / Main Extensions / osx_amd64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / Main Extensions / osx_amd64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / Main Extensions / osx_amd64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / Main Extensions / osx_arm64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / Main Extensions / osx_arm64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / Main Extensions / osx_arm64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / Main Extensions / osx_arm64
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
extensions / Main Extensions / windows_amd64_mingw
'duckdb::EntryLookupInfo::EntryLookupInfo(duckdb::CatalogType, duckdb::Identifier, duckdb::optional_ptr<duckdb::BoundAtClause>, duckdb::QueryErrorContext)' is deprecated: Pass a QualifiedName instead, e.g. QualifiedName(name) [-Wdeprecated-declarations]
extensions / Main Extensions / windows_amd64_mingw
'duckdb::EntryLookupInfo::EntryLookupInfo(duckdb::CatalogType, duckdb::Identifier, duckdb::QueryErrorContext)' is deprecated: Pass a QualifiedName instead, e.g. QualifiedName(name) [-Wdeprecated-declarations]
extensions / Main Extensions / windows_amd64_mingw: extension/core_functions/scalar/math/numeric.cpp#L1003
'duckdb::DecimalRoundNegativePrecisionOperator::Operation<duckdb::hugeint_t, duckdb::Hugeint>::<lambda(duckdb::hugeint_t)>' has a field 'duckdb::DecimalRoundNegativePrecisionOperator::Operation<duckdb::hugeint_t, duckdb::Hugeint>::<lambda(duckdb::hugeint_t)>::<info capture>' whose type uses the anonymous namespace [-Wsubobject-linkage]
extensions / Main Extensions / windows_amd64_mingw: extension/core_functions/scalar/math/numeric.cpp#L1003
'duckdb::DecimalRoundNegativePrecisionOperator::Operation<long long int, duckdb::NumericHelper>::<lambda(long long int)>' has a field 'duckdb::DecimalRoundNegativePrecisionOperator::Operation<long long int, duckdb::NumericHelper>::<lambda(long long int)>::<info capture>' whose type uses the anonymous namespace [-Wsubobject-linkage]
extensions / Main Extensions / windows_amd64_mingw: extension/core_functions/scalar/math/numeric.cpp#L1003
'duckdb::DecimalRoundNegativePrecisionOperator::Operation<int, duckdb::NumericHelper>::<lambda(int)>' has a field 'duckdb::DecimalRoundNegativePrecisionOperator::Operation<int, duckdb::NumericHelper>::<lambda(int)>::<info capture>' whose type uses the anonymous namespace [-Wsubobject-linkage]
extensions / Main Extensions / windows_amd64_mingw: extension/core_functions/scalar/math/numeric.cpp#L1003
'duckdb::DecimalRoundNegativePrecisionOperator::Operation<short int, duckdb::NumericHelper>::<lambda(short int)>' has a field 'duckdb::DecimalRoundNegativePrecisionOperator::Operation<short int, duckdb::NumericHelper>::<lambda(short int)>::<info capture>' whose type uses the anonymous namespace [-Wsubobject-linkage]
extensions / Main Extensions / windows_amd64_mingw: src/catalog/catalog.cpp#L1304
'static duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::ClientContext&, const duckdb::Identifier&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)' is deprecated: Fold catalog/schema into the EntryLookupInfo and use GetEntry(context, EntryLookupInfo) [-Wdeprecated-declarations]
extensions / Main Extensions / windows_amd64_mingw: src/catalog/catalog.cpp#L1299
'static duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::CatalogEntryRetriever&, const duckdb::Identifier&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)' is deprecated: Fold catalog/schema into the EntryLookupInfo and use GetEntry(retriever, EntryLookupInfo) [-Wdeprecated-declarations]
extensions / Main Extensions / windows_amd64_mingw: src/catalog/catalog.cpp#L1284
'duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::ClientContext&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)' is deprecated: Fold the schema into the EntryLookupInfo and use GetEntry(context, EntryLookupInfo) [-Wdeprecated-declarations]
extensions / Main Extensions / windows_amd64_mingw: src/catalog/catalog.cpp#L1280
'duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::CatalogEntryRetriever&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)' is deprecated: Fold the schema into the EntryLookupInfo and use GetEntry(retriever, EntryLookupInfo) [-Wdeprecated-declarations]
extensions / Main Extensions / windows_amd64
unknown pragma 'GCC'
extensions / Main Extensions / windows_amd64
unknown pragma 'GCC'
extensions / Main Extensions / windows_amd64
unknown pragma 'GCC'
extensions / Main Extensions / windows_amd64
unknown pragma 'GCC'
extensions / Main Extensions / windows_amd64
unknown pragma 'GCC'
extensions / Main Extensions / windows_amd64
unknown pragma 'GCC'
extensions / Main Extensions / windows_amd64
unknown pragma 'GCC'
extensions / Main Extensions / windows_amd64
unknown pragma 'GCC'
extensions / Main Extensions / windows_amd64
unknown pragma 'GCC'
extensions / Main Extensions / windows_amd64
unknown pragma 'GCC'

Artifacts

Produced during runtime
Name Size Digest
duckdb-binaries-linux-amd64
94.1 MB
sha256:0daade9f5605c5c77ccfb58e60c66e5944b02019f1b3a118da0c62564fa7fa6d
duckdb-binaries-linux-amd64-musl
98.2 MB
sha256:49194a118f8d68fc52a0954ce10e4e22925af2cdbf8b3fba324c1a764b0b2fc0
duckdb-binaries-linux-arm64
85.8 MB
sha256:3a7822b28c056c03bae3a0da6bc5903fc8d0d05484e381c1cdf3537b6dcc20da
duckdb-binaries-linux-arm64-musl
91.5 MB
sha256:0d8581d551ec771d833f31d1f83f332cff67d10ec8cbf32edd809abb5eec7cd6
duckdb-static-libs-linux-amd64
35 MB
sha256:ff7368563572f78d3b8d4ab41d8659c1c9c3dbac03d2e9aa63515136f2080f8d
external-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-linux_amd64
21.5 MB
sha256:a7f566b575ded4a59db7f6cdd89f9dfd1a4a132455725b49825dbbf892d81b5a
external-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-linux_arm64
19.3 MB
sha256:668fbaa87c2104b8eb2f0e5d5d0e331ce9dcb4d89b2158def3a01f04149bc6f6
external-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-osx_amd64
15.9 MB
sha256:67bd270ecbb646c84e99e92b0e0a5dbe94e166cecbe1636c1abe82110619cd72
external-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-osx_arm64
15.3 MB
sha256:ed2d7af09ac1cea1229db35b11dd4e4b8114e8bf168123b401e5a77cfca244cc
linux-base-build
260 MB
sha256:4b04278a337d7cdb5efdacf07568ac60e3412ce4408e2243ad34aa1e00630028
linux-relassert-build
835 MB
sha256:44841349cf9efa8897328780a77a297d2fcc81ab028a3f0a8d510ddf1923f66c
linux-release-build
260 MB
sha256:13c18317c0bd67dee3ad450688304d3dfb0e165a4c81273ec2e3b67ae5373055
main-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-linux_amd64
319 MB
sha256:24ff4268ecfd18954acea65ecb1f061f96bc18f131864635d0bf64390e5ef7db
main-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-linux_arm64
291 MB
sha256:4d2a8fc5829a80109c10f953fe7c853ef96d38b6c5eec49b8f6080264ae6de42
main-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-osx_amd64
209 MB
sha256:eb9be55f94f6841661660d9281989cd26de87acd24fff838a9c70ae71ec2a3fb
main-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-osx_arm64
208 MB
sha256:1b2165bcb586b0e65cf23f93683e2338712290b45c7da545216d5d258153c657
main-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-wasm_eh
7.95 MB
sha256:d0279f1c535971b57e8718544be0196bfecf85c9d1d9592f1b4aa06c8c86e0ce
main-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-wasm_mvp
7.43 MB
sha256:1f31e9046816ba62e8d4244ceecfe9bd762dd621486adc0265de8d7ced766ea7
main-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-wasm_threads
7.43 MB
sha256:67798117b5255125fbf8f7d0617c72f519750bb0991b15ad62464478a6aa4097
main-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-windows_amd64
278 MB
sha256:6cbcfca3cdd53215ae052ae49a1cbc5f2fa8b593faefec9a8a8feb3d13bb48c7
main-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-windows_amd64_mingw
324 MB
sha256:983a2f7239cf06fbcf7f7d1e1a384ba0920e8c80c10e2673a6c4a3a3b470d01b
rust-based-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-linux_amd64
63.5 MB
sha256:4209623cc1cc03b3f0759340daf4d603fc375da6bd6132f76ca63527754b48c4
rust-based-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-linux_arm64
57.7 MB
sha256:ab08cdff9262401b93d9157ca82acfe5ad432b2e7df66acebd05286f5b68a3e7
rust-based-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-osx_amd64
48.3 MB
sha256:f7dc4c4cfd6412d51dbb8d376d616e2dcdab867ad899f1b0d8f925f555f21e2c
rust-based-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-osx_arm64
47.2 MB
sha256:32395e93c0e2d06461bb56684b7cb535873af8b8715f7157527ab4256a4f64cf
rust-based-extensions-aece055a7b0b47e4dd3bf1c02fdc1e03fa41c2aa-extension-windows_amd64
60.5 MB
sha256:8b98f1327db4f107de9666965754ed4ea3bb355eee7764d7bbf69d14126ee72a