Skip to content

stdlib/strtod: remove duplicate set errno #1030

stdlib/strtod: remove duplicate set errno

stdlib/strtod: remove duplicate set errno #1030

Triggered via push January 26, 2024 14:57
Status Success
Total duration 11m 20s
Artifacts 24

ci.yml

on: push
Matrix: call-ci / build
Matrix: call-ci / test EMU
Matrix: call-ci / test HW
call-ci  /  ...  /  send-notif
call-ci / send-notification / send-notif
call-ci  /  tests-summary
14s
call-ci / tests-summary
Fit to window
Zoom out
Zoom in

Annotations

21 warnings and 14 notices
call-ci / build (riscv64-generic-qemu): phoenix-rtos-devices/tty/uart16550/uarthw-riscv.c#L47
format '%p' expects argument of type 'void *', but argument 4 has type 'uintptr_t' {aka 'long unsigned int'} [-Wformat=]
call-ci / build (riscv64-generic-spike): phoenix-rtos-devices/tty/uart16550/uarthw-riscv.c#L47
format '%p' expects argument of type 'void *', but argument 4 has type 'uintptr_t' {aka 'long unsigned int'} [-Wformat=]
call-ci / build (armv7a9-zynq7000-qemu): _build/armv7a9-zynq7000-qemu/busybox/busybox-1.27.2/scripts/basic/split-include.c#L134
ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
call-ci / build (armv7a9-zynq7000-qemu): _build/armv7a9-zynq7000-qemu/busybox/busybox-1.27.2/scripts/kconfig/conf.c#L106
ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
call-ci / build (armv7a9-zynq7000-qemu): _build/armv7a9-zynq7000-qemu/busybox/busybox-1.27.2/scripts/kconfig/conf.c#L354
ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
call-ci / build (armv7a9-zynq7000-qemu): _build/armv7a9-zynq7000-qemu/busybox/busybox-1.27.2/scripts/kconfig/mconf.c#L847
ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
call-ci / build (armv7a9-zynq7000-qemu): _build/armv7a9-zynq7000-qemu/busybox/busybox-1.27.2/scripts/kconfig/mconf.c#L481
ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
call-ci / build (armv7a9-zynq7000-qemu): _build/armv7a9-zynq7000-qemu/busybox/busybox-1.27.2/applets/usage.c#L52
ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
call-ci / build (armv7a9-zynq7000-qemu): _build/armv7a9-zynq7000-qemu/busybox/busybox-1.27.2/applets/usage_pod.c#L74
format not a string literal and no format arguments [-Wformat-security]
call-ci / build (armv7a9-zynq7000-qemu): _build/armv7a9-zynq7000-qemu/busybox/busybox-1.27.2/init/reboot.h#L27
#warning "poweroff unsupported, using halt as fallback" [-Wcpp]
call-ci / build (armv7a9-zynq7000-qemu): _build/armv7a9-zynq7000-qemu/busybox/busybox-1.27.2/coreutils/stat.c#L762
variable 'opts' set but not used [-Wunused-but-set-variable]
call-ci / test EMU (host-generic-pc)
AddressSanitizer failed to allocate 0xffffffffffffffff bytes
call-ci / test EMU (host-generic-pc)
AddressSanitizer failed to allocate 0xffffffffffffffff bytes
call-ci / test EMU (host-generic-pc)
AddressSanitizer failed to allocate 0xffffffffffffffff bytes
call-ci / test EMU (host-generic-pc)
AddressSanitizer failed to allocate 0xffffffffffffffff bytes
call-ci / test EMU (host-generic-pc)
AddressSanitizer failed to allocate 0xffffffffffffffff bytes
call-ci / test EMU (host-generic-pc)
AddressSanitizer failed to allocate 0xffffffffffffffff bytes
630 skipped tests found (test 1 to 573)
There are 630 skipped tests, see "Raw output" for the list of skipped tests 1 to 573.
630 skipped tests found (test 574 to 630)
There are 630 skipped tests, see "Raw output" for the list of skipped tests 574 to 630.
6410 tests found (test 1 to 598)
There are 6410 tests, see "Raw output" for the list of tests 1 to 598.
6410 tests found (test 599 to 1173)
There are 6410 tests, see "Raw output" for the list of tests 599 to 1173.
6410 tests found (test 1174 to 1758)
There are 6410 tests, see "Raw output" for the list of tests 1174 to 1758.
6410 tests found (test 1759 to 2333)
There are 6410 tests, see "Raw output" for the list of tests 1759 to 2333.
6410 tests found (test 2334 to 2900)
There are 6410 tests, see "Raw output" for the list of tests 2334 to 2900.
6410 tests found (test 2901 to 3490)
There are 6410 tests, see "Raw output" for the list of tests 2901 to 3490.
6410 tests found (test 3491 to 4039)
There are 6410 tests, see "Raw output" for the list of tests 3491 to 4039.
6410 tests found (test 4040 to 4603)
There are 6410 tests, see "Raw output" for the list of tests 4040 to 4603.
6410 tests found (test 4604 to 5151)
There are 6410 tests, see "Raw output" for the list of tests 4604 to 5151.
6410 tests found (test 5152 to 5723)
There are 6410 tests, see "Raw output" for the list of tests 5152 to 5723.
6410 tests found (test 5724 to 6295)
There are 6410 tests, see "Raw output" for the list of tests 5724 to 6295.
6410 tests found (test 6296 to 6410)
There are 6410 tests, see "Raw output" for the list of tests 6296 to 6410.

Artifacts

Produced during runtime
Name Size
Merged Unit Test Results Expired
560 KB
phoenix-rtos-armv7a7-imx6ull-evk Expired
5.7 MB
phoenix-rtos-armv7a9-zynq7000-qemu Expired
5.71 MB
phoenix-rtos-armv7a9-zynq7000-zedboard Expired
5.11 MB
phoenix-rtos-armv7a9-zynq7000-zturn Expired
5.11 MB
phoenix-rtos-armv7m4-stm32l4x6-nucleo Expired
1.42 MB
phoenix-rtos-armv7m7-imxrt105x-evk Expired
1.7 MB
phoenix-rtos-armv7m7-imxrt106x-evk Expired
1.91 MB
phoenix-rtos-armv7m7-imxrt117x-evk Expired
1.88 MB
phoenix-rtos-host-generic-pc Expired
4.26 MB
phoenix-rtos-ia32-generic-pc Expired
6.25 MB
phoenix-rtos-ia32-generic-qemu Expired
7.52 MB
phoenix-rtos-riscv64-generic-qemu Expired
2.32 MB
phoenix-rtos-riscv64-generic-spike Expired
2.07 MB
phoenix-rtos-sparcv8leon3-gr716-mini Expired
2.43 MB
test-results-armv7a7-imx6ull-evk Expired
15.3 KB
test-results-armv7a9-zynq7000-qemu Expired
16.9 KB
test-results-armv7a9-zynq7000-zedboard Expired
15.8 KB
test-results-armv7m4-stm32l4x6-nucleo Expired
13.8 KB
test-results-armv7m7-imxrt106x-evk Expired
13.4 KB
test-results-armv7m7-imxrt117x-evk Expired
13.3 KB
test-results-host-generic-pc Expired
10.8 KB
test-results-ia32-generic-qemu Expired
16.2 KB
test-results-riscv64-generic-qemu Expired
1.3 KB