arigato 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 | mac OS and Fedora are not Windows
danieljabailey has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/159 [mattip: force build, release-pypy3.6-v7.x]
tsaka__ has quit [Remote host closed the connection]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/4306 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-32/builds/2009 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/6354 [mattip: force build, release-pypy3.6-v7.x]
speeder39_ has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7376 [mattip: force build, release-pypy3.6-v7.x]
jcea has joined #pypy
lritter has quit [Quit: Leaving]
Zaab1t has joined #pypy
forgottenone has joined #pypy
dddddd has quit [Remote host closed the connection]
jcea has quit [Quit: jcea]
adamholmberg has joined #pypy
Garen has quit [Read error: Connection reset by peer]
Garen has joined #pypy
forgottenone has quit [Ping timeout: 246 seconds]
Zaab1t has quit [Quit: bye bye friends]
speeder39_ has quit [Quit: Connection closed for inactivity]
adamholmberg has quit [Remote host closed the connection]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-s390x/builds/1247 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4502 [mattip: force build, release-pypy3.6-v7.x]
<kenaan> mattip pypy.org[extradoc] 83e5aaf386f5 /: update the sha256 for release tag de061d87e39c (except windows which will do later)
<kenaan> mattip default 7dfde239f1b9 /pypy/tool/release/repackage.sh: simplify by requiring user to specify exe name
forgottenone has joined #pypy
* arigato builds now the latest release-pypy3.6-v7.x on ppc
<arigato> sorry, I mean the tag release-pypy3.6-v7.1.0 (but they are both at the same revision right now)
alawrence has joined #pypy
zzarr has quit [Ping timeout: 250 seconds]
<mattip> I moved the tag, and uploaded fixed binaries for all but win32
<mattip> arigato: thanks
<arigato> pypy3.6-ppc binaries are up now too! np
<alawrence> mattip: I am stuck fixing some bugs on windows. The error code for ECONNREFUSED is not being recognized as a ConnectionRefusedError. I suspect it is due to the line #ifndef _CRT_NO_POSIX_ERROR_CODES being added in errno.h on Windows.
<alawrence> mattip: I am not sure how to check what is happening in the translated code to see if the error codes are properly defined. Do you have any hints?
alawrence has quit [Ping timeout: 256 seconds]
<mattip> you could run the errno module tests untranslated `python pytest.py pypy/module/errno/test`
<mattip> s/python/python2/
<mattip> and check for ECONNREFUSED, is it getting WSAECONNREFUSED instead?
<mattip> we have a similar issue with EWOULDBLOCK
<mattip> alawrence (for the logs) ^^^^^
themsay has quit [Ping timeout: 255 seconds]
darkman66 has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
alawrence has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 250 seconds]
<alawrence> mattip: Did you see my question earlier?
<mattip> alawrence: is the problem that errno.ECONNREFUSED != errno.WSAECONNREFUSED ?
<mattip> it seems we have a problem with pypy3 and errno
<mattip> you can check the errno module untranslated `python2 pytest.py pypy/module/errno/test`
<mattip> if the WSA* is the problem, see issue 2977 https://bitbucket.org/pypy/pypy/issues/2977
themsay has joined #pypy
<mattip> indeed, on cpython errno.ECONNREFUSED == errno.WSAECONNREFUSED, on pypy3 it is false
<alawrence> I ran those tests untranslated and saw the problem but I was not sure what the steps are to dig further and find the source.
darkman6_ has joined #pypy
darkman66 has quit [Ping timeout: 246 seconds]
darkman66 has joined #pypy
<mattip> alawrence: the problem is that the errno codes are added by meta-programming, and we need to do what cpython does
darkman6_ has quit [Ping timeout: 246 seconds]
alawrence has quit [Ping timeout: 256 seconds]
<mattip> and give precedence to the errorcodes with WSA equivalents in rpython/rlib/_rsocket_rffi.py
<mattip> it seems there is an attempt to do this in module/errno/interp_errno.py line 83 or so, but maybe the check is excessive
<mattip> "if name[3:] in errors and name[3:] not in name2code:" ====>
<mattip> "if name[3:] in errors:"
<mattip> ?
darkman6_ has joined #pypy
darkman66 has quit [Ping timeout: 250 seconds]
antocuni has joined #pypy
darkman66 has joined #pypy
darkman6_ has quit [Ping timeout: 255 seconds]
darkman6_ has joined #pypy
darkman66 has quit [Ping timeout: 246 seconds]
antocuni has quit [Ping timeout: 250 seconds]
darkman66 has joined #pypy
darkman6_ has quit [Ping timeout: 246 seconds]
dddddd has joined #pypy
forgottenone has quit [Ping timeout: 250 seconds]
jcea has joined #pypy
tsaka__ has joined #pypy
Rhy0lite has joined #pypy
antocuni has joined #pypy
forgottenone has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4505 [mattip: force build, release-pypy3.6-v7.x]
speeder39_ has joined #pypy
lritter has joined #pypy
marky1991 has joined #pypy
<Rhy0lite> mattip: ping
<Rhy0lite> Who is performing the builds for PPC64 Linux with the shager account?
<mattip> I don't know which account. I think arigato started the builds
<Rhy0lite> The gcc110 system in the gnu compile farm has limited disk space and the recent release builds are taking up a lot of diskspace in /tmp.
<Rhy0lite> arigato: ^^^
<Rhy0lite> The combination of 2.7 and 3.6 releases are nearly filling the available /tmp diskspace
<Rhy0lite> If the release builds can be copied to the download website and the temporary files removed, it would be greatly appreciated
<mattip> sorry
<Rhy0lite> I'm glad that PyPy is continuing to create builds for PPC64
<Rhy0lite> gcc110 PPC64 BE may not be that important anyway (unlike PPC64 LE on gcc112 and gcc135)
<arigato> Rhy0lite: sorry! cleaned up /tmp now
<Rhy0lite> Thanks!
<arigato> fwiw, the numbers of downloads done from https://bitbucket.org/pypy/pypy/downloads/ for ppc
<arigato> are typically up to ~200 for each of ppc64 and ppc64le
<arigato> so unless there is a reason to stop, I should continue to build on ppc64 too
<Rhy0lite> I'm not insisting that you shop ppc64 be
<Rhy0lite> If possible to build pypy2.7 and pypy3.6 sequentially, it might be less problem with the diskspace
<Rhy0lite> Thanks for the download stats
<Rhy0lite> There are still users of PPC64 BE. I just wanted to mention that it's not the future direction.
<arigato> sure, they are generally built sequentially anyway, so I can remember to clean up /tmp in-between
<arigato> OK
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1036 [mattip: force build, release-pypy3.6-v7.x]
speeder39_ has quit [Quit: Connection closed for inactivity]
darkman66 has quit [Remote host closed the connection]
Zaab1t has joined #pypy
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 245 seconds]
adamholmberg has joined #pypy
Zaab1t has quit [Quit: bye bye friends]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
adamholmberg has quit [Remote host closed the connection]
forgottenone has quit [Quit: Konversation terminated!]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
Zaab1t has joined #pypy
adamholmberg has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
antocuni has quit [Ping timeout: 272 seconds]
themsay has quit [Read error: Connection reset by peer]
themsay has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
adamholm_ has joined #pypy
themsay has quit [Ping timeout: 250 seconds]
themsay has joined #pypy
adamholmberg has quit [Ping timeout: 245 seconds]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
<kenaan> mattip py3.6 c9bd74b7f75e /pypy/module/errno/interp_errno.py: override system Exxx that were added in MSVC 2010, cpython decided to stick with the old values
<mattip> maybe fixed issue 2977, now how do I get a random IRC commenter (Frankablu) to try it after the nightly?
themsay has quit [Ping timeout: 246 seconds]
Zaab1t has quit [Quit: bye bye friends]
Rhy0lite has quit [Quit: Leaving]
marky1991 has quit [Remote host closed the connection]
adamholm_ has quit [Remote host closed the connection]
adamholmberg has joined #pypy
marky1991 has joined #pypy
adamholmberg has quit [Ping timeout: 246 seconds]
darkman66 has joined #pypy
adamholmberg has joined #pypy
themsay has joined #pypy
kipras has joined #pypy
nimaje has quit [Ping timeout: 252 seconds]
nimaje has joined #pypy
speeder39_ has joined #pypy
marky1991 has quit [Ping timeout: 250 seconds]
marky1991 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4505 [mattip: force build, release-pypy3.6-v7.x]
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
adamholmberg has quit [Remote host closed the connection]
<kenaan> mattip pypy.org[extradoc] c1b2bd8d0e7a /: update sha256 hashes for new win32 download
marky1991 has quit [Remote host closed the connection]
marvin has quit [Remote host closed the connection]
94KAAB7SI has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
PileOfDirt has joined #pypy
glyph has quit [Quit: End of line.]
glyph has joined #pypy
Ai9zO5AP has quit [Quit: WeeChat 2.4]
speeder39_ has quit [Quit: Connection closed for inactivity]
Garen has quit [Read error: Connection reset by peer]
Garen has joined #pypy
kipras has quit [Ping timeout: 246 seconds]
speeder39_ has joined #pypy