-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python39Packages.sentry-sdk
build failure on x86_64-linux as of 891d0226
#169130
Comments
can confirm for |
I'm trying to bisect this atm, but it's a truly massive undertaking since there's hundreds of commits between current master and the last successful build... plus there's lots of other irrelevant failures :/ |
I was unable to find the exact commit that caused these failures, since it was interlaced a bunch of other commits that broke dependencies. Created getsentry/sentry-python#1398 upstream. We'll see what they say. We're not doing any patching of required dependency versions, so the test suite ought to be passing. |
I also tried bisecting. Due to the massive rebuilds, I canceled after 8 hours and did a bisect with
Looking at the test-requirements there is a requirement for werkzeug < 2.1.0.
There is also a requirement for pytest < 7. Since this packaged builds with the latest nixos/unstable, which includes pytest 7.0.1 I am now testing with that version. |
The updates usually breaks the package. I guess from 1.5.7 to 1.5.8. Edit: Was part of |
Further investigation: When I apply the following two changes:
sentry-sdk builds without issues. How should we go about this?
Obviously it would be awesome if upstream update their end of the SDK of werkzeug. This could take some time and sentry-sdk is needed by other packages. |
I notified the authors of the breaking commits 3caf52b#commitcomment-71646691 and 7c557ca#commitcomment-71646699. |
Another breakage is pgadmin (tracked in #169322) |
Module can't have overrides. Thus, till the issues are fixed by upstream the failing tests should be disabled. |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: |
Issue description
Build of
python39Packages.sentry-sdk
failed on x86_64-linux as of 891d022. This is currently breaking python3Packages.wandb.full build log
python3Packages.wandb maintainers cc: @samuela
python39Packages.sentry-sdk maintainers cc: @fabaff @gebner
Other cc: n/a
Steps to reproduce
nix-build -A python39Packages.sentry-sdk
Technical details
Misc.
This issue was automatically generated by nixpkgs-upkeep.
The text was updated successfully, but these errors were encountered: