Closed Bug 1666725 Opened 4 years ago Closed 3 years ago

gvfs-integration for browsing broken

Categories

(Core :: Networking, defect, P3)

Unspecified
Linux
defect

Tracking

()

RESOLVED FIXED
87 Branch
Tracking Status
firefox87 --- fixed

People

(Reporter: msirringhaus, Assigned: msirringhaus)

Details

(Whiteboard: [necko-triaged])

Attachments

(1 file, 1 obsolete file)

The gvfs integration for browsing is currently not working.
With that integration, I should be able to access sftp- and samba-addresses directly, but I'm getting a "protocol not supported"-error.

There are multiple issues here:
1.) Parsing.
Function nsGIOProtocolHandler::IsSupportedProtocol() is called with both sftp and sftp://ftp.debian.org as input, but the function can only handle the latter, returning "not supported" for the former, thus deactivating the complete gvfs-integration.

2.) seccomp blocking.
The gvfs library is using dbus to communicate with gvfs. I get a "Connection refused"-error from dbus, after I patched issue 1). If I do export MOZ_DISABLE_CONTENT_SANDBOX=1, it works as expected. So seccomp seems to be blocking the outgoing connection.

3.) Protocol selection.
Only two protocols supported by gvfs are whitelisted for no reason I can think of. Removing this limitation would give me the possibility to also browse other protocols like ssh.
Also we have an issue in our bugtracker that complained about the fact that one can not open html-files from the trash. This would also be fixed with removing this arbitrary whitelist.

I can prepare a patch for issues 1 and 3 (if 3 can be accepted upstream). Currently investigating problem 2. Any pointers would be appreciated.

Thanks for reporting this.
I'm happy to review your patches for it.
For the sandboxing issue we'd have to open a separate bug in Security: Process Sandboxing ▾ component.

Severity: -- → S3
Priority: -- → P3
Whiteboard: [necko-triaged]
  1. IsSupportedProtocol() now always takes the scheme
  2. Default allowed protocols are all supported protocols of gvfs
Assignee: nobody → msirringhaus

(In reply to Valentin Gosu [:valentin] (he/him) from comment #1)

For the sandboxing issue we'd have to open a separate bug in Security: Process Sandboxing ▾ component.

So, I think I know what the problem is here.
When we open a channel it is in the content sandbox. When the sandbox is active, we can't access any of the g_file_* functions.
I haven't checked, but it's possible this means even g_vfs_get_supported_uri_schemes doesn't work in the content process.
The way around this problem is to split the channel along the parent/child lines, similar to what we have for HTTP/FTP/File channel, but that is a non-trivial amount of work.

g_vfs_get_supported_uri_schemes seems to work in the sandbox.

I'll have a look at the other channels to see if I understand how that split works and if I can do the same for gvfs.

Split channel into parent/child to be able to use dbus in the content sandbox

Depends on D91265

(In reply to Valentin Gosu [:valentin] (he/him) from comment #3)

The way around this problem is to split the channel along the parent/child lines, similar to what we have for HTTP/FTP/File channel, but that is a non-trivial amount of work.

Not sure if it's relevant here but as far as I know file isn't remote; that's bug 922481. (Bug 1147911 moved file into a dedicated content process which is allowed to read any file.)

3.) Protocol selection.
Only two protocols supported by gvfs are whitelisted for no reason I can think of. Removing this limitation would give me the possibility to also browse other protocols like ssh.

URLS are foundational to the web which means that anything expressed as a URL can show up in many unexpected places, and new ones in the future. New protocols are dangerous, because they are often not designed with hostile web pages in mind. What is useful for someone in a safe and isolated "using the browser as a local directory lister" scenario can turn into a nightmare when let loose on the web.

Protocols will be whitelisted, and each one needs a security review. If GVFS adds a new protocol in the future someone could easily update the whitelist before that new protocol gets any kind of adoption.

TBH I'm not happy we support smb: as it is because it allows internet pages to interact with intranet devices which are almost certainly not aware they are exposed to the internet.

Our security review process is described at https://wiki.mozilla.org/Security/Reviews/

Ok, so once - if - I get the gvfs-integration working again, would it be ok to keep the current 2 protocols and do a review process for any other protocol I want to add? Or should a process be already done for the repair/reactivation?

Flags: needinfo?(dveditz)
Attachment #9179219 - Attachment description: Bug 1666725 Part 2 - gvfs-integration for browsing broken r=valentin → Bug 1666725 Part 2 - Make gvfs e10s compatible r=valentin
Attachment #9177611 - Attachment is obsolete: true
Attachment #9179219 - Attachment description: Bug 1666725 Part 2 - Make gvfs e10s compatible r=valentin → Bug 1666725 - Make gvfs e10s compatible r=valentin

We don't need a review process for "making it work" (based on the scope of the current patches). I'd rather keep only sftp: and leave smb: off. Anyone who needs that or another can opt-in by modifying the pref network.gio.supported-protocols without putting the average person at risk. We'd only need a security review for adding more protocols to the default list.

Flags: needinfo?(dveditz)
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/29cd566d3c08
Make gvfs e10s compatible r=valentin,necko-reviewers

Backed out for build bustages at PNecko.ipdl
Push with failures: https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&selectedTaskRun=Pcky5vlOQtmV-YKfIUH0Ug.0&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=29cd566d3c08685bc989f5f04bfd80cdc21f5330
Failure log: https://treeherder.mozilla.org/logviewer?job_id=329352651&repo=autoland&lineNumber=2456

[task 2021-02-09T13:01:50.750Z] 13:01:50 INFO - config/makefiles/xpidl/appstartup.xpt
[task 2021-02-09T13:01:50.750Z] 13:01:50 INFO - /builds/worker/workspace/obj-build/_virtualenvs/init_py3/bin/python /builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/xpidl-process.py --depsdir .deps
[task 2021-02-09T13:01:50.761Z] 13:01:50 INFO - --bindings-conf /builds/worker/checkouts/gecko/dom/bindings/Bindings.conf
[task 2021-02-09T13:01:50.761Z] 13:01:50 INFO - -I /builds/worker/checkouts/gecko/accessible/interfaces -I /builds/worker/checkouts/gecko/browser/components -I /builds/worker/checkouts/gecko/browser/components/migration -I /builds/worker/checkouts/gecko/browser/components/newtab -I /builds/worker/checkouts/gecko/browser/components/shell -I /builds/worker/checkouts/gecko/caps -I /builds/worker/checkouts/gecko/chrome -I /builds/worker/checkouts/gecko/devtools/platform -I /builds/worker/checkouts/gecko/docshell/base -I /builds/worker/checkouts/gecko/docshell/shistory -I /builds/worker/checkouts/gecko/dom/audiochannel -I /builds/worker/checkouts/gecko/dom/base -I /builds/worker/checkouts/gecko/dom/bindings -I /builds/worker/checkouts/gecko/dom/bindings/test -I /builds/worker/checkouts/gecko/dom/browser-element -I /builds/worker/checkouts/gecko/dom/commandhandler -I /builds/worker/checkouts/gecko/dom/console -I /builds/worker/checkouts/gecko/dom/events -I /builds/worker/checkouts/gecko/dom/file/ipc -I /builds/worker/checkouts/gecko/dom/html -I /builds/worker/checkouts/gecko/dom/indexedDB -I /builds/worker/checkouts/gecko/dom/interfaces/base -I /builds/worker/checkouts/gecko/dom/interfaces/events -I /builds/worker/checkouts/gecko/dom/interfaces/geolocation -I /builds/worker/checkouts/gecko/dom/interfaces/html -I /builds/worker/checkouts/gecko/dom/interfaces/notification -I /builds/worker/checkouts/gecko/dom/interfaces/payments -I /builds/worker/checkouts/gecko/dom/interfaces/push -I /builds/worker/checkouts/gecko/dom/interfaces/security -I /builds/worker/checkouts/gecko/dom/interfaces/sidebar -I /builds/worker/checkouts/gecko/dom/interfaces/storage -I /builds/worker/checkouts/gecko/dom/interfaces/xul -I /builds/worker/checkouts/gecko/dom/ipc -I /builds/worker/checkouts/gecko/dom/localstorage -I /builds/worker/checkouts/gecko/dom/media -I /builds/worker/checkouts/gecko/dom/media/autoplay -I /builds/worker/checkouts/gecko/dom/media/bridge -I /builds/worker/checkouts/gecko/dom/media/gmp -I /builds/worker/checkouts/gecko/dom/media/webspeech/recognition -I /builds/worker/checkouts/gecko/dom/media/webspeech/synth -I /builds/worker/checkouts/gecko/dom/media/webvtt -I /builds/worker/checkouts/gecko/dom/network/interfaces -I /builds/worker/checkouts/gecko/dom/plugins/base -I /builds/worker/checkouts/gecko/dom/power -I /builds/worker/checkouts/gecko/dom/presentation/interfaces -I /builds/worker/checkouts/gecko/dom/quota -I /builds/worker/checkouts/gecko/dom/script -I /builds/worker/checkouts/gecko/dom/security -I /builds/worker/checkouts/gecko/dom/serializers -I /builds/worker/checkouts/gecko/dom/simpledb -I /builds/worker/checkouts/gecko/dom/system -I /builds/worker/checkouts/gecko/dom/webauthn -I /builds/worker/checkouts/gecko/dom/webbrowserpersist -I /builds/worker/checkouts/gecko/dom/workers -I /builds/worker/checkouts/gecko/dom/xslt/xslt -I /builds/worker/checkouts/gecko/dom/xul -I /builds/worker/checkouts/gecko/editor -I /builds/worker/checkouts/gecko/editor/composer -I /builds/worker/checkouts/gecko/editor/spellchecker -I /builds/worker/checkouts/gecko/editor/txmgr -I /builds/worker/checkouts/gecko/extensions/spellcheck/idl -I /builds/worker/checkouts/gecko/gfx/src -I /builds/worker/checkouts/gecko/gfx/thebes -I /builds/worker/checkouts/gecko/image -I /builds/worker/checkouts/gecko/intl/l10n -I /builds/worker/checkouts/gecko/intl/locale -I /builds/worker/checkouts/gecko/intl/strres -I /builds/worker/checkouts/gecko/intl/uconv -I /builds/worker/checkouts/gecko/js/ductwork/debugger -I /builds/worker/checkouts/gecko/js/xpconnect/idl -I /builds/worker/checkouts/gecko/js/xpconnect/tests/idl -I /builds/worker/checkouts/gecko/layout/base -I /builds/worker/checkouts/gecko/layout/inspector -I /builds/worker/checkouts/gecko/layout/printing -I /builds/worker/checkouts/gecko/layout/tools/layout-debug/src -I /builds/worker/checkouts/gecko/layout/xul/tree -I /builds/worker/checkouts/gecko/modules/libjar -I /builds/worker/checkouts/gecko/modules/libjar/zipwriter -I /builds/worker/checkouts/gecko/modules/libpref -I /builds/worker/checkouts/gecko/netwerk/base -I /builds/worker/checkouts/gecko/netwerk/base/http-sfv -I /builds/worker/checkouts/gecko/netwerk/cache -I /builds/worker/checkouts/gecko/netwerk/cache2 -I /builds/worker/checkouts/gecko/netwerk/cookie -I /builds/worker/checkouts/gecko/netwerk/dns -I /builds/worker/checkouts/gecko/netwerk/dns/mdns -I /builds/worker/checkouts/gecko/netwerk/mime -I /builds/worker/checkouts/gecko/netwerk/protocol/about -I /builds/worker/checkouts/gecko/netwerk/protocol/file -I /builds/worker/checkouts/gecko/netwerk/protocol/ftp -I /builds/worker/checkouts/gecko/netwerk/protocol/http -I /builds/worker/checkouts/gecko/netwerk/protocol/res -I /builds/worker/checkouts/gecko/netwerk/protocol/viewsource -I /builds/worker/checkouts/gecko/netwerk/protocol/websocket -I /builds/worker/checkouts/gecko/netwerk/socket -I /builds/worker/checkouts/gecko/netwerk/streamconv -I /builds/worker/checkouts/gecko/netwerk/streamconv/converters -I /builds/worker/checkouts/gecko/netwerk/test/httpserver -I /builds/worker/checkouts/gecko/netwerk/url-classifier -I /builds/worker/checkouts/gecko/netwerk/wifi -I /builds/worker/checkouts/gecko/parser/html -I /builds/worker/checkouts/gecko/parser/htmlparser -I /builds/worker/checkouts/gecko/remote/components -I /builds/worker/checkouts/gecko/security/manager/ssl -I /builds/worker/checkouts/gecko/security/sandbox/common -I /builds/worker/checkouts/gecko/security/sandbox/common/test -I /builds/worker/checkouts/gecko/services/crypto/component -I /builds/worker/checkouts/gecko/services/fxaccounts/rust-bridge -I /builds/worker/checkouts/gecko/services/interfaces -I /builds/worker/checkouts/gecko/startupcache -I /builds/worker/checkouts/gecko/storage -I /builds/worker/checkouts/gecko/testing/marionette/components -I /builds/worker/checkouts/gecko/toolkit/components/alerts -I /builds/worker/checkouts/gecko/toolkit/components/antitracking -I /builds/worker/checkouts/gecko/toolkit/components/asyncshutdown -I /builds/worker/checkouts/gecko/toolkit/components/autocomplete -I /builds/worker/checkouts/gecko/toolkit/components/backgroundhangmonitor -I /builds/worker/checkouts/gecko/toolkit/components/backgroundtasks -I /builds/worker/checkouts/gecko/toolkit/components/bitsdownload -I /builds/worker/checkouts/gecko/toolkit/components/browser -I /builds/worker/checkouts/gecko/toolkit/components/captivedetect -I /builds/worker/checkouts/gecko/toolkit/components/cascade_bloom_filter -I /builds/worker/checkouts/gecko/toolkit/components/cleardata -I /builds/worker/checkouts/gecko/toolkit/components/commandlines -I /builds/worker/checkouts/gecko/toolkit/components/crashes -I /builds/worker/checkouts/gecko/toolkit/components/downloads -I /builds/worker/checkouts/gecko/toolkit/components/enterprisepolicies -I /builds/worker/checkouts/gecko/toolkit/components/extensions -I /builds/worker/checkouts/gecko/toolkit/components/extensions/storage -I /builds/worker/checkouts/gecko/toolkit/components/filewatcher -I /builds/worker/checkouts/gecko/toolkit/components/finalizationwitness -I /builds/worker/checkouts/gecko/toolkit/components/find -I /builds/worker/checkouts/gecko/toolkit/components/glean/xpcom -I /builds/worker/checkouts/gecko/toolkit/components/kvstore -I /builds/worker/checkouts/gecko/toolkit/components/mozintl -I /builds/worker/checkouts/gecko/toolkit/components/osfile -I /builds/worker/checkouts/gecko/toolkit/components/parentalcontrols -I /builds/worker/checkouts/gecko/toolkit/components/passwordmgr -I /builds/worker/checkouts/gecko/toolkit/components/places -I /builds/worker/checkouts/gecko/toolkit/components/processtools -I /builds/worker/checkouts/gecko/toolkit/components/reputationservice -I /builds/worker/checkouts/gecko/toolkit/components/satchel -I /builds/worker/checkouts/gecko/toolkit/components/search -I /builds/worker/checkouts/gecko/toolkit/components/sessionstore -I /builds/worker/checkouts/gecko/toolkit/components/shell -I /builds/worker/checkouts/gecko/toolkit/components/startup/public -I /builds/worker/checkouts/gecko/toolkit/components/telemetry/core -I /builds/worker/checkouts/gecko/toolkit/components/thumbnails -I /builds/worker/checkouts/gecko/toolkit/components/timermanager -I /builds/worker/checkouts/gecko/toolkit/components/typeaheadfind -I /builds/worker/checkouts/gecko/toolkit/components/url-classifier -I /builds/worker/checkouts/gecko/toolkit/components/urlformatter -I /builds/worker/checkouts/gecko/toolkit/components/viaduct -I /builds/worker/checkouts/gecko/toolkit/components/windowcreator -I /builds/worker/checkouts/gecko/toolkit/components/windowwatcher -I /builds/worker/checkouts/gecko/toolkit/components/xulstore -I /builds/worker/checkouts/gecko/toolkit/modules -I /builds/worker/checkouts/gecko/toolkit/mozapps/extensions -I /builds/worker/checkouts/gecko/toolkit/mozapps/update -I /builds/worker/checkouts/gecko/toolkit/profile -I /builds/worker/checkouts/gecko/toolkit/xre -I /builds/worker/checkouts/gecko/tools/profiler/gecko -I /builds/worker/checkouts/gecko/uriloader/base -I /builds/worker/checkouts/gecko/uriloader/exthandler -I /builds/worker/checkouts/gecko/uriloader/prefetch -I /builds/worker/checkouts/gecko/widget -I /builds/worker/checkouts/gecko/xpcom/base -I /builds/worker/checkouts/gecko/xpcom/components -I /builds/worker/checkouts/gecko/xpcom/ds -I /builds/worker/checkouts/gecko/xpcom/io -I /builds/worker/checkouts/gecko/xpcom/system -I /builds/worker/checkouts/gecko/xpcom/tests -I /builds/worker/checkouts/gecko/xpcom/threads -I /builds/worker/checkouts/gecko/xpfe/appshell
[task 2021-02-09T13:01:50.761Z] 13:01:50 INFO - ../../../dist/include ../../../dist/xpcrs .
[task 2021-02-09T13:01:50.761Z] 13:01:50 INFO - appstartup /builds/worker/checkouts/gecko/toolkit/components/startup/public/nsIAppStartup.idl
[task 2021-02-09T13:01:50.761Z] 13:01:50 INFO - make[5]: Leaving directory '/builds/worker/workspace/obj-build/config/makefiles/xpidl'
[task 2021-02-09T13:01:50.851Z] 13:01:50 INFO - make[5]: Entering directory '/builds/worker/workspace/obj-build/config/makefiles/xpidl'
[task 2021-02-09T13:01:50.851Z] 13:01:50 INFO - config/makefiles/xpidl/appshell.xpt
[task 2021-02-09T13:01:50.851Z] 13:01:50 INFO - /builds/worker/workspace/obj-build/_virtualenvs/init_py3/bin/python /builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/xpidl-process.py --depsdir .deps
[task 2021-02-09T13:01:50.851Z] 13:01:50 INFO - --bindings-conf /builds/worker/checkouts/gecko/dom/bindings/Bindings.conf
[task 2021-02-09T13:01:50.854Z] 13:01:50 INFO - -I /builds/worker/checkouts/gecko/accessible/interfaces -I /builds/worker/checkouts/gecko/browser/components -I /builds/worker/checkouts/gecko/browser/components/migration -I /builds/worker/checkouts/gecko/browser/components/newtab -I /builds/worker/checkouts/gecko/browser/components/shell -I /builds/worker/checkouts/gecko/caps -I /builds/worker/checkouts/gecko/chrome -I /builds/worker/checkouts/gecko/devtools/platform -I /builds/worker/checkouts/gecko/docshell/base -I /builds/worker/checkouts/gecko/docshell/shistory -I /builds/worker/checkouts/gecko/dom/audiochannel -I /builds/worker/checkouts/gecko/dom/base -I /builds/worker/checkouts/gecko/dom/bindings -I /builds/worker/checkouts/gecko/dom/bindings/test -I /builds/worker/checkouts/gecko/dom/browser-element -I /builds/worker/checkouts/gecko/dom/commandhandler -I /builds/worker/checkouts/gecko/dom/console -I /builds/worker/checkouts/gecko/dom/events -I /builds/worker/checkouts/gecko/dom/file/ipc -I /builds/worker/checkouts/gecko/dom/html -I /builds/worker/checkouts/gecko/dom/indexedDB -I /builds/worker/checkouts/gecko/dom/interfaces/base -I /builds/worker/checkouts/gecko/dom/interfaces/events -I /builds/worker/checkouts/gecko/dom/interfaces/geolocation -I /builds/worker/checkouts/gecko/dom/interfaces/html -I /builds/worker/checkouts/gecko/dom/interfaces/notification -I /builds/worker/checkouts/gecko/dom/interfaces/payments -I /builds/worker/checkouts/gecko/dom/interfaces/push -I /builds/worker/checkouts/gecko/dom/interfaces/security -I /builds/worker/checkouts/gecko/dom/interfaces/sidebar -I /builds/worker/checkouts/gecko/dom/interfaces/storage -I /builds/worker/checkouts/gecko/dom/interfaces/xul -I /builds/worker/checkouts/gecko/dom/ipc -I /builds/worker/checkouts/gecko/dom/localstorage -I /builds/worker/checkouts/gecko/dom/media -I /builds/worker/checkouts/gecko/dom/media/autoplay -I /builds/worker/checkouts/gecko/dom/media/bridge -I /builds/worker/checkouts/gecko/dom/media/gmp -I /builds/worker/checkouts/gecko/dom/media/webspeech/recognition -I /builds/worker/checkouts/gecko/dom/media/webspeech/synth -I /builds/worker/checkouts/gecko/dom/media/webvtt -I /builds/worker/checkouts/gecko/dom/network/interfaces -I /builds/worker/checkouts/gecko/dom/plugins/base -I /builds/worker/checkouts/gecko/dom/power -I /builds/worker/checkouts/gecko/dom/presentation/interfaces -I /builds/worker/checkouts/gecko/dom/quota -I /builds/worker/checkouts/gecko/dom/script -I /builds/worker/checkouts/gecko/dom/security -I /builds/worker/checkouts/gecko/dom/serializers -I /builds/worker/checkouts/gecko/dom/simpledb -I /builds/worker/checkouts/gecko/dom/system -I /builds/worker/checkouts/gecko/dom/webauthn -I /builds/worker/checkouts/gecko/dom/webbrowserpersist -I /builds/worker/checkouts/gecko/dom/workers -I /builds/worker/checkouts/gecko/dom/xslt/xslt -I /builds/worker/checkouts/gecko/dom/xul -I /builds/worker/checkouts/gecko/editor -I /builds/worker/checkouts/gecko/editor/composer -I /builds/worker/checkouts/gecko/editor/spellchecker -I /builds/worker/checkouts/gecko/editor/txmgr -I /builds/worker/checkouts/gecko/extensions/spellcheck/idl -I /builds/worker/checkouts/gecko/gfx/src -I /builds/worker/checkouts/gecko/gfx/thebes -I /builds/worker/checkouts/gecko/image -I /builds/worker/checkouts/gecko/intl/l10n -I /builds/worker/checkouts/gecko/intl/locale -I /builds/worker/checkouts/gecko/intl/strres -I /builds/worker/checkouts/gecko/intl/uconv -I /builds/worker/checkouts/gecko/js/ductwork/debugger -I /builds/worker/checkouts/gecko/js/xpconnect/idl -I /builds/worker/checkouts/gecko/js/xpconnect/tests/idl -I /builds/worker/checkouts/gecko/layout/base -I /builds/worker/checkouts/gecko/layout/inspector -I /builds/worker/checkouts/gecko/layout/printing -I /builds/worker/checkouts/gecko/layout/tools/layout-debug/src -I /builds/worker/checkouts/gecko/layout/xul/tree -I /builds/worker/checkouts/gecko/modules/libjar -I /builds/worker/checkouts/gecko/modules/libjar/zipwriter -I /builds/worker/checkouts/gecko/modules/libpref -I /builds/worker/checkouts/gecko/netwerk/base -I /builds/worker/checkouts/gecko/netwerk/base/http-sfv -I /builds/worker/checkouts/gecko/netwerk/cache -I /builds/worker/checkouts/gecko/netwerk/cache2 -I /builds/worker/checkouts/gecko/netwerk/cookie -I /builds/worker/checkouts/gecko/netwerk/dns -I /builds/worker/checkouts/gecko/netwerk/dns/mdns -I /builds/worker/checkouts/gecko/netwerk/mime -I /builds/worker/checkouts/gecko/netwerk/protocol/about -I /builds/worker/checkouts/gecko/netwerk/protocol/file -I /builds/worker/checkouts/gecko/netwerk/protocol/ftp -I /builds/worker/checkouts/gecko/netwerk/protocol/http -I /builds/worker/checkouts/gecko/netwerk/protocol/res -I /builds/worker/checkouts/gecko/netwerk/protocol/viewsource -I /builds/worker/checkouts/gecko/netwerk/protocol/websocket -I /builds/worker/checkouts/gecko/netwerk/socket -I /builds/worker/checkouts/gecko/netwerk/streamconv -I /builds/worker/checkouts/gecko/netwerk/streamconv/converters -I /builds/worker/checkouts/gecko/netwerk/test/httpserver -I /builds/worker/checkouts/gecko/netwerk/url-classifier -I /builds/worker/checkouts/gecko/netwerk/wifi -I /builds/worker/checkouts/gecko/parser/html -I /builds/worker/checkouts/gecko/parser/htmlparser -I /builds/worker/checkouts/gecko/remote/components -I /builds/worker/checkouts/gecko/security/manager/ssl -I /builds/worker/checkouts/gecko/security/sandbox/common -I /builds/worker/checkouts/gecko/security/sandbox/common/test -I /builds/worker/checkouts/gecko/services/crypto/component -I /builds/worker/checkouts/gecko/services/fxaccounts/rust-bridge -I /builds/worker/checkouts/gecko/services/interfaces -I /builds/worker/checkouts/gecko/startupcache -I /builds/worker/checkouts/gecko/storage -I /builds/worker/checkouts/gecko/testing/marionette/components -I /builds/worker/checkouts/gecko/toolkit/components/alerts -I /builds/worker/checkouts/gecko/toolkit/components/antitracking -I /builds/worker/checkouts/gecko/toolkit/components/asyncshutdown -I /builds/worker/checkouts/gecko/toolkit/components/autocomplete -I /builds/worker/checkouts/gecko/toolkit/components/backgroundhangmonitor -I /builds/worker/checkouts/gecko/toolkit/components/backgroundtasks -I /builds/worker/checkouts/gecko/toolkit/components/bitsdownload -I /builds/worker/checkouts/gecko/toolkit/components/browser -I /builds/worker/checkouts/gecko/toolkit/components/captivedetect -I /builds/worker/checkouts/gecko/toolkit/components/cascade_bloom_filter -I /builds/worker/checkouts/gecko/toolkit/components/cleardata -I /builds/worker/checkouts/gecko/toolkit/components/commandlines -I /builds/worker/checkouts/gecko/toolkit/components/crashes -I /builds/worker/checkouts/gecko/toolkit/components/downloads -I /builds/worker/checkouts/gecko/toolkit/components/enterprisepolicies -I /builds/worker/checkouts/gecko/toolkit/components/extensions -I /builds/worker/checkouts/gecko/toolkit/components/extensions/storage -I /builds/worker/checkouts/gecko/toolkit/components/filewatcher -I /builds/worker/checkouts/gecko/toolkit/components/finalizationwitness -I /builds/worker/checkouts/gecko/toolkit/components/find -I /builds/worker/checkouts/gecko/toolkit/components/glean/xpcom -I /builds/worker/checkouts/gecko/toolkit/components/kvstore -I /builds/worker/checkouts/gecko/toolkit/components/mozintl -I /builds/worker/checkouts/gecko/toolkit/components/osfile -I /builds/worker/checkouts/gecko/toolkit/components/parentalcontrols -I /builds/worker/checkouts/gecko/toolkit/components/passwordmgr -I /builds/worker/checkouts/gecko/toolkit/components/places -I /builds/worker/checkouts/gecko/toolkit/components/processtools -I /builds/worker/checkouts/gecko/toolkit/components/reputationservice -I /builds/worker/checkouts/gecko/toolkit/components/satchel -I /builds/worker/checkouts/gecko/toolkit/components/search -I /builds/worker/checkouts/gecko/toolkit/components/sessionstore -I /builds/worker/checkouts/gecko/toolkit/components/shell -I /builds/worker/checkouts/gecko/toolkit/components/startup/public -I /builds/worker/checkouts/gecko/toolkit/components/telemetry/core -I /builds/worker/checkouts/gecko/toolkit/components/thumbnails -I /builds/worker/checkouts/gecko/toolkit/components/timermanager -I /builds/worker/checkouts/gecko/toolkit/components/typeaheadfind -I /builds/worker/checkouts/gecko/toolkit/components/url-classifier -I /builds/worker/checkouts/gecko/toolkit/components/urlformatter -I /builds/worker/checkouts/gecko/toolkit/components/viaduct -I /builds/worker/checkouts/gecko/toolkit/components/windowcreator -I /builds/worker/checkouts/gecko/toolkit/components/windowwatcher -I /builds/worker/checkouts/gecko/toolkit/components/xulstore -I /builds/worker/checkouts/gecko/toolkit/modules -I /builds/worker/checkouts/gecko/toolkit/mozapps/extensions -I /builds/worker/checkouts/gecko/toolkit/mozapps/update -I /builds/worker/checkouts/gecko/toolkit/profile -I /builds/worker/checkouts/gecko/toolkit/xre -I /builds/worker/checkouts/gecko/tools/profiler/gecko -I /builds/worker/checkouts/gecko/uriloader/base -I /builds/worker/checkouts/gecko/uriloader/exthandler -I /builds/worker/checkouts/gecko/uriloader/prefetch -I /builds/worker/checkouts/gecko/widget -I /builds/worker/checkouts/gecko/xpcom/base -I /builds/worker/checkouts/gecko/xpcom/components -I /builds/worker/checkouts/gecko/xpcom/ds -I /builds/worker/checkouts/gecko/xpcom/io -I /builds/worker/checkouts/gecko/xpcom/system -I /builds/worker/checkouts/gecko/xpcom/tests -I /builds/worker/checkouts/gecko/xpcom/threads -I /builds/worker/checkouts/gecko/xpfe/appshell
[task 2021-02-09T13:01:50.854Z] 13:01:50 INFO - ../../../dist/include ../../../dist/xpcrs .
[task 2021-02-09T13:01:50.855Z] 13:01:50 INFO - appshell /builds/worker/checkouts/gecko/xpfe/appshell/nsIAppShellService.idl /builds/worker/checkouts/gecko/xpfe/appshell/nsIAppWindow.idl /builds/worker/checkouts/gecko/xpfe/appshell/nsIWindowMediator.idl /builds/worker/checkouts/gecko/xpfe/appshell/nsIWindowMediatorListener.idl /builds/worker/checkouts/gecko/xpfe/appshell/nsIWindowlessBrowser.idl /builds/worker/checkouts/gecko/xpfe/appshell/nsIXULBrowserWindow.idl
[task 2021-02-09T13:01:50.855Z] 13:01:50 INFO - make[5]: Leaving directory '/builds/worker/workspace/obj-build/config/makefiles/xpidl'
[task 2021-02-09T13:01:50.923Z] 13:01:50 INFO - make[4]: Entering directory '/builds/worker/workspace/obj-build/ipc/ipdl'
[task 2021-02-09T13:01:50.923Z] 13:01:50 INFO - /builds/worker/workspace/obj-build/_virtualenvs/init_py3/bin/python /builds/worker/checkouts/gecko/ipc/ipdl/ipdl.py
[task 2021-02-09T13:01:50.923Z] 13:01:50 INFO - --sync-msg-list=/builds/worker/checkouts/gecko/ipc/ipdl/sync-messages.ini
[task 2021-02-09T13:01:50.923Z] 13:01:50 INFO - --msg-metadata=/builds/worker/checkouts/gecko/ipc/ipdl/message-metadata.ini
[task 2021-02-09T13:01:50.923Z] 13:01:50 INFO - --outheaders-dir=_ipdlheaders
[task 2021-02-09T13:01:50.923Z] 13:01:50 INFO - --outcpp-dir=.
[task 2021-02-09T13:01:50.923Z] 13:01:50 INFO - -I/builds/worker/workspace/obj-build/ipc/ipdl -I/builds/worker/checkouts/gecko/accessible/ipc/win -I/builds/worker/checkouts/gecko/devtools/shared/heapsnapshot -I/builds/worker/checkouts/gecko/dom/broadcastchannel -I/builds/worker/checkouts/gecko/dom/cache -I/builds/worker/checkouts/gecko/dom/canvas -I/builds/worker/checkouts/gecko/dom/clients/manager -I/builds/worker/checkouts/gecko/dom/fetch -I/builds/worker/checkouts/gecko/dom/file/ipc -I/builds/worker/checkouts/gecko/dom/filehandle -I/builds/worker/checkouts/gecko/dom/filesystem -I/builds/worker/checkouts/gecko/dom/gamepad/ipc -I/builds/worker/checkouts/gecko/dom/indexedDB -I/builds/worker/checkouts/gecko/dom/ipc -I/builds/worker/checkouts/gecko/dom/localstorage -I/builds/worker/checkouts/gecko/dom/media/gmp -I/builds/worker/checkouts/gecko/dom/media/ipc -I/builds/worker/checkouts/gecko/dom/media/mediacapabilities -I/builds/worker/checkouts/gecko/dom/media/systemservices -I/builds/worker/checkouts/gecko/dom/media/webrtc/transport/ipc -I/builds/worker/checkouts/gecko/dom/media/webspeech/synth/ipc -I/builds/worker/checkouts/gecko/dom/messagechannel -I/builds/worker/checkouts/gecko/dom/midi -I/builds/worker/checkouts/gecko/dom/network -I/builds/worker/checkouts/gecko/dom/payments/ipc -I/builds/worker/checkouts/gecko/dom/plugins/ipc -I/builds/worker/checkouts/gecko/dom/presentation/ipc -I/builds/worker/checkouts/gecko/dom/quota -I/builds/worker/checkouts/gecko/dom/reporting -I/builds/worker/checkouts/gecko/dom/serviceworkers -I/builds/worker/checkouts/gecko/dom/simpledb -I/builds/worker/checkouts/gecko/dom/storage -I/builds/worker/checkouts/gecko/dom/webauthn -I/builds/worker/checkouts/gecko/dom/webbrowserpersist -I/builds/worker/checkouts/gecko/dom/webgpu/ipc -I/builds/worker/checkouts/gecko/dom/workers/remoteworkers -I/builds/worker/checkouts/gecko/dom/workers/sharedworkers -I/builds/worker/checkouts/gecko/extensions/spellcheck/hunspell/glue -I/builds/worker/checkouts/gecko/gfx/ipc -I/builds/worker/checkouts/gecko/gfx/layers/ipc -I/builds/worker/checkouts/gecko/gfx/vr/ipc -I/builds/worker/checkouts/gecko/hal/sandbox -I/builds/worker/checkouts/gecko/ipc/glue -I/builds/worker/checkouts/gecko/ipc/testshell -I/builds/worker/checkouts/gecko/js/xpconnect/loader -I/builds/worker/checkouts/gecko/layout/base -I/builds/worker/checkouts/gecko/layout/printing/ipc -I/builds/worker/checkouts/gecko/netwerk/cookie -I/builds/worker/checkouts/gecko/netwerk/dns -I/builds/worker/checkouts/gecko/netwerk/ipc -I/builds/worker/checkouts/gecko/netwerk/protocol/ftp -I/builds/worker/checkouts/gecko/netwerk/protocol/http -I/builds/worker/checkouts/gecko/netwerk/protocol/websocket -I/builds/worker/checkouts/gecko/security/manager/ssl -I/builds/worker/checkouts/gecko/security/sandbox/common/test -I/builds/worker/checkouts/gecko/security/sandbox/win/src/remotesandboxbroker -I/builds/worker/checkouts/gecko/toolkit/components/backgroundhangmonitor -I/builds/worker/checkouts/gecko/toolkit/components/extensions/webrequest -I/builds/worker/checkouts/gecko/toolkit/components/printingui/ipc -I/builds/worker/checkouts/gecko/tools/profiler/gecko -I/builds/worker/checkouts/gecko/uriloader/exthandler -I/builds/worker/checkouts/gecko/uriloader/prefetch -I/builds/worker/checkouts/gecko/widget/headless -I/builds/worker/checkouts/gecko/widget/windows
[task 2021-02-09T13:01:50.933Z] 13:01:50 INFO - PBrowser.ipdl PBrowserBridge.ipdl PContent.ipdl PMediaTransport.ipdl PWebrtcGlobal.ipdl PGPU.ipdl LookAndFeelTypes.ipdlh /builds/worker/checkouts/gecko/accessible/ipc/win/PDocAccessible.ipdl /builds/worker/checkouts/gecko/devtools/shared/heapsnapshot/PHeapSnapshotTempFileHelper.ipdl /builds/worker/checkouts/gecko/dom/broadcastchannel/PBroadcastChannel.ipdl /builds/worker/checkouts/gecko/dom/cache/CacheTypes.ipdlh /builds/worker/checkouts/gecko/dom/cache/PCache.ipdl /builds/worker/checkouts/gecko/dom/cache/PCacheOp.ipdl /builds/worker/checkouts/gecko/dom/cache/PCacheStorage.ipdl /builds/worker/checkouts/gecko/dom/cache/PCacheStreamControl.ipdl /builds/worker/checkouts/gecko/dom/canvas/PWebGL.ipdl /builds/worker/checkouts/gecko/dom/clients/manager/ClientIPCTypes.ipdlh /builds/worker/checkouts/gecko/dom/clients/manager/PClientHandle.ipdl /builds/worker/checkouts/gecko/dom/clients/manager/PClientHandleOp.ipdl /builds/worker/checkouts/gecko/dom/clients/manager/PClientManager.ipdl /builds/worker/checkouts/gecko/dom/clients/manager/PClientManagerOp.ipdl /builds/worker/checkouts/gecko/dom/clients/manager/PClientNavigateOp.ipdl /builds/worker/checkouts/gecko/dom/clients/manager/PClientSource.ipdl /builds/worker/checkouts/gecko/dom/clients/manager/PClientSourceOp.ipdl /builds/worker/checkouts/gecko/dom/fetch/ChannelInfo.ipdlh /builds/worker/checkouts/gecko/dom/fetch/FetchTypes.ipdlh /builds/worker/checkouts/gecko/dom/file/ipc/BlobTypes.ipdlh /builds/worker/checkouts/gecko/dom/file/ipc/IPCBlob.ipdlh /builds/worker/checkouts/gecko/dom/file/ipc/PFileCreator.ipdl /builds/worker/checkouts/gecko/dom/file/ipc/PRemoteLazyInputStream.ipdl /builds/worker/checkouts/gecko/dom/file/ipc/PTemporaryIPCBlob.ipdl /builds/worker/checkouts/gecko/dom/filehandle/PBackgroundFileHandle.ipdl /builds/worker/checkouts/gecko/dom/filehandle/PBackgroundFileRequest.ipdl /builds/worker/checkouts/gecko/dom/filehandle/PBackgroundMutableFile.ipdl /builds/worker/checkouts/gecko/dom/filesystem/PFileSystemParams.ipdlh /builds/worker/checkouts/gecko/dom/filesystem/PFileSystemRequest.ipdl /builds/worker/checkouts/gecko/dom/gamepad/ipc/GamepadEventTypes.ipdlh /builds/worker/checkouts/gecko/dom/gamepad/ipc/PGamepadEventChannel.ipdl /builds/worker/checkouts/gecko/dom/gamepad/ipc/PGamepadTestChannel.ipdl /builds/worker/checkouts/gecko/dom/indexedDB/PBackgroundIDBCursor.ipdl /builds/worker/checkouts/gecko/dom/indexedDB/PBackgroundIDBDatabase.ipdl /builds/worker/checkouts/gecko/dom/indexedDB/PBackgroundIDBDatabaseFile.ipdl /builds/worker/checkouts/gecko/dom/indexedDB/PBackgroundIDBDatabaseRequest.ipdl /builds/worker/checkouts/gecko/dom/indexedDB/PBackgroundIDBFactory.ipdl /builds/worker/checkouts/gecko/dom/indexedDB/PBackgroundIDBFactoryRequest.ipdl /builds/worker/checkouts/gecko/dom/indexedDB/PBackgroundIDBRequest.ipdl /builds/worker/checkouts/gecko/dom/indexedDB/PBackgroundIDBSharedTypes.ipdlh /builds/worker/checkouts/gecko/dom/indexedDB/PBackgroundIDBTransaction.ipdl /builds/worker/checkouts/gecko/dom/indexedDB/PBackgroundIDBVersionChangeTransaction.ipdl /builds/worker/checkouts/gecko/dom/indexedDB/PBackgroundIndexedDBUtils.ipdl /builds/worker/checkouts/gecko/dom/ipc/DOMTypes.ipdlh /builds/worker/checkouts/gecko/dom/ipc/MemoryReportTypes.ipdlh /builds/worker/checkouts/gecko/dom/ipc/PColorPicker.ipdl /builds/worker/checkouts/gecko/dom/ipc/PContentPermission.ipdlh /builds/worker/checkouts/gecko/dom/ipc/PContentPermissionRequest.ipdl /builds/worker/checkouts/gecko/dom/ipc/PCycleCollectWithLogs.ipdl /builds/worker/checkouts/gecko/dom/ipc/PFilePicker.ipdl /builds/worker/checkouts/gecko/dom/ipc/PInProcess.ipdl /builds/worker/checkouts/gecko/dom/ipc/PLoginReputation.ipdl /builds/worker/checkouts/gecko/dom/ipc/PPluginWidget.ipdl /builds/worker/checkouts/gecko/dom/ipc/PProcessHangMonitor.ipdl /builds/worker/checkouts/gecko/dom/ipc/PTabContext.ipdlh /builds/worker/checkouts/gecko/dom/ipc/PURLClassifier.ipdl /builds/worker/checkouts/gecko/dom/ipc/PURLClassifierInfo.ipdlh /builds/worker/checkouts/gecko/dom/ipc/PURLClassifierLocal.ipdl /builds/worker/checkouts/gecko/dom/ipc/PVsync.ipdl /builds/worker/checkouts/gecko/dom/ipc/PWindowGlobal.ipdl /builds/worker/checkouts/gecko/dom/ipc/PrefsTypes.ipdlh /builds/worker/checkouts/gecko/dom/ipc/ServiceWorkerConfiguration.ipdlh /builds/worker/checkouts/gecko/dom/ipc/WindowGlobalTypes.ipdlh /builds/worker/checkouts/gecko/dom/localstorage/PBackgroundLSDatabase.ipdl /builds/worker/checkouts/gecko/dom/localstorage/PBackgroundLSObserver.ipdl /builds/worker/checkouts/gecko/dom/localstorage/PBackgroundLSRequest.ipdl /builds/worker/checkouts/gecko/dom/localstorage/PBackgroundLSSharedTypes.ipdlh /builds/worker/checkouts/gecko/dom/localstorage/PBackgroundLSSimpleRequest.ipdl /builds/worker/checkouts/gecko/dom/localstorage/PBackgroundLSSnapshot.ipdl /builds/worker/checkouts/gecko/dom/media/gmp/GMPTypes.ipdlh /builds/worker/checkouts/gecko/dom/media/gmp/PChromiumCDM.ipdl /builds/worker/checkouts/gecko/dom/media/gmp/PGMP.ipdl /builds/worker/checkouts/gecko/dom/media/gmp/PGMPContent.ipdl /builds/worker/checkouts/gecko/dom/media/gmp/PGMPService.ipdl /builds/worker/checkouts/gecko/dom/media/gmp/PGMPStorage.ipdl /builds/worker/checkouts/gecko/dom/media/gmp/PGMPTimer.ipdl /builds/worker/checkouts/gecko/dom/media/gmp/PGMPVideoDecoder.ipdl /builds/worker/checkouts/gecko/dom/media/gmp/PGMPVideoEncoder.ipdl /builds/worker/checkouts/gecko/dom/media/ipc/PMediaDecoderParams.ipdlh /builds/worker/checkouts/gecko/dom/media/ipc/PRDD.ipdl /builds/worker/checkouts/gecko/dom/media/ipc/PRemoteDecoder.ipdl /builds/worker/checkouts/gecko/dom/media/ipc/PRemoteDecoderManager.ipdl /builds/worker/checkouts/gecko/dom/media/mediacapabilities/PBenchmarkStorage.ipdl /builds/worker/checkouts/gecko/dom/media/systemservices/PCameras.ipdl /builds/worker/checkouts/gecko/dom/media/systemservices/PMedia.ipdl /builds/worker/checkouts/gecko/dom/media/systemservices/PMediaSystemResourceManager.ipdl /builds/worker/checkouts/gecko/dom/media/webrtc/transport/ipc/PStunAddrsRequest.ipdl /builds/worker/checkouts/gecko/dom/media/webrtc/transport/ipc/PWebrtcTCPSocket.ipdl /builds/worker/checkouts/gecko/dom/media/webrtc/transport/ipc/WebrtcProxyConfig.ipdlh /builds/worker/checkouts/gecko/dom/media/webspeech/synth/ipc/PSpeechSynthesis.ipdl /builds/worker/checkouts/gecko/dom/media/webspeech/synth/ipc/PSpeechSynthesisRequest.ipdl /builds/worker/checkouts/gecko/dom/messagechannel/PMessagePort.ipdl /builds/worker/checkouts/gecko/dom/midi/MIDITypes.ipdlh /builds/worker/checkouts/gecko/dom/midi/PMIDIManager.ipdl /builds/worker/checkouts/gecko/dom/midi/PMIDIPort.ipdl /builds/worker/checkouts/gecko/dom/network/PTCPServerSocket.ipdl /builds/worker/checkouts/gecko/dom/network/PTCPSocket.ipdl /builds/worker/checkouts/gecko/dom/network/PUDPSocket.ipdl /builds/worker/checkouts/gecko/dom/payments/ipc/PPaymentRequest.ipdl /builds/worker/checkouts/gecko/dom/plugins/ipc/PBrowserStream.ipdl /builds/worker/checkouts/gecko/dom/plugins/ipc/PFunctionBroker.ipdl /builds/worker/checkouts/gecko/dom/plugins/ipc/PPluginBackgroundDestroyer.ipdl /builds/worker/checkouts/gecko/dom/plugins/ipc/PPluginInstance.ipdl /builds/worker/checkouts/gecko/dom/plugins/ipc/PPluginModule.ipdl /builds/worker/checkouts/gecko/dom/plugins/ipc/PPluginScriptableObject.ipdl /builds/worker/checkouts/gecko/dom/plugins/ipc/PPluginSurface.ipdl /builds/worker/checkouts/gecko/dom/plugins/ipc/PStreamNotify.ipdl /builds/worker/checkouts/gecko/dom/plugins/ipc/PluginTypes.ipdlh /builds/worker/checkouts/gecko/dom/presentation/ipc/PPresentation.ipdl /builds/worker/checkouts/gecko/dom/presentation/ipc/PPresentationBuilder.ipdl /builds/worker/checkouts/gecko/dom/presentation/ipc/PPresentationRequest.ipdl /builds/worker/checkouts/gecko/dom/quota/PQuota.ipdl /builds/worker/checkouts/gecko/dom/quota/PQuotaRequest.ipdl /builds/worker/checkouts/gecko/dom/quota/PQuotaUsageRequest.ipdl /builds/worker/checkouts/gecko/dom/reporting/PEndpointForReport.ipdl /builds/worker/checkouts/gecko/dom/serviceworkers/IPCServiceWorkerDescriptor.ipdlh /builds/worker/checkouts/gecko/dom/serviceworkers/IPCServiceWorkerRegistrationDescriptor.ipdlh /builds/worker/checkouts/gecko/dom/serviceworkers/PFetchEventOp.ipdl /builds/worker/checkouts/gecko/dom/serviceworkers/PFetchEventOpProxy.ipdl /builds/worker/checkouts/gecko/dom/serviceworkers/PServiceWorker.ipdl /builds/worker/checkouts/gecko/dom/serviceworkers/PServiceWorkerContainer.ipdl /builds/worker/checkouts/gecko/dom/serviceworkers/PServiceWorkerManager.ipdl /builds/worker/checkouts/gecko/dom/serviceworkers/PServiceWorkerRegistration.ipdl /builds/worker/checkouts/gecko/dom/serviceworkers/PServiceWorkerUpdater.ipdl /builds/worker/checkouts/gecko/dom/serviceworkers/ServiceWorkerOpArgs.ipdlh /builds/worker/checkouts/gecko/dom/serviceworkers/ServiceWorkerRegistrarTypes.ipdlh /builds/worker/checkouts/gecko/dom/simpledb/PBackgroundSDBConnection.ipdl /builds/worker/checkouts/gecko/dom/simpledb/PBackgroundSDBRequest.ipdl /builds/worker/checkouts/gecko/dom/storage/PBackgroundLocalStorageCache.ipdl /builds/worker/checkouts/gecko/dom/storage/PBackgroundSessionStorageCache.ipdl /builds/worker/checkouts/gecko/dom/storage/PBackgroundSessionStorageManager.ipdl /builds/worker/checkouts/gecko/dom/storage/PBackgroundStorage.ipdl /builds/worker/checkouts/gecko/dom/storage/PSessionStorageObserver.ipdl /builds/worker/checkouts/gecko/dom/webauthn/PWebAuthnTransaction.ipdl /builds/worker/checkouts/gecko/dom/webbrowserpersist/PWebBrowserPersistDocument.ipdl /builds/worker/checkouts/gecko/dom/webbrowserpersist/PWebBrowserPersistResources.ipdl /builds/worker/checkouts/gecko/dom/webbrowserpersist/PWebBrowserPersistSerialize.ipdl /builds/worker/checkouts/gecko/dom/webgpu/ipc/PWebGPU.ipdl /builds/worker/checkouts/gecko/dom/workers/remoteworkers/PRemoteWorker.ipdl /builds/worker/checkouts/gecko/dom/workers/remoteworkers/PRemoteWorkerController.ipdl /builds/worker/checkouts/gecko/dom/workers/remoteworkers/PRemoteWorkerService.ipdl /builds/worker/checkouts/gecko/dom/workers/remoteworkers/RemoteWorkerTypes.ipdlh /builds/worker/checkouts/gecko/dom/workers/sharedworkers/PSharedWorker.ipdl /builds/worker/checkouts/gecko/extensions/spellcheck/hunspell/glue/PRemoteSpellcheckEngine.ipdl /builds/worker/checkouts/gecko/gfx/ipc/GraphicsMessages.ipdlh /builds/worker/checkouts/gecko/gfx/ipc/PVsyncBridge.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/LayersMessages.ipdlh /builds/worker/checkouts/gecko/gfx/layers/ipc/LayersSurfaces.ipdlh /builds/worker/checkouts/gecko/gfx/layers/ipc/PAPZ.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/PAPZCTreeManager.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/PAPZInputBridge.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/PCanvas.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/PCompositorBridge.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/PCompositorBridgeTypes.ipdlh /builds/worker/checkouts/gecko/gfx/layers/ipc/PCompositorManager.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/PImageBridge.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/PLayerTransaction.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/PTexture.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/PUiCompositorController.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/PVideoBridge.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/PWebRenderBridge.ipdl /builds/worker/checkouts/gecko/gfx/layers/ipc/WebRenderMessages.ipdlh /builds/worker/checkouts/gecko/gfx/vr/ipc/PVR.ipdl /builds/worker/checkouts/gecko/gfx/vr/ipc/PVRGPU.ipdl /builds/worker/checkouts/gecko/gfx/vr/ipc/PVRLayer.ipdl /builds/worker/checkouts/gecko/gfx/vr/ipc/PVRManager.ipdl /builds/worker/checkouts/gecko/hal/sandbox/PHal.ipdl /builds/worker/checkouts/gecko/ipc/glue/IPCStream.ipdlh /builds/worker/checkouts/gecko/ipc/glue/InputStreamParams.ipdlh /builds/worker/checkouts/gecko/ipc/glue/PBackground.ipdl /builds/worker/checkouts/gecko/ipc/glue/PBackgroundSharedTypes.ipdlh /builds/worker/checkouts/gecko/ipc/glue/PBackgroundTest.ipdl /builds/worker/checkouts/gecko/ipc/glue/PChildToParentStream.ipdl /builds/worker/checkouts/gecko/ipc/glue/PFileDescriptorSet.ipdl /builds/worker/checkouts/gecko/ipc/glue/PIdleScheduler.ipdl /builds/worker/checkouts/gecko/ipc/glue/PParentToChildStream.ipdl /builds/worker/checkouts/gecko/ipc/glue/ProtocolTypes.ipdlh /builds/worker/checkouts/gecko/ipc/glue/URIParams.ipdlh /builds/worker/checkouts/gecko/ipc/testshell/PTestShell.ipdl /builds/worker/checkouts/gecko/ipc/testshell/PTestShellCommand.ipdl /builds/worker/checkouts/gecko/js/xpconnect/loader/PScriptCache.ipdl /builds/worker/checkouts/gecko/layout/base/PresState.ipdlh /builds/worker/checkouts/gecko/layout/printing/ipc/PRemotePrintJob.ipdl /builds/worker/checkouts/gecko/netwerk/cookie/PCookieService.ipdl /builds/worker/checkouts/gecko/netwerk/dns/PDNSRequest.ipdl /builds/worker/checkouts/gecko/netwerk/dns/PDNSRequestParams.ipdlh /builds/worker/checkouts/gecko/netwerk/dns/PNativeDNSResolverOverride.ipdl /builds/worker/checkouts/gecko/netwerk/dns/PTRRService.ipdl /builds/worker/checkouts/gecko/netwerk/ipc/NeckoChannelParams.ipdlh /builds/worker/checkouts/gecko/netwerk/ipc/PDataChannel.ipdl /builds/worker/checkouts/gecko/netwerk/ipc/PDocumentChannel.ipdl /builds/worker/checkouts/gecko/netwerk/ipc/PFileChannel.ipdl /builds/worker/checkouts/gecko/netwerk/ipc/PInputChannelThrottleQueue.ipdl /builds/worker/checkouts/gecko/netwerk/ipc/PNecko.ipdl /builds/worker/checkouts/gecko/netwerk/ipc/PProxyConfigLookup.ipdl /builds/worker/checkouts/gecko/netwerk/ipc/PSimpleChannel.ipdl /builds/worker/checkouts/gecko/netwerk/ipc/PSocketProcess.ipdl /builds/worker/checkouts/gecko/netwerk/ipc/PSocketProcessBridge.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/ftp/PFTPChannel.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/http/HttpChannelParams.ipdlh /builds/worker/checkouts/gecko/netwerk/protocol/http/PAltDataOutputStream.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/http/PAltService.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/http/PAltSvcTransaction.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/http/PBackgroundDataBridge.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/http/PClassifierDummyChannel.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/http/PHttpBackgroundChannel.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/http/PHttpChannel.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/http/PHttpConnectionMgr.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/http/PHttpTransaction.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/websocket/PTransportProvider.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/websocket/PWebSocket.ipdl /builds/worker/checkouts/gecko/netwerk/protocol/websocket/PWebSocketEventListener.ipdl /builds/worker/checkouts/gecko/security/manager/ssl/PSMIPCTypes.ipdlh /builds/worker/checkouts/gecko/security/manager/ssl/PVerifySSLServerCert.ipdl /builds/worker/checkouts/gecko/security/sandbox/common/test/PSandboxTesting.ipdl /builds/worker/checkouts/gecko/security/sandbox/win/src/remotesandboxbroker/PRemoteSandboxBroker.ipdl /builds/worker/checkouts/gecko/toolkit/components/backgroundhangmonitor/HangTypes.ipdlh /builds/worker/checkouts/gecko/toolkit/components/extensions/webrequest/PStreamFilter.ipdl /builds/worker/checkouts/gecko/toolkit/components/printingui/ipc/PPrintProgressDialog.ipdl /builds/worker/checkouts/gecko/toolkit/components/printingui/ipc/PPrintSettingsDialog.ipdl /builds/worker/checkouts/gecko/toolkit/components/printingui/ipc/PPrinting.ipdl /builds/worker/checkouts/gecko/toolkit/components/printingui/ipc/PPrintingTypes.ipdlh /builds/worker/checkouts/gecko/tools/profiler/gecko/PProfiler.ipdl /builds/worker/checkouts/gecko/tools/profiler/gecko/ProfilerTypes.ipdlh /builds/worker/checkouts/gecko/uriloader/exthandler/PExternalHelperApp.ipdl /builds/worker/checkouts/gecko/uriloader/exthandler/PHandlerService.ipdl /builds/worker/checkouts/gecko/uriloader/prefetch/POfflineCacheUpdate.ipdl /builds/worker/checkouts/gecko/widget/headless/HeadlessWidgetTypes.ipdlh /builds/worker/checkouts/gecko/widget/windows/PCompositorWidget.ipdl /builds/worker/checkouts/gecko/widget/windows/PlatformWidgetTypes.ipdlh
[task 2021-02-09T13:01:50.933Z] 13:01:50 INFO - in file included from /builds/worker/workspace/obj-build/ipc/ipdl/PBrowser.ipdl', line 9: [task 2021-02-09T13:01:50.933Z] 13:01:50 INFO - in file included from/builds/worker/workspace/obj-build/ipc/ipdl/PContent.ipdl', line 7:
[task 2021-02-09T13:01:50.934Z] 13:01:50 INFO - in file included from /builds/worker/checkouts/gecko/ipc/glue/PBackground.ipdl', line 5: [task 2021-02-09T13:01:50.934Z] 13:01:50 INFO - in file included from/builds/worker/checkouts/gecko/netwerk/protocol/http/PBackgroundDataBridge.ipdl', line 6:
[task 2021-02-09T13:01:50.934Z] 13:01:50 INFO - in file included from /builds/worker/checkouts/gecko/netwerk/protocol/http/HttpChannelParams.ipdlh', line 10: [task 2021-02-09T13:01:50.934Z] 13:01:50 INFO - in file included from/builds/worker/checkouts/gecko/netwerk/ipc/NeckoChannelParams.ipdlh', line 8:
[task 2021-02-09T13:01:50.935Z] 13:01:50 INFO - in file included from /builds/worker/checkouts/gecko/netwerk/protocol/http/PHttpChannel.ipdl', line 8: [task 2021-02-09T13:01:50.935Z] 13:01:50 ERROR - /builds/worker/checkouts/gecko/netwerk/ipc/PNecko.ipdl:13: error: can't locate include filePGIOChannel.ipdl'
[task 2021-02-09T13:01:50.936Z] 13:01:50 INFO - Specification could not be parsed.
[task 2021-02-09T13:01:50.936Z] 13:01:50 ERROR - make[4]: *** [Makefile:30: ipdl.track] Error 1
[task 2021-02-09T13:01:50.936Z] 13:01:50 INFO - make[4]: Leaving directory '/builds/worker/workspace/obj-build/ipc/ipdl'
[task 2021-02-09T13:01:50.936Z] 13:01:50 ERROR - make[3]: *** [/builds/worker/checkouts/gecko/config/recurse.mk:99: ipc/ipdl/export] Error 2
[task 2021-02-09T13:01:50.936Z] 13:01:50 INFO - make[3]: *** Waiting for unfinished jobs....
[task 2021-02-09T13:01:50.961Z] 13:01:50 INFO - make[5]: Entering directory '/builds/worker/workspace/obj-build/config/makefiles/xpidl'
[task 2021-02-09T13:01:50.961Z] 13:01:50 INFO - config/makefiles/xpidl/accessibility.xpt
[task 2021-02-09T13:01:50.961Z] 13:01:50 INFO - /builds/worker/workspace/obj-build/_virtualenvs/init_py3/bin/python /builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/xpidl-process.py --depsdir .deps
[task 2021-02-09T13:01:50.962Z] 13:01:50 INFO - --bindings-conf /builds/worker/checkouts/gecko/dom/bindings/Bindings.conf
[task 2021-02-09T13:01:50.970Z] 13:01:50 INFO - -I /builds/worker/checkouts/gecko/accessible/interfaces -I /builds/worker/checkouts/gecko/browser/components -I /builds/worker/checkouts/gecko/browser/components/migration -I /builds/worker/checkouts/gecko/browser/components/newtab -I /builds/worker/checkouts/gecko/browser/components/shell -I /builds/worker/checkouts/gecko/caps -I /builds/worker/checkouts/gecko/chrome -I /builds/worker/checkouts/gecko/devtools/platform -I /builds/worker/checkouts/gecko/docshell/base -I /builds/worker/checkouts/gecko/docshell/shistory -I /builds/worker/checkouts/gecko/dom/audiochannel -I /builds/worker/checkouts/gecko/dom/base -I /builds/worker/checkouts/gecko/dom/bindings -I /builds/worker/checkouts/gecko/dom/bindings/test -I /builds/worker/checkouts/gecko/dom/browser-element -I /builds/worker/checkouts/gecko/dom/commandhandler -I /builds/worker/checkouts/gecko/dom/console -I /builds/worker/checkouts/gecko/dom/events -I /builds/worker/checkouts/gecko/dom/file/ipc -I /builds/worker/checkouts/gecko/dom/html -I /builds/worker/checkouts/gecko/dom/indexedDB -I /builds/worker/checkouts/gecko/dom/interfaces/base -I /builds/worker/checkouts/gecko/dom/interfaces/events -I /builds/worker/checkouts/gecko/dom/interfaces/geolocation -I /builds/worker/checkouts/gecko/dom/interfaces/html -I /builds/worker/checkouts/gecko/dom/interfaces/notification -I /builds/worker/checkouts/gecko/dom/interfaces/payments -I /builds/worker/checkouts/gecko/dom/interfaces/push -I /builds/worker/checkouts/gecko/dom/interfaces/security -I /builds/worker/checkouts/gecko/dom/interfaces/sidebar -I /builds/worker/checkouts/gecko/dom/interfaces/storage -I /builds/worker/checkouts/gecko/dom/interfaces/xul -I /builds/worker/checkouts/gecko/dom/ipc -I /builds/worker/checkouts/gecko/dom/localstorage -I /builds/worker/checkouts/gecko/dom/media -I /builds/worker/checkouts/gecko/dom/media/autoplay -I /builds/worker/checkouts/gecko/dom/media/bridge -I /builds/worker/checkouts/gecko/dom/media/gmp -I /builds/worker/checkouts/gecko/dom/media/webspeech/recognition -I /builds/worker/checkouts/gecko/dom/media/webspeech/synth -I /builds/worker/checkouts/gecko/dom/media/webvtt -I /builds/worker/checkouts/gecko/dom/network/interfaces -I /builds/worker/checkouts/gecko/dom/plugins/base -I /builds/worker/checkouts/gecko/dom/power -I /builds/worker/checkouts/gecko/dom/presentation/interfaces -I /builds/worker/checkouts/gecko/dom/quota -I /builds/worker/checkouts/gecko/dom/script -I /builds/worker/checkouts/gecko/dom/security -I /builds/worker/checkouts/gecko/dom/serializers -I /builds/worker/checkouts/gecko/dom/simpledb -I /builds/worker/checkouts/gecko/dom/system -I /builds/worker/checkouts/gecko/dom/webauthn -I /builds/worker/checkouts/gecko/dom/webbrowserpersist -I /builds/worker/checkouts/gecko/dom/workers -I /builds/worker/checkouts/gecko/dom/xslt/xslt -I /builds/worker/checkouts/gecko/dom/xul -I /builds/worker/checkouts/gecko/editor -I /builds/worker/checkouts/gecko/editor/composer -I /builds/worker/checkouts/gecko/editor/spellchecker -I /builds/worker/checkouts/gecko/editor/txmgr -I /builds/worker/checkouts/gecko/extensions/spellcheck/idl -I /builds/worker/checkouts/gecko/gfx/src -I /builds/worker/checkouts/gecko/gfx/thebes -I /builds/worker/checkouts/gecko/image -I /builds/worker/checkouts/gecko/intl/l10n -I /builds/worker/checkouts/gecko/intl/locale -I /builds/worker/checkouts/gecko/intl/strres -I /builds/worker/checkouts/gecko/intl/uconv -I /builds/worker/checkouts/gecko/js/ductwork/debugger -I /builds/worker/checkouts/gecko/js/xpconnect/idl -I /builds/worker/checkouts/gecko/js/xpconnect/tests/idl -I /builds/worker/checkouts/gecko/layout/base -I /builds/worker/checkouts/gecko/layout/inspector -I /builds/worker/checkouts/gecko/layout/printing -I /builds/worker/checkouts/gecko/layout/tools/layout-debug/src -I /builds/worker/checkouts/gecko/layout/xul/tree -I /builds/worker/checkouts/gecko/modules/libjar -I /builds/worker/checkouts/gecko/modules/libjar/zipwriter -I /builds/worker/checkouts/gecko/modules/libpref -I /builds/worker/checkouts/gecko/netwerk/base -I /builds/worker/checkouts/gecko/netwerk/base/http-sfv -I /builds/worker/checkouts/gecko/netwerk/cache -I /builds/worker/checkouts/gecko/netwerk/cache2 -I /builds/worker/checkouts/gecko/netwerk/cookie -I /builds/worker/checkouts/gecko/netwerk/dns -I /builds/worker/checkouts/gecko/netwerk/dns/mdns -I /builds/worker/checkouts/gecko/netwerk/mime -I /builds/worker/checkouts/gecko/netwerk/protocol/about -I /builds/worker/checkouts/gecko/netwerk/protocol/file -I /builds/worker/checkouts/gecko/netwerk/protocol/ftp -I /builds/worker/checkouts/gecko/netwerk/protocol/http -I /builds/worker/checkouts/gecko/netwerk/protocol/res -I /builds/worker/checkouts/gecko/netwerk/protocol/viewsource -I /builds/worker/checkouts/gecko/netwerk/protocol/websocket -I /builds/worker/checkouts/gecko/netwerk/socket -I /builds/worker/checkouts/gecko/netwerk/streamconv -I /builds/worker/checkouts/gecko/netwerk/streamconv/converters -I /builds/worker/checkouts/gecko/netwerk/test/httpserver -I /builds/worker/checkouts/gecko/netwerk/url-classifier -I /builds/worker/checkouts/gecko/netwerk/wifi -I /builds/worker/checkouts/gecko/parser/html -I /builds/worker/checkouts/gecko/parser/htmlparser -I /builds/worker/checkouts/gecko/remote/components -I /builds/worker/checkouts/gecko/security/manager/ssl -I /builds/worker/checkouts/gecko/security/sandbox/common -I /builds/worker/checkouts/gecko/security/sandbox/common/test -I /builds/worker/checkouts/gecko/services/crypto/component -I /builds/worker/checkouts/gecko/services/fxaccounts/rust-bridge -I /builds/worker/checkouts/gecko/services/interfaces -I /builds/worker/checkouts/gecko/startupcache -I /builds/worker/checkouts/gecko/storage -I /builds/worker/checkouts/gecko/testing/marionette/components -I /builds/worker/checkouts/gecko/toolkit/components/alerts -I /builds/worker/checkouts/gecko/toolkit/components/antitracking -I /builds/worker/checkouts/gecko/toolkit/components/asyncshutdown -I /builds/worker/checkouts/gecko/toolkit/components/autocomplete -I /builds/worker/checkouts/gecko/toolkit/components/backgroundhangmonitor -I /builds/worker/checkouts/gecko/toolkit/components/backgroundtasks -I /builds/worker/checkouts/gecko/toolkit/components/bitsdownload -I /builds/worker/checkouts/gecko/toolkit/components/browser -I /builds/worker/checkouts/gecko/toolkit/components/captivedetect -I /builds/worker/checkouts/gecko/toolkit/components/cascade_bloom_filter -I /builds/worker/checkouts/gecko/toolkit/components/cleardata -I /builds/worker/checkouts/gecko/toolkit/components/commandlines -I /builds/worker/checkouts/gecko/toolkit/components/crashes -I /builds/worker/checkouts/gecko/toolkit/components/downloads -I /builds/worker/checkouts/gecko/toolkit/components/enterprisepolicies -I /builds/worker/checkouts/gecko/toolkit/components/extensions -I /builds/worker/checkouts/gecko/toolkit/components/extensions/storage -I /builds/worker/checkouts/gecko/toolkit/components/filewatcher -I /builds/worker/checkouts/gecko/toolkit/components/finalizationwitness -I /builds/worker/checkouts/gecko/toolkit/components/find -I /builds/worker/checkouts/gecko/toolkit/components/glean/xpcom -I /builds/worker/checkouts/gecko/toolkit/components/kvstore -I /builds/worker/checkouts/gecko/toolkit/components/mozintl -I /builds/worker/checkouts/gecko/toolkit/components/osfile -I /builds/worker/checkouts/gecko/toolkit/components/parentalcontrols -I /builds/worker/checkouts/gecko/toolkit/components/passwordmgr -I /builds/worker/checkouts/gecko/toolkit/components/places -I /builds/worker/checkouts/gecko/toolkit/components/processtools -I /builds/worker/checkouts/gecko/toolkit/components/reputationservice -I /builds/worker/checkouts/gecko/toolkit/components/satchel -I /builds/worker/checkouts/gecko/toolkit/components/search -I /builds/worker/checkouts/gecko/toolkit/components/sessionstore -I /builds/worker/checkouts/gecko/toolkit/components/shell -I /builds/worker/checkouts/gecko/toolkit/components/startup/public -I /builds/worker/checkouts/gecko/toolkit/components/telemetry/core -I /builds/worker/checkouts/gecko/toolkit/components/thumbnails -I /builds/worker/checkouts/gecko/toolkit/components/timermanager -I /builds/worker/checkouts/gecko/toolkit/components/typeaheadfind -I /builds/worker/checkouts/gecko/toolkit/components/url-classifier -I /builds/worker/checkouts/gecko/toolkit/components/urlformatter -I /builds/worker/checkouts/gecko/toolkit/components/viaduct -I /builds/worker/checkouts/gecko/toolkit/components/windowcreator -I /builds/worker/checkouts/gecko/toolkit/components/windowwatcher -I /builds/worker/checkouts/gecko/toolkit/components/xulstore -I /builds/worker/checkouts/gecko/toolkit/modules -I /builds/worker/checkouts/gecko/toolkit/mozapps/extensions -I /builds/worker/checkouts/gecko/toolkit/mozapps/update -I /builds/worker/checkouts/gecko/toolkit/profile -I /builds/worker/checkouts/gecko/toolkit/xre -I /builds/worker/checkouts/gecko/tools/profiler/gecko -I /builds/worker/checkouts/gecko/uriloader/base -I /builds/worker/checkouts/gecko/uriloader/exthandler -I /builds/worker/checkouts/gecko/uriloader/prefetch -I /builds/worker/checkouts/gecko/widget -I /builds/worker/checkouts/gecko/xpcom/base -I /builds/worker/checkouts/gecko/xpcom/components -I /builds/worker/checkouts/gecko/xpcom/ds -I /builds/worker/checkouts/gecko/xpcom/io -I /builds/worker/checkouts/gecko/xpcom/system -I /builds/worker/checkouts/gecko/xpcom/tests -I /builds/worker/checkouts/gecko/xpcom/threads -I /builds/worker/checkouts/gecko/xpfe/appshell
[task 2021-02-09T13:01:50.970Z] 13:01:50 INFO - ../../../dist/include ../../../dist/xpcrs .
[task 2021-02-09T13:01:50.973Z] 13:01:50 INFO - accessibility /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibilityService.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessible.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleAnnouncementEvent.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleApplication.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleCaretMoveEvent.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleDocument.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleEditableText.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleEvent.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleHideEvent.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleHyperLink.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleHyperText.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleImage.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleObjectAttributeChangedEvent.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessiblePivot.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleRelation.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleRole.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleScrollingEvent.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleSelectable.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleStateChangeEvent.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleStates.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleTable.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleTableChangeEvent.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleText.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleTextChangeEvent.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleTextRange.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleTextSelectionChangeEvent.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleTypes.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleValue.idl /builds/worker/checkouts/gecko/accessible/interfaces/nsIAccessibleVirtualCursorChangeEvent.idl
[task 2021-02-09T13:01:50.973Z] 13:01:50 INFO - make[5]: Leaving directory '/builds/worker/workspace/obj-build/config/makefiles/xpidl'
[task 2021-02-09T13:01:50.995Z] 13:01:50 INFO - make[3]: Entering directory '/builds/worker/workspace/obj-build'

Flags: needinfo?(msirringhaus)
Backout by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/57c02aedb3c8
Backed out changeset 29cd566d3c08 for build bustages at PNecko.ipdl on a CLOSED TREE
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/1e47f831e5f2
Make gvfs e10s compatible r=valentin,necko-reviewers

Sorry about that. Hopefully, now it sticks.

Flags: needinfo?(msirringhaus)
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: