Created
June 3, 2020 22:06
-
-
Save jonringer/f4acde3d40383d5c6633bb1cc2299ec6 to your computer and use it in GitHub Desktop.
This file contains 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
$ nrp 77714 | |
$ git -c fetch.prune=false fetch --force https://github.com/NixOS/nixpkgs master:refs/nixpkgs-review/0 pull/77714/head:refs/nixpkgs-review/1 | |
remote: Enumerating objects: 359, done. | |
remote: Counting objects: 100% (359/359), done. | |
remote: Compressing objects: 100% (3/3), done. | |
remote: Total 544 (delta 356), reused 356 (delta 356), pack-reused 185 | |
Receiving objects: 100% (544/544), 547.06 KiB | 7.81 MiB/s, done. | |
Resolving deltas: 100% (378/378), completed with 235 local objects. | |
From https://github.com/NixOS/nixpkgs | |
71adcb757b1..94d1218d44f master -> refs/nixpkgs-review/0 | |
+ 7876fd71a7c...0c9c0d6feb3 refs/pull/77714/head -> refs/nixpkgs-review/1 (forced update) | |
$ git worktree add /home/jon/.cache/nixpkgs-review/pr-77714-4/nixpkgs 94d1218d44f10df7ffd9e3d154932c406e78e8d2 | |
Preparing worktree (detached HEAD 94d1218d44f) | |
HEAD is now at 94d1218d44f Merge pull request #89406 from danieldk/softmaker-office-1014 | |
$ git merge --no-commit 0c9c0d6feb3005686174d016b8341c2980061ca7 | |
Automatic merge went well; stopped before committing as requested | |
$ nix build --no-link --keep-going --option build-use-sandbox relaxed -f /home/jon/.cache/nixpkgs-review/pr-77714-4/build.nix | |
builder for '/nix/store/1rqy88xlmh9s6ynv2s9wn95x1krvd163-ibtws_9542.jar.drv' failed with exit code 1; last 10 log lines: | |
*** | |
This nix expression requires that ibtws_9542.jar is already part of the store. | |
Download the TWS from | |
https://download2.interactivebrokers.com/download/unixmacosx_latest.jar, | |
rename the file to ibtws_9542.jar, and add it to the nix store with | |
"nix-prefetch-url file://$PWD/ibtws_9542.jar". | |
*** | |
builder for '/nix/store/5r29dczyvh4wk0adm7l3g1g7kx9ba1i9-jdk-8u251-linux-x64.tar.gz.drv' failed with exit code 1; last 10 log lines: | |
*** | |
Unfortunately, we cannot download file jdk-8u251-linux-x64.tar.gz automatically. | |
Please go to http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html to download it yourself, and add it to the Nix store | |
using either | |
nix-store --add-fixed sha256 jdk-8u251-linux-x64.tar.gz | |
or | |
nix-prefetch-url --type sha256 file:///path/to/jdk-8u251-linux-x64.tar.gz | |
*** | |
cannot build derivation '/nix/store/0d8h3ib689knvghpdkmyq7bzqgxmkx1c-oraclejdk-8u251.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/jrb6qyv9m176dzbsbrvhgk3jrvrrln6r-ib-tws-9542.drv': 2 dependencies couldn't be built | |
builder for '/nix/store/3f22id45sk2n5k7y6vs9bxf0m5mw5lbb-python3.7-shellingham-1.3.2.drv' failed with exit code 1; last 10 log lines: | |
configuring | |
no configure script, doing nothing | |
building | |
Executing setuptoolsBuildPhase | |
Traceback (most recent call last): | |
File "nix_run_setup", line 8, in <module> | |
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) | |
File "/nix/store/q732h09azy7lf0j30bnnhdl15p4rxpdy-python3-3.7.7/lib/python3.7/tokenize.py", line 447, in open | |
buffer = _builtin_open(filename, 'rb') | |
FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' | |
builder for '/nix/store/p9dckwmay1x7hkkjzkpqyfhw5s6lggdn-python3.7-zope-hookable-4.2.0.drv' failed with exit code 1; last 10 log lines: | |
configuring | |
no configure script, doing nothing | |
building | |
Executing setuptoolsBuildPhase | |
Traceback (most recent call last): | |
File "nix_run_setup", line 8, in <module> | |
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) | |
File "setup.py", line 31, in <module> | |
from setuptools import Feature | |
ImportError: cannot import name 'Feature' from 'setuptools' (/nix/store/ih24yd9fl813ca6h72f9ly0snsvh72zn-python3.7-setuptools-46.1.3/lib/python3.7/site-packages/setuptools/__init__.py) | |
builder for '/nix/store/ji97q72bbxayzppw2l915r4fganl7bhk-python3.8-shellingham-1.3.2.drv' failed with exit code 1; last 10 log lines: | |
configuring | |
no configure script, doing nothing | |
building | |
Executing setuptoolsBuildPhase | |
Traceback (most recent call last): | |
File "nix_run_setup", line 8, in <module> | |
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) | |
File "/nix/store/g9fcsl4d9vjyipv46la9wxvzi514r7ib-python3-3.8.2/lib/python3.8/tokenize.py", line 392, in open | |
buffer = _builtin_open(filename, 'rb') | |
FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' | |
builder for '/nix/store/635zvzhl18b3ap5an05bzy0hivzd4pf7-python3.8-zope-hookable-4.2.0.drv' failed with exit code 1; last 10 log lines: | |
configuring | |
no configure script, doing nothing | |
building | |
Executing setuptoolsBuildPhase | |
Traceback (most recent call last): | |
File "nix_run_setup", line 8, in <module> | |
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) | |
File "setup.py", line 31, in <module> | |
from setuptools import Feature | |
ImportError: cannot import name 'Feature' from 'setuptools' (/nix/store/c1m5cd2yk2masagdnvp6y5pq1xn7vnwj-python3.8-setuptools-46.1.3/lib/python3.8/site-packages/setuptools/__init__.py) | |
cannot build derivation '/nix/store/f6m76cmccm59lmmxc2xzxwch79ggnd5d-python3.7-poetry-1.0.5.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/xl3pz4saxvvzl2kp2sa07ql5hahli5dv-python3.8-poetry-1.0.5.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/gcq5181fs3npq4zp8g71wxbrx6b0mpsk-python3.7-aria2p-0.7.0.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/nbpmzxapsg220jgyqw732gxk5sha0i3c-python3.8-aria2p-0.7.0.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/l45djdh88snhing4yagfpwxh42a8dwbx-ocrmypdf-9.8.0.drv' failed with exit code 1; last 10 log lines: | |
adding 'ocrmypdf-9.8.0.dist-info/RECORD' | |
removing build/bdist.linux-x86_64/wheel | |
Finished executing setuptoolsBuildPhase | |
installing | |
Executing pipInstallPhase | |
/build/source/dist /build/source | |
Processing ./ocrmypdf-9.8.0-py35-none-any.whl | |
Requirement already satisfied: reportlab>=3.3.0 in /nix/store/h4n31n6jbcss2424law4zyxb5m3mlcp7-python3.7-reportlab-3.5.42/lib/python3.7/site-packages (from ocrmypdf==9.8.0) (3.5.42) | |
ERROR: Could not find a version that satisfies the requirement pdfminer.six<=20200402,>=20181108 (from ocrmypdf==9.8.0) (from versions: none) | |
ERROR: No matching distribution found for pdfminer.six<=20200402,>=20181108 (from ocrmypdf==9.8.0) | |
builder for '/nix/store/jq61k5q8iim1ilyd7bj2i5bvl6c19bj6-python3.7-minio-5.0.10.drv' failed with exit code 1; last 10 log lines: | |
installing | |
Executing pipInstallPhase | |
/build/minio-5.0.10/dist /build/minio-5.0.10 | |
Processing ./minio-5.0.10-py2.py3-none-any.whl | |
Requirement already satisfied: urllib3 in /nix/store/qd72pjvqlvfp6ghj3ndadflpqzmyh9as-python3.7-urllib3-1.25.9/lib/python3.7/site-packages (from minio==5.0.10) (1.25.9) | |
Requirement already satisfied: python-dateutil in /nix/store/ak32jsl4c1msv84bywlb7biqkbdlnaz4-python3.7-python-dateutil-2.8.1/lib/python3.7/site-packages (from minio==5.0.10) (2.8.1) | |
Requirement already satisfied: certifi in /nix/store/6v1llsy0k44sn9s8q1kh09nmdq141zw5-python3.7-certifi-2020.4.5.1/lib/python3.7/site-packages (from minio==5.0.10) (2020.4.5.1) | |
Requirement already satisfied: pytz in /nix/store/0299p4ahg3hwacs06nlbgzm8ahw81rfv-python3.7-pytz-2019.3/lib/python3.7/site-packages (from minio==5.0.10) (2019.3) | |
ERROR: Could not find a version that satisfies the requirement configparser (from minio==5.0.10) (from versions: none) | |
ERROR: No matching distribution found for configparser (from minio==5.0.10) | |
builder for '/nix/store/2vcss6w7njcgpjwmf94rz0343514i3cz-python3.7-psd-tools-1.8.38.drv' failed with exit code 1; last 10 log lines: | |
adding 'psd_tools-1.8.38.dist-info/RECORD' | |
removing build/bdist.linux-x86_64/wheel | |
Finished executing setuptoolsBuildPhase | |
installing | |
Executing pipInstallPhase | |
/build/psd-tools-1.8.38/dist /build/psd-tools-1.8.38 | |
Processing ./psd_tools-1.8.38-py3-none-any.whl | |
Requirement already satisfied: docopt>=0.5 in /nix/store/qmbrq4x5y5jzca39pasnkjg1nsz7qw50-python3.7-docopt-0.6.2/lib/python3.7/site-packages (from psd-tools==1.8.38) (0.6.2) | |
ERROR: Could not find a version that satisfies the requirement attrs>=19.2.0 (from psd-tools==1.8.38) (from versions: none) | |
ERROR: No matching distribution found for attrs>=19.2.0 (from psd-tools==1.8.38) | |
builder for '/nix/store/vjl1qxaxbr6zk9isxymjh0dhryyawffg-python3.8-psd-tools-1.8.38.drv' failed with exit code 1; last 10 log lines: | |
adding 'psd_tools-1.8.38.dist-info/top_level.txt' | |
adding 'psd_tools-1.8.38.dist-info/RECORD' | |
removing build/bdist.linux-x86_64/wheel | |
Finished executing setuptoolsBuildPhase | |
installing | |
Executing pipInstallPhase | |
/build/psd-tools-1.8.38/dist /build/psd-tools-1.8.38 | |
Processing ./psd_tools-1.8.38-py3-none-any.whl | |
ERROR: Could not find a version that satisfies the requirement attrs>=19.2.0 (from psd-tools==1.8.38) (from versions: none) | |
ERROR: No matching distribution found for attrs>=19.2.0 (from psd-tools==1.8.38) | |
builder for '/nix/store/lmp9q6r2rb1w1cyc752i2dpc9k87ryp7-python3.7-OWSLib-0.19.2.drv' failed with exit code 1; last 10 log lines: | |
Finished executing setuptoolsBuildPhase | |
installing | |
Executing pipInstallPhase | |
/build/OWSLib-0.19.2/dist /build/OWSLib-0.19.2 | |
Processing ./OWSLib-0.19.2-py3-none-any.whl | |
Requirement already satisfied: pyproj>=2 in /nix/store/7k7pv5yb11hm5v0dfhbry211lgpi7v01-python3.7-pyproj-2.6.0/lib/python3.7/site-packages (from OWSLib==0.19.2) (2.6.0) | |
Requirement already satisfied: requests>=1.0 in /nix/store/k9ivvbbycr1jr3b81jmnj2sq7ybs52sz-python3.7-requests-2.23.0/lib/python3.7/site-packages (from OWSLib==0.19.2) (2.23.0) | |
Requirement already satisfied: pytz in /nix/store/0299p4ahg3hwacs06nlbgzm8ahw81rfv-python3.7-pytz-2019.3/lib/python3.7/site-packages (from OWSLib==0.19.2) (2019.3) | |
ERROR: Could not find a version that satisfies the requirement pyyaml (from OWSLib==0.19.2) (from versions: none) | |
ERROR: No matching distribution found for pyyaml (from OWSLib==0.19.2) | |
cannot build derivation '/nix/store/mpdpcbm8ls0n15a7qb73mg37wbr9mhzk-python3.7-cartopy-0.17.0.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/f355ip9km8icay255hy38mfdxbnm0s0n-python3.8-OWSLib-0.19.2.drv' failed with exit code 1; last 10 log lines: | |
installing | |
Executing pipInstallPhase | |
/build/OWSLib-0.19.2/dist /build/OWSLib-0.19.2 | |
Processing ./OWSLib-0.19.2-py3-none-any.whl | |
Requirement already satisfied: pyproj>=2 in /nix/store/0iiy0kh33fxm74si4n24hcxsmb70vghz-python3.8-pyproj-2.6.0/lib/python3.8/site-packages (from OWSLib==0.19.2) (2.6.0) | |
Requirement already satisfied: requests>=1.0 in /nix/store/cjadi6xzn9ipgrm5cf5v4ngps4glkv1r-python3.8-requests-2.23.0/lib/python3.8/site-packages (from OWSLib==0.19.2) (2.23.0) | |
Requirement already satisfied: python-dateutil>=1.5 in /nix/store/blxw8qf1v102f32mzcqpgskw9irb5iwz-python3.8-python-dateutil-2.8.1/lib/python3.8/site-packages (from OWSLib==0.19.2) (2.8.1) | |
Requirement already satisfied: pytz in /nix/store/lbg72jlxvv34h4abcxiij7rhdx6zmbrr-python3.8-pytz-2019.3/lib/python3.8/site-packages (from OWSLib==0.19.2) (2019.3) | |
ERROR: Could not find a version that satisfies the requirement pyyaml (from OWSLib==0.19.2) (from versions: none) | |
ERROR: No matching distribution found for pyyaml (from OWSLib==0.19.2) | |
cannot build derivation '/nix/store/q7ir3s1i6cqhi42xisadimqjd0x7f4pm-python3.8-cartopy-0.17.0.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/h0s6q78bfkgbkmfg9sabppg5vcwqkzk3-vimiv-0.7.3.drv' failed with exit code 1; last 10 log lines: | |
raise ValueError('Namespace %s not available' % namespace) | |
ValueError: Namespace Gtk not available | |
---------------------------------------------------------------------- | |
Ran 1 test in 0.000s | |
FAILED (errors=1) | |
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0> | |
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0> | |
builder for '/nix/store/pjxydrykw4xpvnz8zdqcbwl4vcwij31p-python3.8-pyro-ppl-1.1.0.drv' failed with exit code 1; last 10 log lines: | |
adding 'pyro_ppl-1.1.0.dist-info/top_level.txt' | |
adding 'pyro_ppl-1.1.0.dist-info/RECORD' | |
removing build/bdist.linux-x86_64/wheel | |
Finished executing setuptoolsBuildPhase | |
installing | |
Executing pipInstallPhase | |
/build/pyro-ppl-1.1.0/dist /build/pyro-ppl-1.1.0 | |
Processing ./pyro_ppl-1.1.0-py3-none-any.whl | |
ERROR: Could not find a version that satisfies the requirement pyro-api>=0.1.1 (from pyro-ppl==1.1.0) (from versions: none) | |
ERROR: No matching distribution found for pyro-api>=0.1.1 (from pyro-ppl==1.1.0) | |
builder for '/nix/store/rsfl7d0sjqx5nfaqyf2nf75nfv0qx5lc-python3.7-pyro-ppl-1.1.0.drv' failed with exit code 1; last 10 log lines: | |
adding 'pyro_ppl-1.1.0.dist-info/top_level.txt' | |
adding 'pyro_ppl-1.1.0.dist-info/RECORD' | |
removing build/bdist.linux-x86_64/wheel | |
Finished executing setuptoolsBuildPhase | |
installing | |
Executing pipInstallPhase | |
/build/pyro-ppl-1.1.0/dist /build/pyro-ppl-1.1.0 | |
Processing ./pyro_ppl-1.1.0-py3-none-any.whl | |
ERROR: Could not find a version that satisfies the requirement pyro-api>=0.1.1 (from pyro-ppl==1.1.0) (from versions: none) | |
ERROR: No matching distribution found for pyro-api>=0.1.1 (from pyro-ppl==1.1.0) | |
builder for '/nix/store/gzf0f458h9vja9l2ql5mnhhcfnrdwq86-mxnet-1.6.0.drv' failed with exit code 1; last 10 log lines: | |
-- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off | |
CMake Error at cmake/Modules/FindOpenBLAS.cmake:82 (MESSAGE): | |
Could not find OpenBLAS | |
Call Stack (most recent call first): | |
cmake/ChooseBlas.cmake:42 (find_package) | |
CMakeLists.txt:310 (include) | |
-- Configuring incomplete, errors occurred! | |
See also "/build/apache-mxnet-src-1.6.0-incubating/build/CMakeFiles/CMakeOutput.log". | |
cannot build derivation '/nix/store/pc3cs0cbrdhnv0pz59h282kxdg5lz414-python3.7-mxnet-1.6.0.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/s4j0z1mc3v90amz961p1q1dfp0f4vcds-python3.7-persim-0.1.2.drv' failed with exit code 1; last 10 log lines: | |
singular = not isinstance(diagrams[0][0], collections.Iterable) | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
FAILED test/test_persim.py::test_integer_diagrams - ValueError: Non-string ob... | |
FAILED test/test_persim.py::TestEmpty::test_empyt_diagram_list - ValueError: ... | |
FAILED test/test_persim.py::TestTransforms::test_lists_of_lists - ValueError:... | |
FAILED test/test_persim.py::TestTransforms::test_n_pixels - ValueError: Non-s... | |
FAILED test/test_persim.py::TestTransforms::test_multiple_diagrams - ValueErr... | |
=================== 5 failed, 36 passed, 3 warnings in 2.02s =================== | |
cannot build derivation '/nix/store/jc2gsbixnrrwhyxs3pbiblsb4q263lnf-python3.7-ripser-0.4.1.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/ppglwrkafl7v6v2fd2kmg6b38b2y4dgp-python3.7-scikit-tda-0.0.4.drv': 2 dependencies couldn't be built | |
builder for '/nix/store/fly3vhzk5syrirw0hsf17fkbfpnpmkd5-python3.7-tensorflow-1.14.0.drv' failed with exit code 1; last 10 log lines: | |
configuring | |
no configure script, doing nothing | |
building | |
no Makefile, doing nothing | |
installing | |
Executing pipInstallPhase | |
/build/dist /build | |
Processing ./tensorflow-1.14.0-cp37-cp37m-linux_x86_64.whl | |
ERROR: Could not find a version that satisfies the requirement tensorflow-estimator<1.15.0rc0,>=1.14.0rc0 (from tensorflow==1.14.0) (from versions: none) | |
ERROR: No matching distribution found for tensorflow-estimator<1.15.0rc0,>=1.14.0rc0 (from tensorflow==1.14.0) | |
builder for '/nix/store/8wcxwnynddrzfxya3zjawpqx8i7p8lfd-python3.8-persim-0.1.2.drv' failed with exit code 1; last 10 log lines: | |
singular = not isinstance(diagrams[0][0], collections.Iterable) | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
FAILED test/test_persim.py::test_integer_diagrams - ValueError: Non-string ob... | |
FAILED test/test_persim.py::TestEmpty::test_empyt_diagram_list - ValueError: ... | |
FAILED test/test_persim.py::TestTransforms::test_lists_of_lists - ValueError:... | |
FAILED test/test_persim.py::TestTransforms::test_n_pixels - ValueError: Non-s... | |
FAILED test/test_persim.py::TestTransforms::test_multiple_diagrams - ValueErr... | |
=================== 5 failed, 36 passed, 3 warnings in 1.94s =================== | |
cannot build derivation '/nix/store/wjfra89ahd3dcp7kwqpjb7x4rqymmdwg-python3.8-ripser-0.4.1.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/gb7dcahg03292zb17ha3nj8wxb775y4g-python3.8-scikit-tda-0.0.4.drv': 2 dependencies couldn't be built | |
builder for '/nix/store/30866wgr103b88r0pd2dv8hy2q6pa4wk-python3.8-pytest-doctestplus-0.5.0.drv' failed with exit code 1; last 10 log lines: | |
tests/test_utils.py:23: AssertionError | |
----------------------------- Captured stderr call ----------------------------- | |
WARNING: The directory '/homeless-shelter/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. | |
------------------------------ Captured log call ------------------------------- | |
WARNING pytest_doctestplus.utils:utils.py:66 The 'pytest' distribution was not found and is required by the application | |
=========================== short test summary info ============================ | |
FAILED tests/test_doctestplus.py::test_ignore_warnings_module - AssertionErro... | |
FAILED tests/test_doctestplus.py::test_ignore_warnings_rst - AssertionError: ... | |
FAILED tests/test_utils.py::TestModuleChecker::test_check_distribution - Asse... | |
========================= 3 failed, 20 passed in 2.74s ========================= | |
cannot build derivation '/nix/store/rsp0x5v59palql6m3smqlp86349hzpja-python3.8-pytest-astropy-0.5.0.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/6s3yhhkgxr7bzb3l86rxqlhmj55bw8yw-python3.8-pyregion-2.0.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/ybhdarsbpsxp39ad4hp6mspnn602na21-python3.8-reproject-0.6.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/yxhgjvscfwsb96r5r3lq13hn5r08jwlj-python3.7-pytest-doctestplus-0.5.0.drv' failed with exit code 1; last 10 log lines: | |
tests/test_utils.py:23: AssertionError | |
----------------------------- Captured stderr call ----------------------------- | |
WARNING: The directory '/homeless-shelter/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. | |
------------------------------ Captured log call ------------------------------- | |
WARNING pytest_doctestplus.utils:utils.py:66 The 'pytest' distribution was not found and is required by the application | |
=========================== short test summary info ============================ | |
FAILED tests/test_doctestplus.py::test_ignore_warnings_module - AssertionErro... | |
FAILED tests/test_doctestplus.py::test_ignore_warnings_rst - AssertionError: ... | |
FAILED tests/test_utils.py::TestModuleChecker::test_check_distribution - Asse... | |
========================= 3 failed, 20 passed in 2.88s ========================= | |
cannot build derivation '/nix/store/pxikdrmsc1hrhcnvnfr9m5zdr6mjjzlf-python3.7-pytest-astropy-0.5.0.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/xwwvxs7aznhw3s7gk9qr9kki5l1yp0cn-python3.7-asdf-2.6.0.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/8h9x5nrzlj5la8f6dvjq25p6vzkyr95m-python3.7-pyregion-2.0.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/5afqibxjybklq2krq2hagy8cg18355jc-python3.7-reproject-0.6.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/yizfxbynchbrb01v1ra7c6y2pfwh0c8l-python3.7-recommonmark-0.6.0.drv' failed with exit code 1; last 10 log lines: | |
/build/source/recommonmark/parser.py:75: UserWarning: Container node skipped: type=document | |
warn("Container node skipped: type={0}".format(mdnode.t)) | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
FAILED tests/test_sphinx.py::GenericTests::test_code - AssertionError: '<pre>... | |
FAILED tests/test_sphinx.py::GenericTests::test_headings - AssertionError: '<... | |
FAILED tests/test_sphinx.py::GenericTests::test_image - AssertionError: '<p><... | |
FAILED tests/test_sphinx.py::GenericTests::test_links - AssertionError: 'This... | |
=========== 4 failed, 19 passed, 5 deselected, 19 warnings in 2.22s ============ | |
cannot build derivation '/nix/store/k9dwbcqk499ybys6zslgsdfydizq9g19-python3.7-altair-4.1.0.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/flbzqnr82q6722my15dwqyph87329yyk-python3.7-kubernetes-10.0.1.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/hpry11d8pv91aryqh1bagb0nw1shv4wi-streamlit-0.50.2.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/byydadnsadxszaqsvipmrgka75wz5wdw-python3.8-python-daemon-2.2.4.drv' failed with exit code 1; last 10 log lines: | |
ERROR test/test_metadata.py::metadata_value_TestCase::test_module_attribute_has_duck_type | |
ERROR test/test_metadata.py::metadata_value_TestCase::test_module_has_attribute | |
ERROR test/test_metadata.py::YearRange_TestCase::test_text_representation_as_expected | |
ERROR test/test_metadata.py::make_year_range_TestCase::test_result_matches_expected_range | |
ERROR test/test_metadata.py::get_distribution_version_info_TestCase::test_requests_installed_distribution | |
ERROR test/test_metadata.py::get_distribution_version_info_TestCase::test_requests_specified_filename | |
ERROR test/test_metadata.py::get_distribution_version_info_TestCase::test_result_matches_expected_items | |
ERROR test/test_runner.py::ModuleExceptions_TestCase::test_exception_instance | |
ERROR test/test_runner.py::ModuleExceptions_TestCase::test_exception_types | |
===== 39 failed, 204 passed, 2 deselected, 2 warnings, 32 errors in 3.11s ====== | |
cannot build derivation '/nix/store/frcm87ldvzzi60pz72zlf0x4jrlb98v2-python3.8-apache-airflow-1.10.5.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/lnckr0j17x8rnx47wn5ybr5rg90ry8mc-python3.8-libagent-0.13.1.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/55vyf8vjv9vw6x1vzyxjpakizhcrr2cd-python3.8-ledger_agent-0.9.0.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/ppy29x2dlddj426pnj8y38niacfddhyc-python3.7-python-daemon-2.2.4.drv' failed with exit code 1; last 10 log lines: | |
ERROR test/test_metadata.py::metadata_value_TestCase::test_module_attribute_has_duck_type | |
ERROR test/test_metadata.py::metadata_value_TestCase::test_module_has_attribute | |
ERROR test/test_metadata.py::YearRange_TestCase::test_text_representation_as_expected | |
ERROR test/test_metadata.py::make_year_range_TestCase::test_result_matches_expected_range | |
ERROR test/test_metadata.py::get_distribution_version_info_TestCase::test_requests_installed_distribution | |
ERROR test/test_metadata.py::get_distribution_version_info_TestCase::test_requests_specified_filename | |
ERROR test/test_metadata.py::get_distribution_version_info_TestCase::test_result_matches_expected_items | |
ERROR test/test_runner.py::ModuleExceptions_TestCase::test_exception_instance | |
ERROR test/test_runner.py::ModuleExceptions_TestCase::test_exception_types | |
===== 39 failed, 204 passed, 2 deselected, 2 warnings, 32 errors in 3.39s ====== | |
cannot build derivation '/nix/store/9dv35ha31zimsmmxmgwz2nmf7ilzyspf-python3.7-apache-airflow-1.10.5.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/r8hg4b1bvcwrk39p00a8cqwlzr3rsnrc-python3.7-libagent-0.13.1.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/rv8ywdk9bh23ay7ffpch1k2wys97zyz8-python3.7-ledger_agent-0.9.0.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/7h4v01x9kclglimknpsql4gxf8qr37lj-python3.7-word_cloud-1.6.0.drv' failed with exit code 3; last 10 log lines: | |
INTERNALERROR> self._main_color = self._determine_main_color(bool(unknown_types)) | |
INTERNALERROR> File "/nix/store/aw0fzbx9l8d9hcdjf49q5z5hpfjsswl9-python3.7-pytest-5.4.2/lib/python3.7/site-packages/_pytest/terminal.py", line 1078, in _determine_main_color | |
INTERNALERROR> elif "passed" in stats or not self._is_last_item: | |
INTERNALERROR> File "/nix/store/aw0fzbx9l8d9hcdjf49q5z5hpfjsswl9-python3.7-pytest-5.4.2/lib/python3.7/site-packages/_pytest/terminal.py", line 497, in _is_last_item | |
INTERNALERROR> return len(self._progress_nodeids_reported) == self._session.testscollected | |
INTERNALERROR> AttributeError: 'NoneType' object has no attribute 'testscollected' | |
Results (1.23s): | |
3 deselected | |
builder for '/nix/store/n0v5pc80ri7jqzx7870x70zsacghj2sv-python3.7-zope.i18nmessageid-5.0.1.drv' failed with exit code 1; last 10 log lines: | |
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. | |
WARNING: The directory '/homeless-shelter/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. | |
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff6b3dc50>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/coverage/ | |
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff6b4c810>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/coverage/ | |
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff6b4c8d0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/coverage/ | |
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff5ebccd0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/coverage/ | |
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff5ebce50>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/coverage/ | |
ERROR: Could not find a version that satisfies the requirement coverage (from versions: none) | |
ERROR: No matching distribution found for coverage | |
error: Command '['/nix/store/q732h09azy7lf0j30bnnhdl15p4rxpdy-python3-3.7.7/bin/python3.7', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmp2zk8bbhw', '--quiet', 'coverage']' returned non-zero exit status 1. | |
builder for '/nix/store/7jwrqz1q5xp6610gbyq7g28xrsai3j5v-python3.8-word_cloud-1.6.0.drv' failed with exit code 3; last 10 log lines: | |
INTERNALERROR> self._main_color = self._determine_main_color(bool(unknown_types)) | |
INTERNALERROR> File "/nix/store/1jimaxp6ms1znrvc2m6gcwv8394x5ihn-python3.8-pytest-5.4.2/lib/python3.8/site-packages/_pytest/terminal.py", line 1078, in _determine_main_color | |
INTERNALERROR> elif "passed" in stats or not self._is_last_item: | |
INTERNALERROR> File "/nix/store/1jimaxp6ms1znrvc2m6gcwv8394x5ihn-python3.8-pytest-5.4.2/lib/python3.8/site-packages/_pytest/terminal.py", line 497, in _is_last_item | |
INTERNALERROR> return len(self._progress_nodeids_reported) == self._session.testscollected | |
INTERNALERROR> AttributeError: 'NoneType' object has no attribute 'testscollected' | |
Results (1.28s): | |
3 deselected | |
cannot build derivation '/nix/store/aybj28vf4wg9drsw7vvvyawrnrkq6mj5-python3.7-zope.configuration-4.3.1.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/py3sa69lmw7idariadqlp7fn95q4i2a8-python3.7-zope.component-4.6.1.drv': 3 dependencies couldn't be built | |
cannot build derivation '/nix/store/kwikkhpqzmflz42aidqhb6y7f4hvlybr-python3.7-testfixtures-6.14.1.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/7q3h3p4jacwdkh9s8ynvgcf07syxv6gw-python3.7-Scrapy-2.1.0.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/r2xh8m2xcpk3vm022hs09vh6276rbf65-python3.7-django-simple-captcha-0.5.12.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/dvfig57yn6jm9vyi6nc85skmvamxqdvb-python3.8-zope.i18nmessageid-5.0.1.drv' failed with exit code 1; last 10 log lines: | |
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. | |
WARNING: The directory '/homeless-shelter/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. | |
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff5fa0dc0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/coverage/ | |
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff6b24e20>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/coverage/ | |
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff6b243d0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/coverage/ | |
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff6b24490>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/coverage/ | |
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff6b43640>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/coverage/ | |
ERROR: Could not find a version that satisfies the requirement coverage (from versions: none) | |
ERROR: No matching distribution found for coverage | |
error: Command '['/nix/store/g9fcsl4d9vjyipv46la9wxvzi514r7ib-python3-3.8.2/bin/python3.8', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmp3ad35wbt', '--quiet', 'coverage']' returned non-zero exit status 1. | |
cannot build derivation '/nix/store/csg93lkkmr1bfxdsrad96d0imv5b23a3-python3.8-zope.configuration-4.3.1.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/c7k94qhifdysnz2ip9afrs3qgp7r8hpa-python3.8-zope.component-4.6.1.drv': 3 dependencies couldn't be built | |
cannot build derivation '/nix/store/qc9y9gf3fbfpafmc4b523y7w2830i8f6-python3.8-testfixtures-6.14.1.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/33zv8707yvr79194qxl6na2ckfiq9hjb-python3.8-Scrapy-2.1.0.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/5rnb79kkrc0rcghigchs2nnm2qq2993f-python3.8-django-simple-captcha-0.5.12.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/asxq9zp9k7a7w08hyb5mz4x3g2py1k0h-python3.7-Nikola-8.0.4.drv' failed with exit code 2; last 10 log lines: | |
nikola/state.py 37 22 41% 50-52, 56-57, 61-62, 66-68, 72-75, 78-80, 83-87 | |
nikola/utils.py 1055 859 19% 72-73, 77-78, 138-163, 171-173, 178-180, 185-198, 206-207, 211-213, 242-245, 249, 260-279, 283-291, 300-303, 307, 311, 315-318, 322-379, 383, 387, 391-394, 398-401, 418-421, 425-432, 436, 452-453, 457-467, 471, 475, 479, 487-496, 504-507, 534-553, 559, 563-566, 570, 580-587, 592, 597-602, 607-620, 625-640, 645-653, 664-665, 669, 678-720, 740-753, 764-780, 785-788, 812-833, 842-846, 851-859, 873-888, 893-905, 914, 919-923, 936-968, 1001-1028, 1056-1073, 1081, 1091-1098, 1103-1106, 1112-1116, 1157-1162, 1167-1171, 1179-1186, 1190-1191, 1196, 1200-1202, 1208-1223, 1231-1255, 1265-1267, 1271-1277, 1285-1288, 1292-1295, 1307-1310, 1315-1320, 1325-1348, 1353-1367, 1405-1427, 1436-1482, 1487-1495, 1500-1513, 1520-1521, 1524-1528, 1543-1570, 1573, 1577-1593, 1597, 1611-1614, 1622-1625, 1631-1642, 1647-1652, 1657-1680, 1685-1695, 1700, 1705-1709, 1714-1716, 1730-1746, 1751-1753, 1758-1769, 1777-1795, 1800-1814, 1830-1848, 1861-1866, 1872, 1884-1891, 1896-1915, 1920-1926, 1934-1940, 1953, 1961-1969, 1973-1978, 1985-1995, 2006, 2015-2021, 2042-2051 | |
nikola/winutils.py 51 51 0% 27-123 | |
------------------------------------------------------------------------------ | |
TOTAL 11001 10222 7% | |
=========================== short test summary info ============================ | |
ERROR - _pytest.config.ConftestImportFailure: (local('/build/Nikola-8.0.4/bu... | |
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! | |
========================= 1 warning, 1 error in 3.53s ========================== | |
builder for '/nix/store/8xd2x66pkr7ri5n1s7g2nvpy784zyi4x-python3.8-pelican-4.2.0.drv' failed with exit code 1; last 10 log lines: | |
pelican.generators: INFO: Copying /build/source/samples/content/extra/robots.txt to robots.txt | |
pelican.utils: INFO: Copying /build/source/samples/content/pictures/Fat_Cat.jpg to /build/pelicantests.77fkuzjb/pictures/Fat_Cat.jpg | |
pelican.generators: INFO: Copying /build/source/samples/content/pictures/Fat_Cat.jpg to pictures/Fat_Cat.jpg | |
pelican.utils: INFO: Copying /build/source/samples/content/pictures/Sushi_Macro.jpg to /build/pelicantests.77fkuzjb/pictures/Sushi_Macro.jpg | |
--------------------- >> end captured logging << --------------------- | |
---------------------------------------------------------------------- | |
Ran 251 tests in 6.745s | |
FAILED (SKIP=19, failures=2) | |
builder for '/nix/store/2fl8q0wlnifsnjy04s4rzp2xklgclfsy-python3.7-pelican-4.2.0.drv' failed with exit code 1; last 10 log lines: | |
pelican.generators: INFO: Copying /build/source/samples/content/extra/robots.txt to robots.txt | |
pelican.utils: INFO: Copying /build/source/samples/content/pictures/Fat_Cat.jpg to /build/pelicantests.0ivulmsg/pictures/Fat_Cat.jpg | |
pelican.generators: INFO: Copying /build/source/samples/content/pictures/Fat_Cat.jpg to pictures/Fat_Cat.jpg | |
pelican.utils: INFO: Copying /build/source/samples/content/pictures/Sushi_Macro.jpg to /build/pelicantests.0ivulmsg/pictures/Sushi_Macro.jpg | |
--------------------- >> end captured logging << --------------------- | |
---------------------------------------------------------------------- | |
Ran 251 tests in 6.706s | |
FAILED (SKIP=19, failures=2) | |
builder for '/nix/store/pl0z66f7xihwmk50kbbr1gkcvb6gmcks-python3.7-tensorflow-2.1.0.drv' failed with exit code 1; last 10 log lines: | |
/build | |
no configure script, doing nothing | |
building | |
no Makefile, doing nothing | |
installing | |
Executing pipInstallPhase | |
/build/dist /build | |
Processing ./tensorflow_cpu-2.1.0-cp37-cp37m-manylinux2010_x86_64.whl | |
ERROR: Could not find a version that satisfies the requirement gast==0.3.2 (from tensorflow-cpu==2.1.0) (from versions: none) | |
ERROR: No matching distribution found for gast==0.3.2 (from tensorflow-cpu==2.1.0) | |
builder for '/nix/store/cziv988hb8r88kfr7khamx8s9hm00i2m-python3.7-celery-4.4.2.drv' failed with exit code 1; last 10 log lines: | |
File "/nix/store/qhiw193nw1nsybzpaknl9i1vjsd7cfxq-python3.7-celery-4.4.2/lib/python3.7/site-packages/celery/app/trace.py", line 363, in trace_task | |
'Task keyword arguments is not a mapping') | |
celery.exceptions.InvalidTaskError: Task keyword arguments is not a mapping | |
exc, exc_info.traceback))) | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
FAILED t/unit/contrib/test_pytest.py::test_pytest_celery_marker_registration | |
= 1 failed, 2415 passed, 150 skipped, 5 deselected, 38 warnings in 90.36s (0:01:30) = | |
cannot build derivation '/nix/store/xp0wa2dc9knbw6naw0qp2df1alhgf1zg-python3.7-django-raster-0.7.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/8jh0z3dkg6apmmw7kyyp8mg9cgf0f4qg-python3.7-srht-0.59.13.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/7z4zrxiyyymnvphih5l8k6nds1vbcfp9-python3.7-metasrht-0.42.13.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/lrb22qlqn9j363lqi97sb7a6jl028hdb-python3.8-celery-4.4.2.drv' failed with exit code 1; last 10 log lines: | |
raise InvalidTaskError( | |
celery.exceptions.InvalidTaskError: Task keyword arguments is not a mapping | |
warn(RuntimeWarning( | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
FAILED t/unit/contrib/test_pytest.py::test_pytest_celery_marker_registration | |
FAILED t/unit/security/test_security.py::test_security::test_setup_security__default_app | |
= 2 failed, 2414 passed, 150 skipped, 5 deselected, 38 warnings in 94.60s (0:01:34) = | |
cannot build derivation '/nix/store/fjlxqbs58xcvpl5s0v0gpfbyar6h3j2v-python3.8-django-raster-0.7.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/8a4i2inm337vgvlfp9g3363gk2z21b10-python3.8-pygbm-0.1.0.drv' failed with exit code 134; last 10 log lines: | |
File "/nix/store/5z46x6d884kqmq2qc87n36mnkihlj0ba-python3.8-numba-0.49.1/lib/python3.8/site-packages/numba/core/dispatcher.py", line 91 in _compile_cached | |
File "/nix/store/5z46x6d884kqmq2qc87n36mnkihlj0ba-python3.8-numba-0.49.1/lib/python3.8/site-packages/numba/core/dispatcher.py", line 77 in compile | |
File "/nix/store/5z46x6d884kqmq2qc87n36mnkihlj0ba-python3.8-numba-0.49.1/lib/python3.8/site-packages/numba/core/dispatcher.py", line 794 in compile | |
File "/nix/store/5z46x6d884kqmq2qc87n36mnkihlj0ba-python3.8-numba-0.49.1/lib/python3.8/site-packages/numba/core/compiler_lock.py", line 32 in _acquire_compile_lock | |
File "/nix/store/5z46x6d884kqmq2qc87n36mnkihlj0ba-python3.8-numba-0.49.1/lib/python3.8/site-packages/numba/core/dispatcher.py", line 353 in _compile_for_args | |
File "/build/source/tests/test_splitting.py", line 100 in test_split_vs_split_subtraction | |
File "/nix/store/1jimaxp6ms1znrvc2m6gcwv8394x5ihn-python3.8-pytest-5.4.2/lib/python3.8/site-packages/_pytest/python.py", line 182 in pytest_pyfunc_call | |
File "/nix/store/2ixmf4dbpl8is4q1b2blwail7r7r8lfn-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 187 in _multicall | |
File "/nix/store/2ixmf4dbpl8is4q1b2blwail7r7r8lfn-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 84 in <lambda> | |
/nix/store/b0jz23gnnyjrr72rz36xkc3wr36isky6-stdenv-linux/setup: line 1301: 62 Aborted (core dumped) pytest -k "not test_derivatives" | |
builder for '/nix/store/in45jnvd4m9sr73wci8df3d9i9bdhca3-python3.7-pygbm-0.1.0.drv' failed with exit code 1; last 10 log lines: | |
FAILED tests/test_grower.py::test_predictor_from_grower - TypeError: Failed i... | |
FAILED tests/test_grower.py::test_min_samples_leaf[56-10-255-True-0.1] - Type... | |
FAILED tests/test_grower.py::test_min_samples_leaf[101-3-7-True-0] - TypeErro... | |
FAILED tests/test_grower.py::test_min_samples_leaf[200-42-42-False-0] - TypeE... | |
FAILED tests/test_grower.py::test_min_samples_leaf[300-55-255-True-0.1] - Typ... | |
FAILED tests/test_grower.py::test_min_samples_leaf_root[100-50] - TypeError: ... | |
FAILED tests/test_predictor.py::test_boston_dataset[200] - TypeError: Failed ... | |
FAILED tests/test_predictor.py::test_boston_dataset[256] - TypeError: Failed ... | |
FAILED tests/test_splitting.py::test_split_indices - TypeError: Failed in nop... | |
= 28 failed, 72 passed, 4 skipped, 6 deselected, 3 warnings in 157.17s (0:02:37) = | |
cannot build derivation '/nix/store/cj24jmcpmbrv82r29m738nm94qky5v49-ib-controller-2.14.0.drv': 2 dependencies couldn't be built | |
builder for '/nix/store/7vfkl9arxb921gf9dxm9h48pad3bm57n-python3.7-imbalanced-learn-0.6.2.drv' failed with exit code 1; last 10 log lines: | |
imblearn/tests/test_common.py: 13 tests with warnings | |
/build/imbalanced-learn-0.6.2/imblearn/under_sampling/_prototype_selection/_nearmiss.py:175: UserWarning: The number of the samples to be selected is larger than the number of samples available. The balancing ratio cannot be ensure and all samples will be returned. | |
"The number of the samples to be selected is larger" | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
SKIPPED [2] /build/imbalanced-learn-0.6.2/imblearn/keras/tests/test_generator.py:8: could not import 'keras': No module named 'keras' | |
SKIPPED [2] /nix/store/aw0fzbx9l8d9hcdjf49q5z5hpfjsswl9-python3.7-pytest-5.4.2/lib/python3.7/site-packages/_pytest/unittest.py:258: Zenodo dataset can not be loaded. | |
SKIPPED [1] /nix/store/aw0fzbx9l8d9hcdjf49q5z5hpfjsswl9-python3.7-pytest-5.4.2/lib/python3.7/site-packages/_pytest/doctest.py:403: all tests skipped by +SKIP option | |
= 4 failed, 556 passed, 5 skipped, 94 deselected, 17 warnings in 292.58s (0:04:52) = | |
builder for '/nix/store/yy1p0ic4ikn37bfywxgfmhzgbbxg6r7a-python3.8-imbalanced-learn-0.6.2.drv' failed with exit code 1; last 10 log lines: | |
imblearn/tests/test_common.py: 13 tests with warnings | |
/build/imbalanced-learn-0.6.2/imblearn/under_sampling/_prototype_selection/_nearmiss.py:174: UserWarning: The number of the samples to be selected is larger than the number of samples available. The balancing ratio cannot be ensure and all samples will be returned. | |
warnings.warn( | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
SKIPPED [2] /build/imbalanced-learn-0.6.2/imblearn/keras/tests/test_generator.py:8: could not import 'keras': No module named 'keras' | |
SKIPPED [2] /nix/store/1jimaxp6ms1znrvc2m6gcwv8394x5ihn-python3.8-pytest-5.4.2/lib/python3.8/site-packages/_pytest/unittest.py:258: Zenodo dataset can not be loaded. | |
SKIPPED [1] /nix/store/1jimaxp6ms1znrvc2m6gcwv8394x5ihn-python3.8-pytest-5.4.2/lib/python3.8/site-packages/_pytest/doctest.py:403: all tests skipped by +SKIP option | |
= 4 failed, 556 passed, 5 skipped, 94 deselected, 17 warnings in 296.08s (0:04:56) = | |
warning: SQLite database '/nix/var/nix/db/db.sqlite' is busy | |
warning: SQLite database '/nix/var/nix/db/db.sqlite' is busy | |
cannot build derivation '/nix/store/938ymiw8shy0b9lhaip21sz6i80h9dw3-python3.7-optuna-0.19.0.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/yhc3sr5asa03706kwbbcfslb7bck0hvk-python3.8-odo-unstable-2018-09-21.drv' failed with exit code 2; last 10 log lines: | |
odo/backends/tests/test_bokeh.py:7 | |
/build/source/odo/backends/tests/test_bokeh.py:7: FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead. | |
import pandas.util.testing as tm | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
ERROR odo/backends/tests/test_dask_array.py | |
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! | |
=========== 12 skipped, 7 deselected, 26 warnings, 1 error in 6.71s ============ | |
cannot build derivation '/nix/store/6n9apcz0gk1birxvzspw021ya9184krg-python3.8-blaze-0.11.3.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/ag7ssi4ibk24pxqzb029p7jl1ja124b1-python3.7-odo-unstable-2018-09-21.drv' failed with exit code 2; last 10 log lines: | |
odo/backends/tests/test_bokeh.py:7 | |
/build/source/odo/backends/tests/test_bokeh.py:7: FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead. | |
import pandas.util.testing as tm | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
ERROR odo/backends/tests/test_dask_array.py | |
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! | |
=========== 12 skipped, 7 deselected, 26 warnings, 1 error in 7.51s ============ | |
cannot build derivation '/nix/store/53n8j1kfvvcmscx18i3lcqfa7k1hxyr0-python3.7-blaze-0.11.3.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/pm2v6by1fxaf6pg6jphyfmqrcyfk7527-python3.7-stumpy-1.0.drv' failed with exit code 1; last 10 log lines: | |
FAILED tests/test_mstumped.py::test_mstumped_df[T1-5] - ValueError: tuple is ... | |
FAILED tests/test_stumped.py::test_stumped_self_join[T_A0-T_B0] - ValueError:... | |
FAILED tests/test_stumped.py::test_stumped_self_join[T_A1-T_B1] - ValueError:... | |
FAILED tests/test_stumped.py::test_stumped_self_join_df[T_A0-T_B0] - ValueErr... | |
FAILED tests/test_stumped.py::test_stumped_self_join_df[T_A1-T_B1] - ValueErr... | |
FAILED tests/test_stumped.py::test_stumped_A_B_join[T_A0-T_B0] - ValueError: ... | |
FAILED tests/test_stumped.py::test_stumped_A_B_join[T_A1-T_B1] - ValueError: ... | |
FAILED tests/test_stumped.py::test_stumped_A_B_join_df[T_A0-T_B0] - ValueErro... | |
FAILED tests/test_stumped.py::test_stumped_A_B_join_df[T_A1-T_B1] - ValueErro... | |
================== 12 failed, 47 passed, 2 warnings in 26.19s ================== | |
builder for '/nix/store/1i964ipm3lxk3943gjkwndp8cpj7kvpj-python3.8-dask-jobqueue-0.7.1.drv' failed with exit code 1; last 10 log lines: | |
warnings.warn(PytestUnhandledCoroutineWarning(msg.format(nodeid))) | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
FAILED dask_jobqueue/tests/test_jobqueue_core.py::test_dashboard_link[PBSCluster] | |
FAILED dask_jobqueue/tests/test_jobqueue_core.py::test_dashboard_link[MoabCluster] | |
FAILED dask_jobqueue/tests/test_jobqueue_core.py::test_dashboard_link[SLURMCluster] | |
FAILED dask_jobqueue/tests/test_jobqueue_core.py::test_dashboard_link[SGECluster] | |
FAILED dask_jobqueue/tests/test_jobqueue_core.py::test_dashboard_link[LSFCluster] | |
======== 5 failed, 49 passed, 9 skipped, 3 warnings in 64.59s (0:01:04) ======== | |
builder for '/nix/store/yqr85v8319cjy9amipcij55g3zfifa04-python3.7-dask-jobqueue-0.7.1.drv' failed with exit code 1; last 10 log lines: | |
warnings.warn(PytestUnhandledCoroutineWarning(msg.format(nodeid))) | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
FAILED dask_jobqueue/tests/test_jobqueue_core.py::test_dashboard_link[PBSCluster] | |
FAILED dask_jobqueue/tests/test_jobqueue_core.py::test_dashboard_link[MoabCluster] | |
FAILED dask_jobqueue/tests/test_jobqueue_core.py::test_dashboard_link[SLURMCluster] | |
FAILED dask_jobqueue/tests/test_jobqueue_core.py::test_dashboard_link[SGECluster] | |
FAILED dask_jobqueue/tests/test_jobqueue_core.py::test_dashboard_link[LSFCluster] | |
======== 5 failed, 49 passed, 9 skipped, 3 warnings in 64.42s (0:01:04) ======== | |
builder for '/nix/store/4hfs704ahckr9wz24ag50assd2xr9a1s-python3.8-streamz-0.5.2.drv' failed with exit code 1; last 10 log lines: | |
File "/nix/store/2n1961mn00vpbcmp9gbxmwklk7gyba1k-python3.8-distributed-2.9.3/lib/python3.8/site-packages/distributed/client.py", line 380, in __del__ | |
File "/nix/store/2n1961mn00vpbcmp9gbxmwklk7gyba1k-python3.8-distributed-2.9.3/lib/python3.8/site-packages/distributed/client.py", line 358, in release | |
File "/nix/store/4jn9zwf8m5hs4n80lqgl7fphgyryb656-python3.8-tornado-5.1/lib/python3.8/site-packages/tornado/platform/asyncio.py", line 154, in add_callback | |
AttributeError: 'NoneType' object has no attribute 'partial' | |
Exception ignored in: <function Future.__del__ at 0x7fff6e365700> | |
Traceback (most recent call last): | |
File "/nix/store/2n1961mn00vpbcmp9gbxmwklk7gyba1k-python3.8-distributed-2.9.3/lib/python3.8/site-packages/distributed/client.py", line 380, in __del__ | |
File "/nix/store/2n1961mn00vpbcmp9gbxmwklk7gyba1k-python3.8-distributed-2.9.3/lib/python3.8/site-packages/distributed/client.py", line 358, in release | |
File "/nix/store/4jn9zwf8m5hs4n80lqgl7fphgyryb656-python3.8-tornado-5.1/lib/python3.8/site-packages/tornado/platform/asyncio.py", line 154, in add_callback | |
AttributeError: 'NoneType' object has no attribute 'partial' | |
builder for '/nix/store/mb06z0qg9qf93k55jrc73bp8mzb9nkvq-python3.7-streamz-0.5.2.drv' failed with exit code 1; last 10 log lines: | |
FAILED streamz/tests/test_dask.py::test_sync - ValueError: tuple is not allow... | |
FAILED streamz/tests/test_dask.py::test_sync_2 - ValueError: tuple is not all... | |
FAILED streamz/tests/test_dask.py::test_buffer_sync - ValueError: tuple is no... | |
FAILED streamz/tests/test_dask.py::test_map - ValueError: tuple is not allowe... | |
FAILED streamz/tests/test_dask.py::test_scan - ValueError: tuple is not allow... | |
FAILED streamz/tests/test_dask.py::test_scan_state - ValueError: tuple is not... | |
FAILED streamz/tests/test_dask.py::test_zip - ValueError: tuple is not allowe... | |
FAILED streamz/tests/test_dask.py::test_buffer - ValueError: tuple is not all... | |
FAILED streamz/tests/test_dask.py::test_starmap - ValueError: tuple is not al... | |
= 809 failed, 735 passed, 5 skipped, 2 deselected, 80 xfailed, 56 xpassed, 20 warnings in 152.59s (0:02:32) = | |
builder for '/nix/store/z6pw26cfb4vjp7305a8zwnsf9zrjhnc4-python3.8-qiskit-aer-0.5.1.drv' failed with exit code 1; last 10 log lines: | |
=========================== short test summary info ============================ | |
FAILED test/terra/backends/test_qasm_simulator.py::TestQasmSimulator::test_parallel_experiment_thread_assignment | |
FAILED test/terra/backends/test_qasm_simulator.py::TestQasmSimulator::test_parallel_shot_thread_assignment | |
FAILED test/terra/backends/test_qasm_simulator.py::TestQasmSimulator::test_parallel_thread_assignment_priority | |
FAILED test/terra/backends/test_qasm_simulator.py::TestQasmSimulator::test_parallel_thread_defaults | |
FAILED test/terra/backends/test_qasm_simulator_statevector.py::TestQasmSimulatorStatevector::test_parallel_experiment_thread_assignment | |
FAILED test/terra/backends/test_qasm_simulator_statevector.py::TestQasmSimulatorStatevector::test_parallel_shot_thread_assignment | |
FAILED test/terra/backends/test_qasm_simulator_statevector.py::TestQasmSimulatorStatevector::test_parallel_thread_assignment_priority | |
FAILED test/terra/backends/test_qasm_simulator_statevector.py::TestQasmSimulatorStatevector::test_parallel_thread_defaults | |
==== 8 failed, 1036 passed, 940 skipped, 35 warnings in 2051.33s (0:34:11) ===== | |
cannot build derivation '/nix/store/mqjp61l41q1nc5svfra7jg22y88hmgjq-python3.8-qiskit-ignis-0.3.0.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/2hyipgf0c2wpjrsv0imlsrcarkn2sfky-python3.8-qiskit-aqua-0.7.0.drv': 2 dependencies couldn't be built | |
cannot build derivation '/nix/store/1k4fr3i5768jww1m67ss2xd582d4fvf2-python3.8-qiskit-0.19.1.drv': 3 dependencies couldn't be built | |
cannot build derivation '/nix/store/hijfzm5hikalqvxqikgdzf3m2p62s6d9-python3.8-qasm2image-0.8.0.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/6m0mxymd3dsphb6kr969xikvkhx9ciwd-python3.7-qiskit-aer-0.5.1.drv' failed with exit code 1; last 10 log lines: | |
=========================== short test summary info ============================ | |
FAILED test/terra/backends/test_qasm_simulator.py::TestQasmSimulator::test_parallel_experiment_thread_assignment | |
FAILED test/terra/backends/test_qasm_simulator.py::TestQasmSimulator::test_parallel_shot_thread_assignment | |
FAILED test/terra/backends/test_qasm_simulator.py::TestQasmSimulator::test_parallel_thread_assignment_priority | |
FAILED test/terra/backends/test_qasm_simulator.py::TestQasmSimulator::test_parallel_thread_defaults | |
FAILED test/terra/backends/test_qasm_simulator_statevector.py::TestQasmSimulatorStatevector::test_parallel_experiment_thread_assignment | |
FAILED test/terra/backends/test_qasm_simulator_statevector.py::TestQasmSimulatorStatevector::test_parallel_shot_thread_assignment | |
FAILED test/terra/backends/test_qasm_simulator_statevector.py::TestQasmSimulatorStatevector::test_parallel_thread_assignment_priority | |
FAILED test/terra/backends/test_qasm_simulator_statevector.py::TestQasmSimulatorStatevector::test_parallel_thread_defaults | |
==== 8 failed, 1036 passed, 940 skipped, 35 warnings in 2104.46s (0:35:04) ===== | |
cannot build derivation '/nix/store/qc73zsij6mkcr78whkyakh8y41f6gllb-python3.7-qiskit-ignis-0.3.0.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/ljx34c3ncqvssi951460nmffrfylaa22-python3.7-qiskit-aqua-0.7.0.drv': 2 dependencies couldn't be built | |
cannot build derivation '/nix/store/a8h8km740dnc6zcbaiwj65gwnpyxymfw-python3.7-qiskit-0.19.1.drv': 3 dependencies couldn't be built | |
cannot build derivation '/nix/store/6r6gbrvwdb1aq9if5aa7n4vw761xphb1-python3.7-qasm2image-0.8.0.drv': 1 dependencies couldn't be built | |
cannot build derivation '/nix/store/lyak7pilpl0db4pc8jw33p4fm5w0hxa2-python3.7-aplpy-2.0.3.drv': 3 dependencies couldn't be built | |
cannot build derivation '/nix/store/v08ldpg60bvhb7130cfij4l4s5swbb67-python3.7-rl-coach-1.0.1.drv': 2 dependencies couldn't be built | |
cannot build derivation '/nix/store/llp6q94aw3qb80pn8p05cf7zmg67v7i7-python3.8-aplpy-2.0.3.drv': 3 dependencies couldn't be built | |
builder for '/nix/store/wgp60f802w3z4ifd5z9wx4vzv0anmh34-caffe-1.0.drv' failed with exit code 1; last 10 log lines: | |
CMake Error at cmake/Modules/FindOpenBLAS.cmake:55 (MESSAGE): | |
Could not find OpenBLAS | |
Call Stack (most recent call first): | |
cmake/Dependencies.cmake:116 (find_package) | |
CMakeLists.txt:46 (include) | |
-- Configuring incomplete, errors occurred! | |
See also "/build/source/build/CMakeFiles/CMakeOutput.log". | |
See also "/build/source/build/CMakeFiles/CMakeError.log". | |
cannot build derivation '/nix/store/9f9m29h82zj8vrqszjlyijzwxyjpphsz-python3.7-sunpy-1.0.6.drv': 2 dependencies couldn't be built | |
builder for '/nix/store/962xbs9dzbnx4zv4hb6fb7c5myd6kdsw-caffe-1.0.drv' failed with exit code 1; last 10 log lines: | |
CMake Error at cmake/Modules/FindOpenBLAS.cmake:55 (MESSAGE): | |
Could not find OpenBLAS | |
Call Stack (most recent call first): | |
cmake/Dependencies.cmake:116 (find_package) | |
CMakeLists.txt:46 (include) | |
-- Configuring incomplete, errors occurred! | |
See also "/build/source/build/CMakeFiles/CMakeOutput.log". | |
See also "/build/source/build/CMakeFiles/CMakeError.log". | |
builder for '/nix/store/zlk0z82nlqjnq8glk3yr82md8s7ndhad-python3.8-datashader-0.11.0.drv' failed with exit code 1; last 10 log lines: | |
self.group.terminate(self.EXIT_TIMEOUT) | |
File "/nix/store/44bdhfb895zcp1ppas4dagdvy9285srz-python3.8-execnet-1.7.1/lib/python3.8/site-packages/execnet/multi.py", line 215, in terminate | |
safe_terminate( | |
File "/nix/store/44bdhfb895zcp1ppas4dagdvy9285srz-python3.8-execnet-1.7.1/lib/python3.8/site-packages/execnet/multi.py", line 308, in safe_terminate | |
reply = workerpool.spawn(termkill, termfunc, killfunc) | |
File "/nix/store/44bdhfb895zcp1ppas4dagdvy9285srz-python3.8-execnet-1.7.1/lib/python3.8/site-packages/execnet/gateway_base.py", line 315, in spawn | |
self.execmodel.start(self._perform_spawn, (reply,)) | |
File "/nix/store/44bdhfb895zcp1ppas4dagdvy9285srz-python3.8-execnet-1.7.1/lib/python3.8/site-packages/execnet/gateway_base.py", line 93, in exec_start | |
self._start_new_thread(func, args) | |
RuntimeError: can't start new thread | |
builder for '/nix/store/a2hs4k6sxq73pshl21m78k42g47q4pl3-python3.8-batchgenerators-0.20.0.drv' failed with exit code 1; last 10 log lines: | |
File "/build/source/batchgenerators/dataloading/multi_threaded_augmenter.py", line 262, in _finish | |
while self.pin_memory_thread.is_alive() and start + timeout > time(): | |
AttributeError: 'NoneType' object has no attribute 'is_alive' | |
Exception ignored in: <function MultiThreadedAugmenter.__del__ at 0x7fff6a5cd160> | |
Traceback (most recent call last): | |
File "/build/source/batchgenerators/dataloading/multi_threaded_augmenter.py", line 287, in __del__ | |
self._finish() | |
File "/build/source/batchgenerators/dataloading/multi_threaded_augmenter.py", line 262, in _finish | |
while self.pin_memory_thread.is_alive() and start + timeout > time(): | |
AttributeError: 'NoneType' object has no attribute 'is_alive' | |
builder for '/nix/store/yigjsqdd3v4791zrp13smbbrwd9xnmmd-python3.7-batchgenerators-0.20.0.drv' failed with exit code 1; last 10 log lines: | |
File "/build/source/batchgenerators/dataloading/multi_threaded_augmenter.py", line 262, in _finish | |
while self.pin_memory_thread.is_alive() and start + timeout > time(): | |
AttributeError: 'NoneType' object has no attribute 'is_alive' | |
Exception ignored in: <function MultiThreadedAugmenter.__del__ at 0x7fff6a4e53b0> | |
Traceback (most recent call last): | |
File "/build/source/batchgenerators/dataloading/multi_threaded_augmenter.py", line 287, in __del__ | |
self._finish() | |
File "/build/source/batchgenerators/dataloading/multi_threaded_augmenter.py", line 262, in _finish | |
while self.pin_memory_thread.is_alive() and start + timeout > time(): | |
AttributeError: 'NoneType' object has no attribute 'is_alive' | |
builder for '/nix/store/18ma347la7cryrn42g07dabfgchlsp39-python3.8-imgaug-0.4.0.drv' failed with exit code 1; last 10 log lines: | |
FAILED test/test_multicore.py::TestPool::test_augmentations_without_seed_differ | |
FAILED test/test_multicore.py::TestPool::test_augmentations_without_seed_differ_for_images_and_keypoints | |
FAILED test/test_multicore.py::TestPool::test_close - BlockingIOError: [Errno... | |
FAILED test/test_multicore.py::TestPool::test_imap_batches_output_buffer_size | |
FAILED test/test_multicore.py::TestPool::test_imap_batches_unordered_output_buffer_size | |
FAILED test/augmenters/test_meta.py::TestAugmenter_augment_batches::test_augment_batches_background | |
FAILED test/augmenters/test_meta.py::TestAugmenter_augment_batches::test_augment_batches_batch_with_array_of_images | |
FAILED test/augmenters/test_meta.py::TestAugmenter_augment_batches::test_augment_batches_batch_with_list_of_images | |
FAILED test/augmenters/test_meta.py::TestAugmenter_augment_batches::test_augment_batches_with_many_different_augmenters | |
============ 9 failed, 5062 passed, 4 skipped in 171.14s (0:02:51) ============= | |
builder for '/nix/store/k2x1nskz7gqvbib2m7zqahz6q4b73can-python3.7-imgaug-0.4.0.drv' failed with exit code 1; last 10 log lines: | |
/nix/store/q732h09azy7lf0j30bnnhdl15p4rxpdy-python3-3.7.7/lib/python3.7/multiprocessing/util.py:432: BlockingIOError | |
=========================== short test summary info ============================ | |
FAILED test/test_multicore.py::TestPool::test_augmentations_without_seed_differ_for_images_and_keypoints | |
FAILED test/test_multicore.py::TestPool::test_close - BlockingIOError: [Errno... | |
FAILED test/augmenters/test_meta.py::TestAugmenter_augment_batches::test_augment_batches_background | |
FAILED test/augmenters/test_meta.py::TestAugmenter_augment_batches::test_augment_batches_batch_with_array_of_images | |
FAILED test/augmenters/test_meta.py::TestAugmenter_augment_batches::test_augment_batches_batch_with_list_of_images | |
FAILED test/augmenters/test_meta.py::TestAugmenter_augment_batches::test_augment_batches_with_many_different_augmenters | |
============ 6 failed, 5065 passed, 4 skipped in 175.24s (0:02:55) ============= | |
cannot build derivation '/nix/store/yv3jzl03pszvxf7dxplsx9yw62hznqkh-python3.7-mask-rcnn-2.1.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/zk4c1cm6akq469y446ql9cyrf9gf5v98-python3.7-pytorch-1.4.1.drv' failed with exit code 1; last 10 log lines: | |
cmake=cmake) | |
File "/build/source/tools/build_pytorch_libs.py", line 62, in build_caffe2 | |
cmake.build(my_env) | |
File "/build/source/tools/setup_helpers/cmake.py", line 335, in build | |
self.run(build_args, my_env) | |
File "/build/source/tools/setup_helpers/cmake.py", line 141, in run | |
check_call(command, cwd=self.build_dir, env=env) | |
File "/nix/store/q732h09azy7lf0j30bnnhdl15p4rxpdy-python3-3.7.7/lib/python3.7/subprocess.py", line 363, in check_call | |
raise CalledProcessError(retcode, cmd) | |
subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'install', '--config', 'Release', '--', '-j', '128']' returned non-zero exit status 1. | |
builder for '/nix/store/2w3ps0faqngn9sqyg7ca4pvhifnsyz7m-python3.8-pytorch-1.4.1.drv' failed with exit code 1; last 10 log lines: | |
build_caffe2(version=version, | |
File "/build/source/tools/build_pytorch_libs.py", line 62, in build_caffe2 | |
cmake.build(my_env) | |
File "/build/source/tools/setup_helpers/cmake.py", line 335, in build | |
self.run(build_args, my_env) | |
File "/build/source/tools/setup_helpers/cmake.py", line 141, in run | |
check_call(command, cwd=self.build_dir, env=env) | |
File "/nix/store/g9fcsl4d9vjyipv46la9wxvzi514r7ib-python3-3.8.2/lib/python3.8/subprocess.py", line 364, in check_call | |
raise CalledProcessError(retcode, cmd) | |
subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'install', '--config', 'Release', '--', '-j', '128']' returned non-zero exit status 1. | |
builder for '/nix/store/7yv7yax3975njfxg23r1jy62ngpk8a9q-python3.8-dask-glm-0.2.0.drv' failed with exit code 1; last 10 log lines: | |
dask_glm/tests/test_algos_families.py::test_basic_reg_descent[reg2-0.01-Logistic-1-1000-proximal_grad-kwargs1] | |
dask_glm/tests/test_algos_families.py::test_basic_reg_descent[reg2-0.01-Logistic-10-1000-proximal_grad-kwargs1] | |
/nix/store/zn04slb8n5g2awrl3y6bjgg1x8iyk9ln-python3.8-dask-2.14.0/lib/python3.8/site-packages/dask/core.py:121: RuntimeWarning: overflow encountered in exp | |
return func(*(_execute_task(a, cache) for a in args)) | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
SKIPPED [1] /build/dask-glm-0.2.0/dask_glm/tests/test_estimators.py:98: could not import 'dask_searchcv': No module named 'dask_searchcv' | |
SKIPPED [1] /build/dask-glm-0.2.0/dask_glm/tests/test_utils.py:74: could not import 'sparse': No module named 'sparse' | |
====== 4 failed, 227 passed, 2 skipped, 57 warnings in 658.59s (0:10:58) ======= | |
cannot build derivation '/nix/store/nlpbai30jn462h2v2r3s6ia1s3264lzj-python3.8-dask-ml-1.2.0.drv': 1 dependencies couldn't be built | |
builder for '/nix/store/6jgmhxsjiq5q0mrc7rwbn5gbl3y5j7bv-python3.7-dask-glm-0.2.0.drv' failed with exit code 1; last 10 log lines: | |
dask_glm/tests/test_algos_families.py::test_basic_reg_descent[reg2-0.01-Logistic-1-1000-proximal_grad-kwargs1] | |
dask_glm/tests/test_algos_families.py::test_basic_reg_descent[reg2-0.01-Logistic-10-1000-proximal_grad-kwargs1] | |
/nix/store/ckh7w2i2az4cn1prrcxjnsv01wrzdfyb-python3.7-dask-2.14.0/lib/python3.7/site-packages/dask/core.py:121: RuntimeWarning: overflow encountered in exp | |
return func(*(_execute_task(a, cache) for a in args)) | |
-- Docs: https://docs.pytest.org/en/latest/warnings.html | |
=========================== short test summary info ============================ | |
SKIPPED [1] /build/dask-glm-0.2.0/dask_glm/tests/test_estimators.py:98: could not import 'dask_searchcv': No module named 'dask_searchcv' | |
SKIPPED [1] /build/dask-glm-0.2.0/dask_glm/tests/test_utils.py:74: could not import 'sparse': No module named 'sparse' | |
====== 4 failed, 227 passed, 2 skipped, 57 warnings in 659.44s (0:10:59) ======= | |
cannot build derivation '/nix/store/w8k106d74hbwrn8ahwljhv6y52644n8y-python3.7-dask-ml-1.2.0.drv': 1 dependencies couldn't be built |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment