sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
sb0 has joined #m-labs
fengling has joined #m-labs
fengling has quit [Read error: Connection reset by peer]
fengling has joined #m-labs
FelixVi has joined #m-labs
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer06 has joined #m-labs
DocScrutinizer06 is now known as DocScrutinizer05
rohitksingh_work has joined #m-labs
mumptai has joined #m-labs
rohitksingh_wor1 has joined #m-labs
rohitksingh_wor2 has joined #m-labs
rohitksingh_work has quit [Ping timeout: 240 seconds]
rohitksingh_wor1 has quit [Ping timeout: 272 seconds]
rohitksingh_work has joined #m-labs
rohitksingh_wor2 has quit [Ping timeout: 240 seconds]
FelixVi has quit [Remote host closed the connection]
EvilSpirit has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
fengling has joined #m-labs
cr1901_modern1 has joined #m-labs
cr1901_modern has quit [Ping timeout: 244 seconds]
cr1901_modern has joined #m-labs
cr1901_modern1 has quit [Ping timeout: 258 seconds]
mumptai has quit [Remote host closed the connection]
<GitHub123> [artiq] whitequark pushed 1 new commit to master: https://git.io/voo0H
<GitHub123> artiq/master cae6e86 whitequark: Revert "runtime: disable lwip TCP keepalive."...
<bb-m-labs> build #483 of artiq-kc705-nist_clock is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-kc705-nist_clock/builds/483
<bb-m-labs> build #227 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/227
<bb-m-labs> build #754 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/754
key2 has quit [Ping timeout: 250 seconds]
fengling has quit [Ping timeout: 240 seconds]
<whitequark> wonderful. Assertion "pcb->state == LISTEN (called for wrong pcb?)" failed at line 195 in /home/whitequark/Work/artiq-dev/artiq/artiq/runtime/net_server.c
<whitequark> actually, hm
<whitequark> right.
<whitequark> sb0: why did you ever rip out the -MMD from migen software build?
<whitequark> I've tripped on that a few times
<sb0> the dependency stuff? it didn't work reliably
<whitequark> oh
<whitequark> well, I guess that makes sense
<whitequark> how do you test pp?
<whitequark> ppp?
<sb0> with the pipistrello
<GitHub112> [artiq] jordens pushed 1 new commit to master: https://git.io/vooi6
<GitHub112> artiq/master 88d6d0d Robert Jordens: browser: also support loading arguments by button and activation, closes #479
<bb-m-labs> build #755 of artiq is complete: Exception [exception interrupted] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/755 blamelist: Robert Jordens <rj@m-labs.hk>
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
rohitksingh_work has quit [Ping timeout: 258 seconds]
rohitksingh_work has joined #m-labs
sandeepkr has quit [Ping timeout: 246 seconds]
kuldeep has quit [Ping timeout: 276 seconds]
<rjo> whitequark: are you running networking tests on the kc705?
kuldeep has joined #m-labs
sandeepkr has joined #m-labs
<whitequark> yes.
<whitequark> well, I suppose I can stop that already
<whitequark> new lwip seems to not have the keepalive bug, or others similar to it...
<whitequark> done.
<sb0> ah, good news!
<whitequark> let's first see if it breaks ppp.
<whitequark> sb0: do you remember if the pipistrello is connected in the lab?
<whitequark> ah, yes, lsusb shows it.
fengling has joined #m-labs
<rjo> whitequark: those tests have a peculiar slow-down
<whitequark> hm?
<whitequark> which tests?
fengling has quit [Ping timeout: 240 seconds]
<rjo> your tests
<whitequark> oh.
<whitequark> not sure.
<whitequark> /dev/pipistrello /dev/kc705_buildbot
<whitequark> now exist
<sb0> great! does it handle the pipistrello jtag?
<whitequark> I've actually realized just now that I don't fully understand how that works
<whitequark> how dooes openocd choose between devices?
<whitequark> I can't quie find that anywhere
<whitequark> ok, so that needs ft2232_serial in the openocd script
<whitequark> I can make a symlink to /dev/bus/usb/... but it doesn't appear to be actually used anywhere
<whitequark> similarly with kc705, the cp2103 they are using does not have a unique serial
<whitequark> we can't identify it in any way except by bus topology, I think
<bb-m-labs> build #223 of artiq-pipistrello-nist_qc1 is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-pipistrello-nist_qc1/builds/223
<bb-m-labs> build #484 of artiq-kc705-nist_clock is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-kc705-nist_clock/builds/484
<rjo> yes. it does not use the serial device or the usb device. libftdi provides its own searching.
rohitksingh_work has quit [Read error: Connection reset by peer]
<rjo> the cp2103 is only for the console.
fengling has joined #m-labs
<rjo> as long as we don't hook up more than one kc705 or pipistrello we are ok ... otherwise we would have to expose ftdi_serial and/or ftdi_location through artiq_flash
<rjo> the ft2232 is obsolete and not used here.
<rjo> * ft2232_ options
<bb-m-labs> build #228 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/228
fengling has quit [Ping timeout: 240 seconds]
<whitequark> rjo: well, the idea that prompted me to start doing this was to plug in a second kc705
<whitequark> so that tests can always run undisturbed
<bb-m-labs> build #756 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/756
<whitequark> rjo: ok. how exactly was ppp broken?
<whitequark> I am running the same test, so far it is successful
FelixVi has joined #m-labs
<rjo> IIRC when i tried a newer lwip it crashed when starting the ppp session.
<whitequark> ah. that's not the case now.
<GitHub8> [artiq] whitequark pushed 1 new commit to master: https://git.io/voKIX
<GitHub8> artiq/master 5c54a6a whitequark: Upgrade lwip to 2.0.0 to fix the keepalive bug #456.
<bb-m-labs> build #757 of artiq is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/757 blamelist: whitequark <whitequark@whitequark.org>
<rjo> ok. good.
<whitequark> sb0: can I get m-labs/lwip write?
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
rohitksingh has joined #m-labs
mumptai has joined #m-labs
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
rohitksingh has quit [Ping timeout: 260 seconds]
rohitksingh has joined #m-labs
EvilSpirit has quit [Read error: Connection reset by peer]
rohitksingh1 has joined #m-labs
rohitksingh has quit [Ping timeout: 250 seconds]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
mumptai_ has joined #m-labs
mumptai_ has quit [Remote host closed the connection]
FelixVi has quit [Remote host closed the connection]
rohitksingh1 has quit [Ping timeout: 260 seconds]
rohitksingh has joined #m-labs
fengling has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
fengling has quit [Ping timeout: 240 seconds]
n00n has quit [Remote host closed the connection]
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer05 has joined #m-labs
tmbinc__ has quit [Ping timeout: 264 seconds]
tmbinc__ has joined #m-labs
stekern has quit [Ping timeout: 264 seconds]
rjo has quit [Ping timeout: 264 seconds]
rjo has joined #m-labs
stekern has joined #m-labs
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
cr1901_modern has quit [Read error: Connection reset by peer]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
cr1901_modern has joined #m-labs
mumptai has quit [Remote host closed the connection]
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]
<GitHub63> [artiq] whitequark pushed 1 new commit to master: https://git.io/vo66R
<GitHub63> artiq/master f2ae24d whitequark: compiler: add support for Python modules....
<bb-m-labs> build #758 of artiq is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/758 blamelist: whitequark <whitequark@whitequark.org>
<whitequark> sb0: well?
<whitequark> the build is going to stay broken until that (or I switch back to savannah. but that'll break it for other reasons.)
fengling has joined #m-labs
fengling has quit [Ping timeout: 240 seconds]