GV Nightly busted: GleanGeckoMetricsMapping.kt: Duplicate label in when
Categories
(Core :: Performance: General, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr68 | --- | unaffected |
| firefox-esr78 | --- | unaffected |
| firefox80 | --- | unaffected |
| firefox81 | --- | unaffected |
| firefox82 | blocking | fixed |
People
(Reporter: Dexter, Assigned: beth)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [telemetry:glean-rs:m?])
Attachments
(1 file)
The GV nightly build task seems to have failed from a generated class in Glean:
> Task :browser-engine-gecko-nightly:compileDebugKotlin FAILED e: warnings found and -Werror specified w: /build/android-components/components/browser/engine-gecko-nightly/build/generated/source/glean/debug/kotlin/GleanGeckoMetricsMapping.kt: (95, 13): Duplicate label in when > Task :service-glean:generateReleaseRFileTask: https://firefox-ci-tc.services.mozilla.com/tasks/groups/DDM8oIucQRyivl5-c5GUgQ
Logs: https://firefoxci.taskcluster-artifacts.net/DDM8oIucQRyivl5-c5GUgQ/0/public/logs/live_backing.log
Comment 2•5 years ago
|
||
This is blocking our automated GV Nightly version update in AC. Which means the latest GV Nightly won't get into Fenix Nightly. And then a bunch of people will start to complain. :)
Updated•5 years ago
|
Comment 3•5 years ago
|
||
The issue is that a duplicate telemetry id was introduced in the GV metrics.yaml file here:
I think this needs TIME_TO_LOAD_EVENT_END_NO_PRELOAD_MS -> TIME_TO_LOAD_EVENT_START_NO_PRELOAD_MS.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
The problematic definitions were added in bug 1657188 in the Core::Performance product, so I'll move the bug over there.
| Assignee | ||
Comment 5•5 years ago
|
||
Bug 1657188 introduced some new telemetry, but one of the metrics had an
incorrect gecko_datapoint, causing GV builds to fail.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 7•5 years ago
|
||
| bugherder | ||
Description
•