[#323133] [test-only] FAILED RTags.git=RTags-2.41-alt3 bcc.git=0.25.0-alt1 blender.git=3.4.1-alt2.1 ...

Girar awaiter (lakostis) girar-builder at altlinux.org
Fri Jun 16 10:35:46 MSK 2023


https://git.altlinux.org/tasks/323133/logs/events.1.1.log

subtask  name           aarch64  armh  i586  ppc64le  x86_64
   #100  RTags             3:06  3:33  1:33     3:21    1:35
   #200  bcc             failed     ?     -   failed  failed
   #500  gnome-builder        ?     ?  5:08        ?       ?

2023-Jun-16 07:28:26 :: test-only task #323133 for sisyphus started by lakostis:
2023-Jun-16 07:28:26 :: message: Rebuild with llvm15.0
#100 build RTags-2.41-alt3 from /gears/R/RTags.git fetched at 2023-Jun-16 07:20:32 from sisyphus
#200 build 0.25.0-alt1 from /gears/b/bcc.git fetched at 2023-Jun-16 07:21:05 from sisyphus
#300 build 3.4.1-alt2.1 from /gears/b/blender.git fetched at 2023-Jun-16 07:21:43 from sisyphus
#400 build 0.16.0-alt2 from /gears/b/bpftrace.git fetched at 2023-Jun-16 07:22:11 from sisyphus
#500 build gnome-builder-44.2-alt1.src.rpm from sisyphus
#600 build irony-server-1.5.0-alt3 from /gears/i/irony-server.git fetched at 2023-Jun-16 07:25:12 from sisyphus
#700 build 1.12.8.0-alt2 from /gears/o/openshadinglanguage.git fetched at 2023-Jun-16 07:25:51 from sisyphus
#1000 build 5.15.2-alt3 from /gears/p/python3-module-PySide2.git fetched at 2023-Jun-16 07:27:12 from sisyphus
#1100 build 5.15.9-alt1 from /gears/q/qt5-tools.git fetched at 2023-Jun-16 07:27:53 from sisyphus
#1200 build 6.4.2-alt2 from /gears/q/qt6-tools.git fetched at 2023-Jun-16 07:28:12 from sisyphus
2023-Jun-16 07:28:27 :: created build repo
2023-Jun-16 07:28:28 :: [aarch64] #100 RTags.git RTags-2.41-alt3: build start
2023-Jun-16 07:28:28 :: [x86_64] #100 RTags.git RTags-2.41-alt3: build start
2023-Jun-16 07:28:28 :: [ppc64le] #100 RTags.git RTags-2.41-alt3: build start
2023-Jun-16 07:28:28 :: [armh] #100 RTags.git RTags-2.41-alt3: build start
2023-Jun-16 07:28:28 :: [i586] #100 RTags.git RTags-2.41-alt3: build start
2023-Jun-16 07:30:01 :: [i586] #100 RTags.git RTags-2.41-alt3: build OK
2023-Jun-16 07:30:01 :: [i586] #200 bcc.git 0.25.0-alt1: build start
2023-Jun-16 07:30:03 :: [x86_64] #100 RTags.git RTags-2.41-alt3: build OK
2023-Jun-16 07:30:04 :: [x86_64] #200 bcc.git 0.25.0-alt1: build start
2023-Jun-16 07:30:13 :: [i586] #200 bcc.git 0.25.0-alt1: build SKIPPED
2023-Jun-16 07:30:14 :: [i586] #300 blender.git 3.4.1-alt2.1: build start
2023-Jun-16 07:30:26 :: [i586] #300 blender.git 3.4.1-alt2.1: build SKIPPED
2023-Jun-16 07:30:26 :: [i586] #400 bpftrace.git 0.16.0-alt2: build start
2023-Jun-16 07:30:36 :: [i586] #400 bpftrace.git 0.16.0-alt2: build SKIPPED
2023-Jun-16 07:30:36 :: [i586] #500 gnome-builder-44.2-alt1.src.rpm: build start
2023-Jun-16 07:31:34 :: [aarch64] #100 RTags.git RTags-2.41-alt3: build OK
2023-Jun-16 07:31:34 :: [aarch64] #200 bcc.git 0.25.0-alt1: build start
2023-Jun-16 07:31:49 :: [ppc64le] #100 RTags.git RTags-2.41-alt3: build OK
2023-Jun-16 07:31:50 :: [ppc64le] #200 bcc.git 0.25.0-alt1: build start
[x86_64] + time qemu-system-x86_64 -M accel=kvm:tcg -m 497741 -smp cores=32 -serial mon:stdio -nodefaults -nographic -no-reboot -fsdev local,id=root,path=/,security_model=none,multidevs=remap -device virtio-9p-pci,fsdev=root,mount_tag=virtio-9p:/ -device virtio-rng-pci -kernel /boot/vmlinuz-6.3.8-un-def-alt1 -initrd /usr/src/tmp/initramfs-6.3.8-un-def-alt1.img -sandbox on,spawn=deny -bios bios.bin -append 'console=ttyS0 mitigations=off nokaslr quiet panic=-1 SCRIPT=/usr/src/tmp/vm.UkXVGHJKop no_timer_check'
[x86_64] /virtual/main.c:74:22: error: incompatible integer to pointer conversion initializing 'struct task_struct *' with an expression of type 'unsigned long' [-Wint-conversion]
[x86_64]  struct task_struct *prev = ctx->di;
[x86_64] /virtual/main.c:80:121: error: incompatible integer to pointer conversion passing 'u64' (aka 'unsigned long long') to parameter of type 'const void *' [-Wint-conversion]
[x86_64]     u32 prev_pid = ({ typeof(pid_t) _val; __builtin_memset(&_val, 0, sizeof(_val)); bpf_probe_read(&_val, sizeof(_val), (u64)&prev->pid); _val; });
[x86_64] /virtual/main.c:81:122: error: incompatible integer to pointer conversion passing 'u64' (aka 'unsigned long long') to parameter of type 'const void *' [-Wint-conversion]
[x86_64]     u32 prev_tgid = ({ typeof(pid_t) _val; __builtin_memset(&_val, 0, sizeof(_val)); bpf_probe_read(&_val, sizeof(_val), (u64)&prev->tgid); _val; });
2023-Jun-16 07:31:59 :: [x86_64] bcc.git 0.25.0-alt1: remote: build failed
2023-Jun-16 07:31:59 :: [x86_64] #200 bcc.git 0.25.0-alt1: build FAILED
2023-Jun-16 07:31:59 :: [x86_64] requesting cancellation of task processing
2023-Jun-16 07:32:01 :: [armh] #100 RTags.git RTags-2.41-alt3: build OK
2023-Jun-16 07:32:01 :: [armh] task processing CANCELLED
[aarch64] + time qemu-system-aarch64 -M accel=kvm:tcg -m 4096 -smp cores=8 -serial mon:stdio -nodefaults -nographic -no-reboot -fsdev local,id=root,path=/,security_model=none,multidevs=remap -device virtio-9p-pci,fsdev=root,mount_tag=virtio-9p:/ -device virtio-rng-pci -kernel /boot/vmlinuz-6.3.8-un-def-alt1 -initrd /usr/src/tmp/initramfs-6.3.8-un-def-alt1.img -sandbox on,spawn=deny -M virt,gic-version=3 -cpu max -append 'console=ttyAMA0 mitigations=off nokaslr quiet panic=-1 SCRIPT=/usr/src/tmp/vm.BAqQLavZH3'
[aarch64] /virtual/main.c:74:22: error: incompatible integer to pointer conversion initializing 'struct task_struct *' with an expression of type 'u64' (aka 'unsigned long long') [-Wint-conversion]
[aarch64]  struct task_struct *prev = ctx->regs[0];
[aarch64] /virtual/main.c:80:121: error: incompatible integer to pointer conversion passing 'u64' (aka 'unsigned long long') to parameter of type 'const void *' [-Wint-conversion]
[aarch64]     u32 prev_pid = ({ typeof(pid_t) _val; __builtin_memset(&_val, 0, sizeof(_val)); bpf_probe_read(&_val, sizeof(_val), (u64)&prev->pid); _val; });
[aarch64] /virtual/main.c:81:122: error: incompatible integer to pointer conversion passing 'u64' (aka 'unsigned long long') to parameter of type 'const void *' [-Wint-conversion]
[aarch64]     u32 prev_tgid = ({ typeof(pid_t) _val; __builtin_memset(&_val, 0, sizeof(_val)); bpf_probe_read(&_val, sizeof(_val), (u64)&prev->tgid); _val; });
2023-Jun-16 07:35:08 :: [aarch64] bcc.git 0.25.0-alt1: remote: build failed
2023-Jun-16 07:35:08 :: [aarch64] #200 bcc.git 0.25.0-alt1: build FAILED
2023-Jun-16 07:35:44 :: [i586] #500 gnome-builder-44.2-alt1.src.rpm: build OK
2023-Jun-16 07:35:44 :: [i586] task processing CANCELLED
[ppc64le] #1 SMP Wed Jun 1[    0.102983] vas: API is supported only with radix page tables
[ppc64le] /virtual/main.c:74:22: error: incompatible integer to pointer conversion initializing 'struct task_struct *' with an expression of type 'unsigned long' [-Wint-conversion]
[ppc64le]  struct task_struct *prev = ctx->gpr[3];
[ppc64le] /virtual/main.c:80:121: error: incompatible integer to pointer conversion passing 'u64' (aka 'unsigned long long') to parameter of type 'const void *' [-Wint-conversion]
[ppc64le]     u32 prev_pid = ({ typeof(pid_t) _val; __builtin_memset(&_val, 0, sizeof(_val)); bpf_probe_read(&_val, sizeof(_val), (u64)&prev->pid); _val; });
[ppc64le] /virtual/main.c:81:122: error: incompatible integer to pointer conversion passing 'u64' (aka 'unsigned long long') to parameter of type 'const void *' [-Wint-conversion]
[ppc64le]     u32 prev_tgid = ({ typeof(pid_t) _val; __builtin_memset(&_val, 0, sizeof(_val)); bpf_probe_read(&_val, sizeof(_val), (u64)&prev->tgid); _val; });
2023-Jun-16 07:35:45 :: [ppc64le] bcc.git 0.25.0-alt1: remote: build failed
2023-Jun-16 07:35:45 :: [ppc64le] #200 bcc.git 0.25.0-alt1: build FAILED
2023-Jun-16 07:31:59 :: [x86_64] build FAILED
2023-Jun-16 07:32:01 :: [armh] build FAILED
2023-Jun-16 07:35:08 :: [aarch64] build FAILED
2023-Jun-16 07:35:44 :: [i586] build FAILED
2023-Jun-16 07:35:45 :: [ppc64le] build FAILED
2023-Jun-16 07:35:45 :: task #323133 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list