Skip to content

python3Packages.pyzstd: 0.18.0 → 0.19.1#478390

Closed
MattSturgeon wants to merge 1 commit intoNixOS:masterfrom
MattSturgeon:pystd-0.19
Closed

python3Packages.pyzstd: 0.18.0 → 0.19.1#478390
MattSturgeon wants to merge 1 commit intoNixOS:masterfrom
MattSturgeon:pystd-0.19

Conversation

@MattSturgeon
Copy link
Copy Markdown
Contributor

@MattSturgeon MattSturgeon commented Jan 9, 2026

Changelog

https://github.com/Rogdham/pyzstd/blob/0.19.1/CHANGELOG.md

0.19.1 (November 13, 2025)

  • Fix SeekableZstdFile write table entries on 32-bits architectures when there is a huge number of entries

0.19.0 (November 7, 2025)

  • The project has been completely refactored to use the Zstandard implementation from the standard library (PEP-784)
  • The refactor has some minor impact on public APIs, such as changing the exception raised on invalid input
  • Add backports.zstd dependency for Python before 3.14
  • Changes in build dependency: remove setuptools and C build toolchain, add hatchling and hatch-vcs
  • Remove git submodule usage
  • Drop support for Python 3.9 and below
  • Use ruff as formatter and linter
  • Embed type hints in Python code, and check with mypy

Also switched to the newly supported fixpoint-arg finalAttrs pattern.

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 6.topic: python Python is a high-level, general-purpose programming language. labels Jan 9, 2026
Comment thread pkgs/development/python-modules/pyzstd/default.nix Outdated
Comment thread pkgs/development/python-modules/pyzstd/default.nix
Changelog: https://github.com/Rogdham/pyzstd/blob/0.19.1/CHANGELOG.md

Notably:
- The project has been completely refactored to use the Zstandard
  implementation from the standard library (PEP-784)
- The refactor has some minor impact on public APIs, such as changing
  the exception raised on invalid input
@nixpkgs-ci nixpkgs-ci Bot added 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. labels Jan 10, 2026
@MattSturgeon
Copy link
Copy Markdown
Contributor Author

MattSturgeon commented Jan 10, 2026

I've tried running nixpkgs-review-gha a couple times, but the ~300 rebuilds seems too much for it and it is unable to produce a report.

I'll try running locally, but that'll only cover one system. EDIT: running nixpkgs-review locally did highlight a few build failures, but it eventually caused the whole system to run out of memory and crash, so still no report generated.

This doesn't block merging for me, but it'd be nice to know whether reverse dependencies are broken by this update.

@MattSturgeon
Copy link
Copy Markdown
Contributor Author

Also: I went and checked the project's homepage to see if meta.description should be reworded - now that the project is no longer bindings for the C library.

Upstream's summary is now:

The pyzstd module provides classes and functions for compressing and decompressing data using Zstandard (or zstd for short) algorithm.

The API style is similar to Python's bz2/lzma/zlib modules.


While looking I noticed:

In version 0.19.0, pyzstd became a pure-Python package by using the compression.zstd module internally.

Recommendations:

  • New projects: use the standard library [compression.zstd module][compression.zstd], with [backports.zstd][backports.zstd] as a fallback for older Python versions.
  • Existing projects: consider migrating to the standard library implementation.

On GitHub they have a similar notice:

The pyzstd module provides Python support for Zstandard, using
an API style similar to the bz2, lzma, and zlib modules.

[!WARNING]

Zstandard is now natively supported in Python’s standard library via the
[compression.zstd module][compression.zstd]. For older Python versions, use the
[backports.zstd library][backports.zstd] as a fallback.

We recommend new projects to use the standard library, and existing ones to consider
migrating.

pyzstd internally uses compression.zstd since version 0.19.0.

