-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Description
#!watchflakes
default <- pkg == "cmd/go" && test == "TestScript/repro_build"
Issue created automatically to collect these failures.
Example (log):
=== RUN TestScript/repro_build
=== PAUSE TestScript/repro_build
=== CONT TestScript/repro_build
script_test.go:135: 2024-07-30T17:50:12Z
script_test.go:137: $WORK=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-3043148170/tmpdir653998254/repro_build4019099861
2024/07/30 10:50:12 hello.txt:
> handle git
> env GIT_AUTHOR_NAME=bwk
> env GIT_AUTHOR_EMAIL=bwk
> env GIT_COMMITTER_NAME='Russ Cox'
...
> env GOMAXPROCS=16
> go build -a -o http16.o net/http
> env GOMAXPROCS=17
> go build -a -o http17.o net/http
> cmp -q http16.o http17.o
> env GOMAXPROCS=18
> go build -a -o http18.o net/http
> cmp -q http16.o http18.o
script_test.go:159: FAIL: testdata/script/repro_build.txt:12: cmp -q http16.o http18.o: http16.o and http18.o differ
--- FAIL: TestScript/repro_build (148.58s)
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Projects
Status
Done