cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | Matti: I made a bit of progress, the tests now only segfault towards the end
f4at has joined #pypy
f4at has quit [Client Quit]
<cfbolz> mattip: I would be a bit worried about the patch in that it might jiggle around the 65k line limit per C file
slav0nic has joined #pypy
commandoline_ has joined #pypy
commandoline has quit [Ping timeout: 246 seconds]
<mattip> right, the cbuild.convert_sources_to_files() should really be checking that somehow and splitting up too-long-files
<mattip> are we close to that limit today?
<cfbolz> mattip: we *are* splitting things
<cfbolz> but splitting things into smaller pieces is potentially bad for the information the C compiler has
<cfbolz> (we should try thin lto at some point, regular lto always ran out of memory/time the last time we tried it, I think?)
mjacob has quit [Read error: Connection reset by peer]
mjacob has joined #pypy
arigato has quit [Quit: ZNC - http://znc.in]
antocuni has quit [Quit: ZNC 1.6.3+deb1ubuntu0.2 - http://znc.in]
arigato has joined #pypy
antocuni has joined #pypy
Dejan has joined #pypy
<fijal> hey, buildmaster is experiencing issues
<fijal> (possibly)
lritter has joined #pypy
<mattip> thanks for the heads up
<mattip> anything we can do to lessen the load?
Atque has joined #pypy
Atque has quit [Quit: ...]
Atque has joined #pypy
<mattip> hmm, buildbot going down exposed a failure in the https://downloads.python.org/pypy/ caching
<mattip> it is giving a 503
Atque has quit [Quit: ...]
<mattip> EWDurbin: I thought https://downloads.python.org/pypy/ was doing its own caching, but it seems that caching reqiures a valid source
<cfbolz> I suppose EWDurbin is busy at pycon
Atque has joined #pypy
Atque has quit [Client Quit]
antocuni has quit [Quit: ZNC 1.6.3+deb1ubuntu0.2 - http://znc.in]
arigato has quit [Quit: ZNC - http://znc.in]
arigato has joined #pypy
antocuni has joined #pypy
f4at has joined #pypy
<arigato> can anyone help me with docker? I've been fighting for a while now and I have still no clue
<arigato> basically I've got a running docker container on a machine, and I'd like to move it and continue running it elsewhere
<arigato> I'm fine shutting it down and restarting the processes in the container
<arigato> I just don't manage to do that
Dejan has quit [Quit: Leaving]
<agronholm> arigato: what would you preserve from the container? the changes to the file system on top of the image?
mannerism has joined #pypy
<LarstiQ> then you can either docker push/pull or https://docs.docker.com/engine/reference/commandline/export/ to transfer a tarball
f4at has quit [Quit: bye]
lritter has quit [Quit: Leaving]
<arigato> LarstiQ: thank you!
slav0nic has quit [Ping timeout: 240 seconds]