See [pyzstd's documentation][doc] for details and a migration guide.

Is this something we should be including in meta.longDescription and/or a release note?

@khaneliman
Copy link
Copy Markdown
Contributor

Is this something we should be including in meta.longDescription and/or a release note?

So the entire purpose/functionality of what the package provides has changed ? I think that warrants a release note, I don't know if it makes sense to be part of the description or not.

@khaneliman
Copy link
Copy Markdown
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 478390
Commit: 8c965fc7a73cb51a3f57dac6d0d3cffef662da0c


aarch64-darwin

⏩ 2 packages marked as broken and skipped:
  • netbox_4_2
  • netbox_4_3
❌ 52 packages failed to build:
  • lasuite-docs
  • lasuite-docs.dist
  • lasuite-meet
  • lasuite-meet.dist
  • python313Packages.gdsfactory
  • python313Packages.gdsfactory.dist
  • python313Packages.halide (python313Packages.halide.lib)
  • python313Packages.odc-geo
  • python313Packages.odc-geo.dist
  • python313Packages.odc-loader
  • python313Packages.odc-loader.dist
  • python313Packages.odc-stac
  • python313Packages.odc-stac.dist
  • python313Packages.python-redis-lock
  • python313Packages.python-redis-lock.dist
  • python314Packages.compressai
  • python314Packages.compressai.dist
  • python314Packages.django-q2
  • python314Packages.django-q2.dist
  • python314Packages.dockerflow
  • python314Packages.dockerflow.dist
  • python314Packages.fastmri
  • python314Packages.fastmri.dist
  • python314Packages.gdsfactory
  • python314Packages.gdsfactory.dist
  • python314Packages.glymur
  • python314Packages.glymur.dist
  • python314Packages.halide (python314Packages.halide.lib)
  • python314Packages.odc-geo
  • python314Packages.odc-geo.dist
  • python314Packages.odc-loader
  • python314Packages.odc-loader.dist
  • python314Packages.odc-stac
  • python314Packages.odc-stac.dist
  • python314Packages.python-redis-lock
  • python314Packages.python-redis-lock.dist
  • python314Packages.reflex
  • python314Packages.reflex-chakra
  • python314Packages.reflex-chakra.dist
  • python314Packages.reflex.dist
  • python314Packages.skrl
  • python314Packages.skrl.dist
  • python314Packages.spacy-loggers
  • python314Packages.spacy-loggers.dist
  • python314Packages.sunpy
  • python314Packages.sunpy.dist
  • python314Packages.swcgeom
  • python314Packages.swcgeom.dist
  • python314Packages.wandb
  • python314Packages.wandb.dist
  • rembg
  • rembg.dist
✅ 460 packages built:
  • aider-chat-full
  • aider-chat-full.dist
  • aider-chat-with-help
  • aider-chat-with-help.dist
  • apkleaks
  • apkleaks.dist
  • backgroundremover
  • backgroundremover.dist
  • calibre-web
  • calibre-web.dist
  • checkov
  • checkov.dist
  • copyparty
  • copyparty-full-buggy
  • copyparty-full-buggy.dist
  • copyparty-most
  • copyparty-most.dist
  • copyparty.dist
  • cve-bin-tool
  • cve-bin-tool.dist
  • das
  • das.dist
  • deeptools
  • deeptools.dist
  • deface
  • deface.dist
  • easyocr (python313Packages.easyocr)
  • easyocr.dist (python313Packages.easyocr.dist)
  • flattenReferencesGraph
  • flattenReferencesGraph.dist
  • glitchtip
  • hydrus
  • hydrus.doc
  • jadx
  • minari (python313Packages.minari)
  • minari.dist (python313Packages.minari.dist)
  • multiqc
  • multiqc.dist
  • netbox (netbox_4_4)
  • ome_zarr (python313Packages.ome-zarr)
  • ome_zarr.dist (python313Packages.ome-zarr.dist)
  • prowler
  • prowler.dist
  • py7zr (python313Packages.py7zr)
  • py7zr.dist (python313Packages.py7zr.dist)
  • python313Packages.albumentations
  • python313Packages.albumentations.dist
  • python313Packages.anndata
  • python313Packages.anndata.dist
  • python313Packages.aplpy
  • python313Packages.aplpy.dist
  • python313Packages.ax-platform
  • python313Packages.ax-platform.dist
  • python313Packages.baselines
  • python313Packages.baselines.dist
  • python313Packages.bsuite
  • python313Packages.bsuite.dist
  • python313Packages.bumps
  • python313Packages.bumps.dist
  • python313Packages.chart-studio
  • python313Packages.chart-studio.dist
  • python313Packages.cltk
  • python313Packages.cltk.dist
  • python313Packages.comicapi
  • python313Packages.comicapi.dist
  • python313Packages.compressai
  • python313Packages.compressai.dist
  • python313Packages.dash
  • python313Packages.dash-bootstrap-components
  • python313Packages.dash-bootstrap-components.dist
  • python313Packages.dash-bootstrap-templates
  • python313Packages.dash-bootstrap-templates.dist
  • python313Packages.dash.dist
  • python313Packages.dask-image
  • python313Packages.dask-image.dist
  • python313Packages.django-q2
  • python313Packages.django-q2.dist
  • python313Packages.django-ratelimit
  • python313Packages.django-ratelimit.dist
  • python313Packages.django-redis
  • python313Packages.django-redis.dist
  • python313Packages.dockerflow
  • python313Packages.dockerflow.dist
  • python313Packages.dremel3dpy
  • python313Packages.dremel3dpy.dist
  • python313Packages.energyflow
  • python313Packages.energyflow.dist
  • python313Packages.env-canada
  • python313Packages.env-canada.dist
  • python313Packages.experiment-utilities
  • python313Packages.experiment-utilities.dist
  • python313Packages.explorerscript
  • python313Packages.explorerscript.dist
  • python313Packages.fastai
  • python313Packages.fastai.dist
  • python313Packages.fastmri
  • python313Packages.fastmri.dist
  • python313Packages.glymur
  • python313Packages.glymur.dist
  • python313Packages.gradio
  • python313Packages.gradio.dist
  • python313Packages.gym
  • python313Packages.gym.dist
  • python313Packages.handout
  • python313Packages.handout.dist
  • python313Packages.holistic-trace-analysis
  • python313Packages.holistic-trace-analysis.dist
  • python313Packages.hvplot
  • python313Packages.hvplot.dist
  • python313Packages.igraph
  • python313Packages.igraph.dist
  • python313Packages.imagecorruptions
  • python313Packages.imagecorruptions.dist
  • python313Packages.imageio
  • python313Packages.imageio.dist
  • python313Packages.intake
  • python313Packages.intake.dist
  • python313Packages.iplotx
  • python313Packages.iplotx.dist
  • python313Packages.itables
  • python313Packages.itables.dist
  • python313Packages.k-diffusion
  • python313Packages.k-diffusion.dist
  • python313Packages.kmapper
  • python313Packages.kmapper.dist
  • python313Packages.leidenalg
  • python313Packages.leidenalg.dist
  • python313Packages.lime
  • python313Packages.lime.dist
  • python313Packages.llama-cloud-services
  • python313Packages.llama-cloud-services.dist
  • python313Packages.llama-index
  • python313Packages.llama-index-cli
  • python313Packages.llama-index-cli.dist
  • python313Packages.llama-index-core
  • python313Packages.llama-index-core.dist
  • python313Packages.llama-index-embeddings-gemini
  • python313Packages.llama-index-embeddings-gemini.dist
  • python313Packages.llama-index-embeddings-google
  • python313Packages.llama-index-embeddings-google.dist
  • python313Packages.llama-index-embeddings-huggingface
  • python313Packages.llama-index-embeddings-huggingface.dist
  • python313Packages.llama-index-embeddings-ollama
  • python313Packages.llama-index-embeddings-ollama.dist
  • python313Packages.llama-index-embeddings-openai
  • python313Packages.llama-index-embeddings-openai.dist
  • python313Packages.llama-index-graph-stores-neo4j
  • python313Packages.llama-index-graph-stores-neo4j.dist
  • python313Packages.llama-index-graph-stores-neptune
  • python313Packages.llama-index-graph-stores-neptune.dist
  • python313Packages.llama-index-indices-managed-llama-cloud
  • python313Packages.llama-index-indices-managed-llama-cloud.dist
  • python313Packages.llama-index-legacy
  • python313Packages.llama-index-legacy.dist
  • python313Packages.llama-index-llms-ollama
  • python313Packages.llama-index-llms-ollama.dist
  • python313Packages.llama-index-llms-openai
  • python313Packages.llama-index-llms-openai-like
  • python313Packages.llama-index-llms-openai-like.dist
  • python313Packages.llama-index-llms-openai.dist
  • python313Packages.llama-index-multi-modal-llms-openai
  • python313Packages.llama-index-multi-modal-llms-openai.dist
  • python313Packages.llama-index-node-parser-docling
  • python313Packages.llama-index-node-parser-docling.dist
  • python313Packages.llama-index-readers-database
  • python313Packages.llama-index-readers-database.dist
  • python313Packages.llama-index-readers-file
  • python313Packages.llama-index-readers-file.dist
  • python313Packages.llama-index-readers-json
  • python313Packages.llama-index-readers-json.dist
  • python313Packages.llama-index-readers-llama-parse
  • python313Packages.llama-index-readers-llama-parse.dist
  • python313Packages.llama-index-readers-s3
  • python313Packages.llama-index-readers-s3.dist
  • python313Packages.llama-index-readers-twitter
  • python313Packages.llama-index-readers-twitter.dist
  • python313Packages.llama-index-readers-txtai
  • python313Packages.llama-index-readers-txtai.dist
  • python313Packages.llama-index-readers-weather
  • python313Packages.llama-index-readers-weather.dist
  • python313Packages.llama-index-vector-stores-chroma
  • python313Packages.llama-index-vector-stores-chroma.dist
  • python313Packages.llama-index-vector-stores-google
  • python313Packages.llama-index-vector-stores-google.dist
  • python313Packages.llama-index-vector-stores-milvus
  • python313Packages.llama-index-vector-stores-milvus.dist
  • python313Packages.llama-index-vector-stores-qdrant
  • python313Packages.llama-index-vector-stores-qdrant.dist
  • python313Packages.llama-index.dist
  • python313Packages.llama-parse
  • python313Packages.llama-parse.dist
  • python313Packages.mmcv
  • python313Packages.mmcv.dist
  • python313Packages.moviepy
  • python313Packages.moviepy.dist
  • python313Packages.multiscale-spatial-image
  • python313Packages.multiscale-spatial-image.dist
  • python313Packages.mung
  • python313Packages.mung.dist
  • python313Packages.muscima
  • python313Packages.muscima.dist
  • python313Packages.napari-svg
  • python313Packages.napari-svg.dist
  • python313Packages.netbox-bgp
  • python313Packages.netbox-bgp.dist
  • python313Packages.netbox-documents
  • python313Packages.netbox-documents.dist
  • python313Packages.netbox-floorplan-plugin
  • python313Packages.netbox-floorplan-plugin.dist
  • python313Packages.netbox-plugin-prometheus-sd
  • python313Packages.netbox-plugin-prometheus-sd.dist
  • python313Packages.netbox-reorder-rack
  • python313Packages.netbox-reorder-rack.dist
  • python313Packages.netbox-routing
  • python313Packages.netbox-routing.dist
  • python313Packages.neurokit2
  • python313Packages.neurokit2.dist
  • python313Packages.niaarm
  • python313Packages.niaarm.dist
  • python313Packages.numcodecs
  • python313Packages.numcodecs.dist
  • python313Packages.omrdatasettools
  • python313Packages.omrdatasettools.dist
  • python313Packages.open-clip-torch
  • python313Packages.open-clip-torch.dist
  • python313Packages.optuna
  • python313Packages.optuna-dashboard
  • python313Packages.optuna-dashboard.dist
  • python313Packages.optuna.dist
  • python313Packages.paddleocr
  • python313Packages.paddleocr.dist
  • python313Packages.pims
  • python313Packages.pims.dist
  • python313Packages.plotly
  • python313Packages.plotly.dist
  • python313Packages.plotpy
  • python313Packages.plotpy.dist
  • python313Packages.psd-tools
  • python313Packages.psd-tools.dist
  • python313Packages.pvextractor
  • python313Packages.pvextractor.dist
  • python313Packages.pyannote-audio
  • python313Packages.pyannote-audio.dist
  • python313Packages.pyannote-pipeline
  • python313Packages.pyannote-pipeline.dist
  • python313Packages.pymoo
  • python313Packages.pymoo.dist
  • python313Packages.pyzstd
  • python313Packages.pyzstd.dist
  • python313Packages.rawpy
  • python313Packages.rawpy.dist
  • python313Packages.reflex
  • python313Packages.reflex-chakra
  • python313Packages.reflex-chakra.dist
  • python313Packages.reflex.dist
  • python313Packages.rembg
  • python313Packages.rembg.dist
  • python313Packages.rendercanvas
  • python313Packages.rendercanvas.dist
  • python313Packages.reproject
  • python313Packages.reproject.dist
  • python313Packages.sasmodels
  • python313Packages.sasmodels.dist
  • python313Packages.scikit-image
  • python313Packages.scikit-image.dist
  • python313Packages.scikit-tda
  • python313Packages.scikit-tda.dist
  • python313Packages.skrl
  • python313Packages.skrl.dist
  • python313Packages.slicedimage
  • python313Packages.slicedimage.dist
  • python313Packages.smolagents
  • python313Packages.smolagents.dist
  • python313Packages.spacy
  • python313Packages.spacy-curated-transformers
  • python313Packages.spacy-curated-transformers.dist
  • python313Packages.spacy-loggers
  • python313Packages.spacy-loggers.dist
  • python313Packages.spacy-lookups-data
  • python313Packages.spacy-lookups-data.dist
  • python313Packages.spacy-transformers
  • python313Packages.spacy-transformers.dist
  • python313Packages.spacy.dist
  • python313Packages.spectral-cube
  • python313Packages.spectral-cube.dist
  • python313Packages.stytra
  • python313Packages.stytra.dist
  • python313Packages.sunpy
  • python313Packages.sunpy.dist
  • python313Packages.swcgeom
  • python313Packages.swcgeom.dist
  • python313Packages.synergy
  • python313Packages.synergy.dist
  • python313Packages.textacy
  • python313Packages.textacy.dist
  • python313Packages.textnets
  • python313Packages.textnets.dist
  • python313Packages.tifffile
  • python313Packages.tifffile.dist
  • python313Packages.viser
  • python313Packages.viser.dist
  • python313Packages.wandb
  • python313Packages.wandb.dist
  • python313Packages.webdataset
  • python313Packages.webdataset.dist
  • python313Packages.wgpu-py
  • python313Packages.wgpu-py.dist
  • whisperx (python313Packages.whisperx)
  • whisperx.dist (python313Packages.whisperx.dist)
  • python313Packages.zarr
  • python313Packages.zarr.dist
  • python314Packages.albumentations
  • python314Packages.albumentations.dist
  • python314Packages.aplpy
  • python314Packages.aplpy.dist
  • python314Packages.bsuite
  • python314Packages.bsuite.dist
  • python314Packages.bumps
  • python314Packages.bumps.dist
  • python314Packages.chart-studio
  • python314Packages.chart-studio.dist
  • python314Packages.comicapi
  • python314Packages.comicapi.dist
  • python314Packages.dash
  • python314Packages.dash-bootstrap-components
  • python314Packages.dash-bootstrap-components.dist
  • python314Packages.dash-bootstrap-templates
  • python314Packages.dash-bootstrap-templates.dist
  • python314Packages.dash.dist
  • python314Packages.dask-image
  • python314Packages.dask-image.dist
  • python314Packages.django-ratelimit
  • python314Packages.django-ratelimit.dist
  • python314Packages.django-redis
  • python314Packages.django-redis.dist
  • python314Packages.dremel3dpy
  • python314Packages.dremel3dpy.dist
  • python314Packages.easyocr
  • python314Packages.easyocr.dist
  • python314Packages.env-canada
  • python314Packages.env-canada.dist
  • python314Packages.experiment-utilities
  • python314Packages.experiment-utilities.dist
  • python314Packages.explorerscript
  • python314Packages.explorerscript.dist
  • python314Packages.gradio
  • python314Packages.gradio.dist
  • python314Packages.gym
  • python314Packages.gym.dist
  • python314Packages.handout
  • python314Packages.handout.dist
  • python314Packages.holistic-trace-analysis
  • python314Packages.holistic-trace-analysis.dist
  • python314Packages.hvplot
  • python314Packages.hvplot.dist
  • python314Packages.igraph
  • python314Packages.igraph.dist
  • python314Packages.imagecorruptions
  • python314Packages.imagecorruptions.dist
  • python314Packages.imageio
  • python314Packages.imageio.dist
  • python314Packages.intake
  • python314Packages.intake.dist
  • python314Packages.iplotx
  • python314Packages.iplotx.dist
  • python314Packages.itables
  • python314Packages.itables.dist
  • python314Packages.kmapper
  • python314Packages.kmapper.dist
  • python314Packages.leidenalg
  • python314Packages.leidenalg.dist
  • python314Packages.lime
  • python314Packages.lime.dist
  • python314Packages.minari
  • python314Packages.minari.dist
  • python314Packages.moviepy
  • python314Packages.moviepy.dist
  • python314Packages.multiscale-spatial-image
  • python314Packages.multiscale-spatial-image.dist
  • python314Packages.mung
  • python314Packages.mung.dist
  • python314Packages.muscima
  • python314Packages.muscima.dist
  • python314Packages.napari-svg
  • python314Packages.napari-svg.dist
  • python314Packages.netbox-bgp
  • python314Packages.netbox-bgp.dist
  • python314Packages.netbox-documents
  • python314Packages.netbox-documents.dist
  • python314Packages.netbox-plugin-prometheus-sd
  • python314Packages.netbox-plugin-prometheus-sd.dist
  • python314Packages.netbox-reorder-rack
  • python314Packages.netbox-reorder-rack.dist
  • python314Packages.netbox-routing
  • python314Packages.netbox-routing.dist
  • python314Packages.neurokit2
  • python314Packages.neurokit2.dist
  • python314Packages.niaarm
  • python314Packages.niaarm.dist
  • python314Packages.numcodecs
  • python314Packages.numcodecs.dist
  • python314Packages.omrdatasettools
  • python314Packages.omrdatasettools.dist
  • python314Packages.open-clip-torch
  • python314Packages.open-clip-torch.dist
  • python314Packages.pims
  • python314Packages.pims.dist
  • python314Packages.plotly
  • python314Packages.plotly.dist
  • python314Packages.plotpy
  • python314Packages.plotpy.dist
  • python314Packages.psd-tools
  • python314Packages.psd-tools.dist
  • python314Packages.pvextractor
  • python314Packages.pvextractor.dist
  • python314Packages.py7zr
  • python314Packages.py7zr.dist
  • python314Packages.pyzstd
  • python314Packages.pyzstd.dist
  • python314Packages.rawpy
  • python314Packages.rawpy.dist
  • python314Packages.rendercanvas
  • python314Packages.rendercanvas.dist
  • python314Packages.reproject
  • python314Packages.reproject.dist
  • python314Packages.sasmodels
  • python314Packages.sasmodels.dist
  • python314Packages.scikit-image
  • python314Packages.scikit-image.dist
  • python314Packages.slicedimage
  • python314Packages.slicedimage.dist
  • python314Packages.smolagents
  • python314Packages.smolagents.dist
  • python314Packages.spectral-cube
  • python314Packages.spectral-cube.dist
  • python314Packages.synergy
  • python314Packages.synergy.dist
  • python314Packages.tifffile
  • python314Packages.tifffile.dist
  • python314Packages.viser
  • python314Packages.viser.dist
  • python314Packages.webdataset
  • python314Packages.webdataset.dist
  • python314Packages.wgpu-py
  • python314Packages.wgpu-py.dist
  • python314Packages.zarr
  • python314Packages.zarr.dist
  • quark-engine
  • quark-engine.dist
  • rclip
  • rclip.dist
  • serenityos-emoji-font
  • theharvester
  • theharvester.dist
  • tts
  • tts.dist
  • unblob
  • unblob.dist
  • whisper-ctranslate2
  • whisper-ctranslate2.dist

Error logs: `aarch64-darwin`
lasuite-docs
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 919, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 879, in _load_backward_compatible
  File "/nix/store/nnjxc498g31s7gsygp7ypmhx9par0hnk-python3.13-django-configurations-2.5.1/lib/python3.13/site-packages/configurations/importer.py", line 152, in load_module
    self.spec.loader.exec_module(mod)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File "<frozen importlib._bootstrap_external>", line 1023, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/nix/var/nix/builds/nix-build-lasuite-docs-4.1.0.drv-0/b/source/src/backend/impress/settings.py", line 956, in <module>
    class Production(Base):
    ...<74 lines>...
        }
  File "/nix/var/nix/builds/nix-build-lasuite-docs-4.1.0.drv-0/b/source/src/backend/impress/settings.py", line 971, in Production
    gethostbyname(gethostname()),
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
lasuite-meet
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 919, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 879, in _load_backward_compatible
  File "/nix/store/nnjxc498g31s7gsygp7ypmhx9par0hnk-python3.13-django-configurations-2.5.1/lib/python3.13/site-packages/configurations/importer.py", line 152, in load_module
    self.spec.loader.exec_module(mod)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File "<frozen importlib._bootstrap_external>", line 1023, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/nix/var/nix/builds/nix-build-lasuite-meet-1.1.0.drv-0/b/source/src/backend/meet/settings.py", line 921, in <module>
    class Production(Base):
    ...<61 lines>...
        }
  File "/nix/var/nix/builds/nix-build-lasuite-meet-1.1.0.drv-0/b/source/src/backend/meet/settings.py", line 933, in Production
    gethostbyname(gethostname()),
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
python313Packages.halide
FAILED: [code=133] test/autoschedulers/anderson2021/anderson2021_demo.h test/autoschedulers/anderson2021/anderson2021_demo.o test/autoschedulers/anderson2021/anderson2021_demo.registration.cpp /nix/var/nix/builds/nix-build-halide-19.0.0.drv-0/b/source/build/test/autoschedulers/anderson2021/anderson2021_demo.h /nix/var/nix/builds/nix-build-halide-19.0.0.drv-0/b/source/build/test/autoschedulers/anderson2021/anderson2021_demo.o /nix/var/nix/builds/nix-build-halide-19.0.0.drv-0/b/source/build/test/autoschedulers/anderson2021/anderson2021_demo.registration.cpp 
cd /nix/var/nix/builds/nix-build-halide-19.0.0.drv-0/b/source/build/test/autoschedulers/anderson2021 && /nix/var/nix/builds/nix-build-halide-19.0.0.drv-0/b/source/build/test/autoschedulers/anderson2021/anderson2021_demo.generator -n anderson2021_demo -d 0 -g demo -f anderson2021_demo -e c_header,object,registration -p /nix/var/nix/builds/nix-build-halide-19.0.0.drv-0/b/source/build/src/autoschedulers/anderson2021/libautoschedule_anderson2021.so -o . target=arm-64-osx-cuda-cuda_capability_70-no_runtime autoscheduler=Anderson2021
[2364/4091] Generating anderson2021_included_schedule_file.h, anderson2021_included_schedule_file.o, anderson2021_included_schedule_file.registration.cpp
FAILED: [code=133] test/autoschedulers/anderson2021/anderson2021_included_schedule_file.h test/autoschedulers/anderson2021/anderson2021_included_schedule_file.o test/autoschedulers/anderson2021/anderson2021_included_schedule_file.registration.cpp /nix/var/nix/builds/nix-build-halide-19.0.0.drv-0/b/source/build/test/autoschedulers/anderson2021/anderson2021_included_schedule_file.h /nix/var/nix/builds/nix-build-halide-19.0.0.drv-0/b/source/build/test/autoschedulers/anderson2021/anderson2021_included_schedule_file.o /nix/var/nix/builds/nix-build-halide-19.0.0.drv-0/b/source/build/test/autoschedulers/anderson2021/anderson2021_included_schedule_file.registration.cpp 
cd /nix/var/nix/builds/nix-build-halide-19.0.0.drv-0/b/source/build/test/autoschedulers/anderson2021 && /nix/var/nix/builds/nix-build-halide-19.0.0.drv-0/b/source/build/test/autoschedulers/anderson2021/anderson2021_included_schedule_file.generator -n anderson2021_included_schedule_file -d 0 -g included_schedule_file -f anderson2021_included_schedule_file -e c_header,object,registration -p /nix/var/nix/builds/nix-build-halide-19.0.0.drv-0/b/source/build/src/autoschedulers/anderson2021/libautoschedule_anderson2021.so -o . target=arm-64-osx-cuda-cuda_capability_70-no_runtime autoscheduler=Anderson2021
[2365/4091] Building CXX object tutorial/CMakeFiles/lesson_21_auto_scheduler_generate.dir/lesson_21_auto_scheduler_generate.cpp.o
[2366/4091] Generating brighten_specialized.runtime.o
[2367/4091] Generating brighten_either.runtime.o
[2368/4091] Generating brighten_interleaved.runtime.o
[2369/4091] Generating auto_schedule_true.runtime.o
[2370/4091] Generating auto_schedule_false.runtime.o
[2371/4091] Generating brighten_planar.runtime.o
[2372/4091] Generating app_aot_local_laplacian_Mullapudi2016.h, app_aot_local_laplacian_Mullapudi2016.o, app_aot_local_laplacian_Mullapudi2016.py.cpp
[2373/4091] Generating metadata_tester_ucon.h, metadata_tester_ucon.o, metadata_tester_ucon.function_info.h
[2374/4091] Building CXX object tutorial/CMakeFiles/lesson_15_generate.dir/lesson_15_generators.cpp.o
[2375/4091] Generating adams2019_demo.h, adams2019_demo.o, adams2019_demo.registration.cpp
[2376/4091] Generating adams2019_included_schedule_file.h, adams2019_included_schedule_file.o, adams2019_included_schedule_file.registration.cpp
[2377/4091] Generating metadata_tester.h, metadata_tester-arm-64-osx-no_bounds_query-no_runtime.o, metadata_tester-arm-64-osx-no_runtime.o, metadata_tester_wrapper.o, metadata_tester.function_info.h
[2378/4091] Generating app_aot_bilateral_grid_Adams2019.h, app_aot_bilateral_grid_Adams2019.o, app_aot_bilateral_grid_Adams2019.py.cpp
ninja: build stopped: subcommand failed.
python313Packages.odc-geo
tests/test_xr_interop.py:499: AssertionError
=============================== warnings summary ===============================
tests/test_geom.py::test_gen_test_image_xy
  /nix/var/nix/builds/nix-build-python3.13-odc-geo-0.4.10.drv-0/b/source/odc/geo/testutils.py:122: RuntimeWarning: invalid value encountered in cast
    return a.astype(ii.dtype)

