Bug 2079067 - 'go tool dist test' failures on rhel-7.9 ppc64le
Summary: 'go tool dist test' failures on rhel-7.9 ppc64le
Keywords:
Status: NEW
Alias: None
Product: DevTools
Classification: Red Hat
Component: golang
Version: 2022.4
Hardware: ppc64le
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 2019.3
Assignee: David Benoit
QA Contact: Edjunior Barbosa Machado
URL:
Whiteboard:
Depends On: 2076495 2098211
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-04-26 20:12 UTC by Edjunior Barbosa Machado
Modified: 2023-02-02 00:56 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2076495
Environment:
Last Closed:
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker DTS-372 0 None None None 2022-04-26 20:21:32 UTC

Description Edjunior Barbosa Machado 2022-04-26 20:12:25 UTC
Also reproducible with go-toolset-1.18-golang-1.18.0-2.el7_9 on RHEL-7.9-updates-20220329.0.

+++ This bug was initially created as a clone of Bug #2076495 +++

Description of problem:
Some failures occur on ppc64le when executing 'go tool dist test' on rhel-8.7:

[root@ibm-p8-kvm-03-guest-02 ~]# GO_TEST_TIMEOUT_SCALE=20 GOCACHE=off go tool dist test -rebuild -v -v -v -k
(...)
run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}}	STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE
go test -short=true -count=1 -run= -buildmode=pie -tags=no_openssl
fork/exec /tmp/go-build1780314525/b001/nocgo.test: no such file or directory
FAIL	misc/cgo/nocgo	0.001s
2022/04/18 17:58:24 Failed: exit status 1
(...)
##### ../misc/cgo/testshared
# go tool dist test -run=^testshared$
go test -short=true -count=1 -tags= -run= -timeout=3h20m0s .
--- FAIL: TestTrivialPIE (0.16s)
    shared_test.go:51: executing ./trivial_pie (trivial_pie) failed fork/exec ./trivial_pie: no such file or directory:
FAIL
FAIL	misc/cgo/testshared	61.546s
FAIL
2022/04/18 17:59:32 Failed: exit status 1
(...)

The failures were not reproducible on previous golang-1.17.7-1.module+el8.6.0+14297+32a15e19 on rhel-8.6.

This is similar to bug #2014704 found on rhel-8.6 x86_64, already solved on golang-1.17.2-2.module+el8.6.0+13072+44fdffd1.

Version-Release number of selected component (if applicable):
go-toolset:rhel8:8070020220414195051:347cc21f
golang-1.18.0-1.module+el8.7.0+14844+3c99e33e.ppc64le
RHEL-8.7.0-20220418.0

Steps to Reproduce:
1. go tool dist test -rebuild -v -v -v -k

--- Additional comment from Edjunior Barbosa Machado on 2022-04-22 09:54:38 UTC ---

Also reproducible with latest golang-1.18.0-2.module+el8.7.0+14880+f5e30240.ppc64le (go-toolset:rhel8:8070020220419133936:347cc21f).


Note You need to log in before you can comment on or make changes to this bug.