Skip to content
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

pythonPackages.sklearn-deap: init at 0.2.2 #42372

Merged
merged 2 commits into from Jun 29, 2018
Merged

Conversation

PsyanticY
Copy link
Contributor

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.


propagatedBuildInputs = [ numpy scipy deap scikitlearn ];

#doCheck = false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drop comment

@FRidh
Copy link
Member

FRidh commented Jun 23, 2018

@GrahamcOfBorg build python3Packages.sklearn-deap

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: python3Packages.sklearn-deap

Partial log (click to expand)

>>  raise self.failureException('0 != 1')


----------------------------------------------------------------------
Ran 8229 tests in 195.782s

FAILED (SKIP=62, failures=1)
builder for '/nix/store/hy0sf63hp694pk95svxj6x1gap3pzcmr-python3.6-scikit-learn-0.19.1.drv' failed with exit code 1
cannot build derivation '/nix/store/zsn8516bkpc86pma6xn1zhn4wvpwzy3r-python3.6-sklearn-deap-0.2.2.drv': 1 dependencies couldn't be built
error: build of '/nix/store/zsn8516bkpc86pma6xn1zhn4wvpwzy3r-python3.6-sklearn-deap-0.2.2.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: python3Packages.sklearn-deap

Partial log (click to expand)

building of '/nix/store/xhm9zglcyc8z69fcdg15f3ly544qzkvx-gfortran-7.3.0.drv' timed out after 1800 seconds
cannot build derivation '/nix/store/bjzi95hl25maf7bkmfdr0jv64k41rnwb-gfortran-wrapper-7.3.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/lxixi44dg5xhmw63dkb9lbn76434s15i-openblas-0.3.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/w91zmi3f6927kfjlbpwp3lhf578pz860-python3.6-numpy-1.14.5.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/8irjda5zw2mzgm4ngncaya2zci6vh2ai-python3.6-matplotlib-2.2.2.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/icg3i8p8l9jd5bj1yimmnf8hhfwsskls-python3.6-scipy-1.1.0.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/ifn95ja5war3k2zrqrkdq0fdxdm29yns-python3.6-deap-1.2.2.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/m7vk6dn9z29wqncvcf0nzyxlzb4v7f7h-python3.6-scikit-learn-0.19.1.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/bs9ib09j495vgrg52r9q62h2mihjx9fy-python3.6-sklearn-deap-0.2.2.drv': 4 dependencies couldn't be built
error: build of '/nix/store/bs9ib09j495vgrg52r9q62h2mihjx9fy-python3.6-sklearn-deap-0.2.2.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: python3Packages.sklearn-deap

Partial log (click to expand)

>>  raise self.failureException('0 != 1')


----------------------------------------------------------------------
Ran 8229 tests in 1791.864s

FAILED (SKIP=62, failures=2)
builder for '/nix/store/g5manl9d5m55vf5c11f3qz3sn6avbkca-python3.6-scikit-learn-0.19.1.drv' failed with exit code 1
cannot build derivation '/nix/store/g5rz9my3qw9kw5ffqwb9jj16mjclz9np-python3.6-sklearn-deap-0.2.2.drv': 1 dependencies couldn't be built
error: build of '/nix/store/g5rz9my3qw9kw5ffqwb9jj16mjclz9np-python3.6-sklearn-deap-0.2.2.drv' failed

@PsyanticY
Copy link
Contributor Author

@FRidh Dropped the comment. Seems the error is due to scikit-learn failing to build.

@FRidh FRidh merged commit 9cf1f58 into NixOS:master Jun 29, 2018
@PsyanticY PsyanticY deleted the sklearn-deap branch July 6, 2018 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants