] tests/test_pdf.py .................................. [ 94%] tests/test_pdfa.py ss [ 95%] tests/test_private_pdfs.py s [ 95%] tests/test_refcount.py ..... [ 97%] tests/test_sanity.py .......... [100%] =================================== FAILURES =================================== ________________________________ test_new_item _________________________________ resources = PosixPath('/builddir/build/BUILD/pikepdf-1.19.4/tests/resources') > ??? tests/test_outlines.py:429: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib/python3.9/site-packages/hypothesis/core.py:631: in execute_once result = self.test_runner(data, run) /usr/lib/python3.9/site-packages/hypothesis/executors.py:52: in default_new_style_executor return function(data) /usr/lib/python3.9/site-packages/hypothesis/core.py:627: in run return test(*args, **kwargs) tests/test_outlines.py:429: in test_new_item ??? _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (PosixPath('/builddir/build/BUILD/pikepdf-1.19.4/tests/resources'), '', 1, ) kwargs = {}, initial_draws = 1, start = 1211733.226499945, result = None finish = 1211733.496474868, internal_draw_time = 0 runtime = datetime.timedelta(microseconds=269975) current_deadline = timedelta(milliseconds=200) @proxies(self.test) def test(*args, **kwargs): self.__test_runtime = None initial_draws = len(data.draw_times) start = time.perf_counter() result = self.test(*args, **kwargs) finish = time.perf_counter() internal_draw_time = sum(data.draw_times[initial_draws:]) runtime = datetime.timedelta( seconds=finish - start - internal_draw_time ) self.__test_runtime = runtime current_deadline = self.settings.deadline if not is_final: current_deadline = (current_deadline // 4) * 5 if runtime >= current_deadline: > raise DeadlineExceeded(runtime, self.settings.deadline) E hypothesis.errors.DeadlineExceeded: Test took 269.98ms, which exceeds the deadline of 200.00ms /usr/lib/python3.9/site-packages/hypothesis/core.py:561: DeadlineExceeded ---------------------------------- Hypothesis ---------------------------------- Falsifying example: test_new_item( resources=PosixPath('/builddir/build/BUILD/pikepdf-1.19.4/tests/resources'), title='', page_num=1, page_loc=, ) =========================== short test summary info ============================ SKIPPED [1] tests/test_image_access.py:418: jbig2dec not installed SKIPPED [1] tests/test_image_access.py:427: jbig2dec not installed SKIPPED [1] tests/test_image_access.py:436: jbig2dec not installed SKIPPED [1] tests/test_pdfa.py:33: verapdf not found SKIPPED [1] tests/test_pdfa.py:45: verapdf not found SKIPPED [1] tests/test_private_pdfs.py:25: private resources not available FAILED tests/test_outlines.py::test_new_item - hypothesis.errors.DeadlineExce... ============= 1 failed, 334 passed, 6 skipped in 340.35s (0:05:40) ============= error: Bad exit status from /var/tmp/rpm-tmp.PxDO7D (%check) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.PxDO7D (%check) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/mockbuild/trace_decorator.py", line 95, in trace result = func(*args, **kw) File "/usr/lib/python3.8/site-packages/mockbuild/util.py", line 746, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-pikepdf.spec