rivet-4.1.0: testAnalysis: testAnalysis.cc:32: int main(): Assertion `ana.year() == "1234"' failed.

======================================
   Rivet 4.1.0: test/test-suite.log
======================================

# TOTAL: 12
# PASS:  11
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

System information (uname -a): Linux 6.12.16-gentoo-dist #1 SMP PREEMPT_DYNAMIC Fri Feb 28 23:25:46 CET 2025 x86_64 AMD Ryzen 7 PRO 5875U with Radeon Graphics AuthenticAMD
Distribution information (/etc/os-release):
NAME=Gentoo
ID=gentoo
PRETTY_NAME="Gentoo Linux"
ANSI_COLOR="1;32"
HOME_URL="https://www.gentoo.org/"
SUPPORT_URL="https://www.gentoo.org/support/"
BUG_REPORT_URL="https://bugs.gentoo.org/"
VERSION_ID="2.17"

.. contents:: :depth: 2

FAIL: testAnalysis
==================

testAnalysis: testAnalysis.cc:32: int main(): Assertion `ana.year() == "1234"' failed.
FAIL testAnalysis (exit status: 134)

Once again the issue is a file missing in the release tarball: DummyAnalysis.info. Maybe the tarballs should be tested too before publishing, since the CI always has all the missing files. Or a CI stage that runs without the source repo, i.e. just a freshly created tarball.