sphalerite changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 19.03 released! https://discourse.nixos.org/t/nixos-19-03-release/2652 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html https://r13y.com | 19.03 RMs: samueldr,sphalerite | https://logs.nix.samueldr.com/nixos-dev
evanjs| has quit [Ping timeout: 258 seconds]
jtojnar_ has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-dev
drakonis has joined #nixos-dev
Cale has quit [Read error: Connection reset by peer]
evanjs| has joined #nixos-dev
<jtojnar> please take a look at the updated GLib/GNOME packaging docs https://github.com/NixOS/nixpkgs/pull/43150
<{^_^}> #43150 (by jtojnar, 1 year ago, open): doc: add GNOME
evanjs| has quit [Ping timeout: 245 seconds]
drakonis has quit [Ping timeout: 276 seconds]
tdeo has quit [Quit: Quit]
tdeo has joined #nixos-dev
phreedom_ has joined #nixos-dev
phreedom has quit [Ping timeout: 260 seconds]
drakonis has joined #nixos-dev
drakonis1 has quit [Ping timeout: 245 seconds]
orivej has quit [Ping timeout: 245 seconds]
<etu> I don't know where to report this, but I looked at the messages of some failed builds of nixos-unstable. But some system seems to have run out of disk: https://hydra.nixos.org/build/99673258
drakonis has quit [Ping timeout: 245 seconds]
ixxie has joined #nixos-dev
drakonis has joined #nixos-dev
lopsided98 has quit [Ping timeout: 276 seconds]
lopsided98 has joined #nixos-dev
Jackneill has joined #nixos-dev
<timokau[m]> +1, still seeing that as well. Already discussed that with samueldrsamueldr a couple of days ago, hoped it was fixed. Now that graham is on holiday, is there someone else with hydra admin that could fix it?
<roberth> hello cleanSourceWith users, would anyone like to review my "name" parameter to solve hash mismatch problems?
<{^_^}> #67996 (by roberth, 23 hours ago, open): lib.cleanSourceWith: Allow name to be set, optional filter, doc
<andi-> timokau[m]: I would suspect eelco (niksnut) to have access to those machines. Maybe even zimbatm?
<niksnut> not sure I can do anything about the packet machines
__monty__ has joined #nixos-dev
<andi-> https://github.com/grahamc/packet-nix-builder/blob/master/system.nix#L37 if this is what graham uses to provision them they should GC every 30min
<andi-> and sadly it seems like it is only his key that is on those boxes. the hydra queue runner is restricted to the nix-store --serve --write invocation (as root). Not sure if that can be used to trigger a remote GC?
<andi-> Exploring other options: It seems to be a spot request thing in AMS1 at packet for at most 0.5$/h. Worst case we outbit it and then destroy our machines afterwards again ;-)
orivej has joined #nixos-dev
drakonis has quit [Remote host closed the connection]
drakonis has joined #nixos-dev
MoreTea has joined #nixos-dev
phreedom has joined #nixos-dev
phreedom_ has quit [Ping timeout: 260 seconds]
<andi-> Interestingly hydra also only schedules x86_64-linux jobs from the gcc8 jobset and not from any of the others that have a higher priority / more shares.
joko has joined #nixos-dev
joko has quit [Changing host]
<joko> domenkozar[m]: having a quick look
<joko> domenkozar[m]: LGTM, text is good and links are working
<hyperfekt> domenkozar[m]: s/stabile/stable
<joko> oh, right
<domenkozar[m]> alright thanks :)
orivej_ has joined #nixos-dev
orivej has quit [Ping timeout: 244 seconds]
orivej has joined #nixos-dev
orivej__ has joined #nixos-dev
orivej_ has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 244 seconds]
orivej__ has quit [Ping timeout: 258 seconds]
orivej has joined #nixos-dev
ixxie has quit [Ping timeout: 245 seconds]
jtojnar has quit [Quit: jtojnar]
ixxie has joined #nixos-dev
<hyperfekt> I wonder how many functions there are laying around in the Nix code that have 0 users. There's probably a tool to find out.
<yorick> 0 internal users
<andi-> nix code (c++) or nix code in general or nixpkgs?
<hyperfekt> So anything from src/lib* is not going to be removed until we do, I guess, a major rev?
<hyperfekt> andi-: c++ code of the nix tool
<andi-> there should be some kind of tooling for that
<yorick> I guess lcov is the new best thing
<hyperfekt> that's just coverage, though, right? i'd be wary of things marked as dead by that instead of static analysis because i somehow doubt we got test for all code paths
pie_ has quit [Ping timeout: 244 seconds]
<niksnut> indeed, the nix coverage test currently shows only 73.3% function coverage
yorick has quit [Ping timeout: 245 seconds]
<hyperfekt> What's the difference between LocalStore and LocalFSStore? Is it that LocalStore includes stuff (usually) under /nix in addition to /nix/store ?
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #nixos-dev
evanjs| has joined #nixos-dev
ixxie has quit [Ping timeout: 246 seconds]
<disasm> fpletz globin: we got about 50K builds to go! Does anything jump out at you with any of the newly failing builds? I saw the kernel stuff is just a timeout
ixxie has joined #nixos-dev
yorick has joined #nixos-dev
<ddima> WilliButz: Hey. grafana is still broken after 541d9cce8af7a490fb9085305939569567cb58e6 because c8c4f24139f3c283574e43fac983e2afde22b1f7 is not rolled out yet.
<ddima> (for 19.03 that is)
<WilliButz> ddima: it should be in the release-19.03 channel since yesterday
<ddima> WilliButz: from what I gather this is before the fix of the backport as it's built from https://github.com/NixOS/nixpkgs-channels/commits/541d9cce8af7a490fb9085305939569567cb58e6
<ddima> "Released on 2019-09-03 01:48:53 from Git commit 541d9cce8af7a490fb9085305939569567cb58e6 via Hydra evaluation 1540215."
<WilliButz> ddima: oh sorry you're right, I looked nixos-19.03-small :m
<ddima> np, just fyi. i rolled back the channel on my system, so its fine. ;)
<WilliButz> sorry for the inconvenience though, should definitely be included in the next channel bump
<ddima> was a decent learning experience, was the first time I encountered such a weirdness ;)
__monty__ has quit [Read error: Connection reset by peer]
__monty__ has joined #nixos-dev
jtojnar has joined #nixos-dev
ixxie has quit [Ping timeout: 250 seconds]
ixxie has joined #nixos-dev
FRidh has joined #nixos-dev
drakonis_ has joined #nixos-dev
drakonis1 has joined #nixos-dev
drakonis2 has joined #nixos-dev
drakonis has quit [Ping timeout: 244 seconds]
drakonis_ has quit [Ping timeout: 264 seconds]
drakonis1 has quit [Ping timeout: 264 seconds]
drakonis2 has quit [Ping timeout: 250 seconds]
evanjs^ has joined #nixos-dev
evanjs| has quit [Ping timeout: 264 seconds]
evanjs^ has quit [Read error: Connection reset by peer]
evanjs| has joined #nixos-dev
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-dev
__monty__ has quit [Read error: Connection reset by peer]
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-dev
FRidh has quit [Quit: Konversation terminated!]
__monty__ has joined #nixos-dev
ris has joined #nixos-dev
orivej has quit [Ping timeout: 245 seconds]
justanotheruser has quit [Ping timeout: 246 seconds]
evanjs| has quit [Ping timeout: 246 seconds]
avn has quit [Read error: Connection reset by peer]
avn has joined #nixos-dev
joepie91___ has joined #nixos-dev
joepie91___ is now known as not-joepie91
__monty__ has quit [Quit: leaving]
justanotheruser has joined #nixos-dev
Cale has joined #nixos-dev
ixxie has quit [Ping timeout: 264 seconds]
orivej has joined #nixos-dev
Cale has quit [Ping timeout: 276 seconds]
Cale has joined #nixos-dev