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

os: TestRootConsistencyLstat/dotdot_in_path_after_symlink failures [consistent failure] #70491

Open
gopherbot opened this issue Nov 21, 2024 · 4 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
Contributor

#!watchflakes
default <- pkg == "os" && test == "TestRootConsistencyLstat/dotdot_in_path_after_symlink"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestRootConsistencyLstat/dotdot_in_path_after_symlink
    root_test.go:793: with root:    res=
    root_test.go:794:               err=statat a/../target: inappropriate file type or format
    root_test.go:795: without root: res=name:"target" size:8 mode:-rw-r--r-- isdir:false
    root_test.go:796:               err=<nil>
    root_test.go:797: want consistent results, got mismatch
    root_test.go:807: without root, expected PathError; got: statat a/../target: inappropriate file type or format
--- FAIL: TestRootConsistencyLstat/dotdot_in_path_after_symlink (0.01s)

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 Nov 21, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "os" && test == "TestRootConsistencyLstat/dotdot_in_path_after_symlink"
2024-11-21 02:17 gotip-netbsd-arm64 go@f9698788 os.TestRootConsistencyLstat/dotdot_in_path_after_symlink (log)
=== RUN   TestRootConsistencyLstat/dotdot_in_path_after_symlink
    root_test.go:793: with root:    res=
    root_test.go:794:               err=statat a/../target: inappropriate file type or format
    root_test.go:795: without root: res=name:"target" size:8 mode:-rw-r--r-- isdir:false
    root_test.go:796:               err=<nil>
    root_test.go:797: want consistent results, got mismatch
    root_test.go:807: without root, expected PathError; got: statat a/../target: inappropriate file type or format
--- FAIL: TestRootConsistencyLstat/dotdot_in_path_after_symlink (0.01s)
2024-11-21 02:18 gotip-netbsd-arm64 go@a9428eab os.TestRootConsistencyLstat/dotdot_in_path_after_symlink (log)
=== RUN   TestRootConsistencyLstat/dotdot_in_path_after_symlink
    root_test.go:793: with root:    res=
    root_test.go:794:               err=statat a/../target: inappropriate file type or format
    root_test.go:795: without root: res=name:"target" size:8 mode:-rw-r--r-- isdir:false
    root_test.go:796:               err=<nil>
    root_test.go:797: want consistent results, got mismatch
    root_test.go:807: without root, expected PathError; got: statat a/../target: inappropriate file type or format
--- FAIL: TestRootConsistencyLstat/dotdot_in_path_after_symlink (0.01s)
2024-11-21 05:01 gotip-netbsd-arm64 go@b631b8e6 os.TestRootConsistencyLstat/dotdot_in_path_after_symlink (log)
=== RUN   TestRootConsistencyLstat/dotdot_in_path_after_symlink
    root_test.go:793: with root:    res=
    root_test.go:794:               err=statat a/../target: inappropriate file type or format
    root_test.go:795: without root: res=name:"target" size:8 mode:-rw-r--r-- isdir:false
    root_test.go:796:               err=<nil>
    root_test.go:797: want consistent results, got mismatch
    root_test.go:807: without root, expected PathError; got: statat a/../target: inappropriate file type or format
--- FAIL: TestRootConsistencyLstat/dotdot_in_path_after_symlink (0.01s)
2024-11-21 05:01 gotip-netbsd-arm64 go@a2a4f007 os.TestRootConsistencyLstat/dotdot_in_path_after_symlink (log)
=== RUN   TestRootConsistencyLstat/dotdot_in_path_after_symlink
    root_test.go:793: with root:    res=
    root_test.go:794:               err=statat a/../target: inappropriate file type or format
    root_test.go:795: without root: res=name:"target" size:8 mode:-rw-r--r-- isdir:false
    root_test.go:796:               err=<nil>
    root_test.go:797: want consistent results, got mismatch
    root_test.go:807: without root, expected PathError; got: statat a/../target: inappropriate file type or format
--- FAIL: TestRootConsistencyLstat/dotdot_in_path_after_symlink (0.01s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "os" && test == "TestRootConsistencyLstat/dotdot_in_path_after_symlink"
2024-11-21 10:40 gotip-netbsd-arm64 go@28f4e14e os.TestRootConsistencyLstat/dotdot_in_path_after_symlink (log)
=== RUN   TestRootConsistencyLstat/dotdot_in_path_after_symlink
    root_test.go:793: with root:    res=
    root_test.go:794:               err=statat a/../target: inappropriate file type or format
    root_test.go:795: without root: res=name:"target" size:8 mode:-rw-r--r-- isdir:false
    root_test.go:796:               err=<nil>
    root_test.go:797: want consistent results, got mismatch
    root_test.go:807: without root, expected PathError; got: statat a/../target: inappropriate file type or format
--- FAIL: TestRootConsistencyLstat/dotdot_in_path_after_symlink (0.01s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "os" && test == "TestRootConsistencyLstat/dotdot_in_path_after_symlink"
2024-11-20 23:27 gotip-netbsd-arm64 go@adc9c455 os.TestRootConsistencyLstat/dotdot_in_path_after_symlink (log)
=== RUN   TestRootConsistencyLstat/dotdot_in_path_after_symlink
    root_test.go:793: with root:    res=
    root_test.go:794:               err=statat a/../target: inappropriate file type or format
    root_test.go:795: without root: res=name:"target" size:8 mode:-rw-r--r-- isdir:false
    root_test.go:796:               err=<nil>
    root_test.go:797: want consistent results, got mismatch
    root_test.go:807: without root, expected PathError; got: statat a/../target: inappropriate file type or format
--- FAIL: TestRootConsistencyLstat/dotdot_in_path_after_symlink (0.01s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "os" && test == "TestRootConsistencyLstat/dotdot_in_path_after_symlink"
2024-11-20 23:21 gotip-netbsd-arm64 go@c315862c os.TestRootConsistencyLstat/dotdot_in_path_after_symlink (log)
=== RUN   TestRootConsistencyLstat/dotdot_in_path_after_symlink
    root_test.go:793: with root:    res=
    root_test.go:794:               err=statat a/../target: inappropriate file type or format
    root_test.go:795: without root: res=name:"target" size:8 mode:-rw-r--r-- isdir:false
    root_test.go:796:               err=<nil>
    root_test.go:797: want consistent results, got mismatch
    root_test.go:807: without root, expected PathError; got: statat a/../target: inappropriate file type or format
--- FAIL: TestRootConsistencyLstat/dotdot_in_path_after_symlink (0.01s)

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: No status
Development

No branches or pull requests

1 participant