tests/test_geom.py::test_filter
/nix/store/m9kw3wyj97wv2bimcy923929cxvy73vs-python3.13-shapely-2.1.2/lib/python3.13/site-packages/shapely/set_operations.py:451: RuntimeWarning: invalid value encountered in union
return lib.union(a, b, **kwargs)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_xr_interop.py::test_xr_reproject[None-None] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[None-xx_time1] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks1-None] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks1-xx_time1] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks2-None] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks2-xx_time1] - assert None is not None
= 6 failed, 667 passed, 11 skipped, 79 deselected, 1 xfailed, 2 warnings in 14.09s =

python313Packages.python-redis-lock
ERROR tests/test_redis_lock.py::test_signal_expiration[decode_responses=False-decode_responses=False-release-1000] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_signal_expiration[decode_responses=False-decode_responses=False-release-1500] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_signal_expiration[decode_responses=False-decode_responses=False-reset_all-1000] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_signal_expiration[decode_responses=False-decode_responses=False-reset_all-1500] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_auto_renewal_stops_after_gc[decode_responses=True-decode_responses=True] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_auto_renewal_stops_after_gc[decode_responses=True-decode_responses=False] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_auto_renewal_stops_after_gc[decode_responses=False-decode_responses=True] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_auto_renewal_stops_after_gc[decode_responses=False-decode_responses=False] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_given_id[decode_responses=True-decode_responses=True] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_given_id[decode_responses=True-decode_responses=False] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_given_id[decode_responses=False-decode_responses=True] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_given_id[decode_responses=False-decode_responses=False] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_locked_method[decode_responses=True-decode_responses=True] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_locked_method[decode_responses=True-decode_responses=False] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_locked_method[decode_responses=False-decode_responses=True] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
ERROR tests/test_redis_lock.py::test_locked_method[decode_responses=False-decode_responses=False] - AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
FAILED tests/test_redis_lock.py::test_expire_int_conversion - AttributeError: 'object' object has no attribute 'register_script'
FAILED tests/test_redis_lock.py::test_strict_check - AttributeError: 'object' object has no attribute 'register_script'
FAILED tests/test_redis_lock.py::test_borken_expires - AttributeError: 'object' object has no attribute 'register_script'
=========== 3 failed, 8 deselected, 163 errors in 337.67s (0:05:37) ============
python314Packages.fastmri
        if "_modules" in self.__dict__:
            modules = self.__dict__["_modules"]
            if name in modules:
                return modules[name]
>       raise AttributeError(
            f"'{type(self).__name__}' object has no attribute '{name}'"
        )
E       AttributeError: 'VarNet' object has no attribute '__annotations__'. Did you mean: '__annotate_func__'?

/nix/store/h17yvi8qz45zakfscpb085fph0sqxw7l-python3.14-torch-2.9.1/lib/python3.14/site-packages/torch/nn/modules/module.py:1964: AttributeError
=============================== warnings summary ===============================
tests/test_models.py::test_varnet[shape0-1-center_fractions0-accelerations0-True]
/nix/var/nix/builds/nix-build-python3.14-fastmri-0.3.0.drv-0/b/source/fastmri/models/varnet.py:318: UserWarning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (Triggered internally at /nix/var/nix/builds/nix-83582-1462553648/pytorch/aten/src/ATen/native/TensorCompare.cpp:616.)
soft_dc = torch.where(mask, current_kspace - ref_kspace, zero) * self.dc_weight

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_models.py::test_unet_scripting - AttributeError: 'Unet' object has no attribute 'annotations'. Did you mean: 'annotate_func'?
FAILED tests/test_models.py::test_varnet_scripting - AttributeError: 'VarNet' object has no attribute 'annotations'. Did you mean: 'annotate_func'?
============= 2 failed, 68 passed, 3 skipped, 1 warning in 14.24s ==============

