Releases/Firefox 43.0.1/BuildNotes

From MozillaWiki
Jump to: navigation, search

Fennec build 1

Things we won't do for this partner-release

Issues

  • l10n tagging failed again, bug 1226276. There's a patch up, but in the meantime reran with this as root on the slave to unblock it
while :
 do
    [[ "`ps auwxf | grep python | tail -1 | tr -s ' ' | cut -d ' ' -f 14,15`" == "branches -c" ]] && cat /proc/$(ps auwxf | grep python | tail -1 | tr -s " " | cut -d ' ' -f 2)/fd/1
    sleep 60
 done
  • en-US builds failed because they couldn't update locales to tag in multilocale step, rerun after l10n tagging resolved
  • source failed when creating a bundle
IOError: [Errno 2] No such file or directory: '/builds/hg-shared/releases/mozilla-release/.hg/store/data/other-licenses/7zstub/seamonkey/7z_s_d.sfx.d'
  • rerun on another slave, and check that first repo for more info:
[cltbld@bld-linux64-spot-281.build.releng.use1.mozilla.com mozilla-release]$ hg verify
 checking changesets
 checking manifests
 crosschecking files in changesets and manifests
 checking files
  data/other-licenses/7zstub/seamonkey/7zSD.sfx.d@1924: missing revlog!
  other-licenses/7zstub/seamonkey/7zSD.sfx@1924: unpacking a2aa5ac92f21: [Errno 2] No such file or directory: '/builds/hg-shared/releases/mozilla-release/.hg/store/data/other-licenses/7zstub/seamonkey/7z_s_d.sfx.d'
  other-licenses/7zstub/seamonkey/7zSD.sfx@22819: unpacking 2997162fd91e: [Errno 2] No such file or directory: '/builds/hg-shared/releases/mozilla-release/.hg/store/data/other-licenses/7zstub/seamonkey/7z_s_d.sfx.d'
  data/other-licenses/7zstub/thunderbird/7zSD.sfx.d@1: missing revlog!
  other-licenses/7zstub/thunderbird/7zSD.sfx@1: unpacking c55deab10acc: [Errno 2] No such file or directory: '/builds/hg-shared/releases/mozilla-release/.hg/store/data/other-licenses/7zstub/thunderbird/7z_s_d.sfx.d'
  other-licenses/7zstub/thunderbird/7zSD.sfx@16400: unpacking e2f7cc126900: [Errno 2] No such file or directory: '/builds/hg-shared/releases/mozilla-release/.hg/store/data/other-licenses/7zstub/thunderbird/7z_s_d.sfx.d'
 218534 files, 298610 changesets, 1541632 total revisions
 6 integrity errors encountered!
 (first damaged changeset appears to be 1)
  • failed again, filed bug 1232900 against hg.m.o. We don't need source in this case so it's not a blocker

Firefox build1

To ship part1 of the SHA2 switch, bug 1079859

Issues

  • to ensure l10n tagging success ran the same loop as Fennec above