Closed
Bug 1151964
Opened 10 years ago
Closed 10 years ago
No nightly larch builds since March 21
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fabrice, Assigned: Callek)
Details
Attachments
(1 file)
1.60 KB,
patch
|
jlund
:
review+
|
Details | Diff | Splinter Review |
See http://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/latest-larch/
The last graphene builds are from 21-Mar-2015 12:35
Assignee | ||
Comment 1•10 years ago
|
||
This was purposeful, c.f. Bug 1139943
We can re-enable any as needed (or delete from ftp's latest dir) at your discretion.
Flags: needinfo?(fabrice)
Assignee | ||
Comment 3•10 years ago
|
||
from todays nightly:
========= Started '/tools/buildbot/bin/python /tools/checkouts/mozharness/scripts/fx_desktop_build.py ...' warnings (results: 1, elapsed: 0 secs) (at 2015-04-06 04:42:38.943429) =========
/tools/buildbot/bin/python /tools/checkouts/mozharness/scripts/fx_desktop_build.py --config builds/releng_base_linux_64_builds.py --custom-build-variant-cfg graphene--config balrog/production.py --branch larch --build-pool production --enable-nightly
in dir /builds/slave/l-l64_graphene-ntly-0000000000/. (timeout 10800 secs) (maxTime 19800 secs)
watching logfiles {}
argv: ['/tools/buildbot/bin/python', '/tools/checkouts/mozharness/scripts/fx_desktop_build.py', '--config', 'builds/releng_base_linux_64_builds.py', '--custom-build-variant-cfg', 'graphene--config', 'balrog/production.py', '--branch', 'larch', '--build-pool', 'production', '--enable-nightly']
environment:
CCACHE_HASHDIR=
CVS_RSH=ssh
...
USER=cltbld
_=/tools/buildbot/bin/python
using PTY: False
Whoops!
'--custom-build-variant' was passed but an appropriate config file could not be determined. Tried using: 'graphene--config' but it was either not:
-- a valid shortname: ['mulet', 'debug', 'stat-and-debug', 'b2g-debug', 'asan', 'graphene', 'code-coverage', 'asan-and-debug']
-- a valid path in ['.', '/tools/checkouts/mozharness/scripts/../configs', '/tools/checkouts/mozharness/scripts/../../configs']
-- a valid variant for the given platform and bits.
program finished with exit code 1
elapsedTime=0.169767
Jordan can you identify the path forward here?
Flags: needinfo?(jlund)
Assignee | ||
Comment 4•10 years ago
|
||
So the issue here is that python was implicitly reading an escaped newline (since we were inside of an unterminated statement) and then concating two strings (like python allows) `" foo" "bar "` === `" foobar "`.
This was all due to a missing comma....
I'm not certain why this didn't break non-nightly builds, but I don't feel looking into that why is a worthwhile time spend atm.
Assignee: nobody → bugspam.Callek
Status: NEW → ASSIGNED
Flags: needinfo?(jlund)
Attachment #8589248 -
Flags: review?(jlund)
Comment 5•10 years ago
|
||
Comment on attachment 8589248 [details] [diff] [review]
[configs] fix typo
Review of attachment 8589248 [details] [diff] [review]:
-----------------------------------------------------------------
it broke non-nightlies too: https://treeherder.mozilla.org/logviewer.html#?job_id=3896&repo=larch
happened after the 18th of March whenever there was a reconfig: http://hg.mozilla.org/build/buildbot-configs/rev/1d12367da5cb
Attachment #8589248 -
Flags: review?(jlund) → review+
Updated•10 years ago
|
QA Contact: pmoore → mshal
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Is this fixed?
I don't see any new build in http://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/latest-larch/
Assignee | ||
Comment 8•10 years ago
|
||
Last set of builds was from before I fixed this:
https://treeherder.mozilla.org/#/jobs?repo=larch
Might need to re-build or re-push to get a new run.
Reporter | ||
Comment 9•10 years ago
|
||
I pushed again yesterday evening, and we still don't have build triggered on latest-larch.
Assignee | ||
Comment 10•10 years ago
|
||
There are builds now, and not with (afaict) a releng error:
https://treeherder.mozilla.org/#/jobs?repo=larch&filter-searchStr=nightly
```gmake[1]: *** No rule to make target `sdk'. Stop.```
Prior issue was:
'--custom-build-variant' was passed but an appropriate config file could not be determined. Tried using: 'graphene--config' but it was either not:
-- a valid shortname: ['mulet', 'debug', 'stat-and-debug', 'b2g-debug', 'asan', 'graphene', 'code-coverage', 'asan-and-debug']
-- a valid path in ['.', '/tools/checkouts/mozharness/scripts/../configs', '/tools/checkouts/mozharness/scripts/../../configs']
-- a valid variant for the given platform and bits.
Assignee | ||
Comment 11•10 years ago
|
||
please file the issue in c#10 as its own bug in the proper component
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 12•10 years ago
|
||
Follow-up: bug 1157632
You need to log in
before you can comment on or make changes to this bug.
Description
•