python314Packages.glymur
  /nix/var/nix/builds/nix-build-python3.14-glymur-0.13.6.drv-0/b/source/tests/test_tiff2jp2.py:937: FutureWarning: The plugin infrastructure in `skimage.io` and the parameter `plugin` are deprecated since version 0.25 and will be removed in 0.27 (or later). To avoid this warning, please do not use the parameter `plugin`. Instead, use `imageio` or other I/O packages directly. See also `imread`.
    expected = skimage.io.imread(

tests/test_tiff2jp2.py::TestSuite::test_ycbcr_jpeg_tiff
/nix/var/nix/builds/nix-build-python3.14-glymur-0.13.6.drv-0/b/source/tests/test_tiff2jp2.py:912: FutureWarning: The plugin infrastructure in skimage.io and the parameter plugin are deprecated since version 0.25 and will be removed in 0.27 (or later). To avoid this warning, please do not use the parameter plugin. Instead, use imageio or other I/O packages directly. See also imread.
expected = skimage.io.imread(

tests/test_tiff2jp2.py::TestSuite::test_ycbcr_jpeg_unevenly_tiled
/nix/var/nix/builds/nix-build-python3.14-glymur-0.13.6.drv-0/b/source/tests/test_tiff2jp2.py:886: FutureWarning: The plugin infrastructure in skimage.io and the parameter plugin are deprecated since version 0.25 and will be removed in 0.27 (or later). To avoid this warning, please do not use the parameter plugin. Instead, use imageio or other I/O packages directly. See also imread.
expected = skimage.io.imread(

tests/test_tiff2jp2.py::TestSuite::test_ycbcr_rgb_stripped
/nix/var/nix/builds/nix-build-python3.14-glymur-0.13.6.drv-0/b/source/tests/test_tiff2jp2.py:816: FutureWarning: The plugin infrastructure in skimage.io and the parameter plugin are deprecated since version 0.25 and will be removed in 0.27 (or later). To avoid this warning, please do not use the parameter plugin. Instead, use imageio or other I/O packages directly. See also imread.
expected = skimage.io.imread(self.ycbcr_stripped, plugin='pil')

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_printing.py::TestJp2dump::test_default_image_type - AssertionError: Regex didn't match: "<class 'glymur.lib.openjp2.ImageType'>...
FAILED tests/test_printing.py::TestJp2dump::test_image_comp_type - AssertionError: Regex didn't match: "<class 'glymur.lib.openjp2.ImageCompTy...
====== 2 failed, 651 passed, 12 skipped, 10 warnings in 119.70s (0:01:59) ======

python314Packages.halide
[2360/4091] Linking CXX static library test/autoschedulers/anderson2021/libanderson2021_included_schedule_file.runtime.a
[2361/4091] Generating anderson2021_demo.h, anderson2021_demo.o, anderson2021_demo.registration.cpp
FAILED: [code=133] test/autoschedulers/anderson2021/anderson2021_demo.h test/autoschedulers/anderson2021/anderson2021_demo.o test/autoschedulers/anderson2021/anderson2021_demo.registration.cpp /nix/var/nix/builds/nix-build-halide-19.0.0.drv-1/b/source/build/test/autoschedulers/anderson2021/anderson2021_demo.h /nix/var/nix/builds/nix-build-halide-19.0.0.drv-1/b/source/build/test/autoschedulers/anderson2021/anderson2021_demo.o /nix/var/nix/builds/nix-build-halide-19.0.0.drv-1/b/source/build/test/autoschedulers/anderson2021/anderson2021_demo.registration.cpp 
cd /nix/var/nix/builds/nix-build-halide-19.0.0.drv-1/b/source/build/test/autoschedulers/anderson2021 && /nix/var/nix/builds/nix-build-halide-19.0.0.drv-1/b/source/build/test/autoschedulers/anderson2021/anderson2021_demo.generator -n anderson2021_demo -d 0 -g demo -f anderson2021_demo -e c_header,object,registration -p /nix/var/nix/builds/nix-build-halide-19.0.0.drv-1/b/source/build/src/autoschedulers/anderson2021/libautoschedule_anderson2021.so -o . target=arm-64-osx-cuda-cuda_capability_70-no_runtime autoscheduler=Anderson2021
[2362/4091] Building CXX object tutorial/CMakeFiles/lesson_16_rgb_generate.dir/lesson_16_rgb_generate.cpp.o
[2363/4091] Generating brighten_planar.runtime.o
[2364/4091] Generating brighten_interleaved.runtime.o
[2365/4091] Generating brighten_either.runtime.o
[2366/4091] Generating brighten_specialized.runtime.o
[2367/4091] Generating auto_schedule_false.runtime.o
[2368/4091] Generating auto_schedule_true.runtime.o
[2369/4091] Building CXX object tutorial/CMakeFiles/lesson_21_auto_scheduler_generate.dir/lesson_21_auto_scheduler_generate.cpp.o
[2370/4091] Generating app_aot_local_laplacian_Mullapudi2016.h, app_aot_local_laplacian_Mullapudi2016.o, app_aot_local_laplacian_Mullapudi2016.py.cpp
[2371/4091] Generating metadata_tester_ucon.h, metadata_tester_ucon.o, metadata_tester_ucon.function_info.h
[2372/4091] Generating adams2019_demo.h, adams2019_demo.o, adams2019_demo.registration.cpp
[2373/4091] Building CXX object tutorial/CMakeFiles/lesson_15_generate.dir/lesson_15_generators.cpp.o
[2374/4091] Generating adams2019_included_schedule_file.h, adams2019_included_schedule_file.o, adams2019_included_schedule_file.registration.cpp
[2375/4091] Generating metadata_tester.h, metadata_tester-arm-64-osx-no_bounds_query-no_runtime.o, metadata_tester-arm-64-osx-no_runtime.o, metadata_tester_wrapper.o, metadata_tester.function_info.h
[2376/4091] Generating app_aot_bilateral_grid_Adams2019.h, app_aot_bilateral_grid_Adams2019.o, app_aot_bilateral_grid_Adams2019.py.cpp
ninja: build stopped: subcommand failed.
python314Packages.odc-geo
tests/test_xr_interop.py:499: AssertionError
=============================== warnings summary ===============================
tests/test_geom.py::test_gen_test_image_xy
  /nix/var/nix/builds/nix-build-python3.14-odc-geo-0.4.10.drv-0/b/source/odc/geo/testutils.py:122: RuntimeWarning: invalid value encountered in cast
    return a.astype(ii.dtype)

tests/test_geom.py::test_filter
/nix/store/w5vlndg9la7d7qy1fbl3a8ran4zfb0qw-python3.14-shapely-2.1.2/lib/python3.14/site-packages/shapely/set_operations.py:451: RuntimeWarning: invalid value encountered in union
return lib.union(a, b, **kwargs)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_xr_interop.py::test_xr_reproject[None-None] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[None-xx_time1] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks1-None] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks1-xx_time1] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks2-None] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks2-xx_time1] - assert None is not None
= 6 failed, 667 passed, 11 skipped, 79 deselected, 1 xfailed, 2 warnings in 17.53s =

python314Packages.reflex
tests/units/test_attribute_access_type.py: 10 warnings
  /nix/var/nix/builds/nix-build-python3.14-reflex-0.8.24.drv-0/b/source/reflex/utils/types.py:382: PydanticDeprecatedSince20:

The __fields__ attribute is deprecated, use the model_fields class property instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.12/migration/

tests/units/test_attribute_access_type.py: 10 warnings
/nix/var/nix/builds/nix-build-python3.14-reflex-0.8.24.drv-0/b/source/reflex/utils/types.py:384: PydanticDeprecatedSince20:

The __fields__ attribute is deprecated, use the model_fields class property instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.12/migration/

tests/units/test_model.py::test_upcast_event_handler_arg[handler0-payload0]
/nix/var/nix/builds/nix-build-python3.14-reflex-0.8.24.drv-0/b/source/reflex/state.py:1910: PydanticDeprecatedSince20:

The __fields__ attribute is deprecated, use the model_fields class property instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.12/migration/

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/units/test_state.py::test_state_manager_lock_warning_threshold_contend - reflex.utils.exceptions.LockExpiredError: Lock expired for token 1f38be4b-c...
= 1 failed, 3503 passed, 17 skipped, 31 deselected, 76 warnings in 64.82s (0:01:04) =

