Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 952041 - dev-lang/go-1.24.1 test failure : testPIESize (hardened desktop plasma)
Summary: dev-lang/go-1.24.1 test failure : testPIESize (hardened desktop plasma)
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2025-03-25 12:06 UTC by Arniiiii
Modified: 2025-03-25 16:42 UTC (History)
1 user (show)

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


Attachments
xz tarball with a lot of files. (dev-lang_go-1.24.1_test_failures.tar.xz,476.81 KB, application/x-xz)
2025-03-25 12:06 UTC, Arniiiii
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arniiiii 2025-03-25 12:06:24 UTC
Created attachment 922700 [details]
xz tarball with a lot of files.

in tarball:
/var/tmp/portage/dev-lang/go-1.24.1/{build-info/,files/,temp/,work/**.log}
/var/lib/portage for world file
/var/db/repos/local to show how simply the profile is combined hardened + desktop + desktop/plasma
/etc/portage/** for config
emerge_--info.txt

from build.log:
```
--- FAIL: TestPIESize (0.00s)
    --- FAIL: TestPIESize/TestPieSize-external (3.73s)
        elf_test.go:390: [/var/tmp/portage/dev-lang/go-1.24.1/work/go/bin/go build -o /var/tmp/portage/dev-lang/go-1.24.1/temp/TestPIESizeTestPieSize-external202489506/001/pieexternal -buildmode=pie -ldflags=-linkmode=external pie.go]
        elf_test.go:390: [/var/tmp/portage/dev-lang/go-1.24.1/work/go/bin/go build -o /var/tmp/portage/dev-lang/go-1.24.1/temp/TestPIESizeTestPieSize-external202489506/001/exeexternal -buildmode=exe -ldflags=-linkmode=external pie.go]
        elf_test.go:518: real size difference 0x30b59, expected 0x2ac17
        elf_test.go:521: PIE unexpectedly large: got difference of 199513 (2499352 - 2342072), expected difference 175127
FAIL
FAIL    cmd/link        22.996s
```