Date
April 8, 2025, 12:37 p.m.
Select known issue
Remove known issue
Are you sure you want to remove the known issues from all incidents?
Confirm known issue
Are you sure you want to confirm? This will cause the known issue to no longer be shown as "Automatically assigned" in all instances of this incident.
Environment | |
---|---|
riscv |
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0 In file included from /builds/linux/arch/riscv/kernel/process.c:10: In file included from /builds/linux/include/linux/cpu.h:17: In file included from /builds/linux/include/linux/node.h:18: In file included from /builds/linux/include/linux/device.h:16: In file included from /builds/linux/include/linux/kobject.h:20: In file included from /builds/linux/include/linux/sysfs.h:16: In file included from /builds/linux/include/linux/kernfs.h:12: In file included from /builds/linux/include/linux/mutex.h:14: /builds/linux/arch/riscv/kernel/process.c:114:19: warning: variable 'gp' is uninitialized when used here [-Wuninitialized] 114 | childregs->gp = gp; | ^~ /builds/linux/arch/riscv/kernel/process.c:112:34: note: initialize the variable 'gp' to silence this warning 112 | const register unsigned long gp __asm__ ("gp"); | ^ | = 0
Test run metadata
os |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
plan | 2vRlbfNlmUjPx5gRlPTwDsoMQvZ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
build |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tools |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
uname |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
config | https://storage.tuxsuite.com/public/linaro/lkft/builds/2vRld6OeMXzUzG0bTWpgg9qWXHX/config | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
job_id | BUILD:linaro@lkft#2vRld6OeMXzUzG0bTWpgg9qWXHX | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
git_sha | 7a5af469195f5d6a1ee88a8cbe2529477317d901 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
job_url | https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/lkft/builds/2vRld6OeMXzUzG0bTWpgg9qWXHX | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
runtime |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sccache |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tuxmake |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
compiler |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
git_repo | https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hardware |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
artifacts |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resources |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
build_name | clang-20-defconfig | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
job_status | Complete | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
download_url | https://storage.tuxsuite.com/public/linaro/lkft/builds/2vRld6OeMXzUzG0bTWpgg9qWXHX/ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
git_describe | v5.4.291-155-g7a5af469195f | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
running_time | 2025-04-08T12:43:08.432220 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
finished_time | 2025-04-08T12:50:58.796121 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
git_short_log | 7a5af469195f ("Linux 5.4.292-rc1") | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
kernel_version | 5.4.292-rc1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
provisioning_time | 2025-04-08T12:37:31.125911 |
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0 In file included from /builds/linux/arch/riscv/kernel/process.c:10: In file included from /builds/linux/include/linux/cpu.h:17: In file included from /builds/linux/include/linux/node.h:18: In file included from /builds/linux/include/linux/device.h:16: In file included from /builds/linux/include/linux/kobject.h:20: In file included from /builds/linux/include/linux/sysfs.h:16: In file included from /builds/linux/include/linux/kernfs.h:12: In file included from /builds/linux/include/linux/mutex.h:14: /builds/linux/arch/riscv/kernel/process.c:114:19: warning: variable 'gp' is uninitialized when used here [-Wuninitialized] 114 | childregs->gp = gp; | ^~ /builds/linux/arch/riscv/kernel/process.c:112:34: note: initialize the variable 'gp' to silence this warning 112 | const register unsigned long gp __asm__ ("gp"); | ^ | = 0
Test run metadata
os |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
plan | 2vRlbfNlmUjPx5gRlPTwDsoMQvZ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
build |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tools |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
uname |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
config | https://storage.tuxsuite.com/public/linaro/lkft/builds/2vRldAVybIZnwP8cmGktV6mNUMv/config | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
job_id | BUILD:linaro@lkft#2vRldAVybIZnwP8cmGktV6mNUMv | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
git_sha | 7a5af469195f5d6a1ee88a8cbe2529477317d901 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
job_url | https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/lkft/builds/2vRldAVybIZnwP8cmGktV6mNUMv | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
runtime |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sccache |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tuxmake |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
compiler |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
git_repo | https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hardware |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resources |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
build_name | clang-20-tinyconfig | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
job_status | Complete | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
download_url | https://storage.tuxsuite.com/public/linaro/lkft/builds/2vRldAVybIZnwP8cmGktV6mNUMv/ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
git_describe | v5.4.291-155-g7a5af469195f | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
running_time | 2025-04-08T12:43:09.179971 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
finished_time | 2025-04-08T12:45:17.521903 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
git_short_log | 7a5af469195f ("Linux 5.4.292-rc1") | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
kernel_version | 5.4.292-rc1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
provisioning_time | 2025-04-08T12:37:31.160653 |
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0 In file included from /builds/linux/arch/riscv/kernel/process.c:10: In file included from /builds/linux/include/linux/cpu.h:17: In file included from /builds/linux/include/linux/node.h:18: In file included from /builds/linux/include/linux/device.h:16: In file included from /builds/linux/include/linux/kobject.h:20: In file included from /builds/linux/include/linux/sysfs.h:16: In file included from /builds/linux/include/linux/kernfs.h:12: In file included from /builds/linux/include/linux/mutex.h:14: /builds/linux/arch/riscv/kernel/process.c:114:19: warning: variable 'gp' is uninitialized when used here [-Wuninitialized] 114 | childregs->gp = gp; | ^~ /builds/linux/arch/riscv/kernel/process.c:112:34: note: initialize the variable 'gp' to silence this warning 112 | const register unsigned long gp __asm__ ("gp"); | ^ | = 0
Test run metadata
os |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
plan | 2vRlbfNlmUjPx5gRlPTwDsoMQvZ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
build |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tools |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
uname |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
config | https://storage.tuxsuite.com/public/linaro/lkft/builds/2vRlcx17R3M0F0PDE1ERnmw8BNT/config | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
job_id | BUILD:linaro@lkft#2vRlcx17R3M0F0PDE1ERnmw8BNT | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
git_sha | 7a5af469195f5d6a1ee88a8cbe2529477317d901 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
job_url | https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/lkft/builds/2vRlcx17R3M0F0PDE1ERnmw8BNT | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
results |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
runtime |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sccache |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tuxmake |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
compiler |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
git_repo | https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hardware |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resources |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
build_name | clang-20-allnoconfig | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
job_status | Complete | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
download_url | https://storage.tuxsuite.com/public/linaro/lkft/builds/2vRlcx17R3M0F0PDE1ERnmw8BNT/ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
git_describe | v5.4.291-155-g7a5af469195f | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
running_time | 2025-04-08T12:43:08.244057 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
finished_time | 2025-04-08T12:45:07.065672 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
git_short_log | 7a5af469195f ("Linux 5.4.292-rc1") | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
kernel_version | 5.4.292-rc1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
provisioning_time | 2025-04-08T12:37:30.934570 |