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
<GitHub146> [artiq] marmeladapk commented on issue #854: @sbourdeauducq I flashed it now:... https://github.com/m-labs/artiq/issues/854#issuecomment-361372812
<GitHub135> [artiq] jonaskeller commented on issue #902: Below is the backtrace for one instance of it crashing (this is with 3.2+8.gaa64b8ad). Since I wasn't sure what causes it and was working on something else, I just let one of our experiments run in a loop - it's far from minimal, I'm afraid. If you need me to test something simpler, please let me know.... https://github.com/m-labs/artiq/issues/902#issuecomment-3614337
<GitHub114> [artiq] jonaskeller commented on issue #902: Below is the backtrace for one instance of it crashing (this is with 3.2+8.gaa64b8ad). Since I wasn't sure what causes it and was working on something else, I just let one of our experiments run in a loop - it's far from minimal, I'm afraid. If you need me to test something simpler, please let me know.... https://github.com/m-labs/artiq/issues/902#issuecomment-3614337
<GitHub44> [artiq] jonaskeller commented on issue #902: Below is the backtrace for one instance of it crashing. Since I wasn't sure what causes it and was working on something else, I just let one of our experiments run in a loop - it's far from minimal, I'm afraid. If you need me to test something simpler, please let me know.... https://github.com/m-labs/artiq/issues/902#issuecomment-361433786
<GitHub140> [artiq] whitequark commented on issue #902: No, this is enough. Actually, the crash has nothing to do with your *experiment*. Do you have an idle kernel set up? https://github.com/m-labs/artiq/issues/902#issuecomment-361438278
<GitHub151> [artiq] jonaskeller commented on issue #902: No (we usually do, but I didn't set it up this time). https://github.com/m-labs/artiq/issues/902#issuecomment-361442375
<GitHub86> [artiq] whitequark commented on issue #902: Do you still have the orignial backtrace (with addresses)? Looks like you didn't pass the `-i` option and the inlined frames are skipped. https://github.com/m-labs/artiq/issues/902#issuecomment-361443990
<GitHub119> [artiq] jonaskeller commented on issue #902: Oh, sorry. Here's the original:... https://github.com/m-labs/artiq/issues/902#issuecomment-361445586
<GitHub166> [artiq] whitequark commented on issue #902: Can you please rerun it with `-i`? https://github.com/m-labs/artiq/issues/902#issuecomment-361446010
<GitHub158> [artiq] jonaskeller commented on issue #902: /var/lib/buildbot/slaves/debian-stretch-amd64-2/miniconda/conda-bld/artiq-kc705-nist_qc2_1517012401014/work/artiq/firmware/libboard/config.rs:91... https://github.com/m-labs/artiq/issues/902#issuecomment-361446219
<GitHub134> [artiq] sbourdeauducq commented on issue #407: It fluctuates, I had 83ms the first time but it is usually more like 60-65. Anyway, either 83 or 62 is a big difference from 500. https://github.com/m-labs/artiq/issues/407#issuecomment-361448827
<GitHub106> [smoltcp] LuoZijun commented on issue #136: @whitequark ... https://github.com/m-labs/smoltcp/pull/136#issuecomment-361451575
stekern has quit [Ping timeout: 256 seconds]
stekern has joined #m-labs
<GitHub93> [smoltcp] whitequark commented on issue #136: We can place an additional condition that `receive` should have returned `None` before `phy::wait` can be run. What do you think? https://github.com/m-labs/smoltcp/pull/136#issuecomment-361453656
<GitHub98> [artiq] whitequark commented on issue #902: That... makes no sense. The only way to interpret that backtrace is that a packet arrived, passed the length verification in `smoltcp::Ipv4Packet::new_checked`, and subsequently failed the exact same length check it in `smoltcp::Ipv4Packet::payload()`. https://github.com/m-labs/artiq/issues/902#issuecomment-361454230
<sb0> _florent_, thanks. I suppose you know about microscope.
<sb0> there are examples in the sayma port that I used to debug drtio
<GitHub129> [smoltcp] LuoZijun commented on issue #136: @whitequark ... https://github.com/m-labs/smoltcp/pull/136#issuecomment-361456587
<sb0> whitequark, openocd is now opening a gdb socket while flashing a board
<sb0> this prevents two boards from being flashed at the same time
<sb0> did you change something in artiq_flash that could have caused that?
<GitHub22> [artiq] sbourdeauducq commented on issue #652: Is there a package in particular you are worried about? Otherwise, the whole Anaconda distribution has been Python 3.6 by default for a while, and I don't expect problems other than the usual yak-shaving. https://github.com/m-labs/artiq/issues/652#issuecomment-361461333
<GitHub179> [artiq] sbourdeauducq commented on issue #908: Here is everything I built from the current master (with RTM bridge, RTIO and other things disabled to save compilation time):... https://github.com/m-labs/artiq/issues/908#issuecomment-361462516
<whitequark> sb0: not intentionally
<GitHub100> [artiq] sbourdeauducq commented on issue #908: Here is everything I built from the current master (with RTM bridge, RTIO and other things disabled to save compilation and RTM yak-shaving time):... https://github.com/m-labs/artiq/issues/908#issuecomment-361462516
<whitequark> sb0: are you sure this wasn't always the case?
<GitHub181> [artiq] whitequark pushed 1 new commit to master: https://github.com/m-labs/artiq/commit/a669652854e8978ee8c7fbc6b49183183455c7f0
<GitHub181> artiq/master a669652 whitequark: artiq_flash: tell openocd to not listen on any network ports.
<sb0> concurrent board flashing used to work. it's either the artiq_flash modifications or the openocd update (for kasli support)
<sb0> thanks!
<whitequark> probably the openocd update
<whitequark> I believe the script should be the same
<GitHub55> [artiq] whitequark commented on issue #902: Ah, it fails a *different* length check. https://github.com/m-labs/artiq/issues/902#issuecomment-361464590
<GitHub111> [smoltcp] whitequark pushed 2 new commits to master: https://github.com/m-labs/smoltcp/compare/c2d18ec071a2...181083f18c97
<GitHub111> smoltcp/master 181083f whitequark: Reject certain malformed IPv4 packets....
<GitHub111> smoltcp/master 0818612 whitequark: Add the packet2pcap utility.
<GitHub80> [artiq] whitequark closed issue #902: FPGA panics https://github.com/m-labs/artiq/issues/902
<GitHub124> [artiq] whitequark pushed 1 new commit to master: https://github.com/m-labs/artiq/commit/807eb1155b1489aba58de92d45739684ee3033f1
<GitHub124> artiq/master 807eb11 whitequark: Update smoltcp....
<GitHub32> [artiq] sbourdeauducq commented on issue #902: @jonaskeller How problematic is this bug for you? Should we do a 3.4 release soon with the fix? https://github.com/m-labs/artiq/issues/902#issuecomment-361465953
hjr3 has joined #m-labs
<GitHub123> [artiq] whitequark pushed 1 new commit to release-3: https://github.com/m-labs/artiq/commit/b92b00a1c8e304d5c76b44ab91c719eef28b4d06
<GitHub123> artiq/release-3 b92b00a whitequark: Update smoltcp....
hjr3 has quit [Client Quit]
<travis-ci> m-labs/smoltcp#651 (master - 181083f : whitequark): The build passed.
jkeller has joined #m-labs
<jkeller> bb-m-labs: force build --props=package=artiq-kc705-nist_qc2 --branch=release-3 artiq-board
<bb-m-labs> The build has been queued, I'll give a shout when it starts
jkeller has quit [Client Quit]
hjr3 has joined #m-labs
<bb-m-labs> build #1168 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1168
<bb-m-labs> build forced [ETA 18m51s]
<bb-m-labs> I'll give a shout when the build finishes
<bb-m-labs> build #1169 of artiq-board is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1169
<bb-m-labs> build #714 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/714
<bb-m-labs> build #2021 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2021
<sb0> force build --props=package=artiq-kc705-nist_qc2 --branch=release-3 artiq-board
<sb0> bb-m-labs, force build --props=package=artiq-kc705-nist_qc2 --branch=release-3 artiq-board
<bb-m-labs> build forced [ETA 18m51s]
<bb-m-labs> I'll give a shout when the build finishes
<bb-m-labs> build #1170 of artiq-board is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1170
<GitHub49> [artiq] jonaskeller commented on issue #902: Thanks for fixing this.... https://github.com/m-labs/artiq/issues/902#issuecomment-361470164
rohitksingh_work has joined #m-labs
<GitHub47> [artiq] sbourdeauducq commented on issue #902: OK, we will cut 3.4 next Monday. https://github.com/m-labs/artiq/issues/902#issuecomment-361470404
<bb-m-labs> build #1171 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1171
<bb-m-labs> build #715 of artiq-win64-test is complete: Warnings [warnings python_coverage] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/715 blamelist: whitequark <whitequark@whitequark.org>
<bb-m-labs> build #2022 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2022
<sb0> bb-m-labs, force build --props=package=artiq-kc705-nist_qc2 --branch=release-3 artiq-board
<bb-m-labs> The build has been queued, I'll give a shout when it starts
<bb-m-labs> build #1172 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1172
<bb-m-labs> build forced [ETA 18m42s]
<bb-m-labs> I'll give a shout when the build finishes
<bb-m-labs> build #2023 of artiq is complete: Failure [failed artiq_flash] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2023 blamelist: whitequark <whitequark@whitequark.org>
<bb-m-labs> build #1173 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1173
rohitksingh-demo has joined #m-labs
<GitHub64> [artiq] jonaskeller commented on issue #902: Great, thanks! https://github.com/m-labs/artiq/issues/902#issuecomment-361485559
<GitHub71> [artiq] sbourdeauducq commented on issue #902: Your package is built now, do you confirm the issue is resolved? https://github.com/m-labs/artiq/issues/902#issuecomment-361485628
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
sb0 has quit [Quit: Leaving]
<GitHub168> [artiq] jonaskeller commented on issue #902: I'm writing from home - will check tomorrow and let you know. https://github.com/m-labs/artiq/issues/902#issuecomment-361487969
<GitHub> [conda-recipes] jordens pushed 1 new commit to master: https://github.com/m-labs/conda-recipes/commit/96a6ad4bbbed1020394d12d23e8c30b5b353b8f2
<GitHub> conda-recipes/master 96a6ad4 Robert Jordens: openocd/bscan: bump, get rid of the +, use build number
<rjo> bb-m-labs: force build --props=package=bscan-spi-bitstreams conda
<bb-m-labs> no such builder 'conda'
<rjo> bb-m-labs: force build --props=package=bscan-spi-bitstreams conda-lin64
<bb-m-labs> build #361 forced
<bb-m-labs> I'll give a shout when the build finishes
<bb-m-labs> build #361 of conda-lin64 is complete: Failure [failed anaconda_upload] Build details are at http://buildbot.m-labs.hk/builders/conda-lin64/builds/361
rohitksingh-demo has quit [Quit: Leaving.]
<rjo> bb-m-labs: force build --props=package=openocd conda-all
<bb-m-labs> build #96 forced
<bb-m-labs> I'll give a shout when the build finishes
<bb-m-labs> build #362 of conda-lin64 is complete: Failure [failed anaconda_upload] Build details are at http://buildbot.m-labs.hk/builders/conda-lin64/builds/362
<bb-m-labs> build #196 of conda-win64 is complete: Failure [failed anaconda_upload] Build details are at http://buildbot.m-labs.hk/builders/conda-win64/builds/196
<bb-m-labs> build #96 of conda-all is complete: Failure [failed] Build details are at http://buildbot.m-labs.hk/builders/conda-all/builds/96
<GitHub13> [artiq] jordens pushed 1 new commit to master: https://github.com/m-labs/artiq/commit/fb8c779b4f138f6fcb0d33d061a777dc089bb5ac
<GitHub13> artiq/master fb8c779 Robert Jordens: artiq_flash: report XADC data...
<GitHub27> [artiq] enjoy-digital commented on issue #908: thanks @sbourdeauducq. I'll look at that. The read leveling procedure is probably still not robust enough. https://github.com/m-labs/artiq/issues/908#issuecomment-361495766
kraza has joined #m-labs
<kraza> hello everyone
FabM has joined #m-labs
<GitHub166> [artiq] jordens pushed 1 new commit to master: https://github.com/m-labs/artiq/commit/9fca7b8faa5fe43a1de83c6f709676ef7d1293da
<GitHub166> artiq/master 9fca7b8 Robert Jordens: artiq_flash: also report sayma AMC SYSMONE1 data...
<rjo> kraza: hello
<kraza> Hey.
<kraza> I'm sorry about dropping out yesterday, I (still) have no idea how to IRC.
<kraza> Anyway, I understand you guys have a quadrupole driver design
<bb-m-labs> build #1174 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1174
<bb-m-labs> build #2024 of artiq is complete: Failure [failed artiq_flash] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2024 blamelist: Robert Jordens <jordens@gmail.com>
<GitHub146> [artiq] jordens commented on issue #652: The situation has reversed from what it was. Now 3.6 is eminent and sticking with 3.5 will ultimately lead to what @sbourdeauducq has described. https://github.com/m-labs/artiq/issues/652#issuecomment-361500992
<GitHub173> [artiq] jordens pushed 1 new commit to master: https://github.com/m-labs/artiq/commit/4c22d64ee438d8b65ba728829794698191719181
<GitHub173> artiq/master 4c22d64 Robert Jordens: conda: sync artiq/artiq-dev dependencies
<bb-m-labs> build #1175 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1175
<bb-m-labs> build #2025 of artiq is complete: Failure [failed artiq_flash] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2025 blamelist: Robert Jordens <jordens@gmail.com>
<bb-m-labs> build #1176 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1176
<bb-m-labs> build #716 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/716
<bb-m-labs> build #2026 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2026
sb0 has joined #m-labs
<GitHub0> [artiq] sbourdeauducq opened issue #912: Sayma folder organization: use different folder for different variant https://github.com/m-labs/artiq/issues/912
hozer has quit [Ping timeout: 276 seconds]
<GitHub121> [artiq] sbourdeauducq commented on commit 4c22d64: Should parts of this be applied to release-3 as well? https://github.com/m-labs/artiq/commit/4c22d64ee438d8b65ba728829794698191719181#commitcomment-27201993
<GitHub171> [artiq] sbourdeauducq pushed 2 new commits to release-3: https://github.com/m-labs/artiq/compare/b92b00a1c8e3...e1aafcbb4f70
<GitHub171> artiq/release-3 e1aafcb Sebastien Bourdeauducq: artiq_flash: add --preinit-command for buildbot compatibility
<GitHub171> artiq/release-3 2548e9d Sebastien Bourdeauducq: RELEASE_NOTES: add 3.4 entry
<bb-m-labs> build #2027 of artiq is complete: Failure [failed lit_test] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2027 blamelist: Sebastien Bourdeauducq <sb@m-labs.hk>
<sb0> whitequark, ^
<sb0> what is that?
<sb0> _florent_, any update? right now the top priority items are jesd204 sc1 and kasli drtio
<_florent_> sb0: ok, i'm going to working on kasli drtio
<_florent_> sb0: i think i got the multi-lane init sequence working for gth, will do more testing after drtio on kasli and jesd204 sc1
<GitHub19> [artiq] jordens commented on commit 4c22d64: I don't think it's a bug in release-3. But I'll push an equivalent commit there. https://github.com/m-labs/artiq/commit/4c22d64ee438d8b65ba728829794698191719181#commitcomment-27202620
<GitHub178> [artiq] jordens pushed 1 new commit to release-3: https://github.com/m-labs/artiq/commit/49a265453d1874aaf69aa67db745b1f5dff1945b
<GitHub178> artiq/release-3 49a2654 Robert Jordens: conda: sync artiq and artiq-dev...
<bb-m-labs> build #2028 of artiq is complete: Failure [failed lit_test] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2028 blamelist: Robert Jordens <rj@m-labs.hk>
<GitHub129> [artiq] jordens pushed 1 new commit to release-3: https://github.com/m-labs/artiq/commit/9db30ce8dcff4b3d2f612091fe3c96485de074fc
<GitHub129> artiq/release-3 9db30ce Robert Jordens: conda: pin openocd build
<bb-m-labs> build #2029 of artiq is complete: Failure [failed lit_test] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/2029 blamelist: Robert Jordens <rj@m-labs.hk>
<GitHub53> [artiq] sbourdeauducq commented on issue #562: Remaining steps:... https://github.com/m-labs/artiq/issues/562#issuecomment-282458954
<GitHub47> [artiq] sbourdeauducq commented on issue #562: Remaining steps:... https://github.com/m-labs/artiq/issues/562#issuecomment-282458954
<GitHub106> [artiq] sbourdeauducq commented on issue #562: Remaining steps:... https://github.com/m-labs/artiq/issues/562#issuecomment-282458954
<GitHub191> [artiq] sbourdeauducq commented on issue #562: Remaining steps:... https://github.com/m-labs/artiq/issues/562#issuecomment-282458954
kraza has quit [Ping timeout: 260 seconds]
sb0 has quit [Quit: Leaving]
rohitksingh_work has quit [Read error: Connection reset by peer]
sb0 has joined #m-labs
<sb0> what is the mass spectrum of H2?
<sb0> according to http://webbook.nist.gov/cgi/cbook.cgi?ID=C1333740&Mask=200#Mass-Spec it's a large peak at 2 and a small one at 1
<sb0> I get a large one at 1 and a small one at 2
<sb0> maybe it depends on electron energy?
<sb0> (and my peak at 1 is *not* zero blast. I get a properly shaped Mathieu stability region, with no ions detected with small q and a > 0)
<sb0> the peak for 2 is slightly visible at the right, and very clear when changing contrast
<sb0> also rjo what was your concern about operating a RGA at a variable frequency? afaict that works just fine.
<sb0> x axis on this plot is 1/f^2
<rjo> depends on what you want to achieve here. can you reliably and reproducibly calibrate the mass axis without reference peaks out to non-trivial values (like 100)? can you reliably do scans through the tips? or is this a proof of concept? (which?)
<rjo> IME the 1 amu peak is H desorption
<sb0> desorption produces atomic hydrogen?
<sb0> let me get you another picture...
<rjo> yes.
<rjo> not thermal desorption electron stimulated
<rjo> *but electron stimulated
<sb0> the 1 and 2 peaks are easy to discern, even though they are only 1 amu apart. I have a pretty wide margin to hit the tips...
<sb0> and for scanning into high amus, that depends on the precision of my DDS and reference clock, which can be pretty good with modern parts
<rjo> you can play with the voltages and suppress stimulated desorption vs actual gas
<sb0> right now it's a cheapo DDS generator and a cheapo programmable DC power supply with a lot of noise and ~150mV (!) absolute imprecision, and the result is quite good...
<rjo> that's not your problem.
<rjo> distinguishing 1 and 2 is also not your problem.
<sb0> so what is the problem then? is there something that is not limited by the RF frequency precision?
<rjo> distinguishing 44 and 45 or 98 and 99 will be more interesting. doing so reliably and stably would be interesting. if the power consumption was comparable (at the same specifications) to a regular RGA
<rjo> is your rf rod voltage constant up to amu 100 or 300?
<sb0> if my scope probe is correctly calibrated, yes.
<sb0> according to ltspice simulations, yes.
<sb0> even higher than 300
<sb0> and if that fails for some reason, I think stabilizing with a simple rectifier (assuming constant diode forward drop) is likely to work
<rjo> you'll have to show it.
<sb0> well, the regular RGA drivers actually have a worse amplitude stabilization issue
<sb0> they something that gives <1% precision from a few volts of RF to 3kV
<sb0> *need
<rjo> you need the same precision but now you jave to keep it across frequency
<sb0> so it's not a simple rectifier inside, but a charge pump with a precision high voltage capacitor
<sb0> yes, but I only have to stabilize it to a constant value, not sweep it, i.e. diode forward voltages aren't an issue if they remain constant
<sb0> also I'm only dealing with <200V, not 3kV
<rjo> you are stabilizing the diode forward voltages to 1%? and there are no inductive or capacitive parasitics that make this all frequency-dependent?
<sb0> well, let me see if that diode circuit is needed at all anyway
<rjo> well yeah. this is all he says she says until you do it and e.g. name the krypton isotopes without (re)-calibrating your amu scale using those very isotopes.
<sb0> and by the way, in such a circuit diode forward voltages do not need to be stabilized to 1%
<sb0> a variation of the ~0.7V forward drop of a most basic diode on a 100V rectified voltage isn't much
<sb0> diode capacitance doesn't affect the rectifier output, and inductance should be negligible at those frequencies. the only problem I see is diode recovery time, so one would need a relatively fast diode so it can be neglected
<GitHub40> [artiq] marmeladapk commented on issue #908: @sbourdeauducq I loaded it to check if memory tests are passed:... https://github.com/m-labs/artiq/issues/908#issuecomment-361629682
<GitHub17> [artiq] sbourdeauducq commented on issue #908: Good. You do however seem to get a large number of Ethernet RX corrupted packets (preamble errors). Is the PHY correctly set in RGMII mode? You can change the RX phase as well by using this script command instead: ``set_property CLKOUT0_PHASE <phase> [get_cells crg_ethrx_mmcm]`` https://github.com/m-labs/artiq/issues/908#issuecomment-361631972
<GitHub78> [artiq] sbourdeauducq commented on issue #908: Good. You do however seem to get a large number of Ethernet RX corrupted packets (preamble errors). Is the PHY correctly set in RGMII mode? Does this happen for every packet? You can change the RX phase as well by using this script command instead: ``set_property CLKOUT0_PHASE <phase> [get_cells crg_ethrx_mmcm]`` https://github.com/m-labs/artiq/issues/908#issuecomment
<GitHub13> [artiq] marmeladapk commented on issue #908: @sbourdeauducq Should I change it in xdc in artiq/artiq_sayma/gateware/top.xdc and rebuild? Will latest artiq pass memory tests? https://github.com/m-labs/artiq/issues/908#issuecomment-361635418
<GitHub152> [artiq] sbourdeauducq commented on issue #908: No. Please follow the instruction in my comment: https://github.com/m-labs/artiq/issues/854#issuecomment-360497764 - you just save the script as ``edit_pll.tcl`` and run the mentioned vivado command.... https://github.com/m-labs/artiq/issues/908#issuecomment-361637096
<cr1901_modern> sb0: https://github.com/peteut/migen-misc Have you seen this? Very difficult to read, but cool nonetheless
<whitequark> sb0: what's booster?
<GitHub21> [artiq] dhslichter commented on issue #888: @philipkent ack. We have had similar issues with our sideband cooling and went to deeper output FIFOs as a result. Let's discuss offline and run some tests to come up with a good resource allocation. https://github.com/m-labs/artiq/issues/888#issuecomment-361667660
<GitHub188> [artiq] dhslichter commented on issue #652: @jordens @sbourdeauducq all ack. https://github.com/m-labs/artiq/issues/652#issuecomment-361668099
Gurty has quit [Ping timeout: 246 seconds]
Gurty has joined #m-labs
Gurty has joined #m-labs
Gurty has quit [Changing host]
FabM has quit [Quit: ChatZilla 0.9.93 [Firefox 52.5.0/20171114221957]]
<GitHub72> [sinara] marmeladapk pushed 1 new commit to master: https://git.io/vNHME
<GitHub72> sinara/master 0f05a1c Paweł: Kasli v1.1rc3...
jkeller has joined #m-labs
<jkeller> bb-m-labs: force build --props=package=artiq-kc705-nist_qc2 --branch=release-3 artiq-board
<bb-m-labs> build forced [ETA 18m17s]
<bb-m-labs> I'll give a shout when the build finishes
jkeller has quit [Client Quit]
<bb-m-labs> build #1177 of artiq-board is complete: Failure [failed conda_build] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/1177
mumptai has joined #m-labs
<GitHub173> [smoltcp] whitequark closed pull request #125: Ipv6 extension option pad (master...ipv6-extension-option-pad) https://github.com/m-labs/smoltcp/pull/125
<GitHub181> [smoltcp] whitequark pushed 1 new commit to master: https://github.com/m-labs/smoltcp/commit/0f20acf96723143178236564bb4c7f69284f6284
<GitHub181> smoltcp/master 0f20acf Herman J. Radtke III: Implement IPv6 Extension Headers Pad1 and PadN.
<GitHub23> [smoltcp] whitequark commented on issue #125: Thanks! https://github.com/m-labs/smoltcp/pull/125#issuecomment-361711541
<travis-ci> m-labs/smoltcp#655 (master - 0f20acf : Herman J. Radtke III): The build passed.
<GitHub112> [artiq] jonaskeller opened issue #913: artiq_flash exits with "Error: Unknown flash device (ID 0x00ffffff)" https://github.com/m-labs/artiq/issues/913
<GitHub109> [artiq] whitequark commented on issue #913: Do you have several boards plugged in? https://github.com/m-labs/artiq/issues/913#issuecomment-361752805
<GitHub172> [artiq] jonaskeller commented on issue #913: No, just one. https://github.com/m-labs/artiq/issues/913#issuecomment-361754665
<GitHub41> [artiq] whitequark commented on issue #913: @sbourdeauducq Any ideas? This was before any of my artiq_flash rewrite changes... https://github.com/m-labs/artiq/issues/913#issuecomment-361757216
mumptai has quit [Remote host closed the connection]
futarisIRCcloud has joined #m-labs