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

"RewardsContributionBrowserTest.RecurringAndPartialAutoContribution" failing CI #12396

Closed
kjozwiak opened this issue Oct 29, 2020 · 1 comment · Fixed by brave/brave-core#7185
Assignees
Labels
dev-concern OS/Desktop priority/P2 A bad problem. We might uplift this to the next planned release. QA/No release-notes/exclude

Comments

@kjozwiak
Copy link
Member

Looks like RewardsContributionBrowserTest.RecurringAndPartialAutoContribution is intermittently failing CI. Ran into the issue when uplifting brave/brave-core#6969 into 1.16.x

12:03:14  [ RUN] RewardsContributionBrowserTest.RecurringAndPartialAutoContribution
12:03:14  [75703:775:1029/110305.688585:INFO:sparkle_glue.mm(113)] brave update: Failed to load sparkle framework
12:03:14  [75711:21255:1029/110305.757133:WARNING:address_sorter_posix.cc(388)] FromSockAddr failed on netmask
12:03:14  [75703:775:1029/110306.135288:WARNING:CONSOLE(1)] "no tab id so cannot request shield data from window focus change!", source: chrome-extension://mnojpmjdmbbfmejpflffifhffcmidifd/out/brave_extension_background.bundle.js (1)
12:03:14  [75703:775:1029/110306.152558:ERROR:device_event_log_impl.cc(208)] [11:03:06.152] FIDO: touch_id_context.mm:125 Touch ID authenticator unavailable because keychain-access-group entitlement is missing or incorrect
12:03:14  [75703:775:1029/110306.257444:WARNING:CONSOLE(1)] "Could not find style data in module named br-shared-style", source: chrome://resources/polymer/v3_0/polymer/polymer_bundled.min.js (1)
12:03:14  [75703:775:1029/110306.577876:ERROR:CONSOLE(1)] "[Shields]: Can't request shields panel data. Error: No tab url specified", source: chrome-extension://mnojpmjdmbbfmejpflffifhffcmidifd/out/brave_extension_background.bundle.js (1)
12:03:14  [75703:775:1029/110306.579200:ERROR:CONSOLE(1)] "[Shields]: Can't request shields panel data. Error: No tab url specified", source: chrome-extension://mnojpmjdmbbfmejpflffifhffcmidifd/out/brave_extension_background.bundle.js (1)
12:03:14  [75703:775:1029/110306.579675:ERROR:CONSOLE(1)] "[Shields]: Can't request shields panel data. Error: No tab url specified", source: chrome-extension://mnojpmjdmbbfmejpflffifhffcmidifd/out/brave_extension_background.bundle.js (1)
12:03:14  [75703:775:1029/110306.583916:INFO:refill_unblinded_tokens.cc(77)] Failed to refill unblinded tokens due to missing catalog issuers
12:03:14  [75703:775:1029/110308.838182:ERROR:brave_referrals_service.cc(223)] Failed to fetch headers from referral server, error: -102, response code: -1, payload: , url: ****/promo/custom-headers
12:03:14  [75703:775:1029/110308.839321:ERROR:brave_referrals_service.cc(252)] Failed to initialize referral, error: -102, response code: -1, payload: , url: ****/promo/initialize/nonua
12:03:14  ../../brave/components/brave_rewards/browser/test/common/rewards_browsertest_context_util.cc:128: Failure
12:03:14  Expected equality of these values:
12:03:14    true
12:03:14    result
12:03:14      Which is: a JavaScript error:
12:03:14  Error: Timed out waiting for '[data-test-id='ac_link_duckduckgo.com']'.
12:03:14      at eval (__const_std::string&_script__:14:18)
12:03:14  
12:03:14  Stack trace:
12:03:14  0   brave_browser_tests                 0x000000010428ae98 brave_browser_tests + 990872
12:03:14  1   brave_browser_tests                 0x000000010428a244 brave_browser_tests + 987716
12:03:14  2   brave_browser_tests                 0x000000010429d520 brave_browser_tests + 1066272
12:03:14  3   brave_browser_tests                 0x000000010784c5af brave_browser_tests + 57357743
12:03:14  4   brave_browser_tests                 0x0000000107dc2039 brave_browser_tests + 63082553
12:03:14  5   brave_browser_tests                 0x0000000107dc1180 brave_browser_tests + 63078784
12:03:14  6   brave_browser_tests                 0x000000010531ab1a brave_browser_tests + 18357018
12:03:14  7   brave_browser_tests                 0x00000001057c31c3 brave_browser_tests + 23241155
12:03:14  8   brave_browser_tests                 0x0000000105319b6d brave_browser_tests + 18353005
12:03:14  9   brave_browser_tests                 0x000000010531c3a7 brave_browser_tests + 18363303
12:03:14  10  brave_browser_tests                 0x00000001053183f8 brave_browser_tests + 18347000
12:03:14  11  brave_browser_tests                 0x000000010700f2d1 brave_browser_tests + 48718545
12:03:14  12  brave_browser_tests                 0x000000010700edab brave_browser_tests + 48717227
12:03:14  13  brave_browser_tests                 0x000000010a31d9dd brave_browser_tests + 102255069
12:03:14  14  brave_browser_tests                 0x00000001062c5f34 brave_browser_tests + 34787124
12:03:14  15  brave_browser_tests                 0x000000010784c134 brave_browser_tests + 57356596
12:03:14  16  brave_browser_tests                 0x0000000107839a85 brave_browser_tests + 57281157
12:03:14  
12:03:14  [1029/110313.934166:WARNING:crash_report_exception_handler.cc(240)] UniversalExceptionRaise: (os/kern) failure (5)
12:03:14  [649/671] RewardsContributionBrowserTest.RecurringAndPartialAutoContribution (CRASHED)
@kjozwiak kjozwiak changed the title "RewardsContributionBrowserTest.RecurringAndPartialAutoContribution" failing CI "RewardsContributionBrowserTest.RecurringAndPartialAutoContribution" failing CI Oct 29, 2020
@bbondy bbondy added the priority/P2 A bad problem. We might uplift this to the next planned release. label Oct 30, 2020
@zenparsing zenparsing assigned zenparsing and unassigned emerick Nov 19, 2020
@zenparsing zenparsing added this to the 1.19.x - Nightly milestone Nov 20, 2020
@kjozwiak
Copy link
Member Author

kjozwiak commented Nov 26, 2020

Going to keep an eye on this one. If I notice the above still occurring in either 1.19.x or 1.18.x, I'll re-open and move it out of the associated milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-concern OS/Desktop priority/P2 A bad problem. We might uplift this to the next planned release. QA/No release-notes/exclude
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants