(Trusty assistant reporting in) I should also note that further up the output there is a FileNotFoundError for sqlite3.dll, perhaps it isn't built or is in the wrong place?
Ethan On Mon, Apr 6, 2020, 7:19 PM Guido van Rossum <gu...@python.org> wrote: > I have a large PR (https://github.com/python/cpython/pull/18239, for PEP > 585) that's failing in the Azures pipeline on Win32 and Win64 only. My > trusty assistant who has a Windows laptop couldn't reproduce the failure. > Can I buy a hint from someone? Steve? > > The relevant failure output is: > > ====================================================================== > ERROR: test_load_dll_with_flags (ctypes.test.test_loading.LoaderTest) > [WinDLL('_sqlite3.dll', winmode=0)] > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "d:\a\1\s\lib\ctypes\test\test_loading.py", line 140, in should_pass > subprocess.check_output( > File "d:\a\1\s\lib\subprocess.py", line 420, in check_output > return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, > File "d:\a\1\s\lib\subprocess.py", line 524, in run > raise CalledProcessError(retcode, process.args, > subprocess.CalledProcessError: Command > '['d:\\a\\1\\s\\PCbuild\\win32\\python.exe', '-c', "from ctypes import *; > import nt;WinDLL('_sqlite3.dll', winmode=0)"]' returned non-zero exit > status 1. > > ---------------------------------------------------------------------- > > -- > --Guido van Rossum (python.org/~guido) > *Pronouns: he/him **(why is my pronoun here?)* > <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-change-the-world/> > _______________________________________________ > Python-Dev mailing list -- python-dev@python.org > To unsubscribe send an email to python-dev-le...@python.org > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/python-dev@python.org/message/2IMODEGY25VK6R2FPGJ3QKAAVIK5EZKH/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/HEESZRLMHUAORUBHSFPKMO6MNAZZMVKE/ Code of Conduct: http://python.org/psf/codeofconduct/