Skip to content

Fix ADAQ4216 data capture #19

Fix ADAQ4216 data capture

Fix ADAQ4216 data capture #19

Triggered via pull request August 6, 2025 20:55
Status Failure
Total duration 6m 50s
Artifacts

top-level.yml

on: pull_request
assert_checks
3s
assert_checks
conditional_rpi
0s
conditional_rpi
conditional_xlnx
0s
conditional_xlnx
build_gcc_aarch64_adi_bcm2711_defconfig  /  build
build_gcc_aarch64_adi_bcm2711_defconfig / build
build_gcc_aarch64_adi_bcm2712_defconfig  /  build
build_gcc_aarch64_adi_bcm2712_defconfig / build
build_gcc_arm_adi_bcm2709_defconfig  /  build
build_gcc_arm_adi_bcm2709_defconfig / build
build_gcc_arm_adi_bcm2711_defconfig  /  build
build_gcc_arm_adi_bcm2711_defconfig / build
build_gcc_arm_adi_bcmrpi_defconfig  /  build
build_gcc_arm_adi_bcmrpi_defconfig / build
build_gcc_aarch64_adi_zynqmp_defconfig  /  build
build_gcc_aarch64_adi_zynqmp_defconfig / build
build_gcc_arm_adi_versal_defconfig  /  build
build_gcc_arm_adi_versal_defconfig / build
build_gcc_arm_socfpga_adi_defconfig  /  build
build_gcc_arm_socfpga_adi_defconfig / build
build_gcc_arm_zynq_m2k_defconfig  /  build
build_gcc_arm_zynq_m2k_defconfig / build
build_gcc_arm_zynq_pluto_defconfig  /  build
build_gcc_arm_zynq_pluto_defconfig / build
build_gcc_arm_zynq_xcomm_adv7511_defconfig  /  build
build_gcc_arm_zynq_xcomm_adv7511_defconfig / build
many_devicetrees  /  build
many_devicetrees / build
assert_build_rpi
0s
assert_build_rpi
assert_build_xlnx
0s
assert_build_xlnx
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 8 warnings
build_gcc_arm / build
Process completed with exit code 1.
build_gcc_x86_64 / build
Process completed with exit code 1.
build_gcc_aarch64 / build
Process completed with exit code 1.
build_llvm_x86_64 / build
Process completed with exit code 1.
assert_checks
Process completed with exit code 1.
assert_checks
Some jobs didn't pass strict checks: build_gcc_arm: kernel assert_state build_gcc_aarch64: kernel assert_state build_gcc_x86_64: kernel assert_state build_llvm_x86_64: kernel assert_state And non-strict checks: checks: checkpatch
build_gcc_arm / build
No files were found with the provided path: dist. No artifacts will be uploaded.
build_gcc_x86_64 / build
No files were found with the provided path: dist. No artifacts will be uploaded.
build_gcc_aarch64 / build
No files were found with the provided path: dist. No artifacts will be uploaded.
build_llvm_x86_64 / build
No files were found with the provided path: dist. No artifacts will be uploaded.
build_llvm_x86_64 / build: drivers/misc/mathworks/mathworks_generic_of.c#L66
kernel: cast from 'void (*)(struct mathworks_ip_info *)' to 'devm_action_fn' (aka 'void (*)(void *)') converts to incompatible function type [-Wcast-function-type-strict] 66 | status = devm_add_action_helper(thisIpcore->dev, (devm_action_fn)mwgen_of_unlink_i2c_adapter, thisIpcore); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build_llvm_x86_64 / build: drivers/misc/mathworks/mathworks_generic_of.c#L58
kernel: cast from 'void (*)(struct mathworks_ip_info *)' to 'devm_action_fn' (aka 'void (*)(void *)') converts to incompatible function type [-Wcast-function-type-strict] 58 | status = devm_add_action_helper(thisIpcore->dev, (devm_action_fn)mwgen_of_unlink_i2c_device, thisIpcore); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build_llvm_x86_64 / build: drivers/misc/mathworks/mathworks_generic_of.c#L48
kernel: cast from 'void (*)(struct device *)' to 'devm_action_fn' (aka 'void (*)(void *)') converts to incompatible function type [-Wcast-function-type-strict] 48 | status = devm_add_action_helper(thisIpcore->dev, (devm_action_fn)put_device, &thisIpcore->i2c->dev); | ^~~~~~~~~~~~~~~~~~~~~~~~~~
build_llvm_x86_64 / build: drivers/misc/mathworks/mathworks_generic_of.c#L37
kernel: cast from 'void (*)(struct device_node *)' to 'devm_action_fn' (aka 'void (*)(void *)') converts to incompatible function type [-Wcast-function-type-strict] 37 | status = devm_add_action_helper(thisIpcore->dev, (devm_action_fn)of_node_put, slave_node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~