You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or, for functions and "core" functionality, tests in lib/tests or pkgs/test
made sure NixOS tests are linked to the relevant packages
Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
Tested basic functionality of all binary files (usually in ./result/bin/)
Doesn't make sense to mark package as broken if metrics computation in sklearn using cython is not working. We can just apply doCheck = !stdenv.isDarwin.
Doesn't make sense to mark package as broken if metrics computation in sklearn using cython is not working. We can just apply doCheck = !stdenv.isDarwin.
Thread 0x00000001f9614f80 (most recent call first):
File "/nix/store/brw0knlmj41cxn822agj7mvlsl1m4va7-python3.12-torch-2.7.1/lib/python3.12/site-packages/torch/distributions/multivariate_normal.py", line 187 in init
File "/nix/store/qbkvqqdycq76nwx17zjrk7ly3142aai0-python3.12-gpytorch-1.14/lib/python3.12/site-packages/gpytorch/distributions/multivariate_normal.py", line 65 in init
File "/nix/store/6m6ggsz21zk0lmal1bfmjk411wxdpvdh-python3.12-pyro-ppl-1.9.1/lib/python3.12/site-packages/pyro/distributions/distribution.py", line 26 in call
File "/nix/build/nix-build-python3.12-optuna-dashboard-0.18.0.drv-0/source/optuna_dashboard/preferential/samplers/gp.py", line 137 in posterior
File "/nix/build/nix-build-python3.12-optuna-dashboard-0.18.0.drv-0/source/optuna_dashboard/preferential/samplers/gp.py", line 385 in sample_relative
File "/nix/store/7zdfwii40ksq9k90nfldb5w87xrbh422-python3.12-optuna-4.2.1/lib/python3.12/site-packages/optuna/trial/_trial.py/nix/store/0znljckc2qhpsjs033wjc07xzqiysp3g-pytest-check-hook/nix-support/setup-hook: line 23: 14147 Segmentation fault: 11 /nix/store/q54d9qqlb27g2nf9ja4zsa89gl7b3yvm-python3-3.12.11/bin/python3.12 "${flagsArray[@]}"
Thread 0x00000001f9614f80 (most recent call first):
File "/nix/store/bjy6ax4pygbyd2p60lpc04yzpnimd91x-python3.13-torch-2.7.1/lib/python3.13/site-packages/torch/distributions/multivariate_normal.py", line 187 in init
File "/nix/store/f6bds88bw0k31y2jmazp9mhvb5kcajlp-python3.13-gpytorch-1.14/lib/python3.13/site-packages/gpytorch/distributions/multivariate_normal.py", line 65 in init
File "/nix/store/fqlck1dzxz234z3dclras7vi8yib9vqf-python3.13-pyro-ppl-1.9.1/lib/python3.13/site-packages/pyro/distributions/distribution.py", line 26 in call
File "/nix/build/nix-build-python3.13-optuna-dashboard-0.18.0.drv-0/source/optuna_dashboard/preferential/samplers/gp.py", line 137 in posterior
File "/nix/build/nix-build-python3.13-optuna-dashboard-0.18.0.drv-0/source/optuna_dashboard/preferential/samplers/gp.py", line 385 in sample_relative
File "/nix/store/z2j5b86ly9bdf5s74ls8dw9kfrync74d-python3.13-optuna-4.2.1/lib/python3.13/site-packages/optuna/trial/_trial.p/nix/store/w2k4627hj4xfsz1kwh3bxblv425yw726-pytest-check-hook/nix-support/setup-hook: line 23: 16349 Segmentation fault: 11 /nix/store/j1spz18w5a10r9nj4wpkyh0cx730rs4z-python3-3.13.4/bin/python3.13 "${flagsArray[@]}"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6.topic: pythonPython is a high-level, general-purpose programming language.10.rebuild-darwin: 1-10This PR causes between 1 and 10 packages to rebuild on Darwin.10.rebuild-linux: 0This PR does not cause any packages to rebuild on Linux.12.approvals: 1This PR was reviewed and approved by one person.
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tests segfault in
sklearn.See #423831
Marked as broken on Darwin.
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.