python314Packages.wandb
Setting COVERAGE_FILE to /nix/var/nix/builds/nix-build-python3.14-wandb-0.21.4.drv-0/b/source/.coverage
=============================== warnings summary ===============================
../../../../../../store/2p20k2cy8cv4bnh90lj5lma3fzwf17r5-python3.14-pydantic-2.12.4/lib/python3.14/site-packages/pydantic/_internal/_generate_schema.py:2249: 33 warnings
  /nix/store/2p20k2cy8cv4bnh90lj5lma3fzwf17r5-python3.14-pydantic-2.12.4/lib/python3.14/site-packages/pydantic/_internal/_generate_schema.py:2249: UnsupportedFieldAttributeWarning: The 'repr' attribute with value False was provided to the `Field()` function, which has no effect in the context it was used. 'repr' is field-specific metadata, and can only be attached to a model field using `Annotated` metadata or by assignment. This may have happened because an `Annotated` type alias using the `type` statement was used, or if the `Field()` function was attached to a single member of a union type.
    warnings.warn(

../../../../../../store/2p20k2cy8cv4bnh90lj5lma3fzwf17r5-python3.14-pydantic-2.12.4/lib/python3.14/site-packages/pydantic/_internal/_generate_schema.py:2249: 33 warnings
/nix/store/2p20k2cy8cv4bnh90lj5lma3fzwf17r5-python3.14-pydantic-2.12.4/lib/python3.14/site-packages/pydantic/_internal/_generate_schema.py:2249: UnsupportedFieldAttributeWarning: The 'frozen' attribute with value True was provided to the Field() function, which has no effect in the context it was used. 'frozen' is field-specific metadata, and can only be attached to a model field using Annotated metadata or by assignment. This may have happened because an Annotated type alias using the type statement was used, or if the Field() function was attached to a single member of a union type.
warnings.warn(

tests/unit_tests/test_wandb_settings_old.py::test__global_path_env_var_exists_and_is_writable
/nix/var/nix/builds/nix-build-python3.14-wandb-0.21.4.drv-0/b/source/tests/unit_tests/test_wandb_settings_old.py:33: PytestWarning: Value of environment variable WANDB_CONFIG_DIR type should be str, but got PosixPath('/nix/var/nix/builds/nix-build-python3.14-wandb-0.21.4.drv-0/b/pytest-of-_nixbld10/pytest-0/popen-gw14/test__global_path_env_var_exis0/config') (type: PosixPath); converted to str implicitly
monkeypatch.setenv("WANDB_CONFIG_DIR", config_dir)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/unit_tests/test_torch.py::test_watch_parameters_torch_jit[parameters] - AttributeError: 'Linear' object has no attribute 'annotations'. Did you mean: 'annotate_func'?
FAILED tests/unit_tests/test_torch.py::test_watch_parameters_torch_jit[all] - AttributeError: 'Linear' object has no attribute 'annotations'. Did you mean: 'annotate_func'?
FAILED tests/unit_tests/test_torch.py::test_watch_graph_torch_jit - AttributeError: 'Net' object has no attribute 'annotations'. Did you mean: 'annotate_func'?
= 3 failed, 1801 passed, 142 skipped, 3 xfailed, 5 xpassed, 67 warnings in 137.53s (0:02:17) =

rembg
  File "{{storeDir}}/lib/python3.13/site-packages/pymatting/__init__.py", line 2, in <module>
    from pymatting.util import *
  File "{{storeDir}}/lib/python3.13/site-packages/pymatting/util/__init__.py", line 2, in <module>
    from pymatting.util.kdtree import KDTree, knn
  File "{{storeDir}}/lib/python3.13/site-packages/pymatting/util/kdtree.py", line 7, in <module>
    @njit("i8(i8[:], i8[:], i8[:], i8[:], i8[:], f4[:, :, :], f4[:], f4[:, :], i8[:], i8)", cache=True, nogil=True)
     ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "{{storeDir}}/lib/python3.13/site-packages/numba/core/decorators.py", line 227, in wrapper
    disp.enable_caching()
    ~~~~~~~~~~~~~~~~~~~^^
  File "{{storeDir}}/lib/python3.13/site-packages/numba/core/dispatcher.py", line 811, in enable_caching
    self._cache = FunctionCache(self.py_func)
                  ~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "{{storeDir}}/lib/python3.13/site-packages/numba/core/caching.py", line 687, in __init__
    self._impl = self._impl_class(py_func)
                 ~~~~~~~~~~~~~~~~^^^^^^^^^
  File "{{storeDir}}/lib/python3.13/site-packages/numba/core/caching.py", line 423, in __init__
    raise RuntimeError("cannot cache function %r: no locator available "
                       "for file %r" % (qualname, source_path))
RuntimeError: cannot cache function '_make_tree': no locator available for file '{{storeDir}}/lib/python3.13/site-packages/pymatting/util/kdtree.py'

@khaneliman
Copy link
Copy Markdown
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 478390
Commit: 8c965fc7a73cb51a3f57dac6d0d3cffef662da0c


x86_64-linux

⏩ 6 packages marked as broken and skipped:
  • netbox_4_2
  • netbox_4_3
  • picosnitch
  • picosnitch.dist
  • tartube
  • tartube.dist
❌ 56 packages failed to build:
  • napari
  • napari.dist
  • pretix
  • pretix.dist
  • python313Packages.halide (python313Packages.halide.lib)
  • python313Packages.odc-geo
  • python313Packages.odc-geo.dist
  • python313Packages.odc-loader
  • python313Packages.odc-loader.dist
  • python313Packages.odc-stac
  • python313Packages.odc-stac.dist
  • python313Packages.skytemple-dtef
  • python313Packages.skytemple-dtef.dist
  • python313Packages.skytemple-files
  • python313Packages.skytemple-files.dist
  • python313Packages.skytemple-ssb-debugger
  • python313Packages.skytemple-ssb-debugger.dist
  • python314Packages.compressai
  • python314Packages.compressai.dist
  • python314Packages.django-q2
  • python314Packages.django-q2.dist
  • python314Packages.dockerflow
  • python314Packages.dockerflow.dist
  • python314Packages.fastmri
  • python314Packages.fastmri.dist
  • python314Packages.gdsfactory
  • python314Packages.gdsfactory.dist
  • python314Packages.glymur
  • python314Packages.glymur.dist
  • python314Packages.halide (python314Packages.halide.lib)
  • python314Packages.niworkflows
  • python314Packages.niworkflows.dist
  • python314Packages.odc-geo
  • python314Packages.odc-geo.dist
  • python314Packages.odc-loader
  • python314Packages.odc-loader.dist
  • python314Packages.odc-stac
  • python314Packages.odc-stac.dist
  • python314Packages.python-redis-lock
  • python314Packages.python-redis-lock.dist
  • python314Packages.skytemple-dtef
  • python314Packages.skytemple-dtef.dist
  • python314Packages.skytemple-files
  • python314Packages.skytemple-files.dist
  • python314Packages.skytemple-ssb-debugger
  • python314Packages.skytemple-ssb-debugger.dist
  • python314Packages.spacy-loggers
  • python314Packages.spacy-loggers.dist
  • python314Packages.sunpy
  • python314Packages.sunpy.dist
  • python314Packages.swcgeom
  • python314Packages.swcgeom.dist
  • python314Packages.wandb
  • python314Packages.wandb.dist
  • skytemple
  • skytemple.dist
✅ 596 packages built:
  • aider-chat-full
  • aider-chat-full.dist
  • aider-chat-with-help
  • aider-chat-with-help.dist
  • alpaca
  • apkleaks
  • apkleaks.dist
  • babeldoc
  • babeldoc.dist
  • backgroundremover
  • backgroundremover.dist
  • calibre-web
  • calibre-web.dist
  • checkov
  • checkov.dist
  • contact
  • contact.dist
  • copyparty
  • copyparty-full-buggy
  • copyparty-full-buggy.dist
  • copyparty-most
  • copyparty-most.dist
  • copyparty.dist
  • cve-bin-tool
  • cve-bin-tool.dist
  • das
  • das.dist
  • deeptools
  • deeptools.dist
  • deface
  • deface.dist
  • easyocr (python313Packages.easyocr)
  • easyocr.dist (python313Packages.easyocr.dist)
  • faugus-launcher
  • flattenReferencesGraph
  • flattenReferencesGraph.dist
  • game-rs
  • gamma-launcher
  • gamma-launcher.dist
  • glitchtip
  • heroic
  • heroic-unwrapped
  • home-assistant-component-tests.dremel_3d_printer
  • home-assistant-component-tests.environment_canada
  • hp2p
  • hydrus
  • hydrus.doc
  • immich-machine-learning
  • immich-machine-learning.dist
  • jadx
  • lasuite-docs
  • lasuite-docs.dist
  • lasuite-meet
  • lasuite-meet.dist
  • mailman-web (mailmanPackages.web)
  • mailman-web.dist (mailmanPackages.web.dist)
  • mailmanPackages.hyperkitty
  • mailmanPackages.hyperkitty.dist
  • meshtastic
  • meshtastic.dist
  • minari (python313Packages.minari)
  • minari.dist (python313Packages.minari.dist)
  • multiqc
  • multiqc.dist
  • nero-umu
  • netbox (netbox_4_4)
  • newelle
  • ome_zarr (python313Packages.ome-zarr)
  • ome_zarr.dist (python313Packages.ome-zarr.dist)
  • owocr
  • owocr.dist
  • peering-manager
  • prowler
  • prowler.dist
  • py7zr (python313Packages.py7zr)
  • py7zr.dist (python313Packages.py7zr.dist)
  • python313Packages.albumentations
  • python313Packages.albumentations.dist
  • python313Packages.ale-py
  • python313Packages.ale-py.dist
  • python313Packages.anndata
  • python313Packages.anndata.dist
  • python313Packages.aplpy
  • python313Packages.aplpy.dist
  • python313Packages.arviz
  • python313Packages.arviz.dist
  • python313Packages.ax-platform
  • python313Packages.ax-platform.dist
  • python313Packages.bambi
  • python313Packages.bambi.dist
  • python313Packages.baselines
  • python313Packages.baselines.dist
  • python313Packages.brax
  • python313Packages.brax.dist
  • python313Packages.bsuite
  • python313Packages.bsuite.dist
  • python313Packages.bumps
  • python313Packages.bumps.dist
  • python313Packages.chart-studio
  • python313Packages.chart-studio.dist
  • python313Packages.cltk
  • python313Packages.cltk.dist
  • python313Packages.clu
  • python313Packages.clu.dist
  • python313Packages.color-matcher
  • python313Packages.color-matcher.dist
  • python313Packages.comicapi
  • python313Packages.comicapi.dist
  • python313Packages.compressai
  • python313Packages.compressai.dist
  • python313Packages.corner
  • python313Packages.corner.dist
  • python313Packages.dalle-mini
  • python313Packages.dalle-mini.dist
  • python313Packages.dash
  • python313Packages.dash-bootstrap-components
  • python313Packages.dash-bootstrap-components.dist
  • python313Packages.dash-bootstrap-templates
  • python313Packages.dash-bootstrap-templates.dist
  • python313Packages.dash.dist
  • python313Packages.dask-image
  • python313Packages.dask-image.dist
  • python313Packages.django-q2
  • python313Packages.django-q2.dist
  • python313Packages.django-ratelimit
  • python313Packages.django-ratelimit.dist
  • python313Packages.django-redis
  • python313Packages.django-redis.dist
  • python313Packages.dm-sonnet
  • python313Packages.dm-sonnet.dist
  • python313Packages.dockerflow
  • python313Packages.dockerflow.dist
  • python313Packages.dremel3dpy
  • python313Packages.dremel3dpy.dist
  • python313Packages.energyflow
  • python313Packages.energyflow.dist
  • python313Packages.env-canada
  • python313Packages.env-canada.dist
  • python313Packages.experiment-utilities
  • python313Packages.experiment-utilities.dist
  • python313Packages.explorerscript
  • python313Packages.explorerscript.dist
  • python313Packages.fastai
  • python313Packages.fastai.dist
  • python313Packages.fastmri
  • python313Packages.fastmri.dist
  • python313Packages.gdsfactory
  • python313Packages.gdsfactory.dist
  • python313Packages.glymur
  • python313Packages.glymur.dist
  • python313Packages.gradio
  • python313Packages.gradio.dist
  • python313Packages.gym
  • python313Packages.gym.dist
  • python313Packages.gymnasium
  • python313Packages.gymnasium.dist
  • python313Packages.handout
  • python313Packages.handout.dist
  • python313Packages.holistic-trace-analysis
  • python313Packages.holistic-trace-analysis.dist
  • python313Packages.hvplot
  • python313Packages.hvplot.dist
  • python313Packages.igraph
  • python313Packages.igraph.dist
  • python313Packages.imagecorruptions
  • python313Packages.imagecorruptions.dist
  • python313Packages.imageio
  • python313Packages.imageio.dist
  • python313Packages.insightface
  • python313Packages.insightface.dist
  • python313Packages.intake
  • python313Packages.intake.dist
  • python313Packages.iplotx
  • python313Packages.iplotx.dist
  • python313Packages.itables
  • python313Packages.itables.dist
  • python313Packages.k-diffusion
  • python313Packages.k-diffusion.dist
  • python313Packages.kmapper
  • python313Packages.kmapper.dist
  • python313Packages.kokoro
  • python313Packages.kokoro.dist
  • python313Packages.leidenalg
  • python313Packages.leidenalg.dist
  • python313Packages.lerobot
  • python313Packages.lerobot.dist
  • python313Packages.lida
  • python313Packages.lida.dist
  • python313Packages.lime
  • python313Packages.lime.dist
  • python313Packages.llama-cloud-services
  • python313Packages.llama-cloud-services.dist
  • python313Packages.llama-index
  • python313Packages.llama-index-cli
  • python313Packages.llama-index-cli.dist
  • python313Packages.llama-index-core
  • python313Packages.llama-index-core.dist
  • python313Packages.llama-index-embeddings-gemini
  • python313Packages.llama-index-embeddings-gemini.dist
  • python313Packages.llama-index-embeddings-google
  • python313Packages.llama-index-embeddings-google.dist
  • python313Packages.llama-index-embeddings-huggingface
  • python313Packages.llama-index-embeddings-huggingface.dist
  • python313Packages.llama-index-embeddings-ollama
  • python313Packages.llama-index-embeddings-ollama.dist
  • python313Packages.llama-index-embeddings-openai
  • python313Packages.llama-index-embeddings-openai.dist
  • python313Packages.llama-index-graph-stores-neo4j
  • python313Packages.llama-index-graph-stores-neo4j.dist
  • python313Packages.llama-index-graph-stores-neptune
  • python313Packages.llama-index-graph-stores-neptune.dist
  • python313Packages.llama-index-indices-managed-llama-cloud
  • python313Packages.llama-index-indices-managed-llama-cloud.dist
  • python313Packages.llama-index-legacy
  • python313Packages.llama-index-legacy.dist
  • python313Packages.llama-index-llms-ollama
  • python313Packages.llama-index-llms-ollama.dist
  • python313Packages.llama-index-llms-openai
  • python313Packages.llama-index-llms-openai-like
  • python313Packages.llama-index-llms-openai-like.dist
  • python313Packages.llama-index-llms-openai.dist
  • python313Packages.llama-index-multi-modal-llms-openai
  • python313Packages.llama-index-multi-modal-llms-openai.dist
  • python313Packages.llama-index-node-parser-docling
  • python313Packages.llama-index-node-parser-docling.dist
  • python313Packages.llama-index-readers-database
  • python313Packages.llama-index-readers-database.dist
  • python313Packages.llama-index-readers-file
  • python313Packages.llama-index-readers-file.dist
  • python313Packages.llama-index-readers-json
  • python313Packages.llama-index-readers-json.dist
  • python313Packages.llama-index-readers-llama-parse
  • python313Packages.llama-index-readers-llama-parse.dist
  • python313Packages.llama-index-readers-s3
  • python313Packages.llama-index-readers-s3.dist
  • python313Packages.llama-index-readers-twitter
  • python313Packages.llama-index-readers-twitter.dist
  • python313Packages.llama-index-readers-txtai
  • python313Packages.llama-index-readers-txtai.dist
  • python313Packages.llama-index-readers-weather
  • python313Packages.llama-index-readers-weather.dist
  • python313Packages.llama-index-vector-stores-chroma
  • python313Packages.llama-index-vector-stores-chroma.dist
  • python313Packages.llama-index-vector-stores-google
  • python313Packages.llama-index-vector-stores-google.dist
  • python313Packages.llama-index-vector-stores-milvus
  • python313Packages.llama-index-vector-stores-milvus.dist
  • python313Packages.llama-index-vector-stores-postgres
  • python313Packages.llama-index-vector-stores-postgres.dist
  • python313Packages.llama-index-vector-stores-qdrant
  • python313Packages.llama-index-vector-stores-qdrant.dist
  • python313Packages.llama-index.dist
  • python313Packages.llama-parse
  • python313Packages.llama-parse.dist
  • python313Packages.meshtastic
  • python313Packages.meshtastic.dist
  • python313Packages.mmcv
  • python313Packages.mmcv.dist
  • python313Packages.moviepy
  • python313Packages.moviepy.dist
  • python313Packages.multiscale-spatial-image
  • python313Packages.multiscale-spatial-image.dist
  • python313Packages.mung
  • python313Packages.mung.dist
  • python313Packages.muscima
  • python313Packages.muscima.dist
  • python313Packages.napari-svg
  • python313Packages.napari-svg.dist
  • python313Packages.netbox-attachments
  • python313Packages.netbox-attachments.dist
  • python313Packages.netbox-bgp
  • python313Packages.netbox-bgp.dist
  • python313Packages.netbox-contract
  • python313Packages.netbox-contract.dist
  • python313Packages.netbox-documents
  • python313Packages.netbox-documents.dist
  • python313Packages.netbox-floorplan-plugin
  • python313Packages.netbox-floorplan-plugin.dist
  • python313Packages.netbox-interface-synchronization
  • python313Packages.netbox-interface-synchronization.dist
  • python313Packages.netbox-napalm-plugin
  • python313Packages.netbox-napalm-plugin.dist
  • python313Packages.netbox-plugin-prometheus-sd
  • python313Packages.netbox-plugin-prometheus-sd.dist
  • python313Packages.netbox-qrcode
  • python313Packages.netbox-qrcode.dist
  • python313Packages.netbox-reorder-rack
  • python313Packages.netbox-reorder-rack.dist
  • python313Packages.netbox-routing
  • python313Packages.netbox-routing.dist
  • python313Packages.netbox-topology-views
  • python313Packages.netbox-topology-views.dist
  • python313Packages.neurokit2
  • python313Packages.neurokit2.dist
  • python313Packages.niaarm
  • python313Packages.niaarm.dist
  • python313Packages.niworkflows
  • python313Packages.niworkflows.dist
  • python313Packages.numcodecs
  • python313Packages.numcodecs.dist
  • python313Packages.nutpie
  • python313Packages.nutpie.dist
  • python313Packages.omrdatasettools
  • python313Packages.omrdatasettools.dist
  • python313Packages.open-clip-torch
  • python313Packages.open-clip-torch.dist
  • python313Packages.optuna
  • python313Packages.optuna-dashboard
  • python313Packages.optuna-dashboard.dist
  • python313Packages.optuna.dist
  • python313Packages.paddleocr
  • python313Packages.paddleocr.dist
  • python313Packages.pettingzoo
  • python313Packages.pettingzoo.dist
  • python313Packages.pims
  • python313Packages.pims.dist
  • python313Packages.plopp
  • python313Packages.plopp.dist
  • python313Packages.plotly
  • python313Packages.plotly.dist
  • python313Packages.plotpy
  • python313Packages.plotpy.dist
  • python313Packages.psd-tools
  • python313Packages.psd-tools.dist
  • python313Packages.pvextractor
  • python313Packages.pvextractor.dist
  • python313Packages.pyannote-audio
  • python313Packages.pyannote-audio.dist
  • python313Packages.pyannote-pipeline
  • python313Packages.pyannote-pipeline.dist
  • python313Packages.pymc
  • python313Packages.pymc.dist
  • python313Packages.pymoo
  • python313Packages.pymoo.dist
  • python313Packages.pyrender
  • python313Packages.pyrender.dist
  • python313Packages.python-redis-lock
  • python313Packages.python-redis-lock.dist
  • python313Packages.pyzstd
  • python313Packages.pyzstd.dist
  • python313Packages.rawpy
  • python313Packages.rawpy.dist
  • python313Packages.reflex
  • python313Packages.reflex-chakra
  • python313Packages.reflex-chakra.dist
  • python313Packages.reflex.dist
  • python313Packages.rembg
  • python313Packages.rembg.dist
  • python313Packages.rendercanvas
  • python313Packages.rendercanvas.dist
  • python313Packages.reproject
  • python313Packages.reproject.dist
  • python313Packages.sasmodels
  • python313Packages.sasmodels.dist
  • python313Packages.scanpy
  • python313Packages.scanpy.dist
  • python313Packages.scikit-image
  • python313Packages.scikit-image.dist
  • python313Packages.scikit-tda
  • python313Packages.scikit-tda.dist
  • python313Packages.shimmy
  • python313Packages.shimmy.dist
  • python313Packages.skrl
  • python313Packages.skrl.dist
  • python313Packages.slicedimage
  • python313Packages.slicedimage.dist
  • python313Packages.smolagents
  • python313Packages.smolagents.dist
  • python313Packages.spacy
  • python313Packages.spacy-curated-transformers
  • python313Packages.spacy-curated-transformers.dist
  • python313Packages.spacy-loggers
  • python313Packages.spacy-loggers.dist
  • python313Packages.spacy-lookups-data
  • python313Packages.spacy-lookups-data.dist
  • python313Packages.spacy-transformers
  • python313Packages.spacy-transformers.dist
  • python313Packages.spacy.dist
  • python313Packages.spectral-cube
  • python313Packages.spectral-cube.dist
  • python313Packages.stable-baselines3
  • python313Packages.stable-baselines3.dist
  • python313Packages.stytra
  • python313Packages.stytra.dist
  • python313Packages.sunpy
  • python313Packages.sunpy.dist
  • python313Packages.swcgeom
  • python313Packages.swcgeom.dist
  • python313Packages.synergy
  • python313Packages.synergy.dist
  • python313Packages.tensorflow-datasets
  • python313Packages.tensorflow-datasets.dist
  • python313Packages.textacy
  • python313Packages.textacy.dist
  • python313Packages.textnets
  • python313Packages.textnets.dist
  • python313Packages.tianshou
  • python313Packages.tianshou.dist
  • python313Packages.tifffile
  • python313Packages.tifffile.dist
  • python313Packages.torchrl
  • python313Packages.torchrl.dist
  • python313Packages.txtai
  • python313Packages.txtai.dist
  • python313Packages.viser
  • python313Packages.viser.dist
  • python313Packages.vmas
  • python313Packages.vmas.dist
  • python313Packages.wandb
  • python313Packages.wandb.dist
  • python313Packages.webdataset
  • python313Packages.webdataset.dist
  • whisperx (python313Packages.whisperx)
  • whisperx.dist (python313Packages.whisperx.dist)
  • python313Packages.zarr
  • python313Packages.zarr.dist
  • python314Packages.albumentations
  • python314Packages.albumentations.dist
  • python314Packages.aplpy
  • python314Packages.aplpy.dist
  • python314Packages.bsuite
  • python314Packages.bsuite.dist
  • python314Packages.bumps
  • python314Packages.bumps.dist
  • python314Packages.chart-studio
  • python314Packages.chart-studio.dist
  • python314Packages.color-matcher
  • python314Packages.color-matcher.dist
  • python314Packages.comicapi
  • python314Packages.comicapi.dist
  • python314Packages.dash
  • python314Packages.dash-bootstrap-components
  • python314Packages.dash-bootstrap-components.dist
  • python314Packages.dash-bootstrap-templates
  • python314Packages.dash-bootstrap-templates.dist
  • python314Packages.dash.dist
  • python314Packages.dask-image
  • python314Packages.dask-image.dist
  • python314Packages.django-ratelimit
  • python314Packages.django-ratelimit.dist
  • python314Packages.django-redis
  • python314Packages.django-redis.dist
  • python314Packages.dremel3dpy
  • python314Packages.dremel3dpy.dist
  • python314Packages.easyocr
  • python314Packages.easyocr.dist
  • python314Packages.env-canada
  • python314Packages.env-canada.dist
  • python314Packages.experiment-utilities
  • python314Packages.experiment-utilities.dist
  • python314Packages.explorerscript
  • python314Packages.explorerscript.dist
  • python314Packages.gradio
  • python314Packages.gradio.dist
  • python314Packages.gym
  • python314Packages.gym.dist
  • python314Packages.handout
  • python314Packages.handout.dist
  • python314Packages.holistic-trace-analysis
  • python314Packages.holistic-trace-analysis.dist
  • python314Packages.hvplot
  • python314Packages.hvplot.dist
  • python314Packages.igraph
  • python314Packages.igraph.dist
  • python314Packages.imagecorruptions
  • python314Packages.imagecorruptions.dist
  • python314Packages.imageio
  • python314Packages.imageio.dist
  • python314Packages.insightface
  • python314Packages.insightface.dist
  • python314Packages.intake
  • python314Packages.intake.dist
  • python314Packages.iplotx
  • python314Packages.iplotx.dist
  • python314Packages.itables
  • python314Packages.itables.dist
  • python314Packages.kmapper
  • python314Packages.kmapper.dist
  • python314Packages.leidenalg
  • python314Packages.leidenalg.dist
  • python314Packages.lida
  • python314Packages.lida.dist
  • python314Packages.lime
  • python314Packages.lime.dist
  • python314Packages.meshtastic
  • python314Packages.meshtastic.dist
  • python314Packages.moviepy
  • python314Packages.moviepy.dist
  • python314Packages.multiscale-spatial-image
  • python314Packages.multiscale-spatial-image.dist
  • python314Packages.mung
  • python314Packages.mung.dist
  • python314Packages.muscima
  • python314Packages.muscima.dist
  • python314Packages.napari-svg
  • python314Packages.napari-svg.dist
  • python314Packages.netbox-bgp
  • python314Packages.netbox-bgp.dist
  • python314Packages.netbox-documents
  • python314Packages.netbox-documents.dist
  • python314Packages.netbox-interface-synchronization
  • python314Packages.netbox-interface-synchronization.dist
  • python314Packages.netbox-plugin-prometheus-sd
  • python314Packages.netbox-plugin-prometheus-sd.dist
  • python314Packages.netbox-qrcode
  • python314Packages.netbox-qrcode.dist
  • python314Packages.netbox-reorder-rack
  • python314Packages.netbox-reorder-rack.dist
  • python314Packages.netbox-routing
  • python314Packages.netbox-routing.dist
  • python314Packages.neurokit2
  • python314Packages.neurokit2.dist
  • python314Packages.niaarm
  • python314Packages.niaarm.dist
  • python314Packages.numcodecs
  • python314Packages.numcodecs.dist
  • python314Packages.omrdatasettools
  • python314Packages.omrdatasettools.dist
  • python314Packages.open-clip-torch
  • python314Packages.open-clip-torch.dist
  • python314Packages.pims
  • python314Packages.pims.dist
  • python314Packages.plotly
  • python314Packages.plotly.dist
  • python314Packages.plotpy
  • python314Packages.plotpy.dist
  • python314Packages.psd-tools
  • python314Packages.psd-tools.dist
  • python314Packages.pvextractor
  • python314Packages.pvextractor.dist
  • python314Packages.py7zr
  • python314Packages.py7zr.dist
  • python314Packages.pyrender
  • python314Packages.pyrender.dist
  • python314Packages.pyzstd
  • python314Packages.pyzstd.dist
  • python314Packages.rawpy
  • python314Packages.rawpy.dist
  • python314Packages.reflex
  • python314Packages.reflex-chakra
  • python314Packages.reflex-chakra.dist
  • python314Packages.reflex.dist
  • python314Packages.rendercanvas
  • python314Packages.rendercanvas.dist
  • python314Packages.reproject
  • python314Packages.reproject.dist
  • python314Packages.sasmodels
  • python314Packages.sasmodels.dist
  • python314Packages.scikit-image
  • python314Packages.scikit-image.dist
  • python314Packages.slicedimage
  • python314Packages.slicedimage.dist
  • python314Packages.smolagents
  • python314Packages.smolagents.dist
  • python314Packages.spectral-cube
  • python314Packages.spectral-cube.dist
  • python314Packages.synergy
  • python314Packages.synergy.dist
  • python314Packages.tifffile
  • python314Packages.tifffile.dist
  • python314Packages.txtai
  • python314Packages.txtai.dist
  • python314Packages.viser
  • python314Packages.viser.dist
  • python314Packages.webdataset
  • python314Packages.webdataset.dist
  • python314Packages.zarr
  • python314Packages.zarr.dist
  • quark-engine
  • quark-engine.dist
  • rclip
  • rclip.dist
  • rembg
  • rembg.dist
  • rimsort
  • sasview
  • sasview.dist
  • serenityos-emoji-font
  • streamcontroller
  • tartube-yt-dlp
  • tartube-yt-dlp.dist
  • theharvester
  • theharvester.dist
  • tts
  • tts.dist
  • umu-launcher
  • umu-launcher-unwrapped
  • unblob
  • unblob.dist
  • waypaper
  • waypaper.dist
  • weblate
  • weblate.dist
  • weblate.static
  • whisper-ctranslate2
  • whisper-ctranslate2.dist

Error logs: `x86_64-linux`
pretix
src/tests/presale/test_event.py::EventIcalDownloadTest::test_no_date_to
src/tests/presale/test_event.py::EventIcalDownloadTest::test_timezone_header_footer
  /nix/store/39k4sh241fk47rgx7gs8zmv2lmlxbqp7-python3.12-vobject-0.9.9/lib/python3.12/site-packages/vobject/icalendar.py:1751: PytzUsageWarning: The localize method is no longer necessary, as this time zone supports the fold attribute (PEP 495). For more details on migrating to a PEP 495-compliant implementation, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html
    return tzinfo.localize(datetime.datetime(year, month, day, hour, minute, second))

src/tests/presale/test_event.py::EventLocaleTest::test_german_region_US
src/tests/presale/test_locale.py::LocaleTest::test_set_locale_cookie
src/tests/presale/test_event.py::EventLocaleTest::test_english_no_region_set
src/tests/presale/test_event.py::EventLocaleTest::test_english_region_US
/build/source/src/pretix/presale/views/locale.py:63: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
expires=(datetime.utcnow() + timedelta(seconds=max_age)).strftime(

src/tests/presale/test_widget.py::WidgetCartTest::test_iframe_entry_view_wrapper
/build/source/src/pretix/presale/views/init.py:559: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
expires=(datetime.utcnow() + timedelta(seconds=max_age)).strftime('%a, %d-%b-%Y %H:%M:%S GMT'),

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED src/tests/api/test_orders.py::test_orderposition_detail - AssertionError: assert {'addon_to': ... 'Peter', ...} == {'id': 1, 'or...gi...
= 1 failed, 5642 passed, 19 skipped, 1 xfailed, 65 warnings, 3 rerun in 129.16s (0:02:09) =

python313Packages.halide
      |       ^~~~~~~~~~
/build/source/src/Elf.h:157:7: note: candidate expects 1 argument, 4 provided
/build/source/src/Elf.h:157:7: note: candidate 3: 'constexpr Halide::Internal::Elf::Relocation::Relocation(Halide::Internal::Elf::Relocation&&)'
/build/source/src/Elf.h:157:7: note: candidate expects 1 argument, 4 provided
[1752/4091] Building CXX object src/CMakeFiles/Halide.dir/EmulateFloat16Math.cpp.o
[1753/4091] Building CXX object src/CMakeFiles/Halide.dir/Error.cpp.o
[1754/4091] Building CXX object src/CMakeFiles/Halide.dir/EliminateBoolVectors.cpp.o
[1755/4091] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_WebAssembly.cpp.o
[1756/4091] Building CXX object src/CMakeFiles/Halide.dir/DerivativeUtils.cpp.o
[1757/4091] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_PTX_Dev.cpp.o
[1758/4091] Building CXX object src/CMakeFiles/Halide.dir/FindCalls.cpp.o
[1759/4091] Building CXX object src/CMakeFiles/Halide.dir/FastIntegerDivide.cpp.o
[1760/4091] Building CXX object src/CMakeFiles/Halide.dir/ExtractTileOperations.cpp.o
[1761/4091] Building CXX object src/CMakeFiles/Halide.dir/Bounds.cpp.o
[1762/4091] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_X86.cpp.o
[1763/4091] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_ARM.cpp.o
[1764/4091] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_LLVM.cpp.o
[1765/4091] Building CXX object src/CMakeFiles/Halide.dir/Deserialization.cpp.o
[1766/4091] Building CXX object src/CMakeFiles/Halide.dir/Derivative.cpp.o
ninja: build stopped: subcommand failed.
python313Packages.odc-geo
E        +    where <Geographic 2D CRS: EPSG:4326>\nName: WGS 84\nAxis Info [ellipsoidal]:\n- Lat[north]: Geodetic latitude (degree)\n- Lon[ea...-180.0, -90.0, 180.0, 90.0)\nDatum: World Geodetic System 1984 ensemble\n- Ellipsoid: WGS 84\n- Prime Meridian: Greenwich\n = CRS('GEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],ME...2925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]]').proj
E        +      where CRS('GEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],ME...2925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]]') = GeoBox((8, 11), Affine(566047.0585719852, 0.0, -1698141.1757159554,\n       0.0, -566047.0585719852, 2264188.234287941)...925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]]')).crs
E        +        where GeoBox((8, 11), Affine(566047.0585719852, 0.0, -1698141.1757159554,\n       0.0, -566047.0585719852, 2264188.234287941)...925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]]')) = <odc.geo._xr_interop.ODCExtensionDs object at 0x7ffec86a38f0>.geobox
E        +          where <odc.geo._xr_interop.ODCExtensionDs object at 0x7ffec86a38f0> = <xarray.Dataset> Size: 540B\nDimensions:      (time: 1, y: 8, x: 11, dim_0: 3)\nCoordinates:\n  * time         (time) dat...     (time, y, x) uint16 176B dask.array<chunksize=(1, 4, 4), meta=np.ndarray>\n    c            (dim_0) int64 24B 2 3 4.odc

tests/test_xr_interop.py:499: AssertionError
=============================== warnings summary ===============================
tests/test_geom.py::test_gen_test_image_xy
/build/source/odc/geo/testutils.py:122: RuntimeWarning: invalid value encountered in cast
return a.astype(ii.dtype)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_xr_interop.py::test_xr_reproject[None-None] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[None-xx_time1] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks1-None] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks1-xx_time1] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks2-None] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks2-xx_time1] - assert None is not None
= 6 failed, 667 passed, 11 skipped, 79 deselected, 1 xfailed, 1 warning in 30.85s =

