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

cmd/link/internal/ld: TestElfBindNow failures #66979

Closed
gopherbot opened this issue Apr 22, 2024 · 11 comments
Closed

cmd/link/internal/ld: TestElfBindNow failures #66979

gopherbot opened this issue Apr 22, 2024 · 11 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

gopherbot commented Apr 22, 2024

#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test ~ `TestElfBindNow`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestElfBindNow (18.05s)
    --- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (8.35s)
        elf_test.go:372: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
        elf_test.go:374: section .got location: st=0xf2140 en=0xf22d0
        elf_test.go:376: sec .got found in these segments: 
        elf_test.go:378:  "PT_LOAD"
        elf_test.go:380: 
            all segments: 
        elf_test.go:382: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x270
        elf_test.go:382: 1 t=PT_INTERP fl=PF_R st=0x270 en=0x291
        elf_test.go:382: 2 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8ed74
        elf_test.go:382: 3 t=PT_LOAD fl=PF_W+PF_R st=0x90808 en=0xf22d0
        elf_test.go:382: 4 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede00 en=0xee000
        elf_test.go:382: 5 t=PT_NOTE fl=PF_R st=0x294 en=0x33c
        elf_test.go:382: 6 t=PT_TLS fl=PF_R st=0x90808 en=0x90808
        elf_test.go:382: 7 t=PT_GNU_EH_FRAME fl=PF_R st=0x8ed30 en=0x8ed44
        elf_test.go:382: 8 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
        elf_test.go:382: 9 t=PT_GNU_RELRO fl=PF_R st=0x90808 en=0xee000
        elf_test.go:385: test bindnow-pie-linkmode-external failed

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 22, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test == "TestElfBindNow"
2024-04-22 13:29 linux-riscv64-jsing go@2dddc7ef cmd/link/internal/ld.TestElfBindNow (log)
--- FAIL: TestElfBindNow (18.05s)
    --- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (8.35s)
        elf_test.go:372: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
        elf_test.go:374: section .got location: st=0xf2140 en=0xf22d0
        elf_test.go:376: sec .got found in these segments: 
        elf_test.go:378:  "PT_LOAD"
        elf_test.go:380: 
            all segments: 
        elf_test.go:382: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x270
        elf_test.go:382: 1 t=PT_INTERP fl=PF_R st=0x270 en=0x291
        elf_test.go:382: 2 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8ed74
        elf_test.go:382: 3 t=PT_LOAD fl=PF_W+PF_R st=0x90808 en=0xf22d0
        elf_test.go:382: 4 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede00 en=0xee000
        elf_test.go:382: 5 t=PT_NOTE fl=PF_R st=0x294 en=0x33c
        elf_test.go:382: 6 t=PT_TLS fl=PF_R st=0x90808 en=0x90808
        elf_test.go:382: 7 t=PT_GNU_EH_FRAME fl=PF_R st=0x8ed30 en=0x8ed44
        elf_test.go:382: 8 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
        elf_test.go:382: 9 t=PT_GNU_RELRO fl=PF_R st=0x90808 en=0xee000
        elf_test.go:385: test bindnow-pie-linkmode-external failed

watchflakes

@cherrymui
Copy link
Member

cc @thanm

