Intermittent L10n bumper TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'
Categories
(Release Engineering :: Release Automation: L10N, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Assigned: jcristau)
References
Details
(Keywords: intermittent-failure, Whiteboard: [releaseduty])
Attachments
(1 file)
Filed by: archaeopteryx [at] coole-files.de
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=281519128&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MkDbGvniS2iOONtbvUiPhQ/runs/1/artifacts/public/logs/live_backing.log
2019-12-17 08:30:16,769 - treescript.l10n - INFO - Preparing to bump l10n changesets.
2019-12-17 08:30:16,770 - scriptworker_client.aio - INFO - Downloading https://treestatus.mozilla-releng.net/trees/mozilla-central
2019-12-17 08:30:16,836 - scriptworker_client.utils - DEBUG - makedirs(/app/workdir)
2019-12-17 08:30:16,837 - scriptworker_client.aio - INFO - Done
2019-12-17 08:30:16,837 - treescript.l10n - INFO - Treestatus is closed; skipping l10n bump.
Traceback (most recent call last):
File "/app/bin/treescript", line 10, in <module>
sys.exit(main())
File "/app/lib/python3.7/site-packages/treescript/script.py", line 101, in main
return sync_main(async_main, default_config=get_default_config())
File "/app/lib/python3.7/site-packages/scriptworker_client/client.py", line 125, in sync_main
loop.run_until_complete(_handle_asyncio_loop(async_main, config, task))
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
return future.result()
File "/app/lib/python3.7/site-packages/scriptworker_client/client.py", line 156, in _handle_asyncio_loop
await async_main(config, task)
File "/app/lib/python3.7/site-packages/treescript/script.py", line 74, in async_main
await retry_async(do_actions, args=(config, task, actions_to_perform, repo_path), retry_exceptions=(CheckoutError, PushError))
File "/app/lib/python3.7/site-packages/scriptworker_client/aio.py", line 320, in retry_async
return await func(*args, **kwargs)
File "/app/lib/python3.7/site-packages/treescript/script.py", line 39, in do_actions
num_changes += await l10n_bump(config, task, repo_path)
![]() |
||
Updated•3 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 2•3 years ago
|
||
Beta is closed given it's RC week, so seems like treescript is detecting that but doesn't gracefully exit.
Assignee | ||
Comment 3•3 years ago
|
||
Comment 4•3 years ago
|
||
https://firefox-ci-tc.services.mozilla.com/tasks/MkDbGvniS2iOONtbvUiPhQ/runs/2 is now green.
Thanks :jcristau for your patch!
Updated•3 years ago
|
Comment 5•3 years ago
|
||
https://github.com/mozilla-releng/scriptworker-scripts/pull/127 followed-up with a test too.
Comment hidden (Intermittent Failures Robot) |
Description
•