| 20 Sep 2023 |
nbp | K900 โก๏ธ: https://treeherder.mozilla.org/jobs?repo=try&revision=689e449ae03cc00f00a2cf09c8887547fadb644b&selectedTaskRun=MUzH2o8jSIyJOcLgfl3GDw.0 Click on one of the "B" or "Bpgo" and then on the bottom, select the "Artifacts and Debugging Tools", which would list a bunch of things, from which you want the "target.tar.bz2" | 13:25:52 |
K900 | Thanks | 13:41:59 |
K900 | Let me try it | 13:42:01 |
K900 | Yep | 13:43:54 |
K900 | This one works | 13:43:56 |
K900 | As in I can patchelf it and then run it | 13:45:16 |
K900 | So I guess we are pretty confident in the culprit now | 13:45:46 |
colemickens | I'm confused, I was trying to find last known good commit and now they all seem to work for me? | 14:13:40 |
colemickens | git remote update; git reset --hard nix-community/master; nix build .; ./result/bin/firefox and it launches fine. | 14:16:16 |
K900 | Uhhh | 14:16:48 |
K900 | ~
โฏ nix build github:nix-community/flake-firefox-nightly#firefox-nightly-bin
~
โฏ ./result/bin/firefox
Segmentation fault: oops, process './result/bin/firefox' core dumped
Error: nu::shell::external_command
ร External command failed
โญโ[entry #5:1:1]
1 โ ./result/bin/firefox
ยท โโโโโโโโโโโฌโโโโโโโโโ
ยท โฐโโ core dumped
โฐโโโโ
help: Segmentation fault: child process './result/bin/firefox' core dumped | 14:18:37 |
K900 | Still broken for me | 14:18:42 |
nbp | Same here, latest nightly is broken. | 14:20:07 |
colemickens | crap, maybe the default package isn't nightly -_- | 14:25:17 |
colemickens | indeed, it's not. | 14:31:31 |
colemickens | okay, 18f11950ffece38de6ec6e8640fa5835092fe7da is LKG as far as I can tell | 14:32:46 |
colemickens | okay, just re-locked and rebuilt with reverts+new nixos test merged in nix-community/flake-firefox-nightly. | 15:25:58 |
colemickens | Should "fix" things for end-users for now. | 15:26:09 |
K900 | https://github.com/nix-community/flake-firefox-nightly/commit/7ea3ab1750b95bf498ea21e2065d6ddcc99904af | 15:28:29 |
K900 | The bot immediately sniped you lol | 15:28:32 |
colemickens | yeah, the CI doesn't block on the test... ugh. | 15:29:17 |
colemickens | issue opened, new revert merged | 15:30:29 |
colemickens | hopefully this'll do the trick : https://github.com/nix-community/flake-firefox-nightly/pull/19 | 15:32:44 |
colemickens | welp, gotta wash my hands of this for now, at least it should stay not-broken for users: https://github.com/nix-community/flake-firefox-nightly/issues/20 | 15:46:49 |
colemickens | * welp, gotta wash my hands of this for now, at least it should stay not-broken for users: https://github.com/nix-community/flake-firefox-nightly/issues/20 (test can't run in actions, it wants kvm) | 15:47:00 |
Artturin | colemickens: maybe the action should be run once per hour or longer so we don't use up all the minutes on nscloud | 17:56:31 |
colemickens | Yes. Also: https://github.com/nix-community/flake-firefox-nightly/issues/16 | 17:57:02 |
colemickens | Looks like the latest try is "working" but indeed, burning minutes due to #16. | 17:57:23 |
Artturin | there was a another update which wasn't reverted https://github.com/nix-community/flake-firefox-nightly/commit/592c85e8b49d6f84d5976a41e6e91ec521cf0bc7 | 18:04:21 |
Artturin | * there was a another update made before blocking on tests which wasn't reverted https://github.com/nix-community/flake-firefox-nightly/commit/592c85e8b49d6f84d5976a41e6e91ec521cf0bc7 | 18:04:45 |