ci: Bump subprojects/opensea-operations from 26cf882 to 9f28c64
#338
Cirrus CI / FreeBSD freebsd_instance:family/freebsd-13-5
failed
May 6, 2026 in 1m 0s
Task Summary
Instruction release failed in 00:18
Details
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
✅ 00:03 clone
✅ 00:29 install
✅ 00:06 submodules
❌ 00:18 release
../subprojects/opensea-operations/src/buffer_test.c:464:46: error: call to undeclared function 'get_Device_IO_Minimum_Alignment'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
464 | get_Device_IO_Minimum_Alignment(device))); // only send this to the drive
| ^
3 errors generated.
[61/187] Compiling C object subprojects/opensea-operations/libopensea-operations.a.p/src_ata_Security.c.o
FAILED: [code=1] subprojects/opensea-operations/libopensea-operations.a.p/src_ata_Security.c.o
cc -Isubprojects/opensea-operations/libopensea-operations.a.p -Isubprojects/opensea-operations -I../subprojects/opensea-operations -I../subprojects/opensea-operations/include -I../subprojects/opensea-common/include -I../subprojects/opensea-transport/include -I../subprojects/opensea-transport/include/vendor -fvisibility=hidden -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -Wvla -Wfloat-equal -Wnull-dereference -Wunused-const-variable -Wunused-parameter -Wunused-value -Wshift-overflow -Wdouble-promotion -Wformat-security -Wold-style-definition -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wchar-subscripts -Wundef -Wformat -Wformat=2 -Wint-conversion -Wenum-conversion -Wfloat-conversion -Wint-to-pointer-cast -Wimplicit-fallthrough -D_GLIBCXX_ASSERTIONS -fstrict-flex-arrays=3 -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -ftrivial-auto-var-init=zero -Werror=implicit -Werror=incompatible-pointer-types -Wincompatible-pointer-types-discards-qualifiers -Werror=int-conversion -Werror=implicit-int -Woverlength-strings -Wnewline-eof -Wno-c23-extensions -Wparentheses -Wextra-semi -Wcast-qual -Werror=sometimes-uninitialized -Wuninitialized -Wunevaluated-expression -Wunsequenced -Wvarargs -Wwrite-strings -Werror=trigraphs -Wunreachable-code -Wcomment -Wsequence-point -Wreturn-type -Wpointer-bool-conversion -Wfree-nonheap-object -Wnullability -Wnullability-completeness -Wnullability-completeness-on-arrays -Werror=alloca -Wstring-compare -Wfortify-source -fstack-protector-strong -fstack-clash-protection -fcf-protection=full -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -ffunction-sections -fdata-sections -fPIC -DHAVE_MEMSET_S -DHAVE_GMTIME_R -DHAVE_LOCALTIME_R -DHAVE_GETDELIM -DHAVE_GETLINE -DHAVE_C11_GENERIC_SELECTION -DHAVE_POSIX_STRERR_R -MD -MQ subprojects/opensea-operations/libopensea-operations.a.p/src_ata_Security.c.o -MF subprojects/opensea-operations/libopensea-operations.a.p/src_ata_Security.c.o.d -o subprojects/opensea-operations/libopensea-operations.a.p/src_ata_Security.c.o -c ../subprojects/opensea-operations/src/ata_Security.c
../subprojects/opensea-operations/src/ata_Security.c:38:9: error: call to undeclared function 'get_Device_InterfaceType'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
38 | if (get_Device_InterfaceType(device) != IDE_INTERFACE)
| ^
../subprojects/opensea-operations/src/ata_Security.c:38:9: note: did you mean 'get_Device_DriveType'?
../subprojects/opensea-transport/include/common_public.h:2938:38: note: 'get_Device_DriveType' declared here
2938 | OPENSEA_TRANSPORT_API eDriveType get_Device_DriveType(const tDevice* M_NONNULL device);
| ^
../subprojects/opensea-operations/src/ata_Security.c:682:79: error: call to undeclared function 'get_Device_IO_Minimum_Alignment'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
682 | uint8_t*, safe_calloc_aligned(LEGACY_DRIVE_SEC_SIZE, sizeof(uint8_t), get_Device_IO_Minimum_Alignment(device)));
| ^
../subprojects/opensea-operations/src/ata_Security.c:710:79: error: call to undeclared function 'get_Device_IO_Minimum_Alignment'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
710 | uint8_t*, safe_calloc_aligned(LEGACY_DRIVE_SEC_SIZE, sizeof(uint8_t), get_Device_IO_Minimum_Alignment(device)));
| ^
../subprojects/opensea-operations/src/ata_Security.c:738:79: error: call to undeclared function 'get_Device_IO_Minimum_Alignment'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
738 | uint8_t*, safe_calloc_aligned(LEGACY_DRIVE_SEC_SIZE, sizeof(uint8_t), get_Device_IO_Minimum_Alignment(device)));
| ^
../subprojects/opensea-operations/src/ata_Security.c:768:79: error: call to undeclared function 'get_Device_IO_Minimum_Alignment'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
768 | uint8_t*, safe_calloc_aligned(LEGACY_DRIVE_SEC_SIZE, sizeof(uint8_t), get_Device_IO_Minimum_Alignment(device)));
| ^
../subprojects/opensea-operations/src/ata_Security.c:1205:9: error: call to undeclared function 'get_Device_InterfaceType'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
1205 | if (get_Device_InterfaceType(device) != IDE_INTERFACE)
| ^
6 errors generated.
[62/187] Compiling C object subprojects/opensea-operations/libopensea-operations.a.p/src_cdl.c.o
FAILED: [code=1] subprojects/opensea-operations/libopensea-operations.a.p/src_cdl.c.o
cc -Isubprojects/opensea-operations/libopensea-operations.a.p -Isubprojects/opensea-operations -I../subprojects/opensea-operations -I../subprojects/opensea-operations/include -I../subprojects/opensea-common/include -I../subprojects/opensea-transport/include -I../subprojects/opensea-transport/include/vendor -fvisibility=hidden -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -Wvla -Wfloat-equal -Wnull-dereference -Wunused-const-variable -Wunused-parameter -Wunused-value -Wshift-overflow -Wdouble-promotion -Wformat-security -Wold-style-definition -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wchar-subscripts -Wundef -Wformat -Wformat=2 -Wint-conversion -Wenum-conversion -Wfloat-conversion -Wint-to-pointer-cast -Wimplicit-fallthrough -D_GLIBCXX_ASSERTIONS -fstrict-flex-arrays=3 -fno-delete-null-pointer-checks -fno-strict-overflow -fno-strict-aliasing -ftrivial-auto-var-init=zero -Werror=implicit -Werror=incompatible-pointer-types -Wincompatible-pointer-types-discards-qualifiers -Werror=int-conversion -Werror=implicit-int -Woverlength-strings -Wnewline-eof -Wno-c23-extensions -Wparentheses -Wextra-semi -Wcast-qual -Werror=sometimes-uninitialized -Wuninitialized -Wunevaluated-expression -Wunsequenced -Wvarargs -Wwrite-strings -Werror=trigraphs -Wunreachable-code -Wcomment -Wsequence-point -Wreturn-type -Wpointer-bool-conversion -Wfree-nonheap-object -Wnullability -Wnullability-completeness -Wnullability-completeness-on-arrays -Werror=alloca -Wstring-compare -Wfortify-source -fstack-protector-strong -fstack-clash-protection -fcf-protection=full -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -ffunction-sections -fdata-sections -fPIC -DHAVE_MEMSET_S -DHAVE_GMTIME_R -DHAVE_LOCALTIME_R -DHAVE_GETDELIM -DHAVE_GETLINE -DHAVE_C11_GENERIC_SELECTION -DHAVE_POSIX_STRERR_R -MD -MQ subprojects/opensea-operations/libopensea-operations.a.p/src_cdl.c.o -MF subprojects/opensea-operations/libopensea-operations.a.p/src_cdl.c.o.d -o subprojects/opensea-operations/libopensea-operations.a.p/src_cdl.c.o -c ../subprojects/opensea-operations/src/cdl.c
../subprojects/opensea-operations/src/cdl.c:66:76: error: call to undeclared function 'get_Device_IO_Minimum_Alignment'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
66 | uint8_t* logBuffer = safe_calloc_aligned(logSize, sizeof(uint8_t), get_Device_IO_Minimum_Alignment(device));
| ^
../subprojects/opensea-operations/src/cdl.c:278:76: error: call to undeclared function 'get_Device_IO_Minimum_Alignment'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
278 | uint8_t*, safe_calloc_aligned(modePageLength, sizeof(uint8_t), get_Device_IO_Minimum_Alignment(device)));
| ^
../subprojects/opensea-operations/src/cdl.c:345:76: error: call to undeclared function 'get_Device_IO_Minimum_Alignment'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
345 | uint8_t*, safe_calloc_aligned(modePageLength, sizeof(uint8_t), get_Device_IO_Minimum_Alignment(device)));
| ^
../subprojects/opensea-operations/src/cdl.c:857:76: error: call to undeclared function 'get_Device_IO_Minimum_Alignment'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
857 | uint8_t* logBuffer = safe_calloc_aligned(logSize, sizeof(uint8_t), get_Device_IO_Minimum_Alignment(device));
| ^
../subprojects/opensea-operations/src/cdl.c:972:76: error: call to undeclared function 'get_Device_IO_Minimum_Alignment'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
972 | uint8_t*, safe_calloc_aligned(modePageLength, sizeof(uint8_t), get_Device_IO_Minimum_Alignment(device)));
| ^
../subprojects/opensea-operations/src/cdl.c:1056:76: error: call to undeclared function 'get_Device_IO_Minimum_Alignment'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
1056 | uint8_t*, safe_calloc_aligned(modePageLength, sizeof(uint8_t), get_Device_IO_Minimum_Alignment(device)));
| ^
6 errors generated.
ninja: build stopped: subcommand failed.
Could not rebuild /tmp/cirrus-ci-build/build
Exit status: 255
Loading