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

python36Packages.plyvel: 0.9 -> 1.0.5 #49987

Merged
merged 2 commits into from Nov 9, 2018

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Nov 9, 2018

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-plyvel/versions.

meta.description for python36Packages.plyvel is: '"Fast and feature-rich Python interface to LevelDB"'.

Checks done (click to expand)
Outpath report (click to expand)

Outpath difference report
11 total rebuild paths

3 package rebuilds

3 x86_64-linux rebuilds
3 i686-linux rebuilds
2 x86_64-darwin rebuilds
3 aarch64-linux rebuilds

First ten rebuilds by attrpath
python27Packages.plyvel
python36Packages.plyvel
tribler

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/2hzzx25biwfxphbb9hck6lfzhzdnjnbr-python3.6-plyvel-1.0.5 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A python36Packages.plyvel https://github.com/r-ryantm/nixpkgs/archive/a117531c9aa0829b82572aa586d7eb387f1f30ac.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/2hzzx25biwfxphbb9hck6lfzhzdnjnbr-python3.6-plyvel-1.0.5
ls -la /nix/store/2hzzx25biwfxphbb9hck6lfzhzdnjnbr-python3.6-plyvel-1.0.5/bin

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-plyvel/versions
@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: python36Packages.plyvel

Partial log (click to expand)



----------------------------------------------------------------------
Ran 3 tests in 0.001s

FAILED (errors=3)
Test failed: <unittest.runner.TextTestResult run=3 errors=3 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=3 errors=3 failures=0>
builder for '/nix/store/s6szf4nbb6p40vbjrn2swqx0gqrm163h-python3.6-plyvel-1.0.5.drv' failed with exit code 1
error: build of '/nix/store/s6szf4nbb6p40vbjrn2swqx0gqrm163h-python3.6-plyvel-1.0.5.drv' failed

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.plyvel

Partial log (click to expand)

writing manifest file 'plyvel.egg-info/SOURCES.txt'
running build_ext
copying build/lib.linux-aarch64-3.6/plyvel/_plyvel.cpython-36m-aarch64-linux-gnu.so -> plyvel

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
pytestcachePhase
/nix/store/ppn0wvcf2f9j9y44mx7brjrqbjj41yg9-python3.6-plyvel-1.0.5

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.plyvel

Partial log (click to expand)

writing manifest file 'plyvel.egg-info/SOURCES.txt'
running build_ext
copying build/lib.linux-x86_64-3.6/plyvel/_plyvel.cpython-36m-x86_64-linux-gnu.so -> plyvel

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
pytestcachePhase
/nix/store/2hzzx25biwfxphbb9hck6lfzhzdnjnbr-python3.6-plyvel-1.0.5

on macOS we see the following error:

ImportError: Failed to import test module: test.test_plyvel
Traceback (most recent call last):
  File "/nix/store/0mha803yql9q7b6h93m8940z3sjbhiy8-python3-3.6.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File "/nix/store/0mha803yql9q7b6h93m8940z3sjbhiy8-python3-3.6.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name
    __import__(name)
  File "/private/tmp/nix-build-python3.6-plyvel-1.0.5.drv-0/plyvel-1.0.5/test/test_plyvel.py", line 17, in <module>
    import plyvel
  File "/private/tmp/nix-build-python3.6-plyvel-1.0.5.drv-0/plyvel-1.0.5/plyvel/__init__.py", line 6, in <module>
    from ._plyvel import (  # noqa
ImportError: dlopen(/private/tmp/nix-build-python3.6-plyvel-1.0.5.drv-0/plyvel-1.0.5/plyvel/_plyvel.cpython-36m-darwin.so, 2): Library not loaded: /nix/store/rq39v3s1l6vc85wwmrxsmlpi4rnbjnx6-leveldb-1.20/lib/out-shared/libleveldb.dylib.1.20
  Referenced from: /private/tmp/nix-build-python3.6-plyvel-1.0.5.drv-0/plyvel-1.0.5/plyvel/_plyvel.cpython-36m-darwin.so
  Reason: image not found
@Mic92 Mic92 merged commit 428cb89 into NixOS:master Nov 9, 2018
@r-ryantm r-ryantm deleted the auto-update/python3.6-plyvel branch November 17, 2018 23:06
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