Confirmed users
4,293
edits
No edit summary |
|||
Line 61: | Line 61: | ||
| rowspan="4" | 3 | | rowspan="4" | 3 | ||
| Linux | | Linux | ||
| rowspan="4" | | | rowspan="4" | 20120601041309 | ||
| | | mv-moz2-linux-ix-slave09 | ||
| | | 37 mins, 26 secs | ||
|- | |- | ||
| Linux64 | | Linux64 | ||
Line 271: | Line 271: | ||
=== Build === | === Build === | ||
==== en-US ==== | |||
* linux32 ok | |||
* linux64 and Mac failed in the compile step:<pre> | |||
abort: unknown revision 'THUNDERBIRD_10_0_5esr_RELEASE'! | abort: unknown revision 'THUNDERBIRD_10_0_5esr_RELEASE'! | ||
Time: real 0.900 secs (user 0.467+0.000 sys 0.100+0.000) | Time: real 0.900 secs (user 0.467+0.000 sys 0.100+0.000) | ||
Line 279: | Line 281: | ||
Executing command: ['hg', 'update', '-r', 'THUNDERBIRD_10_0_5esr_RELEASE', '-R', '/builds/slave/tb-rel-comm-esr10-osx64-bld/build/mozilla', '--verbose', '--time'] | Executing command: ['hg', 'update', '-r', 'THUNDERBIRD_10_0_5esr_RELEASE', '-R', '/builds/slave/tb-rel-comm-esr10-osx64-bld/build/mozilla', '--verbose', '--time'] | ||
</pre> | </pre> | ||
which is related to {{bug|757798}}. Solution is to manually pull in /builds/hg-shared/releases/mozilla-esr10 on bld-centos5-64-vmw-003 and moz2-darwin10-slave44, then clobber the build dirs. Also do the pull on other slaves that have repo to avoid later (potential) bustage in l10n repacks). The rebuild linux64 and mac en-US | which is related to {{bug|757798}}. Solution is to manually pull in /builds/hg-shared/releases/mozilla-esr10 on bld-centos5-64-vmw-003 and moz2-darwin10-slave44, then clobber the build dirs. Also do the pull on other slaves that have repo to avoid later (potential) bustage in l10n repacks). The rebuild linux64 and mac en-US | ||
* win32 failed on the same share issue; updated the share & manual clobber, then rebuild | |||
==== l10n repacks ==== | |||
linux32 no problems |