Polish VA-API feature handling
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox104 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
Polish VA-API feature handling.
| Assignee | ||
Comment 1•3 years ago
|
||
We may remove nsIGfxInfo::FEATURE_VAAPI and use nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING instead to unify what we have for HW decoding.
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
We don't need IsDMABufVAAPIEnabled() as we use gfx::gfxVars::CanUseHardwareVideoDecoding() directly.
Depends on D149763
| Assignee | ||
Comment 4•3 years ago
|
||
nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING is used on all platforms so let's use it on Linux too and don't add new feature for Linux only.
Depends on D149764
| Assignee | ||
Comment 5•3 years ago
|
||
Depends on D149765
| Assignee | ||
Comment 6•3 years ago
|
||
Comment 8•3 years ago
•
|
||
Backed out for causing bp-hybrid bustages on FFmpegLibWrapper.
Later, this xpcshell job started to fail on test_gfxBlacklist_Version.js: https://treeherder.mozilla.org/logviewer?job_id=382509376&repo=autoland&lineNumber=4268
[task 2022-06-25T09:08:28.543Z] 09:08:28 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/dom/media/platforms'
[task 2022-06-25T09:08:28.543Z] 09:08:28 INFO - /builds/worker/fetches/sccache/sccache /builds/worker/fetches/clang/bin/clang++ --sysroot /builds/worker/fetches/sysroot-x86_64-linux-gnu -std=gnu++17 -o FFmpegLibWrapper.o -c -I/builds/worker/workspace/obj-build/dist/stl_wrappers -I/builds/worker/workspace/obj-build/dist/system_wrappers -include /builds/worker/checkouts/gecko/config/gcc_hidden.h -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection -DNDEBUG=1 -DTRIMMED=1 -DOS_POSIX=1 -DOS_LINUX=1 -DMOZ_HAS_MOZGLUE -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DSTATIC_EXPORTABLE_JS_API -I/builds/worker/checkouts/gecko/dom/media/platforms -I/builds/worker/workspace/obj-build/dom/media/platforms -I/builds/worker/workspace/obj-build/ipc/ipdl/_ipdlheaders -I/builds/worker/checkouts/gecko/ipc/chromium/src -I/builds/worker/workspace/obj-build/dist/include -I/builds/worker/workspace/obj-build/dist/include/nspr -I/builds/worker/workspace/obj-build/dist/include/nss -DMOZILLA_CLIENT -include /builds/worker/workspace/obj-build/mozilla-config.h -Qunused-arguments -Qunused-arguments -Wall -Wbitfield-enum-conversion -Wdeprecated-this-capture -Wempty-body -Wformat-type-confusion -Wignored-qualifiers -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wno-error=tautological-type-limit-compare -Wunreachable-code -Wunreachable-code-return -Wunused-but-set-parameter -Wno-invalid-offsetof -Wclass-varargs -Wempty-init-stmt -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wno-range-loop-analysis -Wc++2a-compat -Wcomma -Wenum-compare-conditional -Wimplicit-fallthrough -Werror=non-literal-null-conversion -Wstring-conversion -Wno-inline-new-delete -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=free-nonheap-object -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments -Wno-psabi -Wthread-safety -Wno-unknown-warning-option -D_GLIBCXX_USE_CXX11_ABI=0 -fno-sized-deallocation -fno-aligned-new -fcrash-diagnostics-dir=/builds/worker/artifacts -fno-exceptions -fPIC -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -pipe -gdwarf-4 -Xclang -load -Xclang /builds/worker/workspace/obj-build/build/clang-plugin/libclang-plugin.so -Xclang -add-plugin -Xclang moz-check -O2 -fno-omit-frame-pointer -funwind-tables -Werror -fno-strict-aliasing -ffp-contract=off -MD -MP -MF .deps/FFmpegLibWrapper.o.pp /builds/worker/checkouts/gecko/dom/media/platforms/ffmpeg/FFmpegLibWrapper.cpp
[task 2022-06-25T09:08:28.543Z] 09:08:28 ERROR - /builds/worker/checkouts/gecko/dom/media/platforms/ffmpeg/FFmpegLibWrapper.cpp:287:13: error: no member named 'gfxVars' in namespace 'mozilla::gfx'
[task 2022-06-25T09:08:28.543Z] 09:08:28 INFO - if (!gfx::gfxVars::CanUseHardwareVideoDecoding() || !XRE_IsRDDProcess()) {
[task 2022-06-25T09:08:28.543Z] 09:08:28 INFO - ~~~~~^
[task 2022-06-25T09:08:28.543Z] 09:08:28 INFO - 1 error generated.
[task 2022-06-25T09:08:28.543Z] 09:08:28 ERROR - gmake[4]: *** [/builds/worker/checkouts/gecko/config/rules.mk:667: FFmpegLibWrapper.o] Error 1
[task 2022-06-25T09:08:28.543Z] 09:08:28 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/dom/media/platforms'
[task 2022-06-25T09:08:28.543Z] 09:08:28 INFO - gmake[4]: *** Waiting for unfinished jobs....
[task 2022-06-25T09:08:28.550Z] 09:08:28 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/dom/media/webaudio'
[task 2022-06-25T09:08:28.551Z] 09:08:28 INFO - dom/media/webaudio/AudioNodeExternalInputTrack.o
[task 2022-06-25T09:08:28.551Z] 09:08:28 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/dom/media/webaudio'
[task 2022-06-25T09:08:28.594Z] 09:08:28 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/dom/media/gmp'
| Assignee | ||
Comment 9•3 years ago
|
||
Updated, Thanks.
try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=ff1ba0e3055c9faeb96841339bc67e58ec05b5b4
| Assignee | ||
Comment 10•3 years ago
|
||
Comment 11•3 years ago
|
||
Comment 12•3 years ago
|
||
Backed out <reason>
Failure line: TEST-UNEXPECTED-FAIL | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | xpcshell return code: 0
[task 2022-06-28T12:54:18.737Z] 12:54:18 INFO - TEST-START | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js
[task 2022-06-28T12:54:19.323Z] 12:54:19 WARNING - TEST-UNEXPECTED-FAIL | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | xpcshell return code: 0
[task 2022-06-28T12:54:19.323Z] 12:54:19 INFO - TEST-INFO took 586ms
[task 2022-06-28T12:54:19.323Z] 12:54:19 INFO - >>>>>>>
[task 2022-06-28T12:54:19.324Z] 12:54:19 INFO - PID 5673 | [Parent 5673, Main Thread] WARNING: Couldn't get the user appdata directory. Crash events may not be produced.: file /builds/worker/checkouts/gecko/toolkit/crashreporter/nsExceptionHandler.cpp:2964
[task 2022-06-28T12:54:19.325Z] 12:54:19 INFO - (xpcshell/head.js) | test MAIN run_test pending (1)
[task 2022-06-28T12:54:19.325Z] 12:54:19 INFO - (xpcshell/head.js) | test pending (2)
[task 2022-06-28T12:54:19.325Z] 12:54:19 INFO - (xpcshell/head.js) | test MAIN run_test finished (2)
[task 2022-06-28T12:54:19.325Z] 12:54:19 INFO - running event loop
[task 2022-06-28T12:54:19.326Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859029 addons.manager DEBUG Application has been upgraded"
[task 2022-06-28T12:54:19.326Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859034 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm"
[task 2022-06-28T12:54:19.326Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859034 addons.manager DEBUG Starting provider: XPIProvider"
[task 2022-06-28T12:54:19.327Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859035 addons.xpi DEBUG startup"
[task 2022-06-28T12:54:19.341Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859035 addons.xpi DEBUG List of built-in add-ons is missing or invalid.: [Exception... "Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIXPCComponents_Utils.readUTF8URI]" nsresult: "0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "JS frame :: resource://gre/modules/addons/XPIProvider.jsm :: startup :: line 2474" data: no] Stack trace: startup()@resource://gre/modules/addons/XPIProvider.jsm:2474
[task 2022-06-28T12:54:19.341Z] 12:54:19 INFO - callProvider()@resource://gre/modules/AddonManager.jsm:234
[task 2022-06-28T12:54:19.341Z] 12:54:19 INFO - _startProvider()@resource://gre/modules/AddonManager.jsm:542
[task 2022-06-28T12:54:19.341Z] 12:54:19 INFO - startup()@resource://gre/modules/AddonManager.jsm:748
[task 2022-06-28T12:54:19.341Z] 12:54:19 INFO - startup()@resource://gre/modules/AddonManager.jsm:3471
[task 2022-06-28T12:54:19.342Z] 12:54:19 INFO - observe()@resource://gre/modules/addonManager.js:77
[task 2022-06-28T12:54:19.342Z] 12:54:19 INFO - promiseStartupManager()@resource://testing-common/AddonTestUtils.jsm:788
[task 2022-06-28T12:54:19.342Z] 12:54:19 INFO - run_test()@/builds/worker/workspace/build/tests/xpcshell/tests/toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js:52
[task 2022-06-28T12:54:19.342Z] 12:54:19 INFO - _execute_test()@/builds/worker/workspace/build/tests/xpcshell/head.js:591
[task 2022-06-28T12:54:19.342Z] 12:54:19 INFO - -e:1"
[task 2022-06-28T12:54:19.342Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859038 addons.xpi INFO SystemAddonLocation directory is missing"
[task 2022-06-28T12:54:19.343Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859051 addons.xpi INFO Removing all system add-on upgrades."
[task 2022-06-28T12:54:19.343Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859052 addons.xpi DEBUG checkForChanges"
[task 2022-06-28T12:54:19.343Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859052 addons.xpi DEBUG Loaded add-on state: ${}"
[task 2022-06-28T12:54:19.343Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859054 addons.xpi DEBUG scanForChanges changed: false, state: {}"
[task 2022-06-28T12:54:19.343Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859055 addons.xpi DEBUG Empty XPI database, setting schema version preference to 35"
[task 2022-06-28T12:54:19.344Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859055 addons.xpi DEBUG No changes found"
[task 2022-06-28T12:54:19.344Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859062 addons.manager DEBUG Registering shutdown blocker for XPIProvider"
[task 2022-06-28T12:54:19.344Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859062 addons.manager DEBUG Provider finished startup: XPIProvider"
[task 2022-06-28T12:54:19.344Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859062 addons.manager DEBUG Completed startup sequence"
[task 2022-06-28T12:54:19.344Z] 12:54:19 INFO - (xpcshell/head.js) | test checkBlocklist pending (2)
[task 2022-06-28T12:54:19.345Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 62] 3 == 3
[task 2022-06-28T12:54:19.345Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 63] "FEATURE_FAILURE_DL_BLOCKLIST_g1" == "FEATURE_FAILURE_DL_BLOCKLIST_g1"
[task 2022-06-28T12:54:19.345Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 69] 3 == 3
[task 2022-06-28T12:54:19.345Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 70] "FEATURE_FAILURE_DL_BLOCKLIST_g2" == "FEATURE_FAILURE_DL_BLOCKLIST_g2"
[task 2022-06-28T12:54:19.345Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 76] 1 == 1
[task 2022-06-28T12:54:19.345Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 77] "" == ""
[task 2022-06-28T12:54:19.345Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 83] 1 == 1
[task 2022-06-28T12:54:19.345Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 84] "" == ""
[task 2022-06-28T12:54:19.345Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 92] 3 == 3
[task 2022-06-28T12:54:19.345Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 99] 3 == 3
[task 2022-06-28T12:54:19.345Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 100] "FEATURE_FAILURE_DL_BLOCKLIST_g11" == "FEATURE_FAILURE_DL_BLOCKLIST_g11"
[task 2022-06-28T12:54:19.345Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 106] 3 == 3
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 107] "FEATURE_FAILURE_DL_BLOCKLIST_NO_ID" == "FEATURE_FAILURE_DL_BLOCKLIST_NO_ID"
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 110] 3 == 3
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 111] "FEATURE_FAILURE_DL_BLOCKLIST_NO_ID" == "FEATURE_FAILURE_DL_BLOCKLIST_NO_ID"
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 117] 1 == 1
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 128] 1 == 1
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 139] 1 == 1
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 150] 1 == 1
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - TEST-PASS | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 157] 1 == 1
[task 2022-06-28T12:54:19.346Z] 12:54:19 WARNING - TEST-UNEXPECTED-FAIL | toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js | checkBlocklist - [checkBlocklist : 163] 4 == 1
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - /builds/worker/workspace/build/tests/xpcshell/tests/toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/test_gfxBlacklist_Version.js:checkBlocklist:163
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - /builds/worker/workspace/build/tests/xpcshell/head.js:run:812
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - /builds/worker/workspace/build/tests/xpcshell/head.js:_do_main:240
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - /builds/worker/workspace/build/tests/xpcshell/head.js:_execute_test:597
[task 2022-06-28T12:54:19.346Z] 12:54:19 INFO - -e:null:1
[task 2022-06-28T12:54:19.347Z] 12:54:19 INFO - exiting test
[task 2022-06-28T12:54:19.347Z] 12:54:19 INFO - (xpcshell/head.js) | test checkBlocklist finished (2)
[task 2022-06-28T12:54:19.347Z] 12:54:19 INFO - "Force a GC"
[task 2022-06-28T12:54:19.347Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859211 addons.xpi-utils DEBUG Starting async load of XPI database /tmp/xpc-profile-0_ujlu2c/extensions.json"
[task 2022-06-28T12:54:19.347Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859214 addons.xpi-utils DEBUG Rebuilding XPI database with no extensions"
[task 2022-06-28T12:54:19.347Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859214 addons.manager DEBUG before shutdown"
[task 2022-06-28T12:54:19.347Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859215 addons.manager DEBUG shutdown"
[task 2022-06-28T12:54:19.348Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859215 addons.manager DEBUG Calling shutdown blocker for XPIProvider"
[task 2022-06-28T12:54:19.348Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859215 addons.xpi DEBUG shutdown"
[task 2022-06-28T12:54:19.348Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859216 addons.xpi-utils DEBUG shutdown"
[task 2022-06-28T12:54:19.349Z] 12:54:19 INFO - "CONSOLE_MESSAGE: (info) 1656420859220 addons.manager DEBUG Async provider shutdown done"
[task 2022-06-28T12:54:19.349Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: quota manager shutdown step: '0.000012s: startCrashBrowserTimer', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.349Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: quota manager shutdown step: '0.000054s: initiateShutdownWorkThreads', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.350Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: idb: '0.000063s: starting', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.350Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: cache: '0.000110s: starting', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.350Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: sdb: '0.000118s: starting', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.350Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: ls: '0.000124s: starting', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.350Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: quota manager shutdown step: '0.000132s: startKillActorsTimer', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.350Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: idb: '0.002121s: Live database entry removed', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.350Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: idb: '0.002143s: gLiveDatabaseHashtable entry removed', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.350Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: quota manager shutdown step: '0.002197s: stopKillActorsTimer', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.351Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: quota manager shutdown step: '0.002206s: shutdownAndJoinWorkThreads', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.351Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: idb: '0.002212s: completed', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.351Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: cache: '0.002234s: completed', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.351Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: sdb: '0.002240s: completed', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.351Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: ls: '0.002245s: completed', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.351Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: quota manager shutdown step: '0.002251s: shutdownAndJoinIOThread', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.351Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: quota manager shutdown step: '0.002722s: invalidatePendingDirectoryLocks', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.352Z] 12:54:19 INFO - PID 5673 | [Parent 5673, IPDL Background] WARNING: quota manager shutdown step: '0.002741s: stopCrashBrowserTimer', file /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3792
[task 2022-06-28T12:54:19.352Z] 12:54:19 INFO - PID 5673 | [Parent 5673, Main Thread] WARNING: Extra shutdown CC: 'i < NORMAL_SHUTDOWN_COLLECTIONS', file /builds/worker/checkouts/gecko/xpcom/base/nsCycleCollector.cpp:3359
[task 2022-06-28T12:54:19.352Z] 12:54:19 INFO - PID 5673 | [Parent 5673, Main Thread] WARNING: OOPDeinit() without successful OOPInit(): file /builds/worker/checkouts/gecko/toolkit/crashreporter/nsExceptionHandler.cpp:3420
[task 2022-06-28T12:54:19.353Z] 12:54:19 INFO - PID 5673 | [Parent 5673, Main Thread] WARNING: NS_ENSURE_TRUE(Preferences::InitStaticMembers()) failed: file /builds/worker/checkouts/gecko/modules/libpref/Preferences.cpp:4595
[task 2022-06-28T12:54:19.354Z] 12:54:19 INFO - PID 5673 | [Parent 5673, Main Thread] WARNING: XPCOM object PerThreadData destroyed from static ctor/dtor: file /builds/worker/checkouts/gecko/xpcom/base/nsTraceRefcnt.cpp:206
[task 2022-06-28T12:54:19.355Z] 12:54:19 INFO - PID 5673 | [Parent 5673, Main Thread] WARNING: XPCOM object SourceList destroyed from static ctor/dtor: file /builds/worker/checkouts/gecko/xpcom/base/nsTraceRefcnt.cpp:206
[task 2022-06-28T12:54:19.355Z] 12:54:19 INFO - <<<<<<<
[task 2022-06-28T12:54:19.355Z] 12:54:19 INFO - INFO | Result summary:
[task 2022-06-28T12:54:19.356Z] 12:54:19 INFO - INFO | Passed: 73
[task 2022-06-28T12:54:19.357Z] 12:54:19 WARNING - INFO | Failed: 1
[task 2022-06-28T12:54:19.357Z] 12:54:19 WARNING - One or more unittests failed.
[task 2022-06-28T12:54:19.357Z] 12:54:19 INFO - INFO | Todo: 0
[task 2022-06-28T12:54:19.358Z] 12:54:19 INFO - INFO | Retried: 1
[task 2022-06-28T12:54:19.358Z] 12:54:19 INFO - SUITE-END | took 57s
[task 2022-06-28T12:54:19.362Z] 12:54:19 INFO - Node moz-http2 server shutting down ...
[task 2022-06-28T12:54:19.363Z] 12:54:19 INFO - http3Server server shutting down ...
[task 2022-06-28T12:54:19.505Z] 12:54:19 ERROR - Return code: 1
[task 2022-06-28T12:54:19.506Z] 12:54:19 INFO - TinderboxPrint: xpcshell-xpcshell<br/>73/<em class="testfail">1</em>/0
[task 2022-06-28T12:54:19.506Z] 12:54:19 WARNING - # TBPL FAILURE #
[task 2022-06-28T12:54:19.507Z] 12:54:19 WARNING - setting return code to 2
[task 2022-06-28T12:54:19.507Z] 12:54:19 WARNING - The xpcshell suite: xpcshell ran with return status: FAILURE
[task 2022-06-28T12:54:19.507Z] 12:54:19 INFO - Running post-action listener: _package_coverage_data
[task 2022-06-28T12:54:19.508Z] 12:54:19 INFO - Running post-action listener: _resource_record_post_action
[task 2022-06-28T12:54:19.508Z] 12:54:19 INFO - Running post-action listener: process_java_coverage_data
[task 2022-06-28T12:54:19.508Z] 12:54:19 INFO - [mozharness: 2022-06-28 12:54:19.508296Z] Finished run-tests step (success)
[task 2022-06-28T12:54:19.511Z] 12:54:19 INFO - Running post-run listener: _resource_record_post_run
[task 2022-06-28T12:54:19.560Z] 12:54:19 INFO - Validating Perfherder data against /builds/worker/workspace/mozharness/external_tools/performance-artifact-schema.json
[task 2022-06-28T12:54:19.565Z] 12:54:19 INFO - PERFHERDER_DATA: {"framework": {"name": "job_resource_usage"}, "suites": [{"name": "xpcshell.xpcshell.overall", "extraOptions": ["e10s", "taskcluster-projects/887720501152/machineTypes/n2-standard-2"], "subtests": [{"name": "cpu_percent", "value": 76.83303571428571}, {"name": "io_write_bytes", "value": 1322037248}, {"name": "io.read_bytes", "value": 0}, {"name": "io_write_time", "value": 188072}, {"name": "io_read_time", "value": 0}]}, {"name": "xpcshell.xpcshell.start-pulseaudio", "subtests": [{"name": "time", "value": 0.020501375198364258}]}, {"name": "xpcshell.xpcshell.install", "subtests": [{"name": "time", "value": 14.15189504623413}, {"name": "cpu_percent", "value": 50.5}]}, {"name": "xpcshell.xpcshell.stage-files", "subtests": [{"name": "time", "value": 0.05788755416870117}]}, {"name": "xpcshell.xpcshell.run-tests", "subtests": [{"name": "time", "value": 98.23975253105164}, {"name": "cpu_percent", "value": 80.8319587628866}]}]}
[task 2022-06-28T12:54:19.566Z] 12:54:19 INFO - Total resource usage - Wall time: 112s; CPU: 81%; Read bytes: 0; Write bytes: 1322037248; Read time: 0; Write time: 188072
[task 2022-06-28T12:54:19.566Z] 12:54:19 INFO - TinderboxPrint: CPU usage<br/>80.8%
[task 2022-06-28T12:54:19.566Z] 12:54:19 INFO - TinderboxPrint: I/O read bytes / time<br/>0 / 0
[task 2022-06-28T12:54:19.566Z] 12:54:19 INFO - TinderboxPrint: I/O write bytes / time<br/>1,322,037,248 / 188,072
[task 2022-06-28T12:54:19.567Z] 12:54:19 INFO - TinderboxPrint: CPU idle<br/>51.7 (23.1%)
[task 2022-06-28T12:54:19.568Z] 12:54:19 INFO - TinderboxPrint: CPU system<br/>17.9 (8.0%)
[task 2022-06-28T12:54:19.568Z] 12:54:19 INFO - TinderboxPrint: CPU user<br/>154.2 (68.8%)
[task 2022-06-28T12:54:19.568Z] 12:54:19 INFO - TinderboxPrint: Swap in / out<br/>0 / 0
[task 2022-06-28T12:54:19.568Z] 12:54:19 INFO - start-pulseaudio - Wall time: 0s; CPU: Can't collect data; Read bytes: 0; Write bytes: 0; Read time: 0; Write time: 0
[task 2022-06-28T12:54:19.569Z] 12:54:19 INFO - install - Wall time: 14s; CPU: 50%; Read bytes: 0; Write bytes: 1060864; Read time: 0; Write time: 16
[task 2022-06-28T12:54:19.570Z] 12:54:19 INFO - stage-files - Wall time: 0s; CPU: Can't collect data; Read bytes: 0; Write bytes: 0; Read time: 0; Write time: 0
[task 2022-06-28T12:54:19.570Z] 12:54:19 INFO - run-tests - Wall time: 98s; CPU: 81%; Read bytes: 0; Write bytes: 1320976384; Read time: 0; Write time: 188056
[task 2022-06-28T12:54:19.581Z] 12:54:19 WARNING - returning nonzero exit status 2
Comment 13•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Comment 14•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/685427c19eaf
https://hg.mozilla.org/mozilla-central/rev/d2a49dfbd8f9
https://hg.mozilla.org/mozilla-central/rev/55dcb18c0da4
https://hg.mozilla.org/mozilla-central/rev/d9471fd60bc4
Description
•