Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal/trace: TestMMUTrace and TestParseCanned failed on darwin/arm64 #30462

Open
eliasnaur opened this issue Feb 28, 2019 · 1 comment
Open
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@eliasnaur
Copy link
Contributor

Noticed on the darwin/arm64 builder:

--- FAIL: TestMMUTrace (0.00s)
    gc_test.go:89: failed to parse trace: failed to read header: read 0, err EOF
--- FAIL: TestParseCanned (0.00s)
    parser_test.go:51: failed to parse good trace http_1_10_good: failed to read header: read 0, err EOF
    parser_test.go:51: failed to parse good trace http_1_11_good: failed to read header: read 0, err EOF
    parser_test.go:51: failed to parse good trace http_1_5_good: failed to read header: read 0, err EOF
    parser_test.go:51: failed to parse good trace http_1_7_good: failed to read header: read 0, err EOF
    parser_test.go:51: failed to parse good trace stress_1_10_good: failed to read header: read 0, err EOF
    parser_test.go:51: failed to parse good trace stress_1_11_good: failed to read header: read 0, err EOF
    parser_test.go:55: unordered trace is not detected stress_1_5_unordered: failed to read header: read 0, err EOF
    parser_test.go:51: failed to parse good trace stress_1_7_good: failed to read header: read 0, err EOF
    parser_test.go:51: failed to parse good trace stress_start_stop_1_10_good: failed to read header: read 0, err EOF
    parser_test.go:51: failed to parse good trace stress_start_stop_1_11_good: failed to read header: read 0, err EOF
    parser_test.go:51: failed to parse good trace stress_start_stop_1_5_good: failed to read header: read 0, err EOF
    parser_test.go:51: failed to parse good trace stress_start_stop_1_9_good: failed to read header: read 0, err EOF
FAIL
FAIL	internal/trace	95.356s
@bcmills
Copy link
Contributor

bcmills commented Feb 28, 2019

CC @hyangah @dvyukov for internal/trace.

@bcmills bcmills added Testing An issue that has been verified to require only test changes, not just a test failure. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. and removed Testing An issue that has been verified to require only test changes, not just a test failure. labels Feb 28, 2019
@bcmills bcmills changed the title internal/trace: TestMMUTrace failures internal/trace: TestMMUTrace failed on darwin/arm64 Feb 28, 2019
@bcmills bcmills changed the title internal/trace: TestMMUTrace failed on darwin/arm64 internal/trace: TestMMUTrace and TestParseCanned failed on darwin/arm64 Feb 28, 2019
@bcmills bcmills added the Testing An issue that has been verified to require only test changes, not just a test failure. label Feb 28, 2019
@bcmills bcmills added this to the Go1.13 milestone Feb 28, 2019
@andybons andybons modified the milestones: Go1.13, Go1.14 Jul 8, 2019
@rsc rsc modified the milestones: Go1.14, Backlog Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

4 participants