Summary: | dev-python/pandas-1.3.1: tests fail with "ValueError: Buffer dtype mismatch, expected 'int64_t' but got 'int'" and similar | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rolf Eike Beer <eike> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | python |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=818964 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log, first part
build.log, second part |
Description
Rolf Eike Beer
![]() Created attachment 735481 [details]
build.log, second part
Can you test 1.3.4 and if it fails report this upstream? 1.3.4 has an entirely different error: scheduling tests via LoadScheduling INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/usr/lib/python3.9/site-packages/execnet/gateway_base.py", line 997, in _send INTERNALERROR> message.to_io(self._io) INTERNALERROR> File "/usr/lib/python3.9/site-packages/execnet/gateway_base.py", line 443, in to_io INTERNALERROR> io.write(header + self.data) INTERNALERROR> File "/usr/lib/python3.9/site-packages/execnet/gateway_base.py", line 410, in write INTERNALERROR> self.outfile.flush() INTERNALERROR> BrokenPipeError: [Errno 32] Broken pipe INTERNALERROR> INTERNALERROR> During handling of the above exception, another exception occurred: INTERNALERROR> INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/usr/lib/python3.9/site-packages/_pytest/main.py", line 269, in wrap_session INTERNALERROR> session.exitstatus = doit(config, session) or 0 INTERNALERROR> File "/usr/lib/python3.9/site-packages/_pytest/main.py", line 323, in _main INTERNALERROR> config.hook.pytest_runtestloop(session=session) INTERNALERROR> File "/usr/lib/python3.9/site-packages/pluggy/hooks.py", line 286, in __call__ INTERNALERROR> return self._hookexec(self, self.get_hookimpls(), kwargs) INTERNALERROR> File "/usr/lib/python3.9/site-packages/pluggy/manager.py", line 93, in _hookexec INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs) INTERNALERROR> File "/usr/lib/python3.9/site-packages/pluggy/manager.py", line 84, in <lambda> INTERNALERROR> self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall( INTERNALERROR> File "/usr/lib/python3.9/site-packages/pluggy/callers.py", line 208, in _multicall INTERNALERROR> return outcome.get_result() INTERNALERROR> File "/usr/lib/python3.9/site-packages/pluggy/callers.py", line 80, in get_result INTERNALERROR> raise ex[1].with_traceback(ex[2]) INTERNALERROR> File "/usr/lib/python3.9/site-packages/pluggy/callers.py", line 187, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/usr/lib/python3.9/site-packages/xdist/dsession.py", line 112, in pytest_runtestloop INTERNALERROR> self.loop_once() INTERNALERROR> File "/usr/lib/python3.9/site-packages/xdist/dsession.py", line 135, in loop_once INTERNALERROR> call(**kwargs) INTERNALERROR> File "/usr/lib/python3.9/site-packages/xdist/dsession.py", line 256, in worker_collectionfinish INTERNALERROR> self.sched.schedule() INTERNALERROR> File "/usr/lib/python3.9/site-packages/xdist/scheduler/load.py", line 257, in schedule INTERNALERROR> self._send_tests(next(nodes), 1) INTERNALERROR> File "/usr/lib/python3.9/site-packages/xdist/scheduler/load.py", line 269, in _send_tests INTERNALERROR> node.send_runtest_some(tests_per_node) INTERNALERROR> File "/usr/lib/python3.9/site-packages/xdist/workermanage.py", line 284, in send_runtest_some INTERNALERROR> self.sendcommand("runtests", indices=indices) INTERNALERROR> File "/usr/lib/python3.9/site-packages/xdist/workermanage.py", line 300, in sendcommand INTERNALERROR> self.channel.send((name, kwargs)) INTERNALERROR> File "/usr/lib/python3.9/site-packages/execnet/gateway_base.py", line 729, in send INTERNALERROR> self.gateway._send(Message.CHANNEL_DATA, self.id, dumps_internal(item)) INTERNALERROR> File "/usr/lib/python3.9/site-packages/execnet/gateway_base.py", line 1003, in _send INTERNALERROR> raise IOError("cannot send (already closed?)") INTERNALERROR> OSError: cannot send (already closed?) |