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
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
jvesely has quit [Quit: jvesely]
CrazyPython has joined #pypy
wleslie has joined #pypy
jvesely has joined #pypy
CrazyPython has quit [Read error: Connection reset by peer]
<YannickJadoul>
Huh, the last three py3.6 nightly builds have a Windows zip file of size 0B?
<YannickJadoul>
"compress pypy-c failed"
antocuni has quit [Ping timeout: 245 seconds]
antocuni has joined #pypy
<arigato>
"[Errno 2] No such file or directory: 'c:\\\\users\\\\matti\\\\appdata\\\\local\\\\temp\\\\usession-default-146\\\\build\\\\pypy-c-jit-98016-b3fa16549942-win32\\\\lib_pypy\\\\_blake2\\\\_blake2b_cffi.pypy36-pp73-win32.pyd-169878c0-38350ac6-741aa442-4e29ae92-28cd7953-71b802b9-45975abf-4dfdf582-32d63d3d-c4f6ddae-3ddca02b-0aeb411a-fb878c3f'"
<arigato>
from the logs of "compress pypy-c failed"
mattip_ has joined #pypy
<mattip_>
it seems the package script is trying to zip up some garbage file
<mattip_>
so three problems:
<mattip_>
why is that file built,
<mattip_>
why does “hg purge” not erase it,
<mattip_>
why does package.py not ignore it
<mattip_>
I know how to solve the last one
mattip_ has quit [Remote host closed the connection]
oberstet has quit [Quit: Leaving]
ronan has quit [Ping timeout: 240 seconds]
ronan has joined #pypy
antocuni has quit [Ping timeout: 276 seconds]
<arigato>
fwiw the error is reported by anaconda, not by package.py
<arigato>
just saying
mattip_ has joined #pypy
<mattip_>
arigato: true, it is the shutil.copytree that is failing, but it is a good thing since the pyd is garbage
Rhy0lite has joined #pypy
antocuni has joined #pypy
jvesely has joined #pypy
ronan has quit [Ping timeout: 240 seconds]
antocuni has quit [Ping timeout: 240 seconds]
ronan has joined #pypy
oberstet has joined #pypy
jcea has joined #pypy
ronan has quit [Ping timeout: 240 seconds]
ronan has joined #pypy
<mattip_>
also, "hg purge" cannot remove the files in the "hg update" build step, which succeeds anyway. Perhaps it is a limitation of file name length?
<arigato>
wat
<arigato>
more likely, isn't it because the files are still open?
<arigato>
but ronan has a point
<arigato>
it's 266 characters in length
<arigato>
which may be over some limit
antocuni has joined #pypy
mattip_ has quit [Remote host closed the connection]
mattip_ has joined #pypy
ronan has quit [Ping timeout: 240 seconds]
ronan has joined #pypy
dddddd has joined #pypy
<kenaan>
mattip default 65f80b74784f /: backport changes from py3.6 to minimize diff
<kenaan>
mattip default 874d998bc429 /pypy/tool/release/package.py: ignore cffi build artifacts that also happen to be over 260 chars in length
<kenaan>
mattip py3.6 7d4bfee3b8a6 /: merge default into py3.6
<mattip_>
there are still rpython differences between default and py3.6 in rpython/translator/platform/darwin.py
<mattip_>
I was in the middle of checking whether we need -flat_namespace when the macOS buildbot went off line
antocuni has quit [Ping timeout: 265 seconds]
<kenaan>
mattip buildbot 4a51f6392247 /bot2/pypybuildbot/builds.py: add a step to purge hg files via command line trickery on windows
mattip_ has quit [Quit: Leaving]
antocuni has joined #pypy
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]