Skip to content

cmd/go: TestScript/repro_build failures [consistent failure] #68672

@gopherbot

Description

@gopherbot
#!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)

watchflakes

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsInvestigationSomeone 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.

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions