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

x/build/cmd/gerritbot: TestCommitMessage failures with dynamic link warnings on macOS #60536

Open
gopherbot opened this issue May 31, 2023 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Milestone

Comments

@gopherbot
Copy link
Contributor

gopherbot commented May 31, 2023

#!watchflakes
post <- pkg == "golang.org/x/build/cmd/gerritbot" && test == "TestCommitMessage" && `One of the two will be used. Which one is undefined.`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCommitMessage (9.87s)
    --- FAIL: TestCommitMessage/simple (9.85s)
        gerritbot_test.go:119: got unexpected commit message (-got +want)
              (
              	"""
            - 	objc[4533]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1f33237e8) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x111e2c2b8). One of the two will be used. Which one is undefined.
            - 	objc[4533]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x1f3323838) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x111e2c308). One of the two will be used. Which one is undefined.
            - 	objc[4781]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1f33237e8) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10df1c2b8). One of the two will be used. Which one is undefined.
            - 	objc[4781]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x1f3323838) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10df1c308). One of the two will be used. Which one is undefined.
              	cmd/gerritbot: title of change

              	... // 6 identical lines
              	"""
              )

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 May 31, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/build/cmd/gerritbot" && test == "TestCommitMessage"
2023-05-31 14:01 darwin-arm64-11 build@e0a88d08 go@5036ba77 x/build/cmd/gerritbot.TestCommitMessage (log)
--- FAIL: TestCommitMessage (9.87s)
    --- FAIL: TestCommitMessage/simple (9.85s)
        gerritbot_test.go:119: got unexpected commit message (-got +want)
              (
              	"""
            - 	objc[4533]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1f33237e8) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x111e2c2b8). One of the two will be used. Which one is undefined.
            - 	objc[4533]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x1f3323838) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x111e2c308). One of the two will be used. Which one is undefined.
            - 	objc[4781]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1f33237e8) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10df1c2b8). One of the two will be used. Which one is undefined.
            - 	objc[4781]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x1f3323838) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10df1c308). One of the two will be used. Which one is undefined.
              	cmd/gerritbot: title of change

              	... // 6 identical lines
              	"""
              )

watchflakes

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label May 31, 2023
@gopherbot gopherbot added this to the Unreleased milestone May 31, 2023
@bcmills bcmills changed the title x/build/cmd/gerritbot: TestCommitMessage failures x/build/cmd/gerritbot: TestCommitMessage failures with dynamic link warnings on macOS Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Projects
Status: No status
Development

No branches or pull requests

2 participants