Closed Bug 822653 Opened 12 years ago Closed 12 years ago

Android x86 Nightly failing with "IOError: Can't find multi_locale/mozilla-central_android-x86.json in ['.', '/builds/slave/m-cen-andrd-x86-ntly/mozharness/scripts/../configs', '/builds/slave/m-cen-andrd-x86-ntly/mozharness/scripts/../../configs']!"

Categories

(Release Engineering :: Applications: MozharnessCore, defect)

x86
Android
defect
Not set
critical

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: emorley, Assigned: kmoir)

References

Details

eg:
https://tbpl.mozilla.org/php/getParsedLog.php?id=18053279&tree=Firefox
https://tbpl.mozilla.org/php/getParsedLog.php?id=18050603&tree=Firefox

{
DEBUG: mount -n -t tmpfs mock_chroot_shmfs /builds/mock_mozilla/mozilla-centos6-i386/root/dev/shm
DEBUG: Executing command: mount -n -t tmpfs mock_chroot_shmfs /builds/mock_mozilla/mozilla-centos6-i386/root/dev/shm
DEBUG: Child return code was: 0
State Changed: shell
DEBUG: doshell: chrootPath:/builds/mock_mozilla/mozilla-centos6-i386/root/, uid:500, gid:494
DEBUG: doshell environment: {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'TZ': 'EST5EDT', 'HOSTNAME': 'mock', 'HOME': '/builds', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TMPDIR': '/tmp'}
DEBUG: doshell: command: /usr/bin/env HG_SHARE_BASE_DIR="/builds/hg-shared" JARSIGNER="/builds/slave/m-cen-andrd-x86-ntly/tools/release/signing/mozpass.py" MOZ_CRASHREPORTER_NO_REPORT="1" IS_NIGHTLY="yes" SYMBOL_SERVER_HOST="symbols1.dmz.phx1.mozilla.com" CCACHE_DIR="/builds/ccache" POST_SYMBOL_UPLOAD_CMD="/usr/local/bin/post-symbol-upload.py" MOZ_SYMBOLS_EXTRA_BUILDID="android-x86" SYMBOL_SERVER_SSH_KEY="/home/mock_mozilla/.ssh/ffxbld_dsa" PATH="/tools/buildbot/bin:/usr/local/bin:/bin:/usr/bin" MOZ_UPDATE_CHANNEL="nightly" CCACHE_BASEDIR="/builds/slave/m-cen-andrd-x86-ntly" TINDERBOX_OUTPUT="1" CCACHE_COMPRESS="1" SYMBOL_SERVER_PATH="/mnt/netapp/breakpad/symbols_mob/" MOZ_OBJDIR="obj-firefox" LC_ALL="C" SYMBOL_SERVER_USER="ffxbld" JAVA_HOME="/tools/jdk6" DISPLAY=":2" CCACHE_UMASK="002" python mozharness/scripts/multil10n.py --config-file multi_locale/mozilla-central_android-x86.json --merge-locales --only-pull-locale-source --only-add-locales --only-package-multi
DEBUG: child environment: {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'TZ': 'EST5EDT', 'HOSTNAME': 'mock', 'HOME': '/builds', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TMPDIR': '/tmp'}
Traceback (most recent call last):
  File "mozharness/scripts/multil10n.py", line 20, in <module>
    multi_locale_build = MultiLocaleBuild()
  File "/builds/slave/m-cen-andrd-x86-ntly/mozharness/mozharness/mozilla/l10n/multi_locale_build.py", line 107, in __init__
    require_config_file=require_config_file)
  File "/builds/slave/m-cen-andrd-x86-ntly/mozharness/mozharness/base/vcs/vcsbase.py", line 103, in __init__
    super(VCSScript, self).__init__(**kwargs)
  File "/builds/slave/m-cen-andrd-x86-ntly/mozharness/mozharness/base/script.py", line 648, in __init__
    **kwargs)
  File "/builds/slave/m-cen-andrd-x86-ntly/mozharness/mozharness/base/config.py", line 180, in __init__
    self.parse_args()
  File "/builds/slave/m-cen-andrd-x86-ntly/mozharness/mozharness/base/config.py", line 323, in parse_args
    self.set_config(parse_config_file(options.config_file))
  File "/builds/slave/m-cen-andrd-x86-ntly/mozharness/mozharness/base/config.py", line 124, in parse_config_file
    raise IOError, "Can't find %s in %s!" % (file_name, search_path)
IOError: Can't find multi_locale/mozilla-central_android-x86.json in ['.', '/builds/slave/m-cen-andrd-x86-ntly/mozharness/scripts/../configs', '/builds/slave/m-cen-andrd-x86-ntly/mozharness/scripts/../../configs']!
}
Assignee: nobody → kmoir
I added a patch to the bug below for this error to keep all the builder config patches together

https://bugzilla.mozilla.org/show_bug.cgi?id=820592#c13
Depends on: 820592
I landed these patches and ran a test build on my dev-master for a nightly build on m-c and aurora and both were green.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Verified that the m-c and aurora nightly builds ran successfully last night.
Status: RESOLVED → VERIFIED
Product: mozilla.org → Release Engineering
Component: General Automation → Mozharness
You need to log in before you can comment on or make changes to this bug.