The test is disabled for now.

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test ~ `TestElfBindNow`
2024-04-22 13:29 gotip-linux-riscv64 go@2dddc7ef cmd/link/internal/ld.TestElfBindNow/bindnow-pie-linkmode-external (log)
=== RUN   TestElfBindNow/bindnow-pie-linkmode-external
    elf_test.go:372: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
    elf_test.go:374: section .got location: st=0xf2140 en=0xf22d0
    elf_test.go:376: sec .got found in these segments: 
    elf_test.go:378:  "PT_LOAD"
    elf_test.go:380: 
        all segments: 
    elf_test.go:382: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x2a8
    elf_test.go:382: 1 t=PT_INTERP fl=PF_R st=0x2a8 en=0x2c9
    elf_test.go:382: 2 t=PT_LOPROC+3 fl=PF_R st=0x0 en=0x53
    elf_test.go:382: 3 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e4f4
    elf_test.go:382: 4 t=PT_LOAD fl=PF_W+PF_R st=0x8fe48 en=0xf22d0
    elf_test.go:382: 5 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede00 en=0xedff0
    elf_test.go:382: 6 t=PT_NOTE fl=PF_R st=0x2cc en=0x374
    elf_test.go:382: 7 t=PT_TLS fl=PF_R st=0x8fe48 en=0x8fe48
    elf_test.go:382: 8 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e4b0 en=0x8e4c4
    elf_test.go:382: 9 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
    elf_test.go:382: 10 t=PT_GNU_RELRO fl=PF_R st=0x8fe48 en=0xee000
    elf_test.go:385: test bindnow-pie-linkmode-external failed
--- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (7.36s)
2024-04-22 14:55 gotip-linux-riscv64 go@69aa1974 cmd/link/internal/ld.TestElfBindNow/bindnow-pie-linkmode-external (log)
=== RUN   TestElfBindNow/bindnow-pie-linkmode-external
    elf_test.go:372: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
    elf_test.go:374: section .got location: st=0xf2140 en=0xf22d0
    elf_test.go:376: sec .got found in these segments: 
    elf_test.go:378:  "PT_LOAD"
    elf_test.go:380: 
        all segments: 
    elf_test.go:382: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x2a8
    elf_test.go:382: 1 t=PT_INTERP fl=PF_R st=0x2a8 en=0x2c9
    elf_test.go:382: 2 t=PT_LOPROC+3 fl=PF_R st=0x0 en=0x53
    elf_test.go:382: 3 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e5f4
    elf_test.go:382: 4 t=PT_LOAD fl=PF_W+PF_R st=0x8fd88 en=0xf22d0
    elf_test.go:382: 5 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede00 en=0xedff0
    elf_test.go:382: 6 t=PT_NOTE fl=PF_R st=0x2cc en=0x374
    elf_test.go:382: 7 t=PT_TLS fl=PF_R st=0x8fd88 en=0x8fd88
    elf_test.go:382: 8 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e5b0 en=0x8e5c4
    elf_test.go:382: 9 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
    elf_test.go:382: 10 t=PT_GNU_RELRO fl=PF_R st=0x8fd88 en=0xee000
    elf_test.go:385: test bindnow-pie-linkmode-external failed
--- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (4.12s)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test ~ `TestElfBindNow`
2024-04-22 13:29 linux-riscv64-unmatched go@2dddc7ef cmd/link/internal/ld.TestElfBindNow (log)
--- FAIL: TestElfBindNow (12.02s)
    --- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (4.69s)
        elf_test.go:372: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
        elf_test.go:374: section .got location: st=0xf2140 en=0xf22d0
        elf_test.go:376: sec .got found in these segments: 
        elf_test.go:378:  "PT_LOAD"
        elf_test.go:380: 
            all segments: 
        elf_test.go:382: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x2a8
        elf_test.go:382: 1 t=PT_INTERP fl=PF_R st=0x2a8 en=0x2c9
        elf_test.go:382: 2 t=PT_LOPROC+3 fl=PF_R st=0x0 en=0x53
        elf_test.go:382: 3 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e4f4
        elf_test.go:382: 4 t=PT_LOAD fl=PF_W+PF_R st=0x8fc28 en=0xf22d0
        elf_test.go:382: 5 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede00 en=0xedff0
        elf_test.go:382: 6 t=PT_NOTE fl=PF_R st=0x2cc en=0x374
        elf_test.go:382: 7 t=PT_TLS fl=PF_R st=0x8fc28 en=0x8fc28
        elf_test.go:382: 8 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e4b0 en=0x8e4c4
        elf_test.go:382: 9 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
        elf_test.go:382: 10 t=PT_GNU_RELRO fl=PF_R st=0x8fc28 en=0xee000
        elf_test.go:385: test bindnow-pie-linkmode-external failed
2024-04-22 14:29 linux-riscv64-unmatched go@4bb67bc2 cmd/link/internal/ld.TestElfBindNow (log)
--- FAIL: TestElfBindNow (11.99s)
    --- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (6.08s)
        elf_test.go:372: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
        elf_test.go:374: section .got location: st=0xf2140 en=0xf22d0
        elf_test.go:376: sec .got found in these segments: 
        elf_test.go:378:  "PT_LOAD"
        elf_test.go:380: 
            all segments: 
        elf_test.go:382: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x2a8
        elf_test.go:382: 1 t=PT_INTERP fl=PF_R st=0x2a8 en=0x2c9
        elf_test.go:382: 2 t=PT_LOPROC+3 fl=PF_R st=0x0 en=0x53
        elf_test.go:382: 3 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e5f4
        elf_test.go:382: 4 t=PT_LOAD fl=PF_W+PF_R st=0x8fb68 en=0xf22d0
        elf_test.go:382: 5 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede00 en=0xedff0
        elf_test.go:382: 6 t=PT_NOTE fl=PF_R st=0x2cc en=0x374
        elf_test.go:382: 7 t=PT_TLS fl=PF_R st=0x8fb68 en=0x8fb68
        elf_test.go:382: 8 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e5b0 en=0x8e5c4
        elf_test.go:382: 9 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
        elf_test.go:382: 10 t=PT_GNU_RELRO fl=PF_R st=0x8fb68 en=0xee000
        elf_test.go:385: test bindnow-pie-linkmode-external failed
2024-04-22 15:29 linux-riscv64-unmatched go@734fd7a9 cmd/link/internal/ld.TestElfBindNow (log)
--- FAIL: TestElfBindNow (12.53s)
    --- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (5.76s)
        elf_test.go:372: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
        elf_test.go:374: section .got location: st=0xf2140 en=0xf22d0
        elf_test.go:376: sec .got found in these segments: 
        elf_test.go:378:  "PT_LOAD"
        elf_test.go:380: 
            all segments: 
        elf_test.go:382: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x2a8
        elf_test.go:382: 1 t=PT_INTERP fl=PF_R st=0x2a8 en=0x2c9
        elf_test.go:382: 2 t=PT_LOPROC+3 fl=PF_R st=0x0 en=0x53
        elf_test.go:382: 3 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e5f4
        elf_test.go:382: 4 t=PT_LOAD fl=PF_W+PF_R st=0x8fb68 en=0xf22d0
        elf_test.go:382: 5 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede00 en=0xedff0
        elf_test.go:382: 6 t=PT_NOTE fl=PF_R st=0x2cc en=0x374
        elf_test.go:382: 7 t=PT_TLS fl=PF_R st=0x8fb68 en=0x8fb68
        elf_test.go:382: 8 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e5b0 en=0x8e5c4
        elf_test.go:382: 9 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
        elf_test.go:382: 10 t=PT_GNU_RELRO fl=PF_R st=0x8fb68 en=0xee000
        elf_test.go:385: test bindnow-pie-linkmode-external failed

watchflakes

@thanm
Copy link
Contributor

thanm commented Apr 23, 2024

