Closed
Bug 1893156
Opened 10 months ago
Closed 10 months ago
linux system symbol scraping silently broken
Categories
(Toolkit :: Crash Reporting, defect)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox125 | --- | wontfix |
firefox126 | --- | wontfix |
firefox127 | --- | fixed |
People
(Reporter: jcristau, Assigned: jcristau)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
From https://firefoxci.taskcluster-artifacts.net/NjYy2Y69ReKf0IOMqQMXvw/0/public/logs/live_backing.log:
[task 2024-04-24T00:03:35.550Z] + /bin/bash script.sh
[task 2024-04-24T00:03:35.554Z] Running on TC: NjYy2Y69ReKf0IOMqQMXvw
[task 2024-04-24T00:06:58.415Z] package_name = firefox version = 125.0.2-1_i386 dbg_package_name = firefox
[task 2024-04-24T00:07:03.529Z] script.sh: line 238: file: command not found
[task 2024-04-24T00:07:03.530Z] script.sh: line 238: file: command not found
[task 2024-04-24T00:07:03.531Z] script.sh: line 238: file: command not found
[task 2024-04-24T00:07:03.532Z] script.sh: line 238: file: command not found
[task 2024-04-24T00:07:03.533Z] script.sh: line 238: file: command not found
[task 2024-04-24T00:07:03.534Z] script.sh: line 238: file: command not found
[task 2024-04-24T00:07:03.535Z] script.sh: line 238: file: command not found
We then generate an empty target.crashreporter-symbols.zip.
Assignee | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
Assignee: nobody → jcristau
Status: NEW → ASSIGNED
Comment 2•10 months ago
|
||
oh noes
Assignee | ||
Updated•10 months ago
|
Summary: debian system symbol scraping silently broken → linux system symbol scraping silently broken
Pushed by jcristau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2aa447a111bc
add `file` to system-symbols-linux-scraper docker image. r=gerard-majax
Assignee | ||
Comment 4•10 months ago
|
||
Regressed by https://hg.mozilla.org/integration/autoland/rev/6fd80c9acf94fab05da434a509d6ec81651ad0dc.
Keywords: regression
Regressed by: 1877349
Comment 5•10 months ago
|
||
Set release status flags based on info from the regressing bug 1877349
status-firefox125:
--- → affected
status-firefox126:
--- → affected
status-firefox127:
--- → affected
status-firefox-esr115:
--- → unaffected
Assignee | ||
Comment 6•10 months ago
|
||
These tasks only run on central.
Comment 7•10 months ago
|
||
After merging that, removing the tasks from the index should allow us to perform fallback to the Github source: https://searchfox.org/mozilla-central/rev/6121b33709dd80979a6806ff59096a561e348ae8/taskcluster/docker/system-symbols-linux-scraper/run.sh#62-67
Assignee | ||
Comment 8•10 months ago
|
||
Index cleaned up:
$ for distro in alpine archlinux debian fedora firefox-flatpak firefox-snap gome-sdk-snap mint opensuse ubuntu; do
> taskcluster api index deleteTask gecko.v2.mozilla-central.latest.system-symbols.$distro
> done
{}{}{}{}{}{}{}{}{}{}
Comment 9•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•