Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834680 - dev-python/nbdime-3.1.1 fails tests on MUSL
Summary: dev-python/nbdime-3.1.1 fails tests on MUSL
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-06 17:26 UTC by Agostino Sarubbo
Modified: 2023-01-11 20:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,44.48 KB, application/x-xz)
2022-03-06 17:26 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-03-06 17:26:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/nbdime-3.1.1 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-06 17:26:47 UTC
Created attachment 766436 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-06 17:26:48 UTC
Error(s) that match a know pattern:


                    except TypeError:
            except UnicodeDecodeError:
            http_error_msg = u'%s Client Error: %s for url: %s' % (self.status_code, reason, self.url)
            http_error_msg = u'%s Server Error: %s for url: %s' % (self.status_code, reason, self.url)
        except EmptyPoolError:
        except UnicodeError:
    ModuleNotFoundError: No module named 'nbdime'
    from nbdime.utils import setup_std_streams
  File "/var/tmp/portage/dev-python/nbdime-3.1.1/work/nbdime-3.1.1/nbdime/tests/...ine 15, in <module>
  File "/var/tmp/portage/dev-python/nbdime-3.1.1/work/nbdime-3.1.1/nbdime/tests/...ine 19, in <module>
 b": No module named 'nbdime'
 b"dError: No module named 'nbdime'
 b"oundError: No module named 'nbdime'
 b'kageNotFoundError: nbdime
")
'
Auto-merging merge-no-conflict.ipynb
CONFLICT '
E               ConnectionRefusedError: [Errno 111] Connection refused
E               subprocess.CalledProcessError: Command '/usr/bin/python3.8 /var/tmp/portage/dev-python/nbdime-3.1.1/work/nbdime-3.1.1/nbdime/tests/filters/add_helper.py clean' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '/usr/bin/python3.8 /var/tmp/portage/dev-python/nbdime-3.1.1/work/nbdime-3.1.1/nbdime/tests/filters/noop.py clean' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '/usr/bin/python3.8 /var/tmp/portage/dev-python/nbdime-3.1.1/work/nbdime-3.1.1/nbdime/tests/filters/strip_outputs.py clean' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['git', 'diff', 'base', 'diff.ipynb']' returned non-zero exit status 128.
E               subprocess.CalledProcessError: Command '['git', 'merge', 'remote-no-conflict']' returned non-zero exit status 1.
E           requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=62020): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f887cf1d190>: Failed to establish a new connection: [Errno 111] Connection refused'))
E           requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=62021): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f887c938880>: Failed to establish a new connection: [Errno 111] Connection refused'))
E           requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://127.0.0.1:62024/nbdime/api/diff
E           requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://127.0.0.1:62024/nbdime/api/gitdiff
E           requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://127.0.0.1:62024/nbdime/api/isgit
E           requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://127.0.0.1:62024/nbdime/difftool
E           requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://127.0.0.1:62025/nbdime/api/diff
E           requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://127.0.0.1:62025/nbdime/api/gitdiff
E           requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://127.0.0.1:62025/nbdime/api/isgit
E           requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://127.0.0.1:62025/nbdime/difftool
E           urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=62020): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f887cf1d190>: Failed to establish a new connection: [Errno 111] Connection refused'))
E           urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=62021): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f887c938880>: Failed to establish a new connection: [Errno 111] Connection refused'))
E           urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f887c938880>: Failed to establish a new connection: [Errno 111] Connection refused
E           urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f887cf1d190>: Failed to establish a new connection: [Errno 111] Connection refused
FAILED nbdime/tests/test_cli_apps.py::test_git_diffdriver - subprocess.Called...
FAILED nbdime/tests/test_cli_apps.py::test_git_difftool - AssertionError
FAILED nbdime/tests/test_cli_apps.py::test_git_mergedriver - subprocess.Calle...
FAILED nbdime/tests/test_cli_apps.py::test_git_mergetool - AssertionError
FAILED nbdime/tests/test_git_diffdriver.py::test_git_diff_driver_add_helper_filter
FAILED nbdime/tests/test_git_diffdriver.py::test_git_diff_driver_noop_filter
FAILED nbdime/tests/test_git_diffdriver.py::test_git_diff_driver_strip_outputs_filter
FAILED nbdime/tests/test_server_extension.py::test_diff_api[jupyter_server]
FAILED nbdime/tests/test_server_extension.py::test_diff_api[notebook] - reque...
FAILED nbdime/tests/test_server_extension.py::test_diff_api_checkpoint[jupyter_server]
FAILED nbdime/tests/test_server_extension.py::test_diff_api_checkpoint[notebook]
FAILED nbdime/tests/test_server_extension.py::test_diff_api_symlink[jupyter_server]
FAILED nbdime/tests/test_server_extension.py::test_diff_api_symlink[notebook]
FAILED nbdime/tests/test_server_extension.py::test_difftool[jupyter_server]
FAILED nbdime/tests/test_server_extension.py::test_difftool[notebook] - reque...
FAILED nbdime/tests/test_server_extension.py::test_git_diff_api[jupyter_server]
FAILED nbdime/tests/test_server_extension.py::test_git_diff_api[notebook] - r...
FAILED nbdime/tests/test_server_extension.py::test_isgit[jupyter_server] - re...
FAILED nbdime/tests/test_server_extension.py::test_isgit[notebook] - requests...
FAILED nbdime/tests/test_server_extension.py::test_isgit_nonrepo[jupyter_server]
FAILED nbdime/tests/test_server_extension.py::test_isgit_nonrepo[notebook] - ...
ModuleNotFoundError: No module named \'nbdime\'
fatal: external diff died, stopping at diff.ipynb
http_error_msg = '404 Client Error: Not Found for url: http://127.0.0.1:62024/nbdime/api/diff'
http_error_msg = '404 Client Error: Not Found for url: http://127.0.0.1:62024/nbdime/api/gitdiff'
http_error_msg = '404 Client Error: Not Found for url: http://127.0.0.1:62024/nbdime/api/isgit'
http_error_msg = '404 Client Error: Not Found for url: http://127.0.0.1:62024/nbdime/difftool'
http_error_msg = '404 Client Error: Not Found for url: http://127.0.0.1:62025/nbdime/api/diff'
http_error_msg = '404 Client Error: Not Found for url: http://127.0.0.1:62025/nbdime/api/gitdiff'
http_error_msg = '404 Client Error: Not Found for url: http://127.0.0.1:62025/nbdime/api/isgit'
http_error_msg = '404 Client Error: Not Found for url: http://127.0.0.1:62025/nbdime/difftool'
importlib.metadata.PackageNotFoundError: nbdime
stdout = b'Traceback (most recent call last):
        :param Exception error: An error encountered during the request, or