python314Packages.fastmri
        if "_modules" in self.__dict__:
            modules = self.__dict__["_modules"]
            if name in modules:
                return modules[name]
>       raise AttributeError(
            f"'{type(self).__name__}' object has no attribute '{name}'"
        )
E       AttributeError: 'VarNet' object has no attribute '__annotations__'. Did you mean: '__annotate_func__'?

/nix/store/jp3dzvf16w4q3q4gnq639gqbjxzwcqhj-python3.14-torch-2.9.1/lib/python3.14/site-packages/torch/nn/modules/module.py:1964: AttributeError
=============================== warnings summary ===============================
tests/test_models.py::test_varnet[shape0-1-center_fractions0-accelerations0-True]
/build/source/fastmri/models/varnet.py:318: UserWarning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (Triggered internally at /build/pytorch/aten/src/ATen/native/TensorCompare.cpp:615.)
soft_dc = torch.where(mask, current_kspace - ref_kspace, zero) * self.dc_weight

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_models.py::test_unet_scripting - AttributeError: 'Unet' object has no attribute 'annotations'. Did you mean: 'annotate_func'?
FAILED tests/test_models.py::test_varnet_scripting - AttributeError: 'VarNet' object has no attribute 'annotations'. Did you mean: 'annotate_func'?
============= 2 failed, 68 passed, 3 skipped, 1 warning in 39.08s ==============

python314Packages.glymur
  /build/source/tests/test_tiff2jp2.py:937: FutureWarning: The plugin infrastructure in `skimage.io` and the parameter `plugin` are deprecated since version 0.25 and will be removed in 0.27 (or later). To avoid this warning, please do not use the parameter `plugin`. Instead, use `imageio` or other I/O packages directly. See also `imread`.
    expected = skimage.io.imread(

tests/test_tiff2jp2.py::TestSuite::test_ycbcr_jpeg_tiff
/build/source/tests/test_tiff2jp2.py:912: FutureWarning: The plugin infrastructure in skimage.io and the parameter plugin are deprecated since version 0.25 and will be removed in 0.27 (or later). To avoid this warning, please do not use the parameter plugin. Instead, use imageio or other I/O packages directly. See also imread.
expected = skimage.io.imread(

tests/test_tiff2jp2.py::TestSuite::test_ycbcr_jpeg_unevenly_tiled
/build/source/tests/test_tiff2jp2.py:886: FutureWarning: The plugin infrastructure in skimage.io and the parameter plugin are deprecated since version 0.25 and will be removed in 0.27 (or later). To avoid this warning, please do not use the parameter plugin. Instead, use imageio or other I/O packages directly. See also imread.
expected = skimage.io.imread(

tests/test_tiff2jp2.py::TestSuite::test_ycbcr_rgb_stripped
/build/source/tests/test_tiff2jp2.py:816: FutureWarning: The plugin infrastructure in skimage.io and the parameter plugin are deprecated since version 0.25 and will be removed in 0.27 (or later). To avoid this warning, please do not use the parameter plugin. Instead, use imageio or other I/O packages directly. See also imread.
expected = skimage.io.imread(self.ycbcr_stripped, plugin='pil')

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_printing.py::TestJp2dump::test_default_image_type - AssertionError: Regex didn't match: "<class 'glymur.lib.openjp2.ImageType'>...
FAILED tests/test_printing.py::TestJp2dump::test_image_comp_type - AssertionError: Regex didn't match: "<class 'glymur.lib.openjp2.ImageCompTy...
====== 2 failed, 657 passed, 6 skipped, 10 warnings in 102.33s (0:01:42) =======

python314Packages.halide
      |       ^~~~~~~~~~
/build/source/src/Elf.h:157:7: note: candidate expects 1 argument, 4 provided
/build/source/src/Elf.h:157:7: note: candidate 3: 'constexpr Halide::Internal::Elf::Relocation::Relocation(Halide::Internal::Elf::Relocation&&)'
/build/source/src/Elf.h:157:7: note: candidate expects 1 argument, 4 provided
[1751/4091] Building CXX object src/CMakeFiles/Halide.dir/EarlyFree.cpp.o
[1752/4091] Building CXX object src/CMakeFiles/Halide.dir/DistributeShifts.cpp.o
[1753/4091] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_PTX_Dev.cpp.o
[1754/4091] Building CXX object src/CMakeFiles/Halide.dir/DerivativeUtils.cpp.o
[1755/4091] Building CXX object src/CMakeFiles/Halide.dir/Expr.cpp.o
[1756/4091] Building CXX object src/CMakeFiles/Halide.dir/EliminateBoolVectors.cpp.o
[1757/4091] Building CXX object src/CMakeFiles/Halide.dir/EmulateFloat16Math.cpp.o
[1758/4091] Building CXX object src/CMakeFiles/Halide.dir/Bounds.cpp.o
[1759/4091] Building CXX object src/CMakeFiles/Halide.dir/FastIntegerDivide.cpp.o
[1760/4091] Building CXX object src/CMakeFiles/Halide.dir/ExtractTileOperations.cpp.o
[1761/4091] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_X86.cpp.o
[1762/4091] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_ARM.cpp.o
[1763/4091] Building CXX object src/CMakeFiles/Halide.dir/Deserialization.cpp.o
[1764/4091] Building CXX object src/CMakeFiles/Halide.dir/Derivative.cpp.o
[1765/4091] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_LLVM.cpp.o
ninja: build stopped: subcommand failed.
python314Packages.odc-geo
E        +    where <Geographic 2D CRS: EPSG:4326>\nName: WGS 84\nAxis Info [ellipsoidal]:\n- Lat[north]: Geodetic latitude (degree)\n- Lon[ea...-180.0, -90.0, 180.0, 90.0)\nDatum: World Geodetic System 1984 ensemble\n- Ellipsoid: WGS 84\n- Prime Meridian: Greenwich\n = CRS('GEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],ME...2925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]]').proj
E        +      where CRS('GEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],ME...2925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]]') = GeoBox((8, 11), Affine(566047.0585719852, 0.0, -1698141.1757159554,\n       0.0, -566047.0585719852, 2264188.234287941)...925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]]')).crs
E        +        where GeoBox((8, 11), Affine(566047.0585719852, 0.0, -1698141.1757159554,\n       0.0, -566047.0585719852, 2264188.234287941)...925199433]],USAGE[SCOPE["Horizontal component of 3D system."],AREA["World."],BBOX[-90,-180,90,180]],ID["EPSG",4326]]')) = <odc.geo._xr_interop.ODCExtensionDs object at 0x7ffeac524a70>.geobox
E        +          where <odc.geo._xr_interop.ODCExtensionDs object at 0x7ffeac524a70> = <xarray.Dataset> Size: 540B\nDimensions:      (time: 1, y: 8, x: 11, dim_0: 3)\nCoordinates:\n  * time         (time) dat...     (time, y, x) uint16 176B dask.array<chunksize=(1, 4, 4), meta=np.ndarray>\n    c            (dim_0) int64 24B 2 3 4.odc

