New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 747201 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

PaymentRequestJourneyLoggerTest#testNumberOfSuggestionsShown_ShippingAddress_Completed shows flakiness on android_n5x_swarming_rel bot

Project Member Reported by shenghua...@chromium.org, Jul 21 2017

Issue description

The test failed twice on android_n5x_swarming_rel for now:
https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/219522
https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/210472

The logcats are:
https://luci-logdog.appspot.com/v/?s=chromium%2Fandroid%2Fswarming%2Flogcats%2F3752f170856ff411%2F%2B%2Flogcat_org.chromium.chrome.browser.payments.PaymentRequestJourneyLoggerTest.testNumberOfSuggestionsShown_ShippingAddress_Completed_20170713T042858-UTC_00df098642c4b759

https://luci-logdog.appspot.com/v/?s=chromium%2Fandroid%2Fswarming%2Flogcats%2F370aff99fb6f4f11%2F%2B%2Flogcat_org.chromium.chrome.browser.payments.PaymentRequestJourneyLoggerTest.testNumberOfSuggestionsShown_ShippingAddress_Completed_20170629T050010-UTC_008201aa3f5c4e4d

They both basically looks like:
--------- beginning of main
07-13 04:28:57.309 23230 23230 I test_runner_py: START org.chromium.chrome.browser.payments.PaymentRequestJourneyLoggerTest#testNumberOfSuggestionsShown_ShippingAddress_Completed 
--------- beginning of system
07-13 04:28:58.018  4008 23201 E AudioRecord-JNI: Error -4 during AudioRecord native read
07-13 04:28:58.248 23243 23273 E cr_tabmodel: State file does not exist.
07-13 04:28:58.417 23243 23270 W chromium: [0713/042858.417416:WARNING:trace_config_file.cc(80)] The trace config file does not exist.
07-13 04:28:58.417 23243 23270 I chromium: [INFO:library_loader_hooks.cc(140)] Chromium logging enabled: level = 0, default verbosity = 0
07-13 04:28:58.515 23243 23290 W chromium: [WARNING:dns_config_service_posix.cc(328)] Failed to read DnsConfig.
07-13 04:28:58.594 23243 23243 E chromium: [ERROR:shell_integration_android.cc(22)] Not implemented reached in shell_integration::DefaultWebClientSetPermission shell_integration::GetDefaultWebClientSetPermission()
07-13 04:28:58.731 23243 23295 E chromium: [ERROR:shell_integration_android.cc(27)] Not implemented reached in shell_integration::DefaultWebClientState shell_integration::GetDefaultBrowser()
07-13 04:28:58.743 23307 23324 W chromium: [0713/042858.742999:WARNING:trace_config_file.cc(80)] The trace config file does not exist.
07-13 04:28:58.743 23307 23324 I chromium: [INFO:library_loader_hooks.cc(140)] Chromium logging enabled: level = 0, default verbosity = 0
07-13 04:28:58.750 23243 23269 W chromium: [WARNING:child_process_launcher_helper_posix.cc(118)] Ignoring invalid file assets/snapshot_blob_32.bin
07-13 04:28:58.766 23307 23324 E libEGL  : validate_display:255 error 3008 (EGL_BAD_DISPLAY)
07-13 04:28:58.820 23275 23288 W chromium: [0713/042858.820754:WARNING:trace_config_file.cc(80)] The trace config file does not exist.
07-13 04:28:58.820 23275 23288 I chromium: [INFO:library_loader_hooks.cc(140)] Chromium logging enabled: level = 0, default verbosity = 0
07-13 04:28:59.067 23275 23288 I chromium: [INFO:SkFontMgr_android.cpp(163)] Requested font file /system/fonts/NanumGothic.ttf does not exist or cannot be opened.
07-13 04:28:59.067 23275 23288 I chromium: 
07-13 04:28:59.067 23275 23288 I chromium: [INFO:SkFontMgr_android.cpp(163)] Requested font file /system/fonts/DroidSansFallback.ttf does not exist or cannot be opened.
07-13 04:28:59.067 23275 23288 I chromium: 
07-13 04:28:59.068 23275 23288 I chromium: [INFO:SkFontMgr_android.cpp(163)] Requested font file /system/fonts/MTLmr3m.ttf does not exist or cannot be opened.
07-13 04:28:59.068 23275 23288 I chromium: 
07-13 04:29:04.518   544   544 E QCALOG  : [MessageQ] ProcessNewMessage: [LOWI-SERVER] unknown deliver target [OS-Agent]
07-13 04:29:04.558   928  2958 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=509, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
07-13 04:29:04.667  4008  4008 E LocationReceiver: Received bad location: null
07-13 04:29:04.680  4008  4008 E LocationReceiver: Received bad location: null
07-13 04:29:04.833 23365 23365 I test_runner_py: END org.chromium.chrome.browser.payments.PaymentRequestJourneyLoggerTest#testNumberOfSuggestionsShown_ShippingAddress_Completed 
 

Sign in to add a comment