Thank you watchflakes :-)

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test ~ `TestElfBindNow`
2024-04-22 15:29 gotip-linux-riscv64 go@734fd7a9 cmd/link/internal/ld.TestElfBindNow/bindnow-pie-linkmode-external (log)
=== RUN   TestElfBindNow/bindnow-pie-linkmode-external
    elf_test.go:372: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
    elf_test.go:374: section .got location: st=0xf2140 en=0xf22d0
    elf_test.go:376: sec .got found in these segments: 
    elf_test.go:378:  "PT_LOAD"
    elf_test.go:380: 
        all segments: 
    elf_test.go:382: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x2a8
    elf_test.go:382: 1 t=PT_INTERP fl=PF_R st=0x2a8 en=0x2c9
    elf_test.go:382: 2 t=PT_LOPROC+3 fl=PF_R st=0x0 en=0x53
    elf_test.go:382: 3 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e5f4
    elf_test.go:382: 4 t=PT_LOAD fl=PF_W+PF_R st=0x8fd88 en=0xf22d0
    elf_test.go:382: 5 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede00 en=0xedff0
    elf_test.go:382: 6 t=PT_NOTE fl=PF_R st=0x2cc en=0x374
    elf_test.go:382: 7 t=PT_TLS fl=PF_R st=0x8fd88 en=0x8fd88
    elf_test.go:382: 8 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e5b0 en=0x8e5c4
    elf_test.go:382: 9 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
    elf_test.go:382: 10 t=PT_GNU_RELRO fl=PF_R st=0x8fd88 en=0xee000
    elf_test.go:385: test bindnow-pie-linkmode-external failed
--- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (5.79s)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test ~ `TestElfBindNow`
2024-04-25 20:23 linux-riscv64-unmatched go@1ca31eac cmd/link/internal/ld.TestElfBindNow (log)
--- FAIL: TestElfBindNow (9.14s)
    --- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (3.15s)
        elf_test.go:388: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
        elf_test.go:390: section .got location: st=0xf2140 en=0xf22d0
        elf_test.go:392: sec .got found in these segments: 
        elf_test.go:394:  "PT_LOAD"
        elf_test.go:396: 
            all segments: 
        elf_test.go:398: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x2a8
        elf_test.go:398: 1 t=PT_INTERP fl=PF_R st=0x2a8 en=0x2c9
        elf_test.go:398: 2 t=PT_LOPROC+3 fl=PF_R st=0x0 en=0x53
        elf_test.go:398: 3 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e18c
        elf_test.go:398: 4 t=PT_LOAD fl=PF_W+PF_R st=0x8fae8 en=0xf22d0
        elf_test.go:398: 5 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede08 en=0xedff8
        elf_test.go:398: 6 t=PT_NOTE fl=PF_R st=0x2cc en=0x374
        elf_test.go:398: 7 t=PT_TLS fl=PF_R st=0x8fae8 en=0x8fae8
        elf_test.go:398: 8 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e148 en=0x8e15c
        elf_test.go:398: 9 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
        elf_test.go:398: 10 t=PT_GNU_RELRO fl=PF_R st=0x8fae8 en=0xee000
        elf_test.go:401: test bindnow-pie-linkmode-external failed
2024-04-26 00:39 linux-riscv64-unmatched go@5419f652 cmd/link/internal/ld.TestElfBindNow (log)
--- FAIL: TestElfBindNow (13.48s)
    --- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (6.79s)
        elf_test.go:388: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
        elf_test.go:390: section .got location: st=0xf2140 en=0xf22d0
        elf_test.go:392: sec .got found in these segments: 
        elf_test.go:394:  "PT_LOAD"
        elf_test.go:396: 
            all segments: 
        elf_test.go:398: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x2a8
        elf_test.go:398: 1 t=PT_INTERP fl=PF_R st=0x2a8 en=0x2c9
        elf_test.go:398: 2 t=PT_LOPROC+3 fl=PF_R st=0x0 en=0x53
        elf_test.go:398: 3 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e18c
        elf_test.go:398: 4 t=PT_LOAD fl=PF_W+PF_R st=0x8fae8 en=0xf22d0
        elf_test.go:398: 5 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede08 en=0xedff8
        elf_test.go:398: 6 t=PT_NOTE fl=PF_R st=0x2cc en=0x374
        elf_test.go:398: 7 t=PT_TLS fl=PF_R st=0x8fae8 en=0x8fae8
        elf_test.go:398: 8 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e148 en=0x8e15c
        elf_test.go:398: 9 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
        elf_test.go:398: 10 t=PT_GNU_RELRO fl=PF_R st=0x8fae8 en=0xee000
        elf_test.go:401: test bindnow-pie-linkmode-external failed

watchflakes

@gopherbot gopherbot reopened this Apr 26, 2024
@thanm
Copy link
Contributor

thanm commented Apr 26, 2024

New CL will fix these, closing this out.

@thanm thanm closed this as completed Apr 26, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test ~ `TestElfBindNow`
2024-04-25 20:23 linux-riscv64-jsing go@1ca31eac cmd/link/internal/ld.TestElfBindNow (log)
--- FAIL: TestElfBindNow (10.87s)
    --- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (4.57s)
        elf_test.go:388: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
        elf_test.go:390: section .got location: st=0xf2140 en=0xf22d0
        elf_test.go:392: sec .got found in these segments: 
        elf_test.go:394:  "PT_LOAD"
        elf_test.go:396: 
            all segments: 
        elf_test.go:398: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x270
        elf_test.go:398: 1 t=PT_INTERP fl=PF_R st=0x270 en=0x291
        elf_test.go:398: 2 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e9ec
        elf_test.go:398: 3 t=PT_LOAD fl=PF_W+PF_R st=0x906a8 en=0xf22d0
        elf_test.go:398: 4 t=PT_DYNAMIC fl=PF_W+PF_R st=0xedde8 en=0xedfe8
        elf_test.go:398: 5 t=PT_NOTE fl=PF_R st=0x294 en=0x33c
        elf_test.go:398: 6 t=PT_TLS fl=PF_R st=0x906a8 en=0x906a8
        elf_test.go:398: 7 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e9a8 en=0x8e9bc
        elf_test.go:398: 8 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
        elf_test.go:398: 9 t=PT_GNU_RELRO fl=PF_R st=0x906a8 en=0xee000
        elf_test.go:401: test bindnow-pie-linkmode-external failed
2024-04-26 00:39 linux-riscv64-jsing go@5419f652 cmd/link/internal/ld.TestElfBindNow (log)
--- FAIL: TestElfBindNow (11.11s)
    --- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (4.87s)
        elf_test.go:388: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
        elf_test.go:390: section .got location: st=0xf2140 en=0xf22d0
        elf_test.go:392: sec .got found in these segments: 
        elf_test.go:394:  "PT_LOAD"
        elf_test.go:396: 
            all segments: 
        elf_test.go:398: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x270
        elf_test.go:398: 1 t=PT_INTERP fl=PF_R st=0x270 en=0x291
        elf_test.go:398: 2 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e9ec
        elf_test.go:398: 3 t=PT_LOAD fl=PF_W+PF_R st=0x906a8 en=0xf22d0
        elf_test.go:398: 4 t=PT_DYNAMIC fl=PF_W+PF_R st=0xedde8 en=0xedfe8
        elf_test.go:398: 5 t=PT_NOTE fl=PF_R st=0x294 en=0x33c
        elf_test.go:398: 6 t=PT_TLS fl=PF_R st=0x906a8 en=0x906a8
        elf_test.go:398: 7 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e9a8 en=0x8e9bc
        elf_test.go:398: 8 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
        elf_test.go:398: 9 t=PT_GNU_RELRO fl=PF_R st=0x906a8 en=0xee000
        elf_test.go:401: test bindnow-pie-linkmode-external failed
2024-04-26 13:32 linux-riscv64-jsing go@2dd82d97 cmd/link/internal/ld.TestElfBindNow (log)
--- FAIL: TestElfBindNow (16.16s)
    --- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (4.34s)
        elf_test.go:388: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
        elf_test.go:390: section .got location: st=0xf2140 en=0xf22d0
        elf_test.go:392: sec .got found in these segments: 
        elf_test.go:394:  "PT_LOAD"
        elf_test.go:396: 
            all segments: 
        elf_test.go:398: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x270
        elf_test.go:398: 1 t=PT_INTERP fl=PF_R st=0x270 en=0x291
        elf_test.go:398: 2 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e9ec
        elf_test.go:398: 3 t=PT_LOAD fl=PF_W+PF_R st=0x906a8 en=0xf22d0
        elf_test.go:398: 4 t=PT_DYNAMIC fl=PF_W+PF_R st=0xedde8 en=0xedfe8
        elf_test.go:398: 5 t=PT_NOTE fl=PF_R st=0x294 en=0x33c
        elf_test.go:398: 6 t=PT_TLS fl=PF_R st=0x906a8 en=0x906a8
        elf_test.go:398: 7 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e9a8 en=0x8e9bc
        elf_test.go:398: 8 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
        elf_test.go:398: 9 t=PT_GNU_RELRO fl=PF_R st=0x906a8 en=0xee000
        elf_test.go:401: test bindnow-pie-linkmode-external failed

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test ~ `TestElfBindNow`
2024-04-25 20:23 gotip-linux-riscv64 go@1ca31eac cmd/link/internal/ld.TestElfBindNow/bindnow-pie-linkmode-external (log)
=== RUN   TestElfBindNow/bindnow-pie-linkmode-external
    elf_test.go:388: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
    elf_test.go:390: section .got location: st=0xf2140 en=0xf22d0
    elf_test.go:392: sec .got found in these segments: 
    elf_test.go:394:  "PT_LOAD"
    elf_test.go:396: 
        all segments: 
    elf_test.go:398: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x2a8
    elf_test.go:398: 1 t=PT_INTERP fl=PF_R st=0x2a8 en=0x2c9
    elf_test.go:398: 2 t=PT_LOPROC+3 fl=PF_R st=0x0 en=0x53
    elf_test.go:398: 3 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e18c
    elf_test.go:398: 4 t=PT_LOAD fl=PF_W+PF_R st=0x8fd08 en=0xf22d0
    elf_test.go:398: 5 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede08 en=0xedff8
    elf_test.go:398: 6 t=PT_NOTE fl=PF_R st=0x2cc en=0x374
    elf_test.go:398: 7 t=PT_TLS fl=PF_R st=0x8fd08 en=0x8fd08
    elf_test.go:398: 8 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e148 en=0x8e15c
    elf_test.go:398: 9 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
    elf_test.go:398: 10 t=PT_GNU_RELRO fl=PF_R st=0x8fd08 en=0xee000
    elf_test.go:401: test bindnow-pie-linkmode-external failed
--- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (4.29s)
2024-04-26 00:39 gotip-linux-riscv64 go@5419f652 cmd/link/internal/ld.TestElfBindNow/bindnow-pie-linkmode-external (log)
=== RUN   TestElfBindNow/bindnow-pie-linkmode-external
    elf_test.go:388: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
    elf_test.go:390: section .got location: st=0xf2140 en=0xf22d0
    elf_test.go:392: sec .got found in these segments: 
    elf_test.go:394:  "PT_LOAD"
    elf_test.go:396: 
        all segments: 
    elf_test.go:398: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x2a8
    elf_test.go:398: 1 t=PT_INTERP fl=PF_R st=0x2a8 en=0x2c9
    elf_test.go:398: 2 t=PT_LOPROC+3 fl=PF_R st=0x0 en=0x53
    elf_test.go:398: 3 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e18c
    elf_test.go:398: 4 t=PT_LOAD fl=PF_W+PF_R st=0x8fd08 en=0xf22d0
    elf_test.go:398: 5 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede08 en=0xedff8
    elf_test.go:398: 6 t=PT_NOTE fl=PF_R st=0x2cc en=0x374
    elf_test.go:398: 7 t=PT_TLS fl=PF_R st=0x8fd08 en=0x8fd08
    elf_test.go:398: 8 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e148 en=0x8e15c
    elf_test.go:398: 9 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
    elf_test.go:398: 10 t=PT_GNU_RELRO fl=PF_R st=0x8fd08 en=0xee000
    elf_test.go:401: test bindnow-pie-linkmode-external failed
--- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (6.03s)
2024-04-26 13:32 gotip-linux-riscv64 go@2dd82d97 cmd/link/internal/ld.TestElfBindNow/bindnow-pie-linkmode-external (log)
=== RUN   TestElfBindNow/bindnow-pie-linkmode-external
    elf_test.go:388: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
    elf_test.go:390: section .got location: st=0xf2140 en=0xf22d0
    elf_test.go:392: sec .got found in these segments: 
    elf_test.go:394:  "PT_LOAD"
    elf_test.go:396: 
        all segments: 
    elf_test.go:398: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x2a8
    elf_test.go:398: 1 t=PT_INTERP fl=PF_R st=0x2a8 en=0x2c9
    elf_test.go:398: 2 t=PT_LOPROC+3 fl=PF_R st=0x0 en=0x53
    elf_test.go:398: 3 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e18c
    elf_test.go:398: 4 t=PT_LOAD fl=PF_W+PF_R st=0x8fd08 en=0xf22d0
    elf_test.go:398: 5 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede08 en=0xedff8
    elf_test.go:398: 6 t=PT_NOTE fl=PF_R st=0x2cc en=0x374
    elf_test.go:398: 7 t=PT_TLS fl=PF_R st=0x8fd08 en=0x8fd08
    elf_test.go:398: 8 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e148 en=0x8e15c
    elf_test.go:398: 9 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
    elf_test.go:398: 10 t=PT_GNU_RELRO fl=PF_R st=0x8fd08 en=0xee000
    elf_test.go:401: test bindnow-pie-linkmode-external failed
--- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (4.12s)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test ~ `TestElfBindNow`
2024-04-26 13:32 linux-riscv64-unmatched go@2dd82d97 cmd/link/internal/ld.TestElfBindNow (log)
--- FAIL: TestElfBindNow (10.58s)
    --- FAIL: TestElfBindNow/bindnow-pie-linkmode-external (4.67s)
        elf_test.go:388: test .got: "bindnow-pie-linkmode-external" section not in readonly segment
        elf_test.go:390: section .got location: st=0xf2140 en=0xf22d0
        elf_test.go:392: sec .got found in these segments: 
        elf_test.go:394:  "PT_LOAD"
        elf_test.go:396: 
            all segments: 
        elf_test.go:398: 0 t=PT_PHDR fl=PF_R st=0x40 en=0x2a8
        elf_test.go:398: 1 t=PT_INTERP fl=PF_R st=0x2a8 en=0x2c9
        elf_test.go:398: 2 t=PT_LOPROC+3 fl=PF_R st=0x0 en=0x53
        elf_test.go:398: 3 t=PT_LOAD fl=PF_X+PF_R st=0x0 en=0x8e18c
        elf_test.go:398: 4 t=PT_LOAD fl=PF_W+PF_R st=0x8fae8 en=0xf22d0
        elf_test.go:398: 5 t=PT_DYNAMIC fl=PF_W+PF_R st=0xede08 en=0xedff8
        elf_test.go:398: 6 t=PT_NOTE fl=PF_R st=0x2cc en=0x374
        elf_test.go:398: 7 t=PT_TLS fl=PF_R st=0x8fae8 en=0x8fae8
        elf_test.go:398: 8 t=PT_GNU_EH_FRAME fl=PF_R st=0x8e148 en=0x8e15c
        elf_test.go:398: 9 t=PT_GNU_STACK fl=PF_W+PF_R st=0x0 en=0x0
        elf_test.go:398: 10 t=PT_GNU_RELRO fl=PF_R st=0x8fae8 en=0xee000
        elf_test.go:401: test bindnow-pie-linkmode-external failed

watchflakes

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.
Projects
Status: Done
Development

No branches or pull requests

3 participants