Bug 142929

Summary: Spurious output on Windows tests: AQMEIOManager::FindIOUnit: error -1
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, cdumez, commit-queue, dbates, eric.carlson, glenn, jer.noble, jhoneycutt, pvollan, sabouhallawa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 149052    
Bug Blocks:    
Attachments:
Description Flags
filter out the logging bfulgham: review+, commit-queue: commit-queue-

Description Alexey Proskuryakov 2015-03-20 18:34:52 PDT
See e.g. https://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r181779%20(50522)/fast/events/message-port-clone-pretty-diff.html

@@ -10,3 +10,32 @@
 SUCCESS: Got closed port with event message closed
 DONE
 
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
+AQMEIOManager::FindIOUnit: error -1
Comment 1 Jon Honeycutt 2015-04-28 13:20:29 PDT
This is CoreAudio debug output. <rdar://problem/18681688> covers that issue.
Comment 2 Brent Fulgham 2015-04-28 14:34:01 PDT
<rdar://problem/18681688>
Comment 3 Alexey Proskuryakov 2015-09-06 11:41:20 PDT
Is it feasible to filter out these lines? We may already have code doing that for CoreMedia stdout spew on Mac, but I don't remember the details.
Comment 4 Alexey Proskuryakov 2015-09-09 23:04:01 PDT
*** Bug 149007 has been marked as a duplicate of this bug. ***
Comment 5 Alexey Proskuryakov 2015-09-09 23:04:24 PDT
*** Bug 148903 has been marked as a duplicate of this bug. ***
Comment 6 Alexey Proskuryakov 2015-09-10 10:12:34 PDT
Created attachment 260935 [details]
filter out the logging
Comment 7 Brent Fulgham 2015-09-10 10:43:32 PDT
Comment on attachment 260935 [details]
filter out the logging

r=me.
Comment 8 WebKit Commit Bot 2015-09-10 11:03:56 PDT
Comment on attachment 260935 [details]
filter out the logging

Rejecting attachment 260935 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-03', 'validate-changelog', '--check-oops', '--non-interactive', 260935, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

/Volumes/Data/EWS/WebKit/LayoutTests/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).

Full output: http://webkit-queues.webkit.org/results/157799
Comment 9 Alexey Proskuryakov 2015-09-10 15:59:43 PDT
Committed r189595. Let's see if any of the unmarked tests fail!
Comment 10 WebKit Commit Bot 2015-09-10 18:13:41 PDT
Re-opened since this is blocked by bug 149052
Comment 11 Alexey Proskuryakov 2015-09-10 18:14:37 PDT
Sadly, this didn't quite work. Actual results still have this output sometimes, and sometimes, even corrupted, e.g. <https://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r189596%20(53984)/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadeddata-actual.txt>.
Comment 12 Alexey Proskuryakov 2015-09-10 18:15:09 PDT
Also, many of the media tests were flaky for other reasons.
Comment 13 Per Arne Vollan 2018-01-10 09:34:45 PST
This is no longer a problem since stdout is redirected to stderr on Windows.