Created
February 24, 2021 15:04
-
-
Save idontgetoutmuch/84b8d1d16e69d708d55a25dfadc0a3af to your computer and use it in GitHub Desktop.
This file contains hidden or 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
============================= test session starts ============================== | |
platform darwin -- Python 3.8.6, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 | |
rootdir: /private/tmp/nix-build-python3.8-notebook-6.1.5.drv-0/notebook-6.1.5 | |
collected 76 items / 20 errors / 2 deselected / 54 selected | |
==================================== ERRORS ==================================== | |
______________ ERROR collecting notebook/auth/tests/test_login.py ______________ | |
notebook/auth/tests/test_login.py:6: in <module> | |
from notebook.tests.launchnotebook import NotebookTestBase | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
_________ ERROR collecting notebook/bundler/tests/test_bundler_api.py __________ | |
notebook/bundler/tests/test_bundler_api.py:9: in <module> | |
from notebook.tests.launchnotebook import NotebookTestBase | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
_____ ERROR collecting notebook/nbconvert/tests/test_nbconvert_handlers.py _____ | |
notebook/nbconvert/tests/test_nbconvert_handlers.py:11: in <module> | |
from notebook.tests.launchnotebook import NotebookTestBase, assert_http_error | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
___________ ERROR collecting notebook/services/api/tests/test_api.py ___________ | |
notebook/services/api/tests/test_api.py:7: in <module> | |
from notebook.tests.launchnotebook import NotebookTestBase | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
______ ERROR collecting notebook/services/config/tests/test_config_api.py ______ | |
notebook/services/config/tests/test_config_api.py:9: in <module> | |
from notebook.tests.launchnotebook import NotebookTestBase | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
____ ERROR collecting notebook/services/contents/tests/test_contents_api.py ____ | |
notebook/services/contents/tests/test_contents_api.py:21: in <module> | |
from notebook.tests.launchnotebook import NotebookTestBase, assert_http_error | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
__ ERROR collecting notebook/services/contents/tests/test_largefilemanager.py __ | |
notebook/services/contents/tests/test_largefilemanager.py:3: in <module> | |
from ..largefilemanager import LargeFileManager | |
notebook/services/contents/largefilemanager.py:1: in <module> | |
from notebook.services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
______ ERROR collecting notebook/services/contents/tests/test_manager.py _______ | |
notebook/services/contents/tests/test_manager.py:22: in <module> | |
from ..filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
_____ ERROR collecting notebook/services/kernels/tests/test_kernels_api.py _____ | |
notebook/services/kernels/tests/test_kernels_api.py:18: in <module> | |
from notebook.tests.launchnotebook import NotebookTestBase, assert_http_error | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
_ ERROR collecting notebook/services/kernelspecs/tests/test_kernelspecs_api.py _ | |
notebook/services/kernelspecs/tests/test_kernelspecs_api.py:16: in <module> | |
from notebook.tests.launchnotebook import NotebookTestBase, assert_http_error | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
___ ERROR collecting notebook/services/nbconvert/tests/test_nbconvert_api.py ___ | |
notebook/services/nbconvert/tests/test_nbconvert_api.py:4: in <module> | |
from notebook.tests.launchnotebook import NotebookTestBase | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
____ ERROR collecting notebook/services/sessions/tests/test_sessions_api.py ____ | |
notebook/services/sessions/tests/test_sessions_api.py:15: in <module> | |
from notebook.tests.launchnotebook import NotebookTestBase, assert_http_error | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
________ ERROR collecting notebook/terminal/tests/test_terminals_api.py ________ | |
notebook/terminal/tests/test_terminals_api.py:9: in <module> | |
from notebook.tests.launchnotebook import NotebookTestBase, assert_http_error | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
________________ ERROR collecting notebook/tests/test_files.py _________________ | |
notebook/tests/test_files.py:19: in <module> | |
from .launchnotebook import NotebookTestBase | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
_______________ ERROR collecting notebook/tests/test_gateway.py ________________ | |
notebook/tests/test_gateway.py:16: in <module> | |
from .launchnotebook import NotebookTestBase | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
_____________ ERROR collecting notebook/tests/test_notebookapp.py ______________ | |
notebook/tests/test_notebookapp.py:21: in <module> | |
from notebook import notebookapp, __version__ | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
_______ ERROR collecting notebook/tests/test_notebookapp_integration.py ________ | |
notebook/tests/test_notebookapp_integration.py:9: in <module> | |
from .launchnotebook import UNIXSocketNotebookTestBase | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
________________ ERROR collecting notebook/tests/test_paths.py _________________ | |
notebook/tests/test_paths.py:7: in <module> | |
from .launchnotebook import NotebookTestBase | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
___________ ERROR collecting notebook/tests/test_serverextensions.py ___________ | |
notebook/tests/test_serverextensions.py:16: in <module> | |
from notebook.notebookapp import NotebookApp | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
__________ ERROR collecting notebook/tree/tests/test_tree_handler.py ___________ | |
notebook/tree/tests/test_tree_handler.py:11: in <module> | |
from notebook.tests.launchnotebook import NotebookTestBase | |
notebook/tests/launchnotebook.py:24: in <module> | |
from ..notebookapp import NotebookApp, urlencode_unix_socket | |
notebook/notebookapp.py:86: in <module> | |
from .services.contents.filemanager import FileContentsManager | |
notebook/services/contents/filemanager.py:17: in <module> | |
from send2trash import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/__init__.py:12: in <module> | |
from .plat_osx import send2trash | |
/nix/store/5rgqgxif26ifrwjilx9hn2cz3pwqi3dk-python3.8-Send2Trash-1.5.0/lib/python3.8/site-packages/send2trash/plat_osx.py:17: in <module> | |
GetMacOSStatusCommentString = Foundation.GetMacOSStatusCommentString | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:386: in __getattr__ | |
func = self.__getitem__(name) | |
/nix/store/c56kq0k3f3rdgkj3s1z5hw0j4ack9gdg-python3-3.8.6/lib/python3.8/ctypes/__init__.py:391: in __getitem__ | |
func = self._FuncPtr((name_or_ordinal, self)) | |
E AttributeError: dlsym(RTLD_DEFAULT, GetMacOSStatusCommentString): symbol not found | |
=============================== warnings summary =============================== | |
notebook/notebookapp.py:52 | |
/private/tmp/nix-build-python3.8-notebook-6.1.5.drv-0/notebook-6.1.5/notebook/notebookapp.py:52: DeprecationWarning: zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops. | |
ioloop.install() | |
../../../../nix/store/g80x8dysb6hnhrcjrpav7dmsb8jnwnyr-python3.8-nose-1.3.7/lib/python3.8/site-packages/nose/importer.py:12 | |
/nix/store/g80x8dysb6hnhrcjrpav7dmsb8jnwnyr-python3.8-nose-1.3.7/lib/python3.8/site-packages/nose/importer.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses | |
from imp import find_module, load_module, acquire_lock, release_lock | |
notebook/tests/test_notebookapp.py:116 | |
/private/tmp/nix-build-python3.8-notebook-6.1.5.drv-0/notebook-6.1.5/notebook/tests/test_notebookapp.py:116: DeprecationWarning: invalid escape sequence \d | |
pep440re = re.compile('^(\d+)\.(\d+)\.(\d+((a|b|rc)\d+)?)(\.post\d+)?(\.dev\d*)?$') | |
-- Docs: https://docs.pytest.org/en/stable/warnings.html | |
=========================== short test summary info ============================ | |
ERROR notebook/auth/tests/test_login.py - AttributeError: dlsym(RTLD_DEFAULT,... | |
ERROR notebook/bundler/tests/test_bundler_api.py - AttributeError: dlsym(RTLD... | |
ERROR notebook/nbconvert/tests/test_nbconvert_handlers.py - AttributeError: d... | |
ERROR notebook/services/api/tests/test_api.py - AttributeError: dlsym(RTLD_DE... | |
ERROR notebook/services/config/tests/test_config_api.py - AttributeError: dls... | |
ERROR notebook/services/contents/tests/test_contents_api.py - AttributeError:... | |
ERROR notebook/services/contents/tests/test_largefilemanager.py - AttributeEr... | |
ERROR notebook/services/contents/tests/test_manager.py - AttributeError: dlsy... | |
ERROR notebook/services/kernels/tests/test_kernels_api.py - AttributeError: d... | |
ERROR notebook/services/kernelspecs/tests/test_kernelspecs_api.py - Attribute... | |
ERROR notebook/services/nbconvert/tests/test_nbconvert_api.py - AttributeErro... | |
ERROR notebook/services/sessions/tests/test_sessions_api.py - AttributeError:... | |
ERROR notebook/terminal/tests/test_terminals_api.py - AttributeError: dlsym(R... | |
ERROR notebook/tests/test_files.py - AttributeError: dlsym(RTLD_DEFAULT, GetM... | |
ERROR notebook/tests/test_gateway.py - AttributeError: dlsym(RTLD_DEFAULT, Ge... | |
ERROR notebook/tests/test_notebookapp.py - AttributeError: dlsym(RTLD_DEFAULT... | |
ERROR notebook/tests/test_notebookapp_integration.py - AttributeError: dlsym(... | |
ERROR notebook/tests/test_paths.py - AttributeError: dlsym(RTLD_DEFAULT, GetM... | |
ERROR notebook/tests/test_serverextensions.py - AttributeError: dlsym(RTLD_DE... | |
ERROR notebook/tree/tests/test_tree_handler.py - AttributeError: dlsym(RTLD_D... | |
!!!!!!!!!!!!!!!!!!! Interrupted: 20 errors during collection !!!!!!!!!!!!!!!!!!! | |
================= 2 deselected, 3 warnings, 20 errors in 9.73s ================= | |
builder for '/nix/store/dj63l5sh6psalcwmkrmy0a4z8k6qfh9j-python3.8-notebook-6.1.5.drv' failed with exit code 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment