Closed
Bug 1374466
Opened 9 years ago
Closed 9 years ago
snapcraft fails in firefox beta 55.0b3 due to Click encoding error
Categories
(Release Engineering :: Release Automation, enhancement, P1)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mtabara, Assigned: rail)
Details
Attachments
(1 file)
|
55 bytes,
text/x-github-pull-request
|
mtabara
:
review+
rail
:
checked-in+
|
Details | Review |
From [1] it looks like there's a problem with `snapcraft`. However, we've hit this in the past and didn't block the release. Might be just a matter of regerenating the snap image along with all deps. Or maybe we need to dig more.
100 477k 100 477k 0 0 2023k 0 --:--:-- --:--:-- --:--:-- 2024k
+ ln -s ../../opt/firefox/firefox /home/worker/workspace/source/usr/bin
+ sed -e s/@VERSION@/55.0b3/g -e s/@BUILD_NUMBER@/1/g snapcraft.yaml.in
+ cd /home/worker/workspace
+ snapcraft
Traceback (most recent call last):
File "/usr/bin/snapcraft", line 32, in <module>
obj=dict(project=snapcraft.ProjectOptions()))
File "/usr/lib/python3/dist-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 675, in main
_verify_python3_env()
File "/usr/lib/python3/dist-packages/click/_unicodefun.py", line 119, in _verify_python3_env
'mitigation steps.' + extra)
RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment. Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.
[1]: https://public-artifacts.taskcluster.net/6UYz34RtSsGfa0zZ1g3meg/4/public/logs/live_backing.log
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → rail
Priority: -- → P1
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8879536 -
Flags: review?(mtabara)
| Reporter | ||
Comment 2•9 years ago
|
||
Comment on attachment 8879536 [details] [review]
PR
Lgtm - worth the shot ;)
Attachment #8879536 -
Flags: review?(mtabara) → review+
| Assignee | ||
Updated•9 years ago
|
Attachment #8879536 -
Flags: checked-in+
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•