Conversation
3a33ea2 to
1953c25
Compare
1316adc to
1803472
Compare
6b2ce4c to
84217d1
Compare
f952180 to
e38a381
Compare
|
Just did a force push after rebasing on staging. |
|
Thanks @mweinelt @dotlambda @fabaff for the help :) |
|
@jonringer can you protect the branch so that it does not get deleted by accident? |
|
Bisec says c84b744 |
|
Fixed in #156305 |
|
Bisect says c4f55d1 |
@SuperSandro2000 I cannot. I think you have to be admin. cc @domenkozar |
|
Poked on matrix regarding branch protection. Was asked to rename the branch to |
|
Does hydra mind? |
|
Was already updated with that change in mind. The jobset is also now visible on the project page again. |
|
This update has broken ❯ sudo nixos-rebuild switch [99/370]
building the system configuration...
warning: Git tree '/etc/nixos' is dirty
error: builder for '/nix/store/dhah3nazhf161y7rb77770khvmsxs8xh-kitty-0.24.2.drv' failed with exit code 2;
last 10 log lines:
> for result in self.emit(name, *args, allowed_exceptions=allowed_exceptions):
> File "/nix/store/13z9v2893iapkj12gk47q04w2197gysq-python3.9-sphinx-4.4.0/lib/python3.9/site-packages/sphinx/events.py", line 109, in emit
> raise ExtensionError(__("Handler %r for event %r threw an exception") %
> sphinx.errors.ExtensionError: Handler <function _html_page_context at 0x7ffff3218c10> for event 'html-page-context' threw an exception (exception: [Errno 2] No such file or directory: '/nix/store/pppq4jc77qw9qv4rqghqa32rjdm314hq-python3.9-furo-2022.1.2/lib/python3.9/s
ite-packages/furo/theme/furo/static/styles/furo.css')
>
> Extension error (furo):
> Handler <function _html_page_context at 0x7ffff3218c10> for event 'html-page-context' threw an exception (exception: [Errno 2] No such file or directory: '/nix/store/pppq4jc77qw9qv4rqghqa32rjdm314hq-python3.9-furo-2022.1.2/lib/python3.9/site-packages/furo/theme/furo/s
tatic/styles/furo.css')
> make[1]: *** [Makefile:24: html] Error 2
> make[1]: Leaving directory '/build/source/docs' |
|
"This" is pretty vague for a package set update. The build of kitty might need to pin an older version of |
|
Agreed, the fix needs to be made in kitty indeed. I'll discuss this with Kitty's maintainers. |
|
This is not a kitty problem. furo is broken in nixpkgs because it depends on webpack to build some critical files, which is itself broken. |
|
I created #159255, which fixes the problem. |
|
the Were there any tests to catch this? since pkgs.formats is used in quite a lot of modules and is a pain to fix without waiting for fixes to hit unstable |
|
Python-unstable does not run NixOS tests, but maybe we should given that the test runner is also written in python. |
|
Yeah, at the very least we should probably run some of the super core tests e.g pkgs-lib and those meta tests for the nixos testsuite itself (which I think are still in a PR but I cant find them right now) |
|
Solved by #159322 |
Motivation for this change
It's that time again, not going to immediately trigger eval since the recent CVE master merges caused a lot of queue builds.
https://hydra.nixos.org/jobset/nixpkgs/python-unstable
Previous python-unstable: #149301
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes