supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos-dev
<andi->
We have a ton of 3d old builds on hydra that seem to be "finished" when you click on them (e.g. https://hydra.nixos.org/build/136825186). Could someone restart the queue-runner? It is appears to be clogging up some build slots.
<gchristensen>
that is peculiar
rajivr has joined #nixos-dev
tilpner_ has joined #nixos-dev
cole-h has quit [Ping timeout: 240 seconds]
tilpner has quit [Ping timeout: 256 seconds]
tilpner_ is now known as tilpner
orivej has quit [Ping timeout: 265 seconds]
BaughnLogBot has quit [Quit: ZNC 1.6.2+deb1 - http://znc.in]
BaughnLogBot has joined #nixos-dev
BaughnLogBot has quit [Client Quit]
BaughnLogBot has joined #nixos-dev
BaughnLogBot has quit [Client Quit]
pbb has quit [Remote host closed the connection]
pbb has joined #nixos-dev
aminechikhaoui1 has joined #nixos-dev
bgamari_ has joined #nixos-dev
aminechikhaoui has quit [Ping timeout: 256 seconds]
aminechikhaoui1 is now known as aminechikhaoui
bgamari has quit [Ping timeout: 272 seconds]
AlwaysLivid has quit [Remote host closed the connection]
AlwaysLivid has joined #nixos-dev
cole-h has joined #nixos-dev
jonringer has joined #nixos-dev
tilpner_ has joined #nixos-dev
tilpner has quit [Ping timeout: 264 seconds]
tilpner_ is now known as tilpner
pmy has quit [Ping timeout: 256 seconds]
pmy has joined #nixos-dev
jonringer has quit [Ping timeout: 264 seconds]
<siraben>
Nice, `nix build .#pkgsCross.sheevaplug.ed` fetches from the cache for me on macOS.
<siraben>
So I can properly check cross-compilation and garbage-collect without fear
<siraben>
though I can't run the binaries lol
saschagrunert has joined #nixos-dev
<siraben>
Ok there's musl64 as well which would work
lukegb has quit [Quit: ~~lukegb out~~]
lukegb has joined #nixos-dev
krkini has joined #nixos-dev
kini has quit [Ping timeout: 260 seconds]
krkini has quit [Quit: bye]
kini has joined #nixos-dev
Gaelan_ is now known as Gaelan
orivej has joined #nixos-dev
rajivr has quit [Quit: Connection closed for inactivity]
<symphorien[m]>
you can test without cross compiling by setting `strictDeps=true`
<siraben>
Why isn't it true by default?
<siraben>
Hm, I set it `strictDeps = true;` in the package expression but that didn't seem to do anything
cole-h has quit [Ping timeout: 256 seconds]
<symphorien[m]>
<siraben "Why isn't it true by default?"> Someone should take the time to fix the fallout
<symphorien[m]>
Notably wrapGAppsHook is incompatible with it
<siraben>
How is it supposed to work? I don't see Nix stopping my build if I put cmake in buildInputs
<symphorien[m]>
I'm surprised
<siraben>
nix (Nix) 2.4pre20210126_f15f0b8 on darwin
<siraben>
I'm also considering a `"CC=cc"` → `"CC=${stdenv.cc.targetPrefix}cc"` treewide to help with cross-compilation
<symphorien[m]>
It's not a nix feature but a mkDerivation one
AlwaysLivid has quit [Ping timeout: 268 seconds]
<siraben>
nix eval
<siraben>
oops wrong window :P
<symphorien[m]>
<siraben "How is it supposed to work? I do"> `with import <nixpkgs> {}; stdenv.mkDerivation { name = "foo"; src = sl.src; strictDeps = true; buildInputs = [ cmake ]; buildPhase = "cmake --help"; }` fails with `cmake: command not found` for me
<symphorien[m]>
(on linux)
tilpner_ has joined #nixos-dev
tilpner has quit [Ping timeout: 246 seconds]
tilpner_ is now known as tilpner
<sterni>
rmcgibbo[m]: does your bot check the targeted branch? it just occurred to me that it should ignore anything targeting haskell-updates since in that case packages that are fixed are still marked as broken until the next set update
<siraben>
<siraben "I'm also considering a `"CC=cc"`"> #113295
<rmcgibbo[m]>
sterni: Yes, it only builds PRs targeted at master.
<sterni>
rmcgibbo[m]: perfect, just saw the haskellPackages PR it built was targeted at master by accident
thibm has quit [Quit: WeeChat 2.9]
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-dev
<sterni>
rmcgibbo[m]: could you get me a build log for ocamlPackages.uunf on aarch64 perchance?
<sterni>
cropping up in a few build failures on aarch64, but the log is truncated too much
<sterni>
nvm I can probably use ofborg
<rmcgibbo[m]>
sterni: is that in one of the recent PRs and the bot missed the log?
<nbp>
niksnut: Did you know Merkle tree before implementing Nix?
<sterni>
rmcgibbo[m]: one of the recent reviews, but the issue is the truncated log nixpkgs-review outputs (last 10 lines)
<sterni>
rmcgibbo[m]: but don't bother digging it up I think ofborg will work as well :)
<rmcgibbo[m]>
oh i see. maybe i can make those print more...
<rmcgibbo[m]>
i probably deleted the vm already anyways.
<rmcgibbo[m]>
sterni: I've made a note for myself. I'll try to improve that.
<eyJhb>
fzakaria: Aha! Ping regarding https://github.com/fzakaria/mvn2nix, can I make it ignore a dependency? Ie. I want it to ignore `org.spigotmc:minecraft-server:jar:1.16.5-SNAPSHOT`, as I `inject` this myself.
<eyJhb>
Don't see any way to exclude such a thing. :)
<hexa->
at least 1/3 of the haskellPackages list as "Running builds" on staging-next/x86_64-darwin are already finished :/ https://hydra.nixos.org/status
<niksnut>
nbp: no
<gchristensen>
hexa-: I think if you reload the page you'll notice they're not stuck on them, they're just being marked in the db and pass t hrough quickly
<hexa->
hm
<hexa->
might
<hexa->
be some caching, pretty sure I did reload ._.
tilpner has quit [Quit: tilpner]
tilpner has joined #nixos-dev
srk has quit [Remote host closed the connection]
srk has joined #nixos-dev
<siraben>
is SDL2 cross-compilation broken on darwin? I have an error about `wayland` not being supported on darwin as the cause of failure
rj has quit [Ping timeout: 268 seconds]
rj has joined #nixos-dev
saschagrunert has quit [Remote host closed the connection]
rajivr has quit [Quit: Connection closed for inactivity]
<clever>
gchristensen: what happened to the old testlog reports in the nixos test framework? they seem to be missing in the python version
<samueldr>
clever: the .xml files?
<samueldr>
they were removed from the old perl one too
<gchristensen>
not sure about copumpkin, though ...
* copumpkin
looks around shiftily
<copumpkin>
>_>
* copumpkin
retreats back into the shadows
<tilpner>
Yes, of course, this is just to reduce the amount of unused credentials laying around in possibly forgotten places
<aristid>
it’s fine, I’m surprised that I didn’t commit last year - does it count PRs? or maybe I really didn’t contribute anything except money last year :p
<sterni>
rmcgibbo[m]: had this failure with your bot and ofborg which looks exactly like another reported failure related to OOM on an Raspberry Pi https://github.com/dbuenzli/uunf/issues/15
<{^_^}>
dbuenzli/uunf#15 (by sternenseemann, 6 hours ago, open): Build fails on aarch64 with OCaml 4.08
rj has quit [Quit: rj]
<sterni>
(see the linked PRs for the failures occuring in the bot)
LnL- is now known as LnL
<rmcgibbo[m]>
Yeah OOM is entirely plausible. I'm logged into a aarch64 c6g instance right now w/o too much memory -- can you give me a cmdline to try? I can run the build and then check dmesg for OOM messages
<supersandro2000>
is there a git pre commit hook for nixpkgs?
<supersandro2000>
I want to automatically prefix my package changes
<supersandro2000>
if not I am writting one
evanjs has quit [Ping timeout: 240 seconds]
evanjs has joined #nixos-dev
<sterni>
rmcgibbo[m]: nix-build -A ocamlPackages.uunf '<nixpkgs>'