Source: libntruprime
Version: 0~20241021-6
Severity: serious
Control: block 

Hi,

Your package fails its ntruprime-fulltest autopkgtest with python3.14 as 
default python
interpreter, possibly due to the fork/forkserver changes in that version.

1065s autopkgtest [01:34:11]: test ntruprime-fulltest: [-----------------------
1065s tests to run: 916
1065s maximum threads allowed: 48
1066s tests to run: 916
1066s maximum threads allowed: 48
1066s Traceback (most recent call last):
[...]
1066s RuntimeError: 
1066s         An attempt has been made to start a new process before the
1066s         current process has finished its bootstrapping phase.
1066s 
1066s         This probably means that you are not using fork to start your
1066s         child processes and you have forgotten to use the proper idiom
1066s         in the main module:
1066s 
1066s             if __name__ == '__main__':
1066s                 freeze_support()
1066s                 ...
1066s 
1066s         The "freeze_support()" line can be omitted if the program
1066s         is not going to be frozen to produce an executable.
1066s 
1066s         To fix this issue, refer to the "Safe importing of main module"
1066s         section in https://docs.python.org/3/library/multiprocessing.html

Full log at 
https://ci.debian.net/data/autopkgtest/testing/amd64/libn/libntruprime/72977095/log.gz

Cheers,
Emilio

Reply via email to