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.uarray: init at 0.4 #51080

Merged
merged 9 commits into from Nov 28, 2018

Conversation

costrouc
Copy link
Member

Motivation for this change

Will be working on uarray and want support in nixpkgs

Things done
  • pythonPackages.astunparse: 1.5.0 -> 1.6.1
  • pythonPackages.nbval: init at 0.9.1
  • pythonPackages.multiset: init at 2.1.1
  • pythonPackages.matchpy: init at 0.4.6
  • pythonPackages.hopcroftkarp: init at 1.2.4
  • pythonPackages.uarray: init at 0.4
  • 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)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@costrouc costrouc requested a review from FRidh as a code owner November 26, 2018 20:25
@costrouc
Copy link
Member Author

@GrahamcOfBorg build python3Packages.uarray

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: python3Packages.uarray

Partial log (click to expand)

uarray/optimize_test.py       8      4    50%
uarray/printing.py           40     17    58%
---------------------------------------------
TOTAL                       831    366    56%
Coverage XML written to file coverage.xml

!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
=========================== 1 error in 3.04 seconds ============================
builder for '/nix/store/7dlakdif7za14vczklzralpvnb2yhhsd-python3.7-uarray-0.4.drv' failed with exit code 2
error: build of '/nix/store/7dlakdif7za14vczklzralpvnb2yhhsd-python3.7-uarray-0.4.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: python3Packages.uarray

Partial log (click to expand)

uarray/optimize_test.py       8      4    50%
uarray/printing.py           40     17    58%
---------------------------------------------
TOTAL                       831    366    56%
Coverage XML written to file coverage.xml

!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
=========================== 1 error in 1.67 seconds ============================
builder for '/nix/store/xgfwgngyc8bk2bbki63s35bw0m3grhkd-python3.7-uarray-0.4.drv' failed with exit code 2
error: build of '/nix/store/xgfwgngyc8bk2bbki63s35bw0m3grhkd-python3.7-uarray-0.4.drv' failed

@costrouc
Copy link
Member Author

@GrahamcOfBorg build python36Packages.uarray

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.uarray

Partial log (click to expand)

    all_replaced = list(replace_scan(wrapped_expr))

uarray/optimize_test.py::test_reshape[arr2-new_shape2]
  /build/uarray-0.4/uarray/optimize.py:45: DeprecationWarning: generator 'replace_scan' raised StopIteration
    all_replaced = list(replace_scan(wrapped_expr))

-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 97 passed, 10 warnings in 82.42 seconds ====================
pytestcachePhase
/nix/store/ras283hprzrb3sjyj0x0k7xzxnv2fax9-python3.6-uarray-0.4

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.uarray

Partial log (click to expand)

    all_replaced = list(replace_scan(wrapped_expr))

uarray/optimize_test.py::test_reshape[arr2-new_shape2]
  /build/uarray-0.4/uarray/optimize.py:45: DeprecationWarning: generator 'replace_scan' raised StopIteration
    all_replaced = list(replace_scan(wrapped_expr))

-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 97 passed, 10 warnings in 53.11 seconds ====================
pytestcachePhase
/nix/store/28p5hpp61zn2l2ax7ypppa6qwvbzlkm5-python3.6-uarray-0.4

@costrouc costrouc force-pushed the costrouc/uarray-init branch 2 times, most recently from cec8ae5 to 3de9054 Compare November 26, 2018 21:24
@costrouc
Copy link
Member Author

uarray does not have support for 3.7 yet but will have support soon see Quansight-Labs/uarray#64. I have disabled it for python 3.7. python 3.6 builds fine.

@dotlambda
Copy link
Member

@GrahamcOfBorg build python2.pkgs.astunparse python3.pkgs.astunparse python2.pkgs.nbval python3.pkgs.nbval python2.pkgs.multiset python3.pkgs.multiset python2.pkgs.matchpy python3.pkgs.matchpy python2.pkgs.hopcroftkarp python3.pkgs.hopcroftkarp python2.pkgs.uarray python3.pkgs.uarray

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: python2.pkgs.astunparse, python3.pkgs.astunparse, python2.pkgs.nbval, python3.pkgs.nbval, python2.pkgs.multiset, python3.pkgs.multiset, python2.pkgs.matchpy, python3.pkgs.matchpy, python2.pkgs.hopcroftkarp, python3.pkgs.hopcroftkarp

