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.3/tests/resources') > ??? tests/test_outlines.py:429: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib/python3.9/site-packages/hypothesis/core.py:340: in execute_explicit_examples state.execute_once( /usr/lib/python3.9/site-packages/hypothesis/core.py:610: 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:606: in run return test(*args, **kwargs) tests/test_outlines.py:429: in test_new_item ??? _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (PosixPath('/builddir/build/BUILD/pikepdf-1.19.3/tests/resources'), '', 0, 'FitR') kwargs = {}, initial_draws = 0, start = 329272.978663143, result = None finish = 329273.226600957, internal_draw_time = 0 runtime = datetime.timedelta(microseconds=247938) 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 247.94ms, which exceeds the deadline of 200.00ms /usr/lib/python3.9/site-packages/hypothesis/core.py:540: DeadlineExceeded ---------------------------------- Hypothesis ---------------------------------- Falsifying example: test_new_item( resources=PosixPath('/builddir/build/BUILD/pikepdf-1.19.3/tests/resources'), title='', page_num=0, page_loc='FitR', ) =========================== 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, 333 passed, 6 skipped in 358.32s (0:05:58) ============= error: Bad exit status from /var/tmp/rpm-tmp.y9UmJj (%check) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.y9UmJj (%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