Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionEdjunior Barbosa Machado
2021-10-15 22:21:46 UTC
Created attachment 1833579[details]
'go tool dist test' full output
Description of problem:
Some failures occur when issuing 'go tool dist test' on rhel-8.6 go-toolset:rhel8:8060020211014151133:76a129d7:
[root@ci-vm-10-0-138-239 ~]# go tool dist test -rebuild -v -v -v -k
(...)
##### internal linking of -buildmode=pie
# go tool dist test -run=^pie_internal$
go test -short=true -count=1 -tags= -run= reflect -buildmode=pie -ldflags=-linkmode=internal -timeout=1m0s
fork/exec /tmp/go-build2931230975/b001/reflect.test: no such file or directory
FAIL reflect 0.001s
FAIL
2021/10/15 17:58:40 Failed: exit status 1
(...)
go test -short=true -count=1 -tags= -run= -buildmode=pie
fork/exec /tmp/go-build3044346001/b001/nocgo.test: no such file or directory
FAIL misc/cgo/nocgo 0.003s
2021/10/15 17:59:37 Failed: exit status 1
(...)
##### ../misc/cgo/testshared
# go tool dist test -run=^testshared$
go test -short=true -count=1 -tags= -run= -timeout=10m0s .
--- FAIL: TestTrivialPIE (0.16s)
shared_test.go:50: executing ./trivial_pie (trivial_pie) failed fork/exec ./trivial_pie: no such file or directory:
FAIL
FAIL misc/cgo/testshared 42.203s
FAIL
2021/10/15 18:00:24 Failed: exit status 1
(...)
These failures were not reproducible with previous rhel-8.5 go-toolset:rhel8:8050020210817155413:8aa62369 (golang-1.16.7-1.module+el8.5.0+12246+1aac4e3f).
Version-Release number of selected component (if applicable):
go-toolset:rhel8:8060020211014151133:76a129d7 (golang-1.17.2-1.module+el8.6.0+12972+ebab5911)
RHEL-8.6.0-20211008.1
How reproducible:
100%
Steps to Reproduce:
1. go tool dist test -rebuild -v -v -v -k
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Moderate: go-toolset:rhel8 security and bug fix update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2022:1819
Created attachment 1833579 [details] 'go tool dist test' full output Description of problem: Some failures occur when issuing 'go tool dist test' on rhel-8.6 go-toolset:rhel8:8060020211014151133:76a129d7: [root@ci-vm-10-0-138-239 ~]# go tool dist test -rebuild -v -v -v -k (...) ##### internal linking of -buildmode=pie # go tool dist test -run=^pie_internal$ go test -short=true -count=1 -tags= -run= reflect -buildmode=pie -ldflags=-linkmode=internal -timeout=1m0s fork/exec /tmp/go-build2931230975/b001/reflect.test: no such file or directory FAIL reflect 0.001s FAIL 2021/10/15 17:58:40 Failed: exit status 1 (...) go test -short=true -count=1 -tags= -run= -buildmode=pie fork/exec /tmp/go-build3044346001/b001/nocgo.test: no such file or directory FAIL misc/cgo/nocgo 0.003s 2021/10/15 17:59:37 Failed: exit status 1 (...) ##### ../misc/cgo/testshared # go tool dist test -run=^testshared$ go test -short=true -count=1 -tags= -run= -timeout=10m0s . --- FAIL: TestTrivialPIE (0.16s) shared_test.go:50: executing ./trivial_pie (trivial_pie) failed fork/exec ./trivial_pie: no such file or directory: FAIL FAIL misc/cgo/testshared 42.203s FAIL 2021/10/15 18:00:24 Failed: exit status 1 (...) These failures were not reproducible with previous rhel-8.5 go-toolset:rhel8:8050020210817155413:8aa62369 (golang-1.16.7-1.module+el8.5.0+12246+1aac4e3f). Version-Release number of selected component (if applicable): go-toolset:rhel8:8060020211014151133:76a129d7 (golang-1.17.2-1.module+el8.6.0+12972+ebab5911) RHEL-8.6.0-20211008.1 How reproducible: 100% Steps to Reproduce: 1. go tool dist test -rebuild -v -v -v -k