The following builds were skipped because they don't evaluate on x86_64-linux: python2.pkgs.uarray, python3.pkgs.uarray

Partial log (click to expand)

    names, values = obj.parametrize.args
  /build/matchpy-0.4.6/tests/test_matching.py:865: RemovedInPytest4Warning: MarkInfo objects are deprecated as they contain merged marks which are hard to deal with correctly.
  Please use node.get_closest_marker(name) or node.iter_markers(name).
  Docs: https://docs.pytest.org/en/latest/mark.html#updating-code
    names, values = obj.parametrize.args

-- Docs: https://docs.pytest.org/en/latest/warnings.html
======== 2171 passed, 6 skipped, 7 xfailed, 21 warnings in 7.71 seconds ========
pytestcachePhase
error: build of '/nix/store/bvl4x30pjpd40zfafxb6y4s3vz52f6kf-python2.7-matchpy-0.4.6.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: python2.pkgs.astunparse, python3.pkgs.astunparse, python2.pkgs.nbval, python3.pkgs.nbval, python2.pkgs.multiset, python3.pkgs.multiset, python2.pkgs.matchpy, python3.pkgs.matchpy, python2.pkgs.hopcroftkarp, python3.pkgs.hopcroftkarp

The following builds were skipped because they don't evaluate on aarch64-linux: python2.pkgs.uarray, python3.pkgs.uarray

Partial log (click to expand)

Successfully installed nbval-0.9.1
/build/nbval-0.9.1
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/yfspwmvzi9y95347yg5dmkjh7p63n19n-python2.7-nbval-0.9.1
strip is /nix/store/qjrnv0qw44bw1hc23zhfh26xd1c25dfs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/yfspwmvzi9y95347yg5dmkjh7p63n19n-python2.7-nbval-0.9.1/lib
patching script interpreter paths in /nix/store/yfspwmvzi9y95347yg5dmkjh7p63n19n-python2.7-nbval-0.9.1
checking for references to /build in /nix/store/yfspwmvzi9y95347yg5dmkjh7p63n19n-python2.7-nbval-0.9.1...
pytestcachePhase
error: build of '/nix/store/v2wmvmvhwwc5r5165s6krqibkwvvsv7i-python2.7-matchpy-0.4.6.drv' failed

@GrahamcOfBorg
Copy link

Timed out, unknown build status on x86_64-darwin (full log)

Attempted: python2.pkgs.astunparse, python3.pkgs.astunparse, python2.pkgs.nbval, python3.pkgs.nbval, python2.pkgs.multiset, python3.pkgs.multiset, python2.pkgs.matchpy, python3.pkgs.matchpy, python2.pkgs.hopcroftkarp, python3.pkgs.hopcroftkarp

The following builds were skipped because they don't evaluate on x86_64-darwin: python2.pkgs.uarray, python3.pkgs.uarray

Partial log (click to expand)

cannot build derivation '/nix/store/pnsc77hhig586518j8z0dn4gllszpf5s-python2.7-jupyter_core-4.4.0.drv': 10 dependencies couldn't be built
cannot build derivation '/nix/store/80al7fzc05nrs60v67563wrvv6ia2v2w-python3.7-jupyter_client-5.2.3.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/ppw0a9imk4k8xh723bxz90mpxhgka5i9-python3.7-nbformat-4.4.0.drv': 12 dependencies couldn't be built
cannot build derivation '/nix/store/5rd0iz3hmmg7gxvx2i1hnyp36h3xn5c7-python2.7-jupyter_client-5.2.3.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/h4rgk0capbq8hiilm65wp5vgrjn3h642-python2.7-nbformat-4.4.0.drv': 12 dependencies couldn't be built
cannot build derivation '/nix/store/n438867krdgkisiislfhfp5xg91fwi83-python3.7-ipykernel-5.1.0.drv': 12 dependencies couldn't be built
cannot build derivation '/nix/store/jh3zi6daq6gx1q7ddcz8g13i6jf7zlrh-python2.7-ipykernel-4.10.0.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/s2dmmd1d9h710l4yj7dg8ghq1pxmvyxs-python3.7-nbval-0.9.1.drv': 13 dependencies couldn't be built
cannot build derivation '/nix/store/9kg6vj4cljwmyar6y7aw0i4vvh8czq4z-python2.7-nbval-0.9.1.drv': 13 dependencies couldn't be built
error: build of '/nix/store/2rz7iz8l31i9r6r2kqjw2q9s3izzi7i9-python3.7-astunparse-1.6.1.drv', '/nix/store/9kg6vj4cljwmyar6y7aw0i4vvh8czq4z-python2.7-nbval-0.9.1.drv', '/nix/store/b796q1k5lci68c9587ih6hzlvw8dz82x-python2.7-matchpy-0.4.6.drv', '/nix/store/db1njqpl4llz29idixgz15fk9lsyhiq4-python2.7-multiset-2.1.1.drv', '/nix/store/dlqb5w7b2bzvv58s6bwlp3awfp08igyp-python2.7-hopcroftkarp-1.2.4.drv', '/nix/store/gjwxjghppk9vfpvirkahlfcg0r4sh7q4-python3.7-multiset-2.1.1.drv', '/nix/store/nbzrysww29f6k1rm0f6r7h84i0yfhq3z-python2.7-astunparse-1.6.1.drv', '/nix/store/s2dmmd1d9h710l4yj7dg8ghq1pxmvyxs-python3.7-nbval-0.9.1.drv', '/nix/store/vi7kbb8iapiihlhg3kb711jnabw0jbb5-python3.7-hopcroftkarp-1.2.4.drv', '/nix/store/x2d2xq6r4x4hz408c71kmaclb6syzmra-python3.7-matchpy-0.4.6.drv' failed

