public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jesus Checa Hidalgo <jchecahi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust] f44: rpminspect.yaml: disable doc inspection
Date: Sat, 05 Sep 2026 05:46:56 GMT	[thread overview]
Message-ID: <178858721645.1.13481531740519351007.rpms-rust-77c09d518a42@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust
            Branch : f44
            Commit : 77c09d518a42ecbdfd98b484a48e3fefbd74e420
            Author : Jesus Checa Hidalgo <jchecahi@redhat.com>
            Date   : 2026-08-31T08:56:48+02:00
            Stats  : +5/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust/c/77c09d518a42ecbdfd98b484a48e3fefbd74e420?branch=f44

            Log:
            rpminspect.yaml: disable doc inspection

The doc inspection performs a diff file-by-file and if there are
changes, raise an INFO event with the diff output.
Rust doc consists on over 60k html files, most of them containing
the rust NVR.

The doc inspection is raising a no-value INFO entry for most HTML
files for this NVR change. This is also generating report files
over 1.6GB in size, which ends up crashing the GitLab pipeline jobs.

In the case of Fedora and Bodhi, this does not crash but the giant
file makes it impossible for the viewier to render the results.

Disable the inspection to prevent the crashes.

---
diff --git a/rpminspect.yaml b/rpminspect.yaml
index ae867f2..efd8ba1 100644
--- a/rpminspect.yaml
+++ b/rpminspect.yaml
@@ -8,6 +8,11 @@ debuginfo:
         - /usr/lib/debug/usr/bin/*.i386.debug
         - /usr/lib/debug/usr/libexec/*.i386.debug
 
+doc:
+    # Doc inspection generates massive output which crash RHEL CI
+    ignore:
+        - /usr/share/doc/rust/html/*
+
 unicode:
     ignore:
         # These files are known to contain forbidden unicode chars as

                 reply	other threads:[~2026-09-05  5:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178858721645.1.13481531740519351007.rpms-rust-77c09d518a42@fedoraproject.org \
    --to=jchecahi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox