libvirt List Archives
Sign In
Sign Up
Manage this list
Sign In
Sign Up
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
CI
Thread
Start a new thread
Download
Threads by
month
----- 2026 -----
March
February
January
----- 2025 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2024 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2023 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2022 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2021 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2020 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2019 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2018 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2017 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2016 -----
December
November
October
September
August
July
ci@lists.libvirt.org
2 participants
9451 discussions
libvirt | Failed pipeline for master | 43a08812
by GitLab
23 Jun '24
23 Jun '24
Pipeline #1344031021 has failed! Project: libvirt (
https://gitlab.com/libvirt/libvirt
) Branch: master (
https://gitlab.com/libvirt/libvirt/-/commits/master
) Commit: 43a08812 (
https://gitlab.com/libvirt/libvirt/-/commit/43a0881274e632dc44fff9320357dc8…
) Commit Message: network: allow for forward dev to be a transien... Commit Author: Laine Stump (
https://gitlab.com/lainestump
) Pipeline #1344031021 (
https://gitlab.com/libvirt/libvirt/-/pipelines/1344031021
) triggered by Daniel P_ Berrangé (
https://gitlab.com/berrange
) had 2 failed jobs. Job #7165061294 (
https://gitlab.com/libvirt/libvirt/-/jobs/7165061294/raw
) Stage: integration_tests Name: fedora-39-tests Job #7165061291 (
https://gitlab.com/libvirt/libvirt/-/jobs/7165061291/raw
) Stage: integration_tests Name: centos-stream-9-tests -- You're receiving this email because of your account on
gitlab.com
.
1
0
0
0
New Defects reported by Coverity Scan for libvirt
by scan-admin@coverity.com
23 Jun '24
23 Jun '24
Hi, Please find the latest report on new defect(s) introduced to libvirt found with Coverity Scan. 82 new defect(s) introduced to libvirt found with Coverity Scan. 3 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 20 of 82 defect(s) ** CID 463071: (INTEGER_OVERFLOW) /src/util/virnetdevvportprofile.c: 897 in virNetDevVPortProfileGetNthParent() /src/util/virnetdevvportprofile.c: 897 in virNetDevVPortProfileGetNthParent() ________________________________________________________________________________________________________ *** CID 463071: (INTEGER_OVERFLOW) /src/util/virnetdevvportprofile.c: 897 in virNetDevVPortProfileGetNthParent() 891 end = true; 892 } 893 894 i++; 895 } 896 >>> CID 463071: (INTEGER_OVERFLOW) >>> Expression "i - 1UL", which is equal to 18446744073709551615, where "i" is known to be equal to 0, underflows the type that receives it, an unsigned integer 64 bits wide. 897 *nth = i - 1; 898 899 cleanup: 900 VIR_FREE(nlData); 901 return rc; 902 } /src/util/virnetdevvportprofile.c: 897 in virNetDevVPortProfileGetNthParent() 891 end = true; 892 } 893 894 i++; 895 } 896 >>> CID 463071: (INTEGER_OVERFLOW) >>> Expression "*nth", which is equal to 18446744073709551615, where "i - 1UL" is known to be equal to 18446744073709551615, overflows the type that receives it, an unsigned integer 32 bits wide. 897 *nth = i - 1; 898 899 cleanup: 900 VIR_FREE(nlData); 901 return rc; 902 } ** CID 463070: Insecure data handling (INTEGER_OVERFLOW) /tools/virsh-completer-checkpoint.c: 51 in virshCheckpointNameCompleter() ________________________________________________________________________________________________________ *** CID 463070: Insecure data handling (INTEGER_OVERFLOW) /tools/virsh-completer-checkpoint.c: 51 in virshCheckpointNameCompleter() 45 return NULL; 46 47 if ((ncheckpoints = virDomainListAllCheckpoints(dom, &checkpoints, 48 flags)) < 0) 49 goto error; 50 >>> CID 463070: Insecure data handling (INTEGER_OVERFLOW) >>> "__n", which might have overflowed, is passed to "g_malloc0_n(__n, __s)". 51 ret = g_new0(char *, ncheckpoints + 1); 52 53 for (i = 0; i < ncheckpoints; i++) { 54 const char *name = virDomainCheckpointGetName(checkpoints[i]); 55 56 ret[i] = g_strdup(name); ** CID 463069: (INTEGER_OVERFLOW) /tools/virsh-network.c: 857 in virshNetworkListCollect() /tools/virsh-network.c: 834 in virshNetworkListCollect() ________________________________________________________________________________________________________ *** CID 463069: (INTEGER_OVERFLOW) /tools/virsh-network.c: 857 in virshNetworkListCollect() 851 nInactiveNets) < 0) { 852 vshError(ctl, "%s", _("Failed to list inactive networks")); 853 goto cleanup; 854 } 855 } 856 >>> CID 463069: (INTEGER_OVERFLOW) >>> "__n", which might have overflowed, is passed to "g_malloc0_n(__n, __s)". 857 list->nets = g_new0(virNetworkPtr, nAllNets); 858 list->nnets = 0; 859 860 /* get active networks */ 861 for (i = 0; i < nActiveNets; i++) { 862 if (!(net = virNetworkLookupByName(priv->conn, names[i]))) /tools/virsh-network.c: 834 in virshNetworkListCollect() 828 829 nAllNets = nActiveNets + nInactiveNets; 830 831 if (nAllNets == 0) 832 return list; 833 >>> CID 463069: (INTEGER_OVERFLOW) >>> "__n", which might have overflowed, is passed to "g_malloc0_n(__n, __s)". 834 names = g_new0(char *, nAllNets); 835 836 /* Retrieve a list of active network names */ 837 if (!VSH_MATCH(VIR_CONNECT_LIST_NETWORKS_FILTERS_ACTIVE) || 838 VSH_MATCH(VIR_CONNECT_LIST_NETWORKS_ACTIVE)) { 839 if (virConnectListNetworks(priv->conn, ** CID 463068: Insecure data handling (INTEGER_OVERFLOW) /tools/virsh-interface.c: 256 in virshInterfaceListCollect() ________________________________________________________________________________________________________ *** CID 463068: Insecure data handling (INTEGER_OVERFLOW) /tools/virsh-interface.c: 256 in virshInterfaceListCollect() 250 if (nAllIfaces == 0) { 251 VIR_FREE(activeNames); 252 VIR_FREE(inactiveNames); 253 return list; 254 } 255 >>> CID 463068: Insecure data handling (INTEGER_OVERFLOW) >>> "__n", which might have overflowed, is passed to "g_malloc0_n(__n, __s)". 256 list->ifaces = g_new0(virInterfacePtr, nAllIfaces); 257 list->nifaces = 0; 258 259 /* get active interfaces */ 260 for (i = 0; i < nActiveIfaces; i++) { 261 if (!(iface = virInterfaceLookupByName(priv->conn, activeNames[i]))) { ** CID 463067: Insecure data handling (INTEGER_OVERFLOW) /src/util/virhostmem.c: 705 in virHostMemGetAvailable() ________________________________________________________________________________________________________ *** CID 463067: Insecure data handling (INTEGER_OVERFLOW) /src/util/virhostmem.c: 705 in virHostMemGetAvailable() 699 } 700 if ((pagesize = sysconf(_SC_PAGESIZE)) < 0) { 701 virReportSystemError(errno, "%s", 702 _("Unable to query memory page size")); 703 return 0; 704 } >>> CID 463067: Insecure data handling (INTEGER_OVERFLOW) >>> "(unsigned long long)pages * (unsigned long long)pagesize", which might have overflowed, is returned from the function. 705 return (unsigned long long)pages * (unsigned long long)pagesize; 706 #elif defined WIN32 707 PFN_MS_EX pfnex; 708 HMODULE h = GetModuleHandle("kernel32.dll"); 709 710 if (!h) { ** CID 463066: Null pointer dereferences (FORWARD_NULL) /src/conf/virinterfaceobj.c: 327 in virInterfaceObjListExport() ________________________________________________________________________________________________________ *** CID 463066: Null pointer dereferences (FORWARD_NULL) /src/conf/virinterfaceobj.c: 327 in virInterfaceObjListExport() 321 if (data.error) 322 goto cleanup; 323 324 if (data.ifaces) { 325 /* trim the array to the final size */ 326 VIR_REALLOC_N(data.ifaces, data.nifaces + 1); >>> CID 463066: Null pointer dereferences (FORWARD_NULL) >>> Dereferencing null pointer "ifaces". 327 *ifaces = g_steal_pointer(&data.ifaces); 328 } 329 330 ret = data.nifaces; 331 cleanup: 332 virObjectRWUnlock(ifaceobjs); ** CID 463065: Insecure data handling (INTEGER_OVERFLOW) /src/lxc/lxc_process.c: 1037 in virLXCProcessReadLogOutputData() ________________________________________________________________________________________________________ *** CID 463065: Insecure data handling (INTEGER_OVERFLOW) /src/lxc/lxc_process.c: 1037 in virLXCProcessReadLogOutputData() 1031 1032 /* Filter out debug messages from intermediate libvirt process */ 1033 filtered = false; 1034 while ((eol = strchr(filter_next, '\n'))) { 1035 *eol = '\0'; 1036 if (virLXCProcessIgnorableLogLine(filter_next)) { >>> CID 463065: Insecure data handling (INTEGER_OVERFLOW) >>> "got - (eol - buf)", which might have underflowed, is passed to "memmove(filter_next, eol + 1, got - (eol - buf))". [Note: The source code implementation of the function has been overridden by a builtin model.] 1037 memmove(filter_next, eol + 1, got - (eol - buf)); 1038 got -= eol + 1 - filter_next; 1039 filtered = true; 1040 } else { 1041 filter_next = eol + 1; 1042 *eol = '\n'; ** CID 463064: Insecure data handling (INTEGER_OVERFLOW) ________________________________________________________________________________________________________ *** CID 463064: Insecure data handling (INTEGER_OVERFLOW) /tools/virsh-util.c: 206 in virshStreamSkip() 200 buf = g_new0(char, buflen); 201 202 while (offset) { 203 size_t count = MIN(offset, buflen); 204 ssize_t r; 205 >>> CID 463064: Insecure data handling (INTEGER_OVERFLOW) >>> "count", which might be negative, is passed to "safewrite(cbData->fd, buf, count)". 206 if ((r = safewrite(cbData->fd, buf, count)) < 0) 207 return -1; 208 209 offset -= r; 210 } 211 } else { ** CID 463063: Concurrent data access violations (MISSING_LOCK) /src/node_device/node_device_udev.c: 2115 in processNodeStateInitializeEnumerate() ________________________________________________________________________________________________________ *** CID 463063: Concurrent data access violations (MISSING_LOCK) /src/node_device/node_device_udev.c: 2115 in processNodeStateInitializeEnumerate() 2109 2110 error: 2111 VIR_WITH_OBJECT_LOCK_GUARD(priv) { 2112 ignore_value(virEventRemoveHandle(priv->watch)); 2113 priv->watch = -1; 2114 priv->udevThreadQuit = true; >>> CID 463063: Concurrent data access violations (MISSING_LOCK) >>> Accessing "priv->udevThreadCond" without holding lock "virMutex.lock". Elsewhere, "_udevEventData.udevThreadCond" is written to with "virMutex.lock" held 1 out of 1 times. 2115 virCondSignal(&priv->udevThreadCond); 2116 } 2117 2118 goto cleanup; 2119 } 2120 ** CID 463062: (INTEGER_OVERFLOW) /src/storage/storage_util.c: 358 in createRawFile() ________________________________________________________________________________________________________ *** CID 463062: (INTEGER_OVERFLOW) /src/storage/storage_util.c: 358 in createRawFile() 352 * but fallocate failed, fill the rest with zeroes. 353 */ 354 pos = inputvol->target.capacity - remain; 355 } 356 357 if (need_alloc && (vol->target.allocation - pos > 0)) { >>> CID 463062: (INTEGER_OVERFLOW) >>> "vol->target.allocation - pos", which might be negative, is passed to "safezero(fd, pos, vol->target.allocation - pos)". 358 if (safezero(fd, pos, vol->target.allocation - pos) < 0) { 359 virReportSystemError(errno, _("cannot fill file '%1$s'"), 360 vol->target.path); 361 return -1; 362 } 363 } /src/storage/storage_util.c: 358 in createRawFile() 352 * but fallocate failed, fill the rest with zeroes. 353 */ 354 pos = inputvol->target.capacity - remain; 355 } 356 357 if (need_alloc && (vol->target.allocation - pos > 0)) { >>> CID 463062: (INTEGER_OVERFLOW) >>> The cast of "pos" to a signed type could result in a negative number. 358 if (safezero(fd, pos, vol->target.allocation - pos) < 0) { 359 virReportSystemError(errno, _("cannot fill file '%1$s'"), 360 vol->target.path); 361 return -1; 362 } 363 } ** CID 463061: Integer handling issues (INTEGER_OVERFLOW) /tools/wireshark/src/packet-libvirt.c: 295 in find_payload_dissector() ________________________________________________________________________________________________________ *** CID 463061: Integer handling issues (INTEGER_OVERFLOW) /tools/wireshark/src/packet-libvirt.c: 295 in find_payload_dissector() 289 if (proc < first || proc > last) 290 return NULL; 291 292 pd = &pds[proc-first]; 293 /* There is no guarantee to proc numbers has no gap */ 294 if (pd->proc != proc) { >>> CID 463061: Integer handling issues (INTEGER_OVERFLOW) >>> Expression "direction", which is equal to -1, where "(pd->proc < proc) ? 1 : -1" is known to be equal to -1, overflows the type that receives it, an unsigned integer 32 bits wide. 295 direction = (pd->proc < proc) ? 1 : -1; 296 while (pd->proc != proc) { 297 if (pd->proc == first || pd->proc == last) 298 return NULL; 299 pd += direction; 300 } ** CID 463060: Insecure data handling (INTEGER_OVERFLOW) /src/conf/virdomainsnapshotobjlist.c: 293 in virDomainListSnapshots() ________________________________________________________________________________________________________ *** CID 463060: Insecure data handling (INTEGER_OVERFLOW) /src/conf/virdomainsnapshotobjlist.c: 293 in virDomainListSnapshots() 287 int ret = -1; 288 size_t i; 289 290 if (!snaps || count < 0) 291 return count; 292 names = g_new0(char *, count); >>> CID 463060: Insecure data handling (INTEGER_OVERFLOW) >>> "__n", which might have overflowed, is passed to "g_malloc0_n(__n, __s)". 293 list = g_new0(virDomainSnapshotPtr, count + 1); 294 295 if (virDomainSnapshotObjListGetNames(snapshots, from, names, count, 296 flags) < 0) 297 goto cleanup; 298 for (i = 0; i < count; i++) ** CID 463059: (INTEGER_OVERFLOW) /src/util/virstring.c: 630 in virStringSearch() /src/util/virstring.c: 616 in virStringSearch() ________________________________________________________________________________________________________ *** CID 463059: (INTEGER_OVERFLOW) /src/util/virstring.c: 630 in virStringSearch() 624 VIR_EXPAND_N(*matches, nmatches, 1); 625 626 match = g_match_info_fetch(info, 1); 627 628 VIR_DEBUG("Got '%s'", match); 629 >>> CID 463059: (INTEGER_OVERFLOW) >>> Expression "nmatches - 2UL", which is equal to 18446744073709551614, where "nmatches" is known to be equal to 0, underflows the type that receives it, an unsigned integer 64 bits wide. 630 (*matches)[nmatches-2] = match; 631 632 g_match_info_fetch_pos(info, 1, NULL, &endpos); 633 str += endpos; 634 } 635 /src/util/virstring.c: 616 in virStringSearch() 610 611 /* '*matches' must always be NULL terminated in every iteration 612 * of the loop, so start by allocating 1 element 613 */ 614 VIR_EXPAND_N(*matches, nmatches, 1); 615 >>> CID 463059: (INTEGER_OVERFLOW) >>> Expression "nmatches - 1UL", which is equal to 18446744073709551615, where "nmatches" is known to be equal to 0, underflows the type that receives it, an unsigned integer 64 bits wide. 616 while ((nmatches - 1) < max_matches) { 617 g_autoptr(GMatchInfo) info = NULL; 618 char *match; 619 int endpos; 620 621 if (!g_regex_match(regex, str, 0, &info)) ** CID 463058: Insecure data handling (INTEGER_OVERFLOW) /tools/virsh-completer-interface.c: 52 in virshInterfaceStringHelper() ________________________________________________________________________________________________________ *** CID 463058: Insecure data handling (INTEGER_OVERFLOW) /tools/virsh-completer-interface.c: 52 in virshInterfaceStringHelper() 46 if (!priv->conn || virConnectIsAlive(priv->conn) <= 0) 47 return NULL; 48 49 if ((nifaces = virConnectListAllInterfaces(priv->conn, &ifaces, flags)) < 0) 50 return NULL; 51 >>> CID 463058: Insecure data handling (INTEGER_OVERFLOW) >>> "__n", which might have overflowed, is passed to "g_malloc0_n(__n, __s)". 52 tmp = g_new0(char *, nifaces + 1); 53 54 for (i = 0; i < nifaces; i++) { 55 const char *name = (cb)(ifaces[i]); 56 57 tmp[i] = g_strdup(name); ** CID 463057: Resource leaks (RESOURCE_LEAK) /tests/qemufirmwaretest.c: 74 in testParseFailureFW() ________________________________________________________________________________________________________ *** CID 463057: Resource leaks (RESOURCE_LEAK) /tests/qemufirmwaretest.c: 74 in testParseFailureFW() 68 g_autofree char *inpath = NULL; 69 70 inpath = g_strdup_printf("%s/qemufirmwaredata/%s", abs_srcdir, filename); 71 72 /* This is a negative test case, so if the file was parsed 73 * successfully we need to report a failure */ >>> CID 463057: Resource leaks (RESOURCE_LEAK) >>> Failing to save or free storage allocated by "qemuFirmwareParse(inpath)" leaks it. 74 if (qemuFirmwareParse(inpath)) 75 return -1; 76 77 return 0; 78 } 79 ** CID 463056: Integer handling issues (INTEGER_OVERFLOW) /src/security/security_util.c: 322 in virSecurityGetRememberedLabel() ________________________________________________________________________________________________________ *** CID 463056: Integer handling issues (INTEGER_OVERFLOW) /src/security/security_util.c: 322 in virSecurityGetRememberedLabel() 316 value, path); 317 return -1; 318 } 319 320 VIR_FREE(value); 321 >>> CID 463056: Integer handling issues (INTEGER_OVERFLOW) >>> Expression "refcount--", which is equal to 4294967295, where "refcount" is known to be equal to 0, underflows the type that receives it, an unsigned integer 32 bits wide. 322 refcount--; 323 324 if (refcount > 0) { 325 value = g_strdup_printf("%u", refcount); 326 327 if (virFileSetXAttr(path, ref_name, value) < 0) ** CID 463055: Insecure data handling (INTEGER_OVERFLOW) /tools/virsh-domain.c: 6774 in cmdVcpuinfo() ________________________________________________________________________________________________________ *** CID 463055: Insecure data handling (INTEGER_OVERFLOW) /tools/virsh-domain.c: 6774 in cmdVcpuinfo() 6768 6769 if (virDomainGetInfo(dom, &info) != 0) 6770 return false; 6771 6772 cpuinfo = g_new0(virVcpuInfo, info.nrVirtCpu); 6773 cpumaplen = VIR_CPU_MAPLEN(maxcpu); >>> CID 463055: Insecure data handling (INTEGER_OVERFLOW) >>> "__n", which might have underflowed, is passed to "g_malloc0(__n)". 6774 cpumaps = g_new0(unsigned char, info.nrVirtCpu * cpumaplen); 6775 6776 if ((ncpus = virDomainGetVcpus(dom, 6777 cpuinfo, info.nrVirtCpu, 6778 cpumaps, cpumaplen)) < 0) { 6779 if (info.state != VIR_DOMAIN_SHUTOFF) ** CID 463054: Insecure data handling (INTEGER_OVERFLOW) /tools/virsh-completer-domain.c: 71 in virshDomainNameCompleter() ________________________________________________________________________________________________________ *** CID 463054: Insecure data handling (INTEGER_OVERFLOW) /tools/virsh-completer-domain.c: 71 in virshDomainNameCompleter() 65 if (!priv->conn || virConnectIsAlive(priv->conn) <= 0) 66 return NULL; 67 68 if ((ndomains = virConnectListAllDomains(priv->conn, &domains, flags)) < 0) 69 return NULL; 70 >>> CID 463054: Insecure data handling (INTEGER_OVERFLOW) >>> "__n", which might have overflowed, is passed to "g_malloc0_n(__n, __s)". 71 tmp = g_new0(char *, ndomains + 1); 72 73 for (i = 0; i < ndomains; i++) { 74 const char *name = virDomainGetName(domains[i]); 75 76 tmp[i] = g_strdup(name); ** CID 463053: Insecure data handling (INTEGER_OVERFLOW) /src/util/virfdstream.c: 984 in virFDStreamRead() ________________________________________________________________________________________________________ *** CID 463053: Insecure data handling (INTEGER_OVERFLOW) /src/util/virfdstream.c: 984 in virFDStreamRead() 978 979 if (fdst->length) 980 fdst->offset += ret; 981 982 cleanup: 983 virObjectUnlock(fdst); >>> CID 463053: Insecure data handling (INTEGER_OVERFLOW) >>> "ret", which might have overflowed, is returned from the function. 984 return ret; 985 } 986 987 988 static int 989 virFDStreamSendHole(virStreamPtr st, ** CID 463052: Null pointer dereferences (FORWARD_NULL) /src/conf/virnodedeviceobj.c: 997 in virNodeDeviceObjListExport() ________________________________________________________________________________________________________ *** CID 463052: Null pointer dereferences (FORWARD_NULL) /src/conf/virnodedeviceobj.c: 997 in virNodeDeviceObjListExport() 991 992 if (data.error) 993 goto cleanup; 994 995 if (data.devices) { 996 VIR_REALLOC_N(data.devices, data.ndevices + 1); >>> CID 463052: Null pointer dereferences (FORWARD_NULL) >>> Dereferencing null pointer "devices". 997 *devices = data.devices; 998 } 999 1000 return data.ndevices; 1001 1002 cleanup: ________________________________________________________________________________________________________ To view the defects in Coverity Scan visit,
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2…
1
0
0
0
libvirt-console-proxy | Failed pipeline for master | 9dff734a
by GitLab
22 Jun '24
22 Jun '24
Pipeline #1343727518 has failed! Project: libvirt-console-proxy (
https://gitlab.com/libvirt/libvirt-console-proxy
) Branch: master (
https://gitlab.com/libvirt/libvirt-console-proxy/-/commits/master
) Commit: 9dff734a (
https://gitlab.com/libvirt/libvirt-console-proxy/-/commit/9dff734a85d6f4b59…
) Commit Message: ci: lcitool: Maintain project package deps list... Commit Author: Erik Skultety (
https://gitlab.com/eskultety-rh
) Pipeline #1343727518 (
https://gitlab.com/libvirt/libvirt-console-proxy/-/pipelines/1343727518
) triggered by Daniel P_ Berrangé (
https://gitlab.com/berrange
) had 1 failed job. Job #7164027846 (
https://gitlab.com/libvirt/libvirt-console-proxy/-/jobs/7164027846/raw
) Stage: builds Name: x86_64-almalinux-8-git-prebuilt-env -- You're receiving this email because of your account on
gitlab.com
.
1
0
0
0
libvirt-go-xml-module | Failed pipeline for master | ab05346e
by GitLab
22 Jun '24
22 Jun '24
Pipeline #1343608386 has failed! Project: libvirt-go-xml-module (
https://gitlab.com/libvirt/libvirt-go-xml-module
) Branch: master (
https://gitlab.com/libvirt/libvirt-go-xml-module/-/commits/master
) Commit: ab05346e (
https://gitlab.com/libvirt/libvirt-go-xml-module/-/commit/ab05346e7d219f62a…
) Commit Message: Add virtio driver options to domain sound devic... Commit Author: Daniel P_ Berrangé (
https://gitlab.com/berrange
) Pipeline #1343608386 (
https://gitlab.com/libvirt/libvirt-go-xml-module/-/pipelines/1343608386
) triggered by Daniel P_ Berrangé (
https://gitlab.com/berrange
) had 2 failed jobs. Job #7163631843 (
https://gitlab.com/libvirt/libvirt-go-xml-module/-/jobs/7163631843/raw
) Stage: build Name: go_1_11 Job #7163631845 (
https://gitlab.com/libvirt/libvirt-go-xml-module/-/jobs/7163631845/raw
) Stage: build Name: go_1_16 -- You're receiving this email because of your account on
gitlab.com
.
1
0
0
0
libvirt | Failed pipeline for master | 43a08812
by GitLab
22 Jun '24
22 Jun '24
Pipeline #1343084835 has failed! Project: libvirt (
https://gitlab.com/libvirt/libvirt
) Branch: master (
https://gitlab.com/libvirt/libvirt/-/commits/master
) Commit: 43a08812 (
https://gitlab.com/libvirt/libvirt/-/commit/43a0881274e632dc44fff9320357dc8…
) Commit Message: network: allow for forward dev to be a transien... Commit Author: Laine Stump (
https://gitlab.com/lainestump
) Pipeline #1343084835 (
https://gitlab.com/libvirt/libvirt/-/pipelines/1343084835
) triggered by Daniel P_ Berrangé (
https://gitlab.com/berrange
) had 2 failed jobs. Job #7161843261 (
https://gitlab.com/libvirt/libvirt/-/jobs/7161843261/raw
) Stage: integration_tests Name: centos-stream-9-tests Job #7161843263 (
https://gitlab.com/libvirt/libvirt/-/jobs/7161843263/raw
) Stage: integration_tests Name: fedora-39-tests -- You're receiving this email because of your account on
gitlab.com
.
1
0
0
0
libvirt-console-proxy | Failed pipeline for master | 9dff734a
by GitLab
21 Jun '24
21 Jun '24
Pipeline #1342708738 has failed! Project: libvirt-console-proxy (
https://gitlab.com/libvirt/libvirt-console-proxy
) Branch: master (
https://gitlab.com/libvirt/libvirt-console-proxy/-/commits/master
) Commit: 9dff734a (
https://gitlab.com/libvirt/libvirt-console-proxy/-/commit/9dff734a85d6f4b59…
) Commit Message: ci: lcitool: Maintain project package deps list... Commit Author: Erik Skultety (
https://gitlab.com/eskultety-rh
) Pipeline #1342708738 (
https://gitlab.com/libvirt/libvirt-console-proxy/-/pipelines/1342708738
) triggered by Daniel P_ Berrangé (
https://gitlab.com/berrange
) had 1 failed job. Job #7159324742 (
https://gitlab.com/libvirt/libvirt-console-proxy/-/jobs/7159324742/raw
) Stage: builds Name: x86_64-almalinux-8-git-prebuilt-env -- You're receiving this email because of your account on
gitlab.com
.
1
0
0
0
libvirt-go-xml-module | Failed pipeline for master | ab05346e
by GitLab
21 Jun '24
21 Jun '24
Pipeline #1342467649 has failed! Project: libvirt-go-xml-module (
https://gitlab.com/libvirt/libvirt-go-xml-module
) Branch: master (
https://gitlab.com/libvirt/libvirt-go-xml-module/-/commits/master
) Commit: ab05346e (
https://gitlab.com/libvirt/libvirt-go-xml-module/-/commit/ab05346e7d219f62a…
) Commit Message: Add virtio driver options to domain sound devic... Commit Author: Daniel P_ Berrangé (
https://gitlab.com/berrange
) Pipeline #1342467649 (
https://gitlab.com/libvirt/libvirt-go-xml-module/-/pipelines/1342467649
) triggered by Daniel P_ Berrangé (
https://gitlab.com/berrange
) had 2 failed jobs. Job #7157772730 (
https://gitlab.com/libvirt/libvirt-go-xml-module/-/jobs/7157772730/raw
) Stage: build Name: go_1_11 Job #7157772731 (
https://gitlab.com/libvirt/libvirt-go-xml-module/-/jobs/7157772731/raw
) Stage: build Name: go_1_16 -- You're receiving this email because of your account on
gitlab.com
.
1
0
0
0
libvirt | Successful pipeline for master | 43a08812
by GitLab
21 Jun '24
21 Jun '24
Pipeline #1342009455 has passed! Project: libvirt (
https://gitlab.com/libvirt/libvirt
) Branch: master (
https://gitlab.com/libvirt/libvirt/-/commits/master
) Commit: 43a08812 (
https://gitlab.com/libvirt/libvirt/-/commit/43a0881274e632dc44fff9320357dc8…
) Commit Message: network: allow for forward dev to be a transien... Commit Author: Laine Stump (
https://gitlab.com/lainestump
) Pipeline #1342009455 (
https://gitlab.com/libvirt/libvirt/-/pipelines/1342009455
) triggered by Laine Stump (
https://gitlab.com/lainestump
) successfully completed 55 jobs in 4 stages. -- You're receiving this email because of your account on
gitlab.com
.
1
0
0
0
libvirt | Successful pipeline for master | da082e59
by GitLab
21 Jun '24
21 Jun '24
Pipeline #1341817518 has passed! Project: libvirt (
https://gitlab.com/libvirt/libvirt
) Branch: master (
https://gitlab.com/libvirt/libvirt/-/commits/master
) Commit: da082e59 (
https://gitlab.com/libvirt/libvirt/-/commit/da082e5927599e5939bcb61bf30f485…
) Commit Message: domain_validate: Add missing 'break' in virDoma... Commit Author: Michal Privoznik (
https://gitlab.com/mprivozn
) Pipeline #1341817518 (
https://gitlab.com/libvirt/libvirt/-/pipelines/1341817518
) triggered by Michal Prívozník (
https://gitlab.com/MichalPrivoznik
) successfully completed 55 jobs in 4 stages. -- You're receiving this email because of your account on
gitlab.com
.
1
0
0
0
libvirt | Failed pipeline for master | 58b52199
by GitLab
21 Jun '24
21 Jun '24
Pipeline #1341776121 has failed! Project: libvirt (
https://gitlab.com/libvirt/libvirt
) Branch: master (
https://gitlab.com/libvirt/libvirt/-/commits/master
) Commit: 58b52199 (
https://gitlab.com/libvirt/libvirt/-/commit/58b5219961485fd2ff02343dfb17c9f…
) Commit Message: qemu_firmware: Pick the right firmware for SEV-... Commit Author: Michal Privoznik (
https://gitlab.com/mprivozn
) Pipeline #1341776121 (
https://gitlab.com/libvirt/libvirt/-/pipelines/1341776121
) triggered by Michal Prívozník (
https://gitlab.com/MichalPrivoznik
) had 8 failed jobs. Job #7153389228 (
https://gitlab.com/libvirt/libvirt/-/jobs/7153389228/raw
) Stage: builds Name: x86_64-almalinux-9-clang Job #7153389257 (
https://gitlab.com/libvirt/libvirt/-/jobs/7153389257/raw
) Stage: builds Name: x86_64-opensuse-leap-15 Job #7153389254 (
https://gitlab.com/libvirt/libvirt/-/jobs/7153389254/raw
) Stage: builds Name: x86_64-fedora-rawhide-clang Job #7153389719 (
https://gitlab.com/libvirt/libvirt/-/jobs/7153389719/raw
) Stage: builds Name: aarch64-macos-13 Job #7153389266 (
https://gitlab.com/libvirt/libvirt/-/jobs/7153389266/raw
) Stage: builds Name: x86_64-ubuntu-2404-clang Job #7153389723 (
https://gitlab.com/libvirt/libvirt/-/jobs/7153389723/raw
) Stage: builds Name: aarch64-macos-14 Job #7153389716 (
https://gitlab.com/libvirt/libvirt/-/jobs/7153389716/raw
) Stage: builds Name: x86_64-freebsd-14 Job #7153389713 (
https://gitlab.com/libvirt/libvirt/-/jobs/7153389713/raw
) Stage: builds Name: x86_64-freebsd-13 -- You're receiving this email because of your account on
gitlab.com
.
1
0
0
0
← Newer
1
...
279
280
281
282
283
284
285
...
946
Older →
Jump to page:
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
Results per page:
10
25
50
100
200