Annotations
7 errors and 2 warnings
test:
main.go#L46
cannot use newPage (variable of type *kfile.Page) as *kfile.SlottedPage value in argument to fm.Write
|
test:
main.go#L51
cannot use readPage (variable of type *kfile.Page) as *kfile.SlottedPage value in argument to fm.Read
|
test:
utils/utils_test.go#L11
"unsafe" imported and not used
|
test:
utils/utils_test.go#L76
invalid operation: cannot slice retrievedRec (variable of type *kfile.Cell)
|
test:
utils/utils_test.go#L164
cannot use page (variable of type *kfile.Page) as *kfile.SlottedPage value in argument to fm.Write
|
test:
utils/utils_test.go#L201
cannot use page (variable of type *kfile.Page) as *kfile.SlottedPage value in argument to fm.Write
|
test
Process completed with exit code 1.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
Restore cache failed: Dependencies file is not found in /home/runner/work/UltraSQL/UltraSQL. Supported file pattern: go.sum
|