summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/socket/1925449
blob: 70efdf848deb297dc063f0bbd6d1d75c920625ed (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
socket: 0.955
kernel: 0.919
device: 0.889
vnc: 0.877
ppc: 0.864
x86: 0.859
network: 0.848
PID: 0.831
architecture: 0.803
performance: 0.757
permissions: 0.757
register: 0.749
arm: 0.723
hypervisor: 0.714
boot: 0.704
files: 0.673
TCG: 0.637
VMM: 0.630
graphic: 0.607
peripherals: 0.520
user-level: 0.510
risc-v: 0.493
debug: 0.479
mistranslation: 0.472
assembly: 0.400
i386: 0.348
semantic: 0.292
KVM: 0.291
virtual: 0.265

Failure building with clang-10 and libssh 

On Fedora 32, configuring with --enable-libssh and building with clang:

qemu 5.2.94

  Compilation
    host CPU                     : x86_64
    host endianness              : little
    C compiler                   : clang-10
    Host C compiler              : clang-10

  Dependencies
    libssh support               : YES

triggers:

FAILED: libblock.fa.p/block_ssh.c.o 
block/ssh.c:349:13: error: 'ssh_is_server_known' is deprecated [-Werror,-Wdeprecated-declarations]
    state = ssh_is_server_known(s->session);
            ^
/usr/include/libssh/libssh.h:546:1: note: 'ssh_is_server_known' has been explicitly marked deprecated here
SSH_DEPRECATED LIBSSH_API int ssh_is_server_known(ssh_session session);
^
/usr/include/libssh/libssh.h:84:40: note: expanded from macro 'SSH_DEPRECATED'
#define SSH_DEPRECATED __attribute__ ((deprecated))
                                       ^
block/ssh.c:444:9: error: 'ssh_get_publickey' is deprecated [-Werror,-Wdeprecated-declarations]
    r = ssh_get_publickey(s->session, &pubkey);
        ^
/usr/include/libssh/libssh.h:543:1: note: 'ssh_get_publickey' has been explicitly marked deprecated here
SSH_DEPRECATED LIBSSH_API int ssh_get_publickey(ssh_session session, ssh_key *key);
^
/usr/include/libssh/libssh.h:84:40: note: expanded from macro 'SSH_DEPRECATED'
#define SSH_DEPRECATED __attribute__ ((deprecated))
                                       ^
2 errors generated.


This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'invalid' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/234