@costrouc
Copy link
Member Author

@GrahamcOfBorg build python2.pkgs.astunparse python3.pkgs.astunparse python2.pkgs.nbval python3.pkgs.nbval python2.pkgs.multiset python3.pkgs.multiset python2.pkgs.matchpy python3.pkgs.matchpy python2.pkgs.hopcroftkarp python3.pkgs.hopcroftkarp python2.pkgs.uarray python3.pkgs.uarray

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2.pkgs.astunparse, python3.pkgs.astunparse, python2.pkgs.nbval, python3.pkgs.nbval, python2.pkgs.multiset, python3.pkgs.multiset, python3.pkgs.matchpy, python2.pkgs.hopcroftkarp, python3.pkgs.hopcroftkarp

The following builds were skipped because they don't evaluate on x86_64-linux: python2.pkgs.matchpy, python2.pkgs.uarray, python3.pkgs.uarray

Partial log (click to expand)

pytestcachePhase
/nix/store/j1ian5g7za86akpvm920h5gh4gq8r1j5-python2.7-astunparse-1.6.1
/nix/store/m44xsxdjlywaj8zj2v7hd3j63m7z8kgc-python3.7-astunparse-1.6.1
/nix/store/3wyfpmr7k9rl9sagvij4rds58lp95f19-python2.7-nbval-0.9.1
/nix/store/ks37501f3y6q6a1klmcymmjafycc95hf-python3.7-nbval-0.9.1
/nix/store/315f1lyiqal9xa620145bvz582r2liaa-python2.7-multiset-2.1.1
/nix/store/lz5qvbyw7isfkxkhinwnrqa1wr32fi54-python3.7-multiset-2.1.1
/nix/store/rdslk68v5ngc978cbwgqxfkdk80jq8zp-python3.7-matchpy-0.4.6
/nix/store/lvjdlhh1aplgbrzar1ycv1y51wps9dld-python2.7-hopcroftkarp-1.2.4
/nix/store/47q56s8m2zvs22pb8izrq735r9ri7fai-python3.7-hopcroftkarp-1.2.4

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python2.pkgs.astunparse, python3.pkgs.astunparse, python2.pkgs.nbval, python3.pkgs.nbval, python2.pkgs.multiset, python3.pkgs.multiset, python3.pkgs.matchpy, python2.pkgs.hopcroftkarp, python3.pkgs.hopcroftkarp

The following builds were skipped because they don't evaluate on aarch64-linux: python2.pkgs.matchpy, python2.pkgs.uarray, python3.pkgs.uarray

Partial log (click to expand)


