Bug 1538760 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

When checkstyle errors out the errors are not clearly displayed in try runs or when running from console. Also the report does not contain the errors.

E.g. see this example: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=ec073adab20e34c13124aede8f5b88adc75b3f57&selectedJob=235880104

where the output is just:

EST-UNEXPECTED-FAIL | android-checkstyle | Checkstyle rule violations were found. See the report at: https://queue.taskcluster.net/v1/task/KyM9tzPnR5-kr8oI7700iw/runs/0/artifacts/public/android/checkstyle/checkstyle.html
Return code: 1
1 not in success codes: [0]
Halting on failure while running ['/usr/bin/python2.7', 'mach', '--log-no-times', 'android', 'checkstyle']
Running post_fatal callback...
Exiting 2
# TBPL FAILURE #
# TBPL FAILURE #

and the report is empty.
When checkstyle errors out the errors are not clearly displayed in try runs or when running from console. Also the report does not contain the errors.

E.g. see this example: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=ec073adab20e34c13124aede8f5b88adc75b3f57&selectedJob=235880104

where the output is just:

```
EST-UNEXPECTED-FAIL | android-checkstyle | Checkstyle rule violations were found. See the report at: https://queue.taskcluster.net/v1/task/KyM9tzPnR5-kr8oI7700iw/runs/0/artifacts/public/android/checkstyle/checkstyle.html
Return code: 1
1 not in success codes: [0]
Halting on failure while running ['/usr/bin/python2.7', 'mach', '--log-no-times', 'android', 'checkstyle']
Running post_fatal callback...
Exiting 2
# TBPL FAILURE #
# TBPL FAILURE #
```

and the report is empty.

Back to Bug 1538760 Comment 0