LKFT build plans updated with toolchain gcc-13 and here is the report.
While building Linux stable rc 4.19 i386 with gcc-13 failed due to
following warnings / errors.
make --silent --keep-going --jobs=8
O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=i386 SRCARCH=x86
CROSS_COMPILE=i686-linux-gnu- 'CC=sccache i686-linux-gnu-gcc'
'HOSTCC=sccache gcc'
kernel/profile.c: In function 'profile_dead_cpu':
kernel/profile.c:346:27: warning: the comparison will always evaluate
as 'true' for the address of 'prof_cpu_mask' will never be NULL
[-Waddress]
346 | if (prof_cpu_mask != NULL)
| ^~
kernel/profile.c:49:22: note: 'prof_cpu_mask' declared here
49 | static cpumask_var_t prof_cpu_mask;
| ^~~~~~~~~~~~~
kernel/profile.c: In function 'profile_online_cpu':
kernel/profile.c:383:27: warning: the comparison will always evaluate
as 'true' for the address of 'prof_cpu_mask' will never be NULL
[-Waddress]
383 | if (prof_cpu_mask != NULL)
| ^~
kernel/profile.c:49:22: note: 'prof_cpu_mask' declared here
49 | static cpumask_var_t prof_cpu_mask;
| ^~~~~~~~~~~~~
kernel/profile.c: In function 'profile_tick':
kernel/profile.c:413:47: warning: the comparison will always evaluate
as 'true' for the address of 'prof_cpu_mask' will never be NULL
[-Waddress]
413 | if (!user_mode(regs) && prof_cpu_mask != NULL &&
| ^~
kernel/profile.c:49:22: note: 'prof_cpu_mask' declared here
49 | static cpumask_var_t prof_cpu_mask;
| ^~~~~~~~~~~~~
In file included from include/linux/export.h:45,
from include/linux/linkage.h:7,
from include/linux/kernel.h:7,
from drivers/ata/libahci.c:35:
drivers/ata/libahci.c: In function 'ahci_led_store':
include/linux/compiler.h:418:45: error: call to
'__compiletime_assert_108' declared with attribute error: BUILD_BUG_ON
failed: sizeof(_s) > sizeof(long)
418 | _compiletime_assert(condition, msg,
__compiletime_assert_, __COUNTER__)
| ^
include/linux/compiler.h:399:25: note: in definition of macro
'__compiletime_assert'
399 | prefix ## suffix();
\
| ^~~~~~
Build links,
- https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19…
- https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19…
Steps to reproduce:
tuxmake --runtime podman --target-arch i386 --toolchain gcc-13
--kconfig defconfig
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2TiUIlGFjnjPBfuTT62n…
--
Linaro LKFT
https://lkft.linaro.org
While building Linux stable rc 5.15 arm with gcc-13 failed due to
following warnings / errors.
make --silent --keep-going --jobs=8
O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=arm
CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache
arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc'
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c:176:20: error:
'drm_plane_helper_destroy' undeclared here (not in a function); did
you mean 'drm_primary_helper_destroy'?
176 | .destroy = drm_plane_helper_destroy,
| ^~~~~~~~~~~~~~~~~~~~~~~~
| drm_primary_helper_destroy
make[5]: *** [scripts/Makefile.build:289:
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.o] Error 1
make[5]: Target '__build' not remade because of errors.
make[4]: *** [scripts/Makefile.build:552: drivers/gpu/drm/fsl-dcu] Error 2
drivers/firmware/arm_scmi/smc.c:39:13: error: duplicate member 'irq'
39 | int irq;
| ^~~
drivers/firmware/arm_scmi/smc.c: In function 'smc_chan_setup':
drivers/firmware/arm_scmi/smc.c:118:34: error: 'irq' undeclared (first
use in this function); did you mean 'rq'?
118 | scmi_info->irq = irq;
| ^~~
| rq
drivers/firmware/arm_scmi/smc.c:118:34: note: each undeclared
identifier is reported only once for each function it appears in
make[4]: *** [scripts/Makefile.build:289:
drivers/firmware/arm_scmi/smc.o] Error 1
Build links,
- https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.15.y/build/v5.15…
- https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.15.y/build/v5.15…
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2TiTIjkQ8vGDk4J7tsuc…
Steps to reproduce:
tuxmake --runtime podman --target-arch arm --toolchain gcc-13
--kconfig https://storage.tuxsuite.com/public/linaro/lkft/builds/2TiTIjkQ8vGDk4J7tsuc…https://storage.tuxsuite.com/public/linaro/lkft/builds/2TiTIjkQ8vGDk4J7tsuc…
--
Linaro LKFT
https://lkft.linaro.org
[My two cents]
While building Linux next-20230808 mips cavium_octeon_defconfig with gcc-8
failed with below warnings and errors.
Build log:
----------
In function 'dwc3_octeon_setup.isra.4',
inlined from 'dwc3_octeon_probe' at drivers/usb/dwc3/dwc3-octeon.c:502:8:
include/linux/compiler_types.h:397:38: error: call to
'__compiletime_assert_335' declared with attribute error: FIELD_PREP:
value too large for the field
_compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
^
include/linux/compiler_types.h:378:4: note: in definition of macro
'__compiletime_assert'
prefix ## suffix(); \
^~~~~~
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
Links:
-----
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230808/te…
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230808/te…
Steps to reproduce:
------------
tuxmake --runtime podman --target-arch mips --toolchain gcc-8
--kconfig cavium_octeon_defconfig
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2TgoAZwerJ28UWHyqfQU…
--
Linaro LKFT
https://lkft.linaro.org
Total jobs: 313
Total errors: 71 (22.68%)
LAVA errors: 0 (0.00%)
Test errors: 3 (0.96%)
Job errors: 68 (21.73%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: hi960-hikey
Total jobs: 17
Total errors: 0 (0.00%)
Device type: disco-l475-iot1
Total jobs: 2
Total errors: 0 (0.00%)
Device type: frdm-k64f
Total jobs: 4
Total errors: 0 (0.00%)
Device type: frdm-kw41z
Total jobs: 3
Total errors: 0 (0.00%)
Device type: qemu
Total jobs: 6
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 37
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 1
Total errors: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 4
Total errors: 1 (25.00%)
Error type: Test
Error count: 1 (25.00%)
Error: No match for error type 'Test', message 'Network not able to ping; job exit'
Count: 1 (25.00%)
IDs:
hi6220-hikey-r2-01:
3986463
Device type: bcm2837-rpi-3-b-32
Total jobs: 92
Total errors: 14 (15.22%)
Error type: Job
Error count: 13 (14.13%)
Error: No match for error type 'Job', message 'login-action timed out after 515 seconds'
Count: 2 (2.17%)
IDs:
rpi3-b-32-03:
3986372 3986514
Error: No match for error type 'Job', message '1 retries out of 5 failed for uboot-action'
Count: 9 (9.78%)
IDs:
rpi3-b-32-03:
3986261 3986272 3986275 3986355 3986414
3986424 3986430 3986435 3986439
Error: No match for error type 'Job', message '[ 20.163331] Kernel panic - not syncing: Fatal exception in interrupt
[ 21.212773] SMP: failed to stop secondary CPUs
[ 21.218585] ---[ end Kernel panic - not syncing: Fatal exception in interrupt ]---'
Count: 1 (1.09%)
IDs:
rpi3-b-32-03:
3986365
Error: No match for error type 'Job', message 'None'
Count: 1 (1.09%)
IDs:
rpi3-b-32-03:
3986343
Error type: Test
Error count: 1 (1.09%)
Error: lava-test-shell timed out
Count: 1 (1.09%)
IDs:
rpi3-b-32-03:
3986380
Device type: x15
Total jobs: 74
Total errors: 46 (62.16%)
Error type: Job
Error count: 45 (60.81%)
Error: wait for prompt timed out
Count: 41 (55.41%)
IDs:
x15-01:
3986259 3986267 3986278 3986287 3986296
3986307 3986314 3986318 3986328 3986334
3986337 3986340 3986352 3986359 3986364
3986373 3986375 3986379 3986399 3986411
3986420 3986428 3986437 3986448 3986454
3986457 3986460 3986464 3986466 3986469
3986473 3986476 3986479 3986494 3986503
3986506 3986511 3986513 3986520 3986522
3986523
Error: No match for error type 'Job', message 'login-action timed out after 267 seconds'
Count: 1 (1.35%)
IDs:
x15-01:
3986477
Error: No match for error type 'Job', message 'login-action timed out after 265 seconds'
Count: 1 (1.35%)
IDs:
x15-01:
3986475
Error: No match for error type 'Job', message 'login-action timed out after 260 seconds'
Count: 1 (1.35%)
IDs:
x15-01:
3986472
Error: No match for error type 'Job', message 'login-action timed out after 263 seconds'
Count: 1 (1.35%)
IDs:
x15-01:
3986471
Error type: Test
Error count: 1 (1.35%)
Error: No match for error type 'Test', message 'Network not able to ping; job exit'
Count: 1 (1.35%)
IDs:
x15-01:
3986456
Device type: beaglebone-black
Total jobs: 35
Total errors: 9 (25.71%)
Error type: Job
Error count: 9 (25.71%)
Error: No match for error type 'Job', message '1 retries out of 5 failed for uboot-action'
Count: 7 (20.00%)
IDs:
beaglebone-black04:
3986285 3986327 3986336 3986342 3986369
3986381 3986389
Error: No match for error type 'Job', message '2 retries out of 5 failed for uboot-action'
Count: 2 (5.71%)
IDs:
beaglebone-black04:
3986283 3986300
Device type: x86
Total jobs: 20
Total errors: 1 (5.00%)
Error type: Job
Error count: 1 (5.00%)
Error: compress-overlay timed out
Count: 1 (5.00%)
IDs:
x86-01:
3986299
Device type: synquacer
Total jobs: 10
Total errors: 0 (0.00%)
Device type: dragonboard-820c
Total jobs: 2
Total errors: 0 (0.00%)
Device type: docker
Total jobs: 3
Total errors: 0 (0.00%)
Device type: x15-bl
Total jobs: 1
Total errors: 0 (0.00%)
Device type: soca9
Total jobs: 2
Total errors: 0 (0.00%)
Hi Purchasing Department,
Hope you are well.
This is Maria Zhang from Kalis Electronics Co., Ltd.
We provide wide range of electronic components. We focus on
distributing short-lead-time components ICs, Capacitors, Resistors,
Diodes, Transistors, Connectors etc.
XC7Z045-2FFG900I XILINX
XC7S50-2FGGA484I XILINX
XC7A35T-1FTG256C XILINX
XC7A35T-2FGG484I XILINX
XC7A200T-2FBG484I XILINX
XC7A200T-2FBG676I XILINX
XC7K160T-1FBG484I XILINX
XC7S25-1CSGA225I XILINX
XC7Z020-L1CLG400I XILINX
XC6SLX45T-2FGG484C XILINX
Are there any electronic components we can support with you?
Welcome to your new RFQs with quantities. Maybe we could support you.
Thanks and best regards.
Maria Zhang
Sales Engineer
[NDY1NzUwMnx8MjAyMzA4MDkxMjIwMDAtMTQ1NTctNzJ8fGxrZnQtdHJpYWdlQGxpc3RzLm
xpbmFyby5vcmc=.gif]