| 13 Jan 2025 |
Ivan Mincik (imincik) | mapnik, mapcache and rtree are failing on Darwin - https://github.com/imincik/nix-utils/actions/runs/12741517000 . | 08:12:19 |
| 15 Jan 2025 |
autra | These github actions are proving themselves very handy Ivan Mincik (imincik) ! | 10:11:49 |
autra | 👍️ | 10:11:58 |
Ivan Mincik (imincik) | Thanks, I am thinking about adding more:
- to monitor if packages are in latest version
- to monitor stable release backporting state - this is where we struggle most
| 10:13:45 |
autra |
to monitor if packages are in latest version
repology is not enough, you think?
| 10:20:17 |
Ivan Mincik (imincik) | Not sure, I want to see state of all our packages in one table. Are you able to somehow query repology for all our packages, for example to check if we are at the latest version ? | 10:22:28 |
Ivan Mincik (imincik) | I don't have too much experience with repology api | 10:22:52 |
autra | to be honest, I just go to my maintainer page. For instance, this url tells me all package I maintain that are outdated (so not just the geospatial team, even though I'm pretty sure they are the same nowadays) | 12:50:26 |
Ivan Mincik (imincik) | Which URL ? | 12:51:42 |
autra | ah copy paste https://repology.org/projects/?maintainer=augustin.trancart@gmail.com&inrepo=nix_unstable&outdated=1 | 12:51:56 |
Ivan Mincik (imincik) | That's nice ! Thank you ! | 12:55:07 |
| SomeoneSerge (back on matrix) changed their display name from SomeoneSerge (utc+3) to SomeoneSerge. | 19:02:43 |
| 16 Jan 2025 |
autra | Ivan Mincik (imincik): about https://github.com/NixOS/nixpkgs/pull/366194, isn't nixos/tests reserved for modules? | 08:10:17 |
autra | I suggested to have a package test, but thinking about it, I'm not sure you can use vm and services in a package tests... | 08:29:19 |
Ivan Mincik (imincik) |
isn't nixos/tests reserved for modules?
It is for any kind of nixos tests - those running as VM. For example QGIS test is there as well.
| 08:31:35 |
Ivan Mincik (imincik) | He is using nixos test becouse it requires postgresql. | 08:32:02 |
autra | ok so my comment is invalid, I'm gonna tell him | 09:02:15 |
Ivan Mincik (imincik) | I am still not sure abot my feedback to this pr - maybe it is little bit over complicated. But author has demonstrated great level of skills. | 09:32:24 |
autra | we'll see, otherwise we can still merge then fix later if needed. | 15:34:46 |
autra | I just put a remark about the fonts (I think get-fonts should be completely ditched), please don't hesitate to correct me if what I propose doesn't work | 15:35:20 |
| 22 Jan 2025 |
Ivan Mincik (imincik) | Bunch of packages started to fail due to dependency issue - https://github.com/imincik/nix-utils/actions/runs/12902191001 | 14:26:24 |
Ivan Mincik (imincik) | python3.12-branca is failing to build
=========================== short test summary info ============================
ERROR tests/test_iframe.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.13s ===============================
error: build of '/nix/store/rljq0v13gvbkybgrrjl5lz777js12j5i-python3.12-branca-0.8.1.drv' on 'ssh-ng://im-builder.tail6adb8.ts.net' failed: builder for '/nix/store/rljq0v13gvbkybgrrjl5lz777js12j5i-python3.12-branca-0.8.1.drv' failed with exit code 2;
last 25 log lines:
> configfile: pyproject.toml
> collected 15 items / 1 error
>
> ==================================== ERRORS ====================================
> ____________________ ERROR collecting tests/test_iframe.py _____________________
> ImportError while importing test module '/build/source/tests/test_iframe.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /nix/store/qrc496n6fsqp4p5m5h8wmw5d5jwyw5mr-python3-3.12.8/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_iframe.py:9: in <module>
> from selenium.webdriver import Firefox
> /nix/store/35yjn70qz7gvngmz8gx76dmv09jli8nc-python3.12-selenium-4.27.1/lib/python3.12/site-packages/selenium/webdriver/__init__.py:20: in <module>
> from .chrome.webdriver import WebDriver as Chrome # noqa
> /nix/store/35yjn70qz7gvngmz8gx76dmv09jli8nc-python3.12-selenium-4.27.1/lib/python3.12/site-packages/selenium/webdriver/chrome/webdriver.py:18: in <module>
> from selenium.webdriver.chromium.webdriver import ChromiumDriver
> /nix/store/35yjn70qz7gvngmz8gx76dmv09jli8nc-python3.12-selenium-4.27.1/lib/python3.12/site-packages/selenium/webdriver/chromium/webdriver.py:22: in <module>
> from selenium.webdriver.remote.webdriver import WebDriver as RemoteWebDriver
> /nix/store/35yjn70qz7gvngmz8gx76dmv09jli8nc-python3.12-selenium-4.27.1/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py:57: in <module>
> from ..common.fedcm.dialog import Dialog
> E ModuleNotFoundError: No module named 'selenium.webdriver.common.fedcm'
> =========================== short test summary info ============================
> ERROR tests/test_iframe.py
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
> =============================== 1 error in 0.13s ===============================
For full logs, run 'nix log /nix/store/rljq0v13gvbkybgrrjl5lz777js12j5i-python3.12-branca-0.8.1.drv'.
| 14:31:54 |
Ivan Mincik (imincik) | OK, the issue is with selenium and is fixed in latest release - https://github.com/SeleniumHQ/selenium/pull/14823 . | 14:44:26 |
| 23 Jan 2025 |
Ivan Mincik (imincik) | Few PRs to review
-
https://github.com/NixOS/nixpkgs/pull/375290
-
https://github.com/NixOS/nixpkgs/pull/375293
-
https://github.com/NixOS/nixpkgs/pull/375295
| 16:22:24 |
Ivan Mincik (imincik) | * Some PRs to review
- https://github.com/NixOS/nixpkgs/pull/375290
- https://github.com/NixOS/nixpkgs/pull/375293
- https://github.com/NixOS/nixpkgs/pull/375295
| 16:22:44 |
| 24 Jan 2025 |
Ivan Mincik (imincik) | autra: thanks for review ! | 18:55:26 |
| 25 Jan 2025 |
autra | No problem! Btw, this ./hydra-build-status.py you wrote is quite useful to filter out false negative with nixpkgs-reviews | 13:47:54 |
| 26 Jan 2025 |
Ivan Mincik (imincik) | In reply to @autra:trancart.eu No problem! Btw, this ./hydra-build-status.py you wrote is quite useful to filter out false negative with nixpkgs-reviews Yes, I use it daily along with repology report suggested by you 😀 | 14:15:10 |
| 31 Jan 2025 |
Ivan Mincik (imincik) | https://github.com/NixOS/nixpkgs/pull/378255 | 11:32:12 |
| SomeoneSerge (back on matrix) changed their display name from SomeoneSerge to SomeoneSerge (Bruxelles). | 19:34:21 |