4.59 - 45.84% build times (windows2012-32, windows2012-64) regression on push 6a4b98caa59b556990fbfc2c06fde08e851ef9fe (Fri Dec 7 2018)
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox64 | --- | unaffected |
firefox65 | --- | wontfix |
firefox66 | --- | wontfix |
firefox67 | --- | wontfix |
firefox68 | --- | fixed |
People
(Reporter: Bebe, Assigned: eijebong)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files, 3 obsolete files)
19.23 KB,
patch
|
Details | Diff | Splinter Review | |
550.40 KB,
patch
|
Details | Diff | Splinter Review |
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
bugherder |
Comment 11•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 16•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 17•6 years ago
|
||
Comment 18•6 years ago
|
||
Comment 19•6 years ago
|
||
Comment 20•6 years ago
|
||
(In reply to Bastien Orivel [:eijebong] from comment #16)
So I did that,
https://treeherder.mozilla.org/perf.html#/
compare?originalProject=try&originalRevision=cb3ded6edca930bfda5cfe605cb8013f
702fb192&newProject=try&newRevision=a9f75fcf891d61ebaebca1f8353696973f2ca390&
framework=2 which shows flaky numbers... Comparing the try push with my
patch with central though gives great numbers
https://treeherder.mozilla.org/perf.html#/compare?originalProject=mozilla-
central&newProject=try&newRevision=a9f75fcf891d61ebaebca1f8353696973f2ca390&f
ramework=2&showOnlyComparable=1&selectedTimeRange=172800 which one should I
believe ?
Given the fact your Try change brought back the improvements without leveraging any sccache, as explained in comment 18 and comment 19, I say trust the m-c/try comparison.
Assignee | ||
Comment 21•6 years ago
|
||
Assignee | ||
Comment 22•6 years ago
|
||
Comment 23•6 years ago
|
||
Updated•6 years ago
|
Comment 24•6 years ago
|
||
From #servo:
14:41 <emilio> eijebong: hey, mind elaborating on the commit message why does that fix the regression?
14:44 <eijebong> emilio: Huuu honestly I have no idea I just tried that because it seemed like the next logical thing to do. The numbers I was told to trust are all super green witht that soo...
14:44 <eijebong> So i can elaborate on why it's there but that's about it
I guess that's fine. I see a couple of parsing changes in the revendor patch that could affect perf.
Comment 25•6 years ago
|
||
Pushed by dvarga@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/11bcaa1ae024
Part 2: Revendor rust dependencies r=emilio
https://hg.mozilla.org/integration/mozilla-inbound/rev/55d05fe0a947
Part 1: Update all the syn 0.15 related dependencies r=emilio
Comment 26•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/11bcaa1ae024
https://hg.mozilla.org/mozilla-central/rev/55d05fe0a947
Comment 27•6 years ago
|
||
Florin, can you confirm that the regression is fixed now?
Comment 28•6 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #27)
Florin, can you confirm that the regression is fixed now?
The patch from comment 25 didn't fix the regression. We only won back a small amount of build time on the rusttests scenario.
As for the plain scenario, I didn't see any kind of improvement.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 29•6 years ago
|
||
One of the perf improvements after push from comment 25:
== Change summary for alert #18639 (as of Tue, 08 Jan 2019 16:44:38 GMT) ==
Improvements:
5% build times windows2012-32 debug rusttests taskcluster-c4.4xlarge 910.29 -> 860.87
For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=18639
Comment 30•6 years ago
|
||
ni? :davehunt to assess investigation difficulties over build_metrics alerts.
Comment 31•6 years ago
|
||
(In reply to Ionuț Goldan [:igoldan], Performance Sheriffing from comment #30)
ni? :davehunt to assess investigation difficulties over build_metrics alerts.
I've raised bug 1521515 as suggested in comment 19.
Comment 32•6 years ago
|
||
Is there anything else that needs to happen in this bug or is that contingent on bug 1521515?
Updated•6 years ago
|
Comment 33•6 years ago
|
||
(In reply to Liz Henry (:lizzard) (use needinfo) from comment #32)
Is there anything else that needs to happen in this bug or is that contingent on bug 1521515?
Most of the regressions here haven't been fixed. :svoisen could we make another attempt on fixing this bug? The regressions are pretty big.
Comment 34•6 years ago
|
||
(In reply to Ionuț Goldan [:igoldan], Performance Sheriffing from comment #33)
(In reply to Liz Henry (:lizzard) (use needinfo) from comment #32)
Is there anything else that needs to happen in this bug or is that contingent on bug 1521515?
Most of the regressions here haven't been fixed. :svoisen could we make another attempt on fixing this bug? The regressions are pretty big.
I'm OK with making another attempt, just not sure what else can be done here.
emilio or bastien: Do you have other ideas on how to fix this regression?
Comment 35•6 years ago
|
||
Not really, other than hoping that the rust libraries fix this upstream. Bastian may know better though.
Comment 36•6 years ago
|
||
Bastien, can you propose any other solutions to this?
Assignee | ||
Comment 37•6 years ago
|
||
Sorry, been quite busy with work and life these past weeks, will try to have a look at this this week end if I don't end up sleeping through it ;)
Assignee | ||
Comment 38•6 years ago
|
||
By looking at https://treeherder.mozilla.org/perf.html#/graphs?timerange=5184000&series=mozilla-inbound,1808013,1 I see that most of the perf was fixed at the beginning of february (or is it something unrelated ?).
Anyway, I looked at some diffs again and except updating all the syn related crates again I don't have any idea what to do.
Comment 39•6 years ago
|
||
(In reply to Bastien Orivel [:eijebong] from comment #38)
By looking at https://treeherder.mozilla.org/perf.html#/graphs?timerange=5184000&series=mozilla-inbound,1808013,1 I see that most of the perf was fixed at the beginning of february (or is it something unrelated ?).
Indeed, most of them got fixed. There's only one exception, on windows2012-64 debug rusttests, which was slightly fixed.
Comment 40•6 years ago
|
||
(In reply to Bastien Orivel [:eijebong] from comment #38)
Anyway, I looked at some diffs again and except updating all the syn related crates again I don't have any idea what to do.
Can you please do this update?
Assignee | ||
Comment 41•6 years ago
|
||
I'l currently pretty busy but I'll try do to it this weekend
Comment 42•6 years ago
|
||
(In reply to Bastien Orivel [:eijebong] from comment #41)
I'l currently pretty busy but I'll try do to it this weekend
Have you managed update the syn related crates?
Assignee | ||
Comment 43•6 years ago
|
||
Assignee | ||
Comment 44•6 years ago
|
||
Comment 46•6 years ago
|
||
Comment 47•6 years ago
|
||
Backed out 2 changesets (Bug 1513173) for build bustage error: Could not compile `style' on a CLOSED TREE
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=237857346&repo=mozilla-inbound&lineNumber=21842
14:49:04 INFO - Running z:/build/build/src/sccache2/sccache.exe 'z:/build/build/src/rustc/bin/rustc.exe' --crate-name style 'servo\components\style\lib.rs' --color never --crate-type lib --emit=dep-info,link -C opt-level=1 -C panic=abort -C debuginfo=2 -C debug-assertions=on --cfg 'feature="bindgen"' --cfg 'feature="fallible"' --cfg 'feature="gecko"' --cfg 'feature="gecko_debug"' --cfg 'feature="nsstring"' --cfg 'feature="regex"' --cfg 'feature="style_traits"' --cfg 'feature="toml"' --cfg 'feature="use_bindgen"' -C metadata=0049bc38d66e108f -C extra-filename=-0049bc38d66e108f --out-dir 'z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps' --target aarch64-pc-windows-msvc -C 'linker=z:/build/build/src/build/cargo-linker.bat' -L 'dependency=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps' -L 'dependency=z:/build/build/src/obj-firefox\debug\deps' --extern 'app_units=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libapp_units-758f71177c3f219a.rlib' --extern 'arrayvec=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libarrayvec-5ff12b8467994e4b.rlib' --extern 'atomic_refcell=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libatomic_refcell-c49645a3acd260c4.rlib' --extern 'bitflags=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libbitflags-76cc32b886a8eb42.rlib' --extern 'byteorder=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libbyteorder-31aa52d699306620.rlib' --extern 'cssparser=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libcssparser-4283ed5388ca39d0.rlib' --extern 'derive_more=z:/build/build/src/obj-firefox\debug\deps\derive_more-0ea02c406c167607.dll' --extern 'euclid=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libeuclid-d2bf5597858aff96.rlib' --extern 'fallible=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libfallible-afe5594c39b05aac.rlib' --extern 'fxhash=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libfxhash-c910f9ef68925545.rlib' --extern 'hashglobe=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libhashglobe-351033b494fada89.rlib' --extern 'indexmap=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libindexmap-1fe562ff8901e429.rlib' --extern 'itertools=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libitertools-ddd0ed4ddd1dbe0a.rlib' --extern 'itoa=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libitoa-54cdc17f53b029a0.rlib' --extern 'lazy_static=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\liblazy_static-a096049b29f746e8.rlib' --extern 'log=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\liblog-bc4fc5ff638af530.rlib' --extern 'malloc_size_of=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libmalloc_size_of-817b46d18b5857e4.rlib' --extern 'malloc_size_of_derive=z:/build/build/src/obj-firefox\debug\deps\malloc_size_of_derive-d677afe941f803cb.dll' --extern 'matches=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libmatches-788303291339cd74.rlib' --extern 'debug_unreachable=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libdebug_unreachable-18bb755479040dbd.rlib' --extern 'nsstring=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libnsstring-53dd42da07a490b5.rlib' --extern 'num_derive=z:/build/build/src/obj-firefox\debug\deps\num_derive-7a71ec9971846d02.dll' --extern 'num_integer=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libnum_integer-33e2d2b9ed0883ce.rlib' --extern 'num_traits=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libnum_traits-812ea2f683e9e0df.rlib' --extern 'num_cpus=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libnum_cpus-a87e4c81de158417.rlib' --extern 'ordered_float=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libordered_float-8bbd2b09c39be596.rlib' --extern 'owning_ref=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libowning_ref-f7e2d7445cf7d2ac.rlib' --extern 'parking_lot=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libparking_lot-66549b11043832ef.rlib' --extern 'precomputed_hash=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libprecomputed_hash-6f51913a5008e4aa.rlib' --extern 'rayon=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\librayon-fe8e1df3916c00e3.rlib' --extern 'selectors=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libselectors-56877b06ec743a7f.rlib' --extern 'servo_arc=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libservo_arc-c38cbf0fd06d7603.rlib' --extern 'smallbitvec=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libsmallbitvec-c883a27205aaea53.rlib' --extern 'smallvec=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libsmallvec-a1bbe4ca8c4ae49b.rlib' --extern 'style_derive=z:/build/build/src/obj-firefox\debug\deps\style_derive-c7548e8786e02f01.dll' --extern 'style_traits=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libstyle_traits-fa965013ff719e95.rlib' --extern 'thin_slice=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libthin_slice-6674ed01b155a348.rlib' --extern 'time=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libtime-a15c680c9e12b471.rlib' --extern 'to_shmem=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libto_shmem-25cbe9bd6b1293fa.rlib' --extern 'to_shmem_derive=z:/build/build/src/obj-firefox\debug\deps\to_shmem_derive-a18ad809685359d6.dll' --extern 'uluru=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libuluru-109a08f98890a096.rlib' --extern 'unicode_bidi=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libunicode_bidi-469c7387d3c9e3bb.rlib' --extern 'unicode_segmentation=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libunicode_segmentation-d09f702b12c945b3.rlib' --extern 'void=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libvoid-faa70a7aa07462e9.rlib' -C opt-level=2 -C debuginfo=2 -Dwarnings
14:49:04 INFO - LLVM ERROR: SEH unwind data splitting not yet implemented
14:49:04 ERROR - error: Could not compile style
.
14:49:04 INFO - Caused by:
14:49:04 INFO - process didn't exit successfully: z:/build/build/src/sccache2/sccache.exe 'z:/build/build/src/rustc/bin/rustc.exe' --crate-name style 'servo\components\style\lib.rs' --color never --crate-type lib --emit=dep-info,link -C opt-level=1 -C panic=abort -C debuginfo=2 -C debug-assertions=on --cfg 'feature="bindgen"' --cfg 'feature="fallible"' --cfg 'feature="gecko"' --cfg 'feature="gecko_debug"' --cfg 'feature="nsstring"' --cfg 'feature="regex"' --cfg 'feature="style_traits"' --cfg 'feature="toml"' --cfg 'feature="use_bindgen"' -C metadata=0049bc38d66e108f -C extra-filename=-0049bc38d66e108f --out-dir 'z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps' --target aarch64-pc-windows-msvc -C 'linker=z:/build/build/src/build/cargo-linker.bat' -L 'dependency=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps' -L 'dependency=z:/build/build/src/obj-firefox\debug\deps' --extern 'app_units=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libapp_units-758f71177c3f219a.rlib' --extern 'arrayvec=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libarrayvec-5ff12b8467994e4b.rlib' --extern 'atomic_refcell=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libatomic_refcell-c49645a3acd260c4.rlib' --extern 'bitflags=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libbitflags-76cc32b886a8eb42.rlib' --extern 'byteorder=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libbyteorder-31aa52d699306620.rlib' --extern 'cssparser=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libcssparser-4283ed5388ca39d0.rlib' --extern 'derive_more=z:/build/build/src/obj-firefox\debug\deps\derive_more-0ea02c406c167607.dll' --extern 'euclid=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libeuclid-d2bf5597858aff96.rlib' --extern 'fallible=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libfallible-afe5594c39b05aac.rlib' --extern 'fxhash=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libfxhash-c910f9ef68925545.rlib' --extern 'hashglobe=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libhashglobe-351033b494fada89.rlib' --extern 'indexmap=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libindexmap-1fe562ff8901e429.rlib' --extern 'itertools=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libitertools-ddd0ed4ddd1dbe0a.rlib' --extern 'itoa=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libitoa-54cdc17f53b029a0.rlib' --extern 'lazy_static=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\liblazy_static-a096049b29f746e8.rlib' --extern 'log=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\liblog-bc4fc5ff638af530.rlib' --extern 'malloc_size_of=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libmalloc_size_of-817b46d18b5857e4.rlib' --extern 'malloc_size_of_derive=z:/build/build/src/obj-firefox\debug\deps\malloc_size_of_derive-d677afe941f803cb.dll' --extern 'matches=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libmatches-788303291339cd74.rlib' --extern 'debug_unreachable=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libdebug_unreachable-18bb755479040dbd.rlib' --extern 'nsstring=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libnsstring-53dd42da07a490b5.rlib' --extern 'num_derive=z:/build/build/src/obj-firefox\debug\deps\num_derive-7a71ec9971846d02.dll' --extern 'num_integer=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libnum_integer-33e2d2b9ed0883ce.rlib' --extern 'num_traits=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libnum_traits-812ea2f683e9e0df.rlib' --extern 'num_cpus=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libnum_cpus-a87e4c81de158417.rlib' --extern 'ordered_float=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libordered_float-8bbd2b09c39be596.rlib' --extern 'owning_ref=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libowning_ref-f7e2d7445cf7d2ac.rlib' --extern 'parking_lot=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libparking_lot-66549b11043832ef.rlib' --extern 'precomputed_hash=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libprecomputed_hash-6f51913a5008e4aa.rlib' --extern 'rayon=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\librayon-fe8e1df3916c00e3.rlib' --extern 'selectors=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libselectors-56877b06ec743a7f.rlib' --extern 'servo_arc=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libservo_arc-c38cbf0fd06d7603.rlib' --extern 'smallbitvec=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libsmallbitvec-c883a27205aaea53.rlib' --extern 'smallvec=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libsmallvec-a1bbe4ca8c4ae49b.rlib' --extern 'style_derive=z:/build/build/src/obj-firefox\debug\deps\style_derive-c7548e8786e02f01.dll' --extern 'style_traits=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libstyle_traits-fa965013ff719e95.rlib' --extern 'thin_slice=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libthin_slice-6674ed01b155a348.rlib' --extern 'time=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libtime-a15c680c9e12b471.rlib' --extern 'to_shmem=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libto_shmem-25cbe9bd6b1293fa.rlib' --extern 'to_shmem_derive=z:/build/build/src/obj-firefox\debug\deps\to_shmem_derive-a18ad809685359d6.dll' --extern 'uluru=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libuluru-109a08f98890a096.rlib' --extern 'unicode_bidi=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libunicode_bidi-469c7387d3c9e3bb.rlib' --extern 'unicode_segmentation=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libunicode_segmentation-d09f702b12c945b3.rlib' --extern 'void=z:/build/build/src/obj-firefox\aarch64-pc-windows-msvc\debug\deps\libvoid-faa70a7aa07462e9.rlib' -C opt-level=2 -C debuginfo=2 -Dwarnings
(exit code: 101)
14:49:04 INFO - z:/build/build/src/config/makefiles/rust.mk:235: recipe for target 'force-cargo-library-build' failed
14:49:04 INFO - mozmake.EXE[4]: *** [force-cargo-library-build] Error 101
14:49:04 INFO - mozmake.EXE[4]: Leaving directory 'z:/build/build/src/obj-firefox/toolkit/library/rust'
14:49:04 INFO - z:/build/build/src/config/recurse.mk:74: recipe for target 'toolkit/library/rust/target' failed
14:49:04 INFO - mozmake.EXE[3]: *** [toolkit/library/rust/target] Error 2
14:49:04 INFO - mozmake.EXE[3]: *** Waiting for unfinished jobs....
14:49:04 INFO - mozmake.EXE[4]: Entering directory 'z:/build/build/src/obj-firefox/dom/plugins/base'
14:49:04 INFO - dom/plugins/base/Unified_cpp_dom_plugins_base0.obj
14:49:04 INFO - mozmake.EXE[4]: Leaving directory 'z:/build/build/src/obj-firefox/dom/plugins/base'
14:49:04 INFO - mozmake.EXE[4]: Entering directory 'z:/build/build/src/obj-firefox/dom/svg'
Comment 48•6 years ago
|
||
Comment 49•6 years ago
|
||
Comment 50•6 years ago
•
|
||
Since pulsebot reports a push, I am removing the stalled
keyword.
Please update the bug's regressed-by field.
Reporter | ||
Updated•6 years ago
|
Comment 51•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/34c966d332f6
https://hg.mozilla.org/mozilla-central/rev/b32d33fe8eb2
https://hg.mozilla.org/mozilla-central/rev/2d35edac9363
Comment 52•6 years ago
|
||
All regressions seem fixed.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•3 years ago
|
Description
•