Skip to content

feat: migrate to ADBC #46

feat: migrate to ADBC

feat: migrate to ADBC #46

Triggered via pull request March 22, 2026 23:16
Status Failure
Total duration 1m 24s
Artifacts

ci.yml

on: pull_request
Format check
17s
Format check
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 21 warnings
Test (OTP 27 / Elixir 1.18)
Process completed with exit code 18.
Test (OTP 27 / Elixir 1.18)
note: �run_ends_schema� was declared here
Test (OTP 27 / Elixir 1.18)
note: �value_schema� was declared here
Test (OTP 27 / Elixir 1.18)
note: �key_schema� was declared here
Test (OTP 27 / Elixir 1.18)
note: �using NifRes<AdbcDeleteOnGC>::val_type = struct AdbcDeleteOnGC� {aka �struct AdbcDeleteOnGC�} declared here
Test (OTP 27 / Elixir 1.18)
required from here
Test (OTP 27 / Elixir 1.18)
note: �using NifRes<ArrowArrayStreamRecord>::val_type = struct ArrowArrayStreamRecord� {aka �struct ArrowArrayStreamRecord�} declared here
Test (OTP 27 / Elixir 1.18)
required from here
Test (OTP 28 / Elixir 1.19)
Process completed with exit code 18.
Test (OTP 28 / Elixir 1.19)
note: �run_ends_schema� was declared here
Test (OTP 28 / Elixir 1.19)
note: �value_schema� was declared here
Test (OTP 28 / Elixir 1.19)
note: �key_schema� was declared here
Test (OTP 28 / Elixir 1.19)
note: �using NifRes<AdbcDeleteOnGC>::val_type = struct AdbcDeleteOnGC� {aka �struct AdbcDeleteOnGC�} declared here
Test (OTP 28 / Elixir 1.19)
required from here
Test (OTP 28 / Elixir 1.19)
note: �using NifRes<ArrowArrayStreamRecord>::val_type = struct ArrowArrayStreamRecord� {aka �struct ArrowArrayStreamRecord�} declared here
Test (OTP 28 / Elixir 1.19)
required from here
Format check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (OTP 27 / Elixir 1.18)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (OTP 27 / Elixir 1.18): test/dux/adbc_peer_test.exs#L318
Using `length/1` is expensive, prefer comparing against an empty list.
Test (OTP 27 / Elixir 1.18): test/dux/adbc_peer_test.exs#L306
Nested modules could be aliased at the top of the invoking module.
Test (OTP 27 / Elixir 1.18): test/dux/adbc_peer_test.exs#L309
Nested modules could be aliased at the top of the invoking module.
Test (OTP 27 / Elixir 1.18): test/dux/adbc_peer_test.exs#L337
Nested modules could be aliased at the top of the invoking module.
Test (OTP 27 / Elixir 1.18)
�run_ends_schema� may be used uninitialized [-Wmaybe-uninitialized]
Test (OTP 27 / Elixir 1.18)
�value_schema� may be used uninitialized [-Wmaybe-uninitialized]
Test (OTP 27 / Elixir 1.18)
�key_schema� may be used uninitialized [-Wmaybe-uninitialized]
Test (OTP 27 / Elixir 1.18)
�void* memset(void*, int, size_t)� clearing an object of type �using NifRes<AdbcDeleteOnGC>::val_type = struct AdbcDeleteOnGC� {aka �struct AdbcDeleteOnGC�} with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
Test (OTP 27 / Elixir 1.18)
�void* memset(void*, int, size_t)� clearing an object of non-trivial type �using NifRes<ArrowArrayStreamRecord>::val_type = struct ArrowArrayStreamRecord� {aka �struct ArrowArrayStreamRecord�}; use assignment or value-initialization instead [-Wclass-memaccess]
Test (OTP 28 / Elixir 1.19)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (OTP 28 / Elixir 1.19): test/dux/adbc_peer_test.exs#L318
Using `length/1` is expensive, prefer comparing against an empty list.
Test (OTP 28 / Elixir 1.19): test/dux/adbc_peer_test.exs#L306
Nested modules could be aliased at the top of the invoking module.
Test (OTP 28 / Elixir 1.19): test/dux/adbc_peer_test.exs#L309
Nested modules could be aliased at the top of the invoking module.
Test (OTP 28 / Elixir 1.19): test/dux/adbc_peer_test.exs#L337
Nested modules could be aliased at the top of the invoking module.
Test (OTP 28 / Elixir 1.19)
�run_ends_schema� may be used uninitialized [-Wmaybe-uninitialized]
Test (OTP 28 / Elixir 1.19)
�value_schema� may be used uninitialized [-Wmaybe-uninitialized]
Test (OTP 28 / Elixir 1.19)
�key_schema� may be used uninitialized [-Wmaybe-uninitialized]
Test (OTP 28 / Elixir 1.19)
�void* memset(void*, int, size_t)� clearing an object of type �using NifRes<AdbcDeleteOnGC>::val_type = struct AdbcDeleteOnGC� {aka �struct AdbcDeleteOnGC�} with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
Test (OTP 28 / Elixir 1.19)
�void* memset(void*, int, size_t)� clearing an object of non-trivial type �using NifRes<ArrowArrayStreamRecord>::val_type = struct ArrowArrayStreamRecord� {aka �struct ArrowArrayStreamRecord�}; use assignment or value-initialization instead [-Wclass-memaccess]