/nix/store/mpxqfv031f9zgja1j0qg4593nn0l1mdw-python2.7-astunparse-1.6.1
/nix/store/k8ggf1jal0yvq28b0w699wafwhgidbqr-python3.7-astunparse-1.6.1
/nix/store/yfspwmvzi9y95347yg5dmkjh7p63n19n-python2.7-nbval-0.9.1
/nix/store/x9m2w315sfap4rmlycis27pzlx18mjjw-python3.7-nbval-0.9.1
/nix/store/3xwbpimfmh3m7as3x3kzc96ccbxyni8g-python2.7-multiset-2.1.1
/nix/store/nyni4djn8vmx23vsgn4g49aw3hksmxkv-python3.7-multiset-2.1.1
/nix/store/zn4khxcx29qjk5d6cgkgg8mksl4z6lbj-python3.7-matchpy-0.4.6
/nix/store/4mcs9c0kvzy55nv5kwpmaqg0jkr1knlv-python2.7-hopcroftkarp-1.2.4
/nix/store/gk53kbpbwfn3jldkdm02igamrsxqdsrp-python3.7-hopcroftkarp-1.2.4

@costrouc
Copy link
Member Author

@dotlambda fixed and the issue was that matchpy was not disabled for 27. Should be ready for merge

@costrouc
Copy link
Member Author

@GrahamcOfBorg build python2.pkgs.astunparse python3.pkgs.astunparse python2.pkgs.nbval python3.pkgs.nbval python2.pkgs.multiset python3.pkgs.multiset python2.pkgs.matchpy python3.pkgs.matchpy python2.pkgs.hopcroftkarp python3.pkgs.hopcroftkarp python2.pkgs.uarray python3.pkgs.uarray python3.pkgs.pytest-mypy python2.pkgs.perf python3.pkgs.perf

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2.pkgs.astunparse, python3.pkgs.astunparse, python2.pkgs.nbval, python3.pkgs.nbval, python2.pkgs.multiset, python3.pkgs.multiset, python3.pkgs.matchpy, python2.pkgs.hopcroftkarp, python3.pkgs.hopcroftkarp, python3.pkgs.pytest-mypy, python2.pkgs.perf, python3.pkgs.perf

The following builds were skipped because they don't evaluate on x86_64-linux: python2.pkgs.matchpy, python2.pkgs.uarray, python3.pkgs.uarray

Partial log (click to expand)

/nix/store/3wyfpmr7k9rl9sagvij4rds58lp95f19-python2.7-nbval-0.9.1
/nix/store/ks37501f3y6q6a1klmcymmjafycc95hf-python3.7-nbval-0.9.1
/nix/store/315f1lyiqal9xa620145bvz582r2liaa-python2.7-multiset-2.1.1
/nix/store/lz5qvbyw7isfkxkhinwnrqa1wr32fi54-python3.7-multiset-2.1.1
/nix/store/rdslk68v5ngc978cbwgqxfkdk80jq8zp-python3.7-matchpy-0.4.6
/nix/store/lvjdlhh1aplgbrzar1ycv1y51wps9dld-python2.7-hopcroftkarp-1.2.4
/nix/store/47q56s8m2zvs22pb8izrq735r9ri7fai-python3.7-hopcroftkarp-1.2.4
/nix/store/xnwdhlfsxyhmxj9dgr6nm6p47b1d3w2k-python3.7-pytest-mypy-0.3.2
/nix/store/lzkb6rd6z4n9d2nq4gak2j1wyh5xhsxi-python2.7-perf-1.5.1
/nix/store/lg5nf6rh4s83p600xgxia4kqhvvjxjdq-python3.7-perf-1.5.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python2.pkgs.astunparse, python3.pkgs.astunparse, python2.pkgs.nbval, python3.pkgs.nbval, python2.pkgs.multiset, python3.pkgs.multiset, python3.pkgs.matchpy, python2.pkgs.hopcroftkarp, python3.pkgs.hopcroftkarp, python3.pkgs.pytest-mypy, python2.pkgs.perf, python3.pkgs.perf

The following builds were skipped because they don't evaluate on aarch64-linux: python2.pkgs.matchpy, python2.pkgs.uarray, python3.pkgs.uarray

Partial log (click to expand)

warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
writing manifest file 'pytest_mypy.egg-info/SOURCES.txt'
running build_ext

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

OK
pytestcachePhase

@costrouc
Copy link
Member Author

Ready for merge

@costrouc
Copy link
Member Author

@GrahamcOfBorg build python2.pkgs.astunparse python3.pkgs.astunparse python2.pkgs.nbval python3.pkgs.nbval python2.pkgs.multiset python3.pkgs.multiset python2.pkgs.matchpy python3.pkgs.matchpy python2.pkgs.hopcroftkarp python3.pkgs.hopcroftkarp python2.pkgs.uarray python3.pkgs.uarray python3.pkgs.pytest-mypy python2.pkgs.perf python3.pkgs.perf

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2.pkgs.astunparse, python3.pkgs.astunparse, python2.pkgs.nbval, python3.pkgs.nbval, python2.pkgs.multiset, python3.pkgs.multiset, python3.pkgs.matchpy, python2.pkgs.hopcroftkarp, python3.pkgs.hopcroftkarp, python3.pkgs.pytest-mypy, python2.pkgs.perf, python3.pkgs.perf

The following builds were skipped because they don't evaluate on x86_64-linux: python2.pkgs.matchpy, python2.pkgs.uarray, python3.pkgs.uarray

Partial log (click to expand)

/nix/store/arh1h4dz8gnq2pkvkzrmhxslmln1zsrh-python2.7-nbval-0.9.1
/nix/store/i6csh64xn36rm459rxkaxbg0ipkjppmv-python3.7-nbval-0.9.1
/nix/store/315f1lyiqal9xa620145bvz582r2liaa-python2.7-multiset-2.1.1
/nix/store/lz5qvbyw7isfkxkhinwnrqa1wr32fi54-python3.7-multiset-2.1.1
/nix/store/rdslk68v5ngc978cbwgqxfkdk80jq8zp-python3.7-matchpy-0.4.6
/nix/store/lvjdlhh1aplgbrzar1ycv1y51wps9dld-python2.7-hopcroftkarp-1.2.4
/nix/store/47q56s8m2zvs22pb8izrq735r9ri7fai-python3.7-hopcroftkarp-1.2.4
/nix/store/xnwdhlfsxyhmxj9dgr6nm6p47b1d3w2k-python3.7-pytest-mypy-0.3.2
/nix/store/lzkb6rd6z4n9d2nq4gak2j1wyh5xhsxi-python2.7-perf-1.5.1
/nix/store/lg5nf6rh4s83p600xgxia4kqhvvjxjdq-python3.7-perf-1.5.1

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on aarch64-linux (full log)

Attempted: python2.pkgs.astunparse, python3.pkgs.astunparse, python2.pkgs.nbval, python3.pkgs.nbval, python2.pkgs.multiset, python3.pkgs.multiset, python3.pkgs.matchpy, python2.pkgs.hopcroftkarp, python3.pkgs.hopcroftkarp, python3.pkgs.pytest-mypy, python2.pkgs.perf, python3.pkgs.perf

The following builds were skipped because they don't evaluate on aarch64-linux: python2.pkgs.matchpy, python2.pkgs.uarray, python3.pkgs.uarray

Partial log (click to expand)

Requirement already satisfied: six>=1.10 in /nix/store/pf66lm51k7j4md2qrwfyq12mxsf6xw35-python2.7-six-1.11.0/lib/python2.7/site-packages (from matplotlib==2.2.3) (1.11.0)
Requirement already satisfied: pytz in /nix/store/z872k3d9rmmhrgvj3bp5nmfq3qnyv297-python2.7-pytz-2018.5/lib/python2.7/site-packages (from matplotlib==2.2.3) (2018.5)
Requirement already satisfied: setuptools in /nix/store/sk2qwcccyrr6icr4fz1gfgcjpdz91l90-python2.7-bootstrapped-pip-18.1/lib/python2.7/site-packages (from kiwisolver>=1.0.1->matplotlib==2.2.3) (40.4.3)
Installing collected packages: matplotlib
Could not install packages due to an EnvironmentError: [Errno 28] No space left on device

builder for '/nix/store/463q30an283xcr4mafk1fi3x2kd34s91-python2.7-matplotlib-2.2.3.drv' failed with exit code 1
note: build failure may have been caused by lack of free disk space
cannot build derivation '/nix/store/v46pi33lzibm41snckr028n1ivs89h3p-python2.7-nbval-0.9.1.drv': 2 dependencies couldn't be built
error: build of '/nix/store/36ff94djw38yhwqiin3khyfmqrssv8af-python3.7-nbval-0.9.1.drv', '/nix/store/v46pi33lzibm41snckr028n1ivs89h3p-python2.7-nbval-0.9.1.drv' failed

@costrouc
Copy link
Member Author

@GrahamcOfBorg build python2.pkgs.astunparse python3.pkgs.astunparse python2.pkgs.nbval python3.pkgs.nbval python2.pkgs.multiset python3.pkgs.multiset python2.pkgs.matchpy python3.pkgs.matchpy python2.pkgs.hopcroftkarp python3.pkgs.hopcroftkarp python2.pkgs.uarray python3.pkgs.uarray python3.pkgs.pytest-mypy python2.pkgs.perf python3.pkgs.perf

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2.pkgs.astunparse, python3.pkgs.astunparse, python2.pkgs.nbval, python3.pkgs.nbval, python2.pkgs.multiset, python3.pkgs.multiset, python3.pkgs.matchpy, python2.pkgs.hopcroftkarp, python3.pkgs.hopcroftkarp, python3.pkgs.pytest-mypy, python2.pkgs.perf, python3.pkgs.perf

The following builds were skipped because they don't evaluate on x86_64-linux: python2.pkgs.matchpy, python2.pkgs.uarray, python3.pkgs.uarray

Partial log (click to expand)

/nix/store/arh1h4dz8gnq2pkvkzrmhxslmln1zsrh-python2.7-nbval-0.9.1
/nix/store/i6csh64xn36rm459rxkaxbg0ipkjppmv-python3.7-nbval-0.9.1
/nix/store/315f1lyiqal9xa620145bvz582r2liaa-python2.7-multiset-2.1.1
/nix/store/lz5qvbyw7isfkxkhinwnrqa1wr32fi54-python3.7-multiset-2.1.1
/nix/store/rdslk68v5ngc978cbwgqxfkdk80jq8zp-python3.7-matchpy-0.4.6
/nix/store/lvjdlhh1aplgbrzar1ycv1y51wps9dld-python2.7-hopcroftkarp-1.2.4
/nix/store/47q56s8m2zvs22pb8izrq735r9ri7fai-python3.7-hopcroftkarp-1.2.4
/nix/store/xnwdhlfsxyhmxj9dgr6nm6p47b1d3w2k-python3.7-pytest-mypy-0.3.2
/nix/store/lzkb6rd6z4n9d2nq4gak2j1wyh5xhsxi-python2.7-perf-1.5.1
/nix/store/lg5nf6rh4s83p600xgxia4kqhvvjxjdq-python3.7-perf-1.5.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python2.pkgs.astunparse, python3.pkgs.astunparse, python2.pkgs.nbval, python3.pkgs.nbval, python2.pkgs.multiset, python3.pkgs.multiset, python3.pkgs.matchpy, python2.pkgs.hopcroftkarp, python3.pkgs.hopcroftkarp, python3.pkgs.pytest-mypy, python2.pkgs.perf, python3.pkgs.perf

The following builds were skipped because they don't evaluate on aarch64-linux: python2.pkgs.matchpy, python2.pkgs.uarray, python3.pkgs.uarray

Partial log (click to expand)

/nix/store/aydm5lx73k0yfkvq1q79g1qsh4f511zx-python2.7-nbval-0.9.1
/nix/store/2yq55irl88nm2arwjkvbxa09yvhqi9ln-python3.7-nbval-0.9.1
/nix/store/3xwbpimfmh3m7as3x3kzc96ccbxyni8g-python2.7-multiset-2.1.1
/nix/store/nyni4djn8vmx23vsgn4g49aw3hksmxkv-python3.7-multiset-2.1.1
/nix/store/zn4khxcx29qjk5d6cgkgg8mksl4z6lbj-python3.7-matchpy-0.4.6
/nix/store/4mcs9c0kvzy55nv5kwpmaqg0jkr1knlv-python2.7-hopcroftkarp-1.2.4
/nix/store/gk53kbpbwfn3jldkdm02igamrsxqdsrp-python3.7-hopcroftkarp-1.2.4
/nix/store/1f5lwzj5hyi0784azcb9jsbns6q6wvbb-python3.7-pytest-mypy-0.3.2
/nix/store/bp1qxpm5by8nryjyahl86z9r149pr0r4-python2.7-perf-1.5.1
/nix/store/nabj1ms77k1vpwhlwiz3f2z01ax2jwzr-python3.7-perf-1.5.1

Copy link
Contributor

@worldofpeace worldofpeace left a comment

Choose a reason for hiding this comment

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

Looks great 👍
Merging.

@worldofpeace worldofpeace merged commit 2570da8 into NixOS:master Nov 28, 2018
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

4 participants