summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/none/2785
blob: 17901ecc1625f313d63ba1c270109e595d73dd6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
graphic: 0.619
device: 0.561
PID: 0.541
permissions: 0.480
user-level: 0.469
semantic: 0.444
performance: 0.436
files: 0.413
socket: 0.392
network: 0.349
architecture: 0.313
mistranslation: 0.304
ppc: 0.297
register: 0.277
vnc: 0.272
arm: 0.272
debug: 0.271
TCG: 0.270
risc-v: 0.256
i386: 0.244
peripherals: 0.239
VMM: 0.232
hypervisor: 0.230
x86: 0.214
boot: 0.210
kernel: 0.210
KVM: 0.201
virtual: 0.181
assembly: 0.125

Cannot build qemu after the latest addition of NBD docs
Description of problem:
```
[5584/5962] Generating docs/QEMU manual with a custom command
FAILED: docs/docs.stamp
"C:\msys64\usr\bin/env.EXE" "CONFDIR=etc/" "C:/msys64/home/user/qemu/build/pyvenv/bin/sphinx-build.exe" "-q" "-W" "-Dkerneldoc_werror=1" "-j" "auto" "-Dversion=9.2.50" "-Drelease=" "-Ddepfile=docs/docs.d" "-Ddepfile_stamp=docs/docs.stamp" "-b" "html" "-d" "C:/msys64/home/user/qemu/build/docs/manual.p" "C:/msys64/home/user/qemu/docs" "C:/msys64/home/user/qemu/build/docs/manual"
C:/msys64/home/user/qemu/docs/system/qemu-block-drivers.rst.inc:506: WARNING: duplicate label nbd, other instance in C:/msys64/home/user/qemu/docs/system/images.rst
[5593/5962] Compiling C object tests/qtest/ide-test.exe.p/ide-test.c.obj
ninja: build stopped: subcommand failed.
```
Steps to reproduce:
1.meson compile
2.
3.
Additional information:
excluding NBD from the build targets allows successful compilation