sb0 changed the topic of #m-labs to: https://m-labs.hk :: Logs http://irclog.whitequark.org/m-labs :: Due to spam bots, only registered users can talk. See: https://freenode.net/kb/answer/registration
balrog has quit [Quit: Bye]
balrog has joined #m-labs
sb0 has quit [Ping timeout: 268 seconds]
mauz555 has joined #m-labs
mauz555 has quit [Ping timeout: 252 seconds]
sb0 has joined #m-labs
sb0 has quit [Quit: Leaving]
sb0 has joined #m-labs
_whitelogger has joined #m-labs
rohitksingh has joined #m-labs
cedric has joined #m-labs
cedric has quit [Changing host]
cedric has joined #m-labs
cedric has quit [Quit: ZNC 1.6.6 - http://znc.in]
<GitHub-m-labs> [artiq] sbourdeauducq pushed 1 new commit to new: https://github.com/m-labs/artiq/commit/84a6b3d09b140ac1254d9464861987104a7ee390
<GitHub-m-labs> artiq/new 84a6b3d Sebastien Bourdeauducq: runtime: fix DMA recording after now-pinning
cedric has joined #m-labs
cedric has quit [Changing host]
cedric has joined #m-labs
<sb0> bb-m-labs: force build --branch=new artiq
<bb-m-labs> build forced [ETA 1h05m36s]
<bb-m-labs> I'll give a shout when the build finishes
cedric has quit [Client Quit]
cedric has joined #m-labs
cedric has quit [Changing host]
cedric has joined #m-labs
<bb-m-labs> build #2011 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2011
<GitHub-m-labs> [artiq] klickverbot commented on issue #1192: I believe you would be looking for `@rpc(flags={"async"})` for kernel RPC. https://github.com/m-labs/artiq/issues/1192#issuecomment-437563847
<bb-m-labs> build #2012 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/2012
<bb-m-labs> build #2682 of artiq is complete: Exception [exception python_unittest_2 board_unlock_1] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2682
rohitksingh has quit [Ping timeout: 245 seconds]
rohitksingh has joined #m-labs
Xark has joined #m-labs
_whitelogger has joined #m-labs
rohitksingh has quit [Ping timeout: 246 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 268 seconds]
Gurty has quit [Ping timeout: 252 seconds]
<sb0> whitequark: do you have any idea about those crazy unit test failures?
<sb0> looks like corruption of some sort
<whitequark> that's weird
<whitequark> anything in core device log?
<sb0> nothing
<sb0> the errors seem reproducible
<whitequark> hm
<sb0> even simple stuff like test_embedding.DefaultArgTest is broken
<sb0> seems to be some issue around RPCs
<sb0> do they touch "now" in some way?
<whitequark> hm.
<whitequark> they do not.
<whitequark> the only things that touch now are the now_mu, at_mu and delay_mu IR intrinsics
whitequark is now known as lamp
lamp is now known as whitequark
ncl has joined #m-labs
<GitHub54> [microscope] whitequark created order (+1 new commit): https://github.com/m-labs/microscope/commit/ec74d0e4c9ca
<GitHub54> microscope/order ec74d0e whitequark: Work around Migen's finalization being subtly order dependent....
<GitHub192> [microscope] whitequark opened pull request #1: Work around Migen's finalization being subtly order dependent (master...order) https://github.com/m-labs/microscope/pull/1
<GitHub188> [microscope] whitequark force-pushed order from ec74d0e to bfd5df2: https://github.com/m-labs/microscope/commits/order
<GitHub188> microscope/order bfd5df2 whitequark: Work around Migen's finalization being subtly order dependent....
<cr1901_modern> How did I never know about microscope?
<GitHub96> [microscope] whitequark created record (+1 new commit): https://github.com/m-labs/microscope/commit/99494ed654d1
<GitHub96> microscope/record 99494ed whitequark: Add basic record inserts....