!yNLbWuxtZEZoUZYwKG:nixos.org

Nix Geospatial Team

33 Members
Nix Geospatial packages maintenance. Team board - https://github.com/orgs/NixOS/projects/47/views/18 Servers

Load older messages


SenderMessageTime
16 Jan 2025
@autra:trancart.euautra Ivan Mincik (imincik): about https://github.com/NixOS/nixpkgs/pull/366194, isn't nixos/tests reserved for modules? 08:10:17
@autra:trancart.euautraI 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
@imincik:matrix.orgIvan 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
@imincik:matrix.orgIvan Mincik (imincik)He is using nixos test becouse it requires postgresql.08:32:02
@autra:trancart.euautraok so my comment is invalid, I'm gonna tell him09:02:15
@imincik:matrix.orgIvan 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:trancart.euautrawe'll see, otherwise we can still merge then fix later if needed.15:34:46
@autra:trancart.euautra 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
@imincik:matrix.orgIvan Mincik (imincik)Bunch of packages started to fail due to dependency issue - https://github.com/imincik/nix-utils/actions/runs/1290219100114:26:24
@imincik:matrix.orgIvan 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
@imincik:matrix.orgIvan 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
@imincik:matrix.orgIvan 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
@imincik:matrix.orgIvan 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
@imincik:matrix.orgIvan Mincik (imincik) autra: thanks for review ! 18:55:26
25 Jan 2025
@autra:trancart.euautra 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
@imincik:matrix.orgIvan 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
@imincik:matrix.orgIvan Mincik (imincik)https://github.com/NixOS/nixpkgs/pull/37825511:32:12
@ss:someonex.netSomeoneSerge (back on matrix) changed their display name from SomeoneSerge to SomeoneSerge (Bruxelles).19:34:21
2 Feb 2025
@vengmark2:matrix.orgl0b0 Ivan Mincik (imincik): I don't feel like I'm contributing much in GIS land right now; you might as well remove me from the group. 16:24:52
@imincik:matrix.orgIvan Mincik (imincik)
In reply to @vengmark2:matrix.org
Ivan Mincik (imincik): I don't feel like I'm contributing much in GIS land right now; you might as well remove me from the group.
Sorry to hear that. If you are really sure, please create a PR in team list file.
18:01:34
@imincik:matrix.orgIvan Mincik (imincik)You are welcome to rejoin anytime later.18:02:09
3 Feb 2025
@ss:someonex.netSomeoneSerge (back on matrix) changed their display name from SomeoneSerge (Bruxelles) to SomeoneSerge (Gand St. Pieters).13:40:01
5 Feb 2025
@imincik:matrix.orgIvan Mincik (imincik)All linux builds are finally green after a problem with broken selenium update - https://github.com/imincik/nix-utils/actions/runs/1315122190408:13:32
@autra:trancart.euautranice !13:03:58
6 Feb 2025
@sikmir:matrix.orgsikmirWould be great to nixify https://github.com/opengeos/segment-geospatial16:55:00
@ss:someonex.netSomeoneSerge (back on matrix) changed their display name from SomeoneSerge (Gand St. Pieters) to SomeoneSerge (UTC+U[-12,12]).17:49:28
10 Feb 2025
@imincik:matrix.orgIvan Mincik (imincik)Some fixes after batch python packages update round https://github.com/NixOS/nixpkgs/pull/380833 https://github.com/NixOS/nixpkgs/pull/38083207:52:37
@imincik:matrix.orgIvan Mincik (imincik)Adoption of spatialite-tools PR: https://github.com/NixOS/nixpkgs/pull/37984507:54:34
13 Feb 2025
@imincik:matrix.orgIvan Mincik (imincik)Saga build started to fail few days ago - https://hydra.nixos.org/job/nixpkgs/trunk/saga.x86_64-linux/all .07:48:03
@imincik:matrix.orgIvan Mincik (imincik) * Saga build started to fail few days ago - https://hydra.nixos.org/job/nixpkgs/trunk/saga.x86_64-linux/all due to libiodbc dependency failure. 07:53:32

Show newer messages


Back to Room ListRoom Version: 10