Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930680 - dev-util/gcovr-7.2 fails test - E AssertionError: Diff output:
Summary: dev-util/gcovr-7.2 fails test - E AssertionError: Diff output:
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-04-25 17:06 UTC by Toralf Förster
Modified: 2024-04-25 23:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,19.81 KB, text/plain)
2024-04-25 17:06 UTC, Toralf Förster
Details
dev-util:gcovr-7.2:20240425-162634.log.xz (dev-util:gcovr-7.2:20240425-162634.log.xz,26.44 KB, application/x-xz)
2024-04-25 17:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,196.56 KB, text/plain)
2024-04-25 17:06 UTC, Toralf Förster
Details
environment (environment,163.32 KB, text/plain)
2024-04-25 17:06 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.19 KB, application/x-xz)
2024-04-25 17:06 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,26.08 KB, application/x-xz)
2024-04-25 17:06 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,53.41 KB, application/x-xz)
2024-04-25 17:06 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,59.49 KB, application/x-xz)
2024-04-25 17:06 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2024-04-25 17:06:11 UTC
                remove_duplicate_data(
                    encoding, scrub, test_scrubbed, test_file, reference_file
                )
    
        diff_is_empty = len(whole_diff_output) == 0
>       assert diff_is_empty, "Diff output:\n" + "".join(whole_diff_output)
E       AssertionError: Diff output:
E         --- reference/gcc-13/coverage.json
E         +++ coverage.json

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma_test-20240419-193003

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 18.1.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.4
Python 3.11.9
Available Rust versions:
  [1]   rust-bin-1.77.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.10_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.2_p13 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-17 
  [2]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.22.2 linux/amd64

  HEAD of ::gentoo
commit e5dde320be7ba6ef685c4ea96477af4ec6d40ef6
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Apr 25 15:04:35 2024 +0000

    2024-04-25 15:04:34 UTC

emerge -qpvO dev-util/gcovr
[ebuild  N    ] dev-util/gcovr-7.2  USE="test" PYTHON_TARGETS="python3_11 -python3_10 -python3_12"
Comment 1 Toralf Förster gentoo-dev 2024-04-25 17:06:12 UTC
Created attachment 891736 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-04-25 17:06:13 UTC
Created attachment 891737 [details]
dev-util:gcovr-7.2:20240425-162634.log.xz
Comment 3 Toralf Förster gentoo-dev 2024-04-25 17:06:15 UTC
Created attachment 891738 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-04-25 17:06:16 UTC
Created attachment 891739 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-04-25 17:06:17 UTC
Created attachment 891740 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-04-25 17:06:18 UTC
Created attachment 891741 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-04-25 17:06:19 UTC
Created attachment 891742 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-04-25 17:06:20 UTC
Created attachment 891743 [details]
temp.tar.xz
Comment 9 Larry the Git Cow gentoo-dev 2024-04-25 23:12:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a6941c32b1caa44467e12248bf0c385fd55443

commit 03a6941c32b1caa44467e12248bf0c385fd55443
Author:     Patrick McLean <chutzpah@gentoo.org>
AuthorDate: 2024-04-25 23:11:57 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2024-04-25 23:12:22 +0000

    dev-util/gcovr: Skip a bunch of tests with gcc-14 (bug #930680)
    
    Closes: https://bugs.gentoo.org/930680
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 dev-util/gcovr/gcovr-7.2.ebuild | 69 +++++++++++++++++++++++++++++++++++------
 1 file changed, 59 insertions(+), 10 deletions(-)