tests/test_xr_interop.py:499: AssertionError
=============================== warnings summary ===============================
tests/test_geom.py::test_gen_test_image_xy
/build/source/odc/geo/testutils.py:122: RuntimeWarning: invalid value encountered in cast
return a.astype(ii.dtype)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_xr_interop.py::test_xr_reproject[None-None] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[None-xx_time1] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks1-None] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks1-xx_time1] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks2-None] - assert None is not None
FAILED tests/test_xr_interop.py::test_xr_reproject[xx_chunks2-xx_time1] - assert None is not None
= 6 failed, 667 passed, 11 skipped, 79 deselected, 1 xfailed, 1 warning in 34.69s =

python314Packages.python-redis-lock
E   when serializing multiprocessing.context.Process state
E   when serializing multiprocessing.context.Process object
=========================== short test summary info ============================
ERROR tests/test_redis_lock.py::test_reset_signalizes[decode_responses=True-decode_responses=True] - AttributeError: 'NoneType' object has no attribute 'terminate'
ERROR tests/test_redis_lock.py::test_reset_signalizes[decode_responses=True-decode_responses=False] - AttributeError: 'NoneType' object has no attribute 'terminate'
ERROR tests/test_redis_lock.py::test_reset_signalizes[decode_responses=False-decode_responses=True] - AttributeError: 'NoneType' object has no attribute 'terminate'
ERROR tests/test_redis_lock.py::test_reset_signalizes[decode_responses=False-decode_responses=False] - AttributeError: 'NoneType' object has no attribute 'terminate'
ERROR tests/test_redis_lock.py::test_reset_all_signalizes[decode_responses=True-decode_responses=True] - AttributeError: 'NoneType' object has no attribute 'terminate'
ERROR tests/test_redis_lock.py::test_reset_all_signalizes[decode_responses=True-decode_responses=False] - AttributeError: 'NoneType' object has no attribute 'terminate'
ERROR tests/test_redis_lock.py::test_reset_all_signalizes[decode_responses=False-decode_responses=True] - AttributeError: 'NoneType' object has no attribute 'terminate'
ERROR tests/test_redis_lock.py::test_reset_all_signalizes[decode_responses=False-decode_responses=False] - AttributeError: 'NoneType' object has no attribute 'terminate'
FAILED tests/test_redis_lock.py::test_reset_signalizes[decode_responses=True-decode_responses=True] - _pickle.PicklingError: Can't pickle local object <function test_reset_signa...
FAILED tests/test_redis_lock.py::test_reset_signalizes[decode_responses=True-decode_responses=False] - _pickle.PicklingError: Can't pickle local object <function test_reset_signa...
FAILED tests/test_redis_lock.py::test_reset_signalizes[decode_responses=False-decode_responses=True] - _pickle.PicklingError: Can't pickle local object <function test_reset_signa...
FAILED tests/test_redis_lock.py::test_reset_signalizes[decode_responses=False-decode_responses=False] - _pickle.PicklingError: Can't pickle local object <function test_reset_signa...
FAILED tests/test_redis_lock.py::test_reset_all_signalizes[decode_responses=True-decode_responses=True] - _pickle.PicklingError: Can't pickle local object <function test_reset_all_s...
FAILED tests/test_redis_lock.py::test_reset_all_signalizes[decode_responses=True-decode_responses=False] - _pickle.PicklingError: Can't pickle local object <function test_reset_all_s...
FAILED tests/test_redis_lock.py::test_reset_all_signalizes[decode_responses=False-decode_responses=True] - _pickle.PicklingError: Can't pickle local object <function test_reset_all_s...
FAILED tests/test_redis_lock.py::test_reset_all_signalizes[decode_responses=False-decode_responses=False] - _pickle.PicklingError: Can't pickle local object <function test_reset_all_s...
============= 8 failed, 166 passed, 8 errors in 359.77s (0:05:59) ==============
python314Packages.wandb
Setting COVERAGE_FILE to /build/pytest-of-nixbld/pytest-0/popen-gw13/test_config_path_is_valid_abso0/tmpmgrnngay/.coverage
=============================== warnings summary ===============================
../../nix/store/v0fq3sahvxzn25zg8clv3lcnxyq1d21s-python3.14-pydantic-2.12.4/lib/python3.14/site-packages/pydantic/_internal/_generate_schema.py:2249: 33 warnings
  /nix/store/v0fq3sahvxzn25zg8clv3lcnxyq1d21s-python3.14-pydantic-2.12.4/lib/python3.14/site-packages/pydantic/_internal/_generate_schema.py:2249: UnsupportedFieldAttributeWarning: The 'repr' attribute with value False was provided to the `Field()` function, which has no effect in the context it was used. 'repr' is field-specific metadata, and can only be attached to a model field using `Annotated` metadata or by assignment. This may have happened because an `Annotated` type alias using the `type` statement was used, or if the `Field()` function was attached to a single member of a union type.
    warnings.warn(

../../nix/store/v0fq3sahvxzn25zg8clv3lcnxyq1d21s-python3.14-pydantic-2.12.4/lib/python3.14/site-packages/pydantic/_internal/_generate_schema.py:2249: 33 warnings
/nix/store/v0fq3sahvxzn25zg8clv3lcnxyq1d21s-python3.14-pydantic-2.12.4/lib/python3.14/site-packages/pydantic/_internal/_generate_schema.py:2249: UnsupportedFieldAttributeWarning: The 'frozen' attribute with value True was provided to the Field() function, which has no effect in the context it was used. 'frozen' is field-specific metadata, and can only be attached to a model field using Annotated metadata or by assignment. This may have happened because an Annotated type alias using the type statement was used, or if the Field() function was attached to a single member of a union type.
warnings.warn(

tests/unit_tests/test_wandb_settings_old.py::test__global_path_env_var_exists_and_is_writable
/build/source/tests/unit_tests/test_wandb_settings_old.py:33: PytestWarning: Value of environment variable WANDB_CONFIG_DIR type should be str, but got PosixPath('/build/pytest-of-nixbld/pytest-0/popen-gw7/test__global_path_env_var_exis0/config') (type: PosixPath); converted to str implicitly
monkeypatch.setenv("WANDB_CONFIG_DIR", config_dir)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/unit_tests/test_torch.py::test_watch_parameters_torch_jit[parameters] - AttributeError: 'Linear' object has no attribute 'annotations'. Did you mean: 'annotate_func'?
FAILED tests/unit_tests/test_torch.py::test_watch_parameters_torch_jit[all] - AttributeError: 'Linear' object has no attribute 'annotations'. Did you mean: 'annotate_func'?
FAILED tests/unit_tests/test_torch.py::test_watch_graph_torch_jit - AttributeError: 'Net' object has no attribute 'annotations'. Did you mean: 'annotate_func'?
= 3 failed, 1832 passed, 142 skipped, 3 xfailed, 5 xpassed, 67 warnings in 543.36s (0:09:03) =

@nixpkgs-ci nixpkgs-ci Bot added the 8.has: package (update) This PR updates a package to a newer version label Jan 27, 2026
@nixpkgs-ci nixpkgs-ci Bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Feb 26, 2026
@SuperSandro2000
Copy link
Copy Markdown
Member

we are already on that version by now c1c5182

@MattSturgeon
Copy link
Copy Markdown
Contributor Author

A little concerning that it was auto-updated in #482364 without any of the concerns raised here being addressed or any maintainer pings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: merge conflict This PR has merge conflicts with the target branch 6.topic: python Python is a high-level, general-purpose programming language. 8.has: package (update) This PR updates a package to a newer version 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants