cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
oberstet has quit [Remote host closed the connection]
_whitelogger has joined #pypy
epony has quit [Quit: system upgrades again]
jcea has quit [Ping timeout: 240 seconds]
jacob22_ has quit [Read error: Connection reset by peer]
jacob22_ has joined #pypy
epony has joined #pypy
lritter has joined #pypy
todda7 has joined #pypy
_whitelogger has joined #pypy
mjacob has joined #pypy
oberstet has joined #pypy
mjacob has quit [Quit: leaving]
glyph has quit [Quit: End of line.]
glyph has joined #pypy
_whitelogger has joined #pypy
todda7 has quit [Ping timeout: 272 seconds]
jacob22_ has quit [Read error: Connection reset by peer]
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
jacob22_ has joined #pypy
bbot2 has joined #pypy
<mattip> hmm, not so simple to have 32/64 bit windows buildbots: they want to build the same target
<mattip> more logic needed?
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-32/builds/2471 [mattip: test branch, win64]
<mattip> for this build, pausing the 32-bit buildbot should be sufficient
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-32/builds/2471 [mattip: test branch, win64]
todda7 has joined #pypy
rubdos has joined #pypy
rubdos_ has quit [Ping timeout: 240 seconds]
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
bbot2 has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-64/builds/92 [df: force build, fgf]
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
bbot2 has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-64/builds/93 [mattip: test buildbot, win64]
<mattip> heh, there were win64 builds in 2012
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-64/builds/93 [mattip: test buildbot, win64]
Taggnostr has quit [Ping timeout: 240 seconds]
_whitelogger has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-64/builds/94 [mattip: test buildbot, win64]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-64/builds/94 [mattip: test buildbot, win64]
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-64/builds/95 [mattip: test buildbot, win64]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-64/builds/95 [mattip: test buildbot, win64]
<mattip> there is some magic missing in the win64 branch to allow virtualenv to work correctly
<mattip> see the buidbot failures
<mattip> somehow it is not getting the correct sys.path set up at initialization
phlebas has quit [Excess Flood]
phlebas has joined #pypy
Taggnostr has joined #pypy
mattip has quit [Ping timeout: 264 seconds]
mattip has joined #pypy
lritter has quit [Ping timeout: 264 seconds]
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-64/builds/96 [mattip: test branch, windows64]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-64/builds/96 [mattip: test branch, windows64]
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-64/builds/97 [mattip: test branch, win64]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-64/builds/97 [mattip: test branch, win64]
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-64/builds/98 [mattip: test branch, win64]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-64/builds/98 [mattip: test branch, win64]
jcea has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-64/builds/99 [mattip: force build, win64]
<mattip> let's try that again, this time after installing cffi
<bbot2> Exception: http://buildbot.pypy.org/builders/own-win-x86-64/builds/99 [mattip: force build, win64]
<mattip> nope. Need to build cffi
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-64/builds/100 [mattip: force build, win64]
ambv has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-64/builds/100 [mattip: force build, win64]
oberstet has quit [Quit: Leaving]
<mattip> it seems the win64 branch needs to build cffi from source when running tests
<mattip> it is being installed via a "requirements.txt" to a virtualenv
<mattip> is there a way to make "--no-binary cffi" conditional in requirements.txt?
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-64/builds/101 [mattip: test branch, win64]
jacob22_ has quit [Read error: Connection reset by peer]
jacob22_ has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-64/builds/101 [mattip: test branch, win64]
ambv has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ambv has joined #pypy
<mattip> the own win64 cpyext tests are failing because the tests are re-creating the bridge API dll over and over again
<mattip> instead of reusing the already-created dll
<mattip> and on windows the linker cannot open the dll because it is has been loaded into the process
<mattip> why doesn't this happen one the default branch with win32?
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-32/builds/2472 [mattip: test branch, win64]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5563 [mattip: test branch, win64]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/8368 [mattip: test branch, win64]
<mattip> ( I guess we should just skip the cpyext and cppyy tests on that branch for now and try again for python3)
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/8368 [mattip: test branch, win64]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-32/builds/2472 [mattip: test branch, win64]
<mattip> pytest 6.1.1 added the collect_ignore_glob global variable that allows skipping globs of files, which would be handy to skip cpyext, cppyy
nulano has joined #pypy
<mattip> hi nulano
JStoker has quit [Ping timeout: 244 seconds]
speeder39_ has joined #pypy
JStoker has joined #pypy
JStoker has joined #pypy
JStoker has quit [Changing host]
mjacob has joined #pypy
<nulano> hi
<mattip> nice progress with win64, I think it is almost ready for merging
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5563 [mattip: test branch, win64]
speeder39_ has quit [Quit: Connection closed for inactivity]
<nulano> thanks
<nulano> there are a few failures on win32, I think I can take a look at them tomorrow
_whitelogger has joined #pypy