00:05
phreedom has quit [Remote host closed the connection]
00:05
phreedom has joined #nixos-dev
00:07
drakonis has quit [Quit: WeeChat 2.8]
00:07
orivej has quit [Quit: No Ping reply in 180 seconds.]
00:08
orivej has joined #nixos-dev
00:11
<
lovesegfault >
gchristensen: Is there a way to look at Nixops docs for master?
00:11
<
lovesegfault >
Trying to understand how nixops does secrets
00:16
orivej has quit [Ping timeout: 260 seconds]
00:17
orivej has joined #nixos-dev
00:38
<
c00w >
this may be a naive question - but do we get github tickets / notifications when hydra gets jammed?
00:38
<
c00w >
hoverbear - I do that actually. It's pretty easy to write nix to package up sources + nix code, then send it to a machine and build it
00:38
<
samueldr >
c00w: nothing
00:38
<
samueldr >
someone needs to notice it
00:38
<
c00w >
oooooh - interesting
00:39
<
c00w >
status.nixos.org does seem to have the data, so sounds like a bot could be written.
00:39
<
samueldr >
it has some data
00:39
<
samueldr >
I don't think it would see a failing eval
00:39
<
samueldr >
which is different from a failing build
00:40
<
c00w >
Sure, but incremental steps :)
00:41
<
samueldr >
I think I was trying to say: sometimes it's not even trying to build!
00:42
<
samueldr >
(rarely)
00:42
<
c00w >
Right now I'm seeing that makeself is failing
00:42
<
c00w >
But when I run it locally on master it seems to pass
00:43
<
c00w >
Both on head + the specific commit hydra claims it failed on
00:43
<
c00w >
oooh - we have repro commands, trying them now
00:48
<
c00w >
I really wish nix-build had a option to force a rebuild even if it already built.
00:49
dongcarl has joined #nixos-dev
00:49
<
infinisil >
c00w: It does, --check :)
00:53
drakonis has joined #nixos-dev
00:54
<
clever >
c00w: but why do you need to force a rebuild?
00:55
<
c00w >
I'm trying to figure out why hydra failed on something
00:56
<
c00w >
And wanted to rerun the build repeatedly to see if it was flaky
00:56
<
infinisil >
Good usecase for --check
00:57
<
c00w >
I'm also sitting on a slow internet connection, so the repro command takes a while to download nixpkgs
00:57
<
clever >
c00w: that sounds like a use-case for --repeat
00:58
<
infinisil >
Oh the repro command is awful
00:58
<
clever >
c00w: you can make nix repeat every build N times, and also fail it they arent bit identical
00:58
<
c00w >
oooh - what's the command for that?
00:58
<
infinisil >
(because it's so slow)
00:58
<
clever >
c00w: `nix-build --repeat 1` will repeat it an extra 1 time (2 times total)
00:58
<
c00w >
well - it's passing for 100 repeats
00:59
<
clever >
you can also set `repeat = 1` in nix.conf
01:00
<
c00w >
hmmm - it may actually not be respecting it with conjunction to --check
01:00
<
clever >
you may need to `nix-store --delete` the path first, and then hide it from the cache list with --option
01:01
<
c00w >
Well - I just get the git clone by 3 orders of magnitude for the repro command
01:06
_ris has joined #nixos-dev
01:08
ris has quit [Ping timeout: 256 seconds]
01:11
drakonis has quit [Read error: Connection reset by peer]
01:24
<
{^_^} >
hydra#789 (by c00w, 13 seconds ago, open): reproduce: Only download the needed commit
01:28
<
c00w >
The other thing that is weird is I'm running these repros, and they all seem to be succeeding.
01:29
<
{^_^} >
hydra#144 (by wizeman, 6 years ago, open): Misleading failure caching
01:31
<
c00w >
But let me finish running all the repros, then I'll start digging into hydra
01:39
orivej has quit [Ping timeout: 258 seconds]
01:39
orivej has joined #nixos-dev
01:45
<
c00w >
Yeah - they all seem to build.
01:45
<
c00w >
I guess I'll have to teach hydra to not cache failures?
01:46
<
c00w >
Or perhaps more accurately, not use the cached failures from another build
02:00
orivej has quit [Quit: No Ping reply in 180 seconds.]
02:01
orivej has joined #nixos-dev
02:09
orivej has quit [Quit: No Ping reply in 180 seconds.]
02:11
orivej has joined #nixos-dev
02:19
orivej has quit [Quit: No Ping reply in 180 seconds.]
02:20
orivej has joined #nixos-dev
02:43
orivej has quit [Quit: No Ping reply in 180 seconds.]
02:43
orivej has joined #nixos-dev
03:12
orivej has quit [Quit: No Ping reply in 180 seconds.]
03:13
orivej has joined #nixos-dev
03:20
orivej has quit [Ping timeout: 246 seconds]
03:21
orivej has joined #nixos-dev
03:46
orivej has quit [Quit: No Ping reply in 180 seconds.]
03:47
orivej has joined #nixos-dev
03:49
drakonis has joined #nixos-dev
03:57
orivej has quit [Quit: No Ping reply in 180 seconds.]
03:58
angerman has quit [Read error: Connection reset by peer]
03:58
angerman has joined #nixos-dev
03:58
orivej has joined #nixos-dev
03:59
betawaffle has quit [Ping timeout: 264 seconds]
04:00
betawaffle has joined #nixos-dev
04:10
orivej has quit [Quit: No Ping reply in 180 seconds.]
04:11
orivej has joined #nixos-dev
04:19
orivej has quit [Quit: No Ping reply in 180 seconds.]
04:20
orivej has joined #nixos-dev
04:30
orivej has quit [Ping timeout: 246 seconds]
04:30
orivej has joined #nixos-dev
04:41
orivej_ has joined #nixos-dev
04:43
orivej has quit [Ping timeout: 260 seconds]
05:05
orivej_ has quit [Ping timeout: 246 seconds]
05:06
orivej has joined #nixos-dev
05:19
orivej has quit [Ping timeout: 256 seconds]
05:19
orivej has joined #nixos-dev
05:23
rajivr has joined #nixos-dev
05:43
<
multun >
how would you create a chroot with only some packages in it?
05:46
orivej has quit [Ping timeout: 240 seconds]
05:46
orivej has joined #nixos-dev
05:50
<
multun >
woops wrong channel, sorry
05:57
orivej has quit [Ping timeout: 265 seconds]
06:42
drakonis has quit [Quit: WeeChat 2.8]
07:49
cransom has quit [Ping timeout: 260 seconds]
07:51
cransom has joined #nixos-dev
09:31
__monty__ has joined #nixos-dev
10:26
orivej has joined #nixos-dev
10:46
orivej has quit [Quit: No Ping reply in 180 seconds.]
10:48
orivej has joined #nixos-dev
10:55
orivej has quit [Quit: No Ping reply in 180 seconds.]
10:56
orivej has joined #nixos-dev
11:09
orivej has quit [Quit: No Ping reply in 180 seconds.]
11:10
tokudan has quit [Remote host closed the connection]
11:10
orivej has joined #nixos-dev
11:13
tokudan has joined #nixos-dev
11:23
orivej has quit [Ping timeout: 264 seconds]
11:23
orivej_ has joined #nixos-dev
11:31
orivej has joined #nixos-dev
11:32
orivej_ has quit [Ping timeout: 264 seconds]
11:44
orivej has quit [Quit: No Ping reply in 180 seconds.]
11:46
orivej has joined #nixos-dev
11:55
orivej has quit [Quit: No Ping reply in 180 seconds.]
11:56
orivej has joined #nixos-dev
12:07
orivej has quit [Ping timeout: 256 seconds]
12:07
orivej_ has joined #nixos-dev
12:08
LnL has quit [Quit: exit 1]
12:16
ehmry has joined #nixos-dev
12:18
_ris is now known as ris
12:32
orivej_ has quit [Ping timeout: 260 seconds]
12:33
orivej has joined #nixos-dev
12:46
orivej has quit [Ping timeout: 258 seconds]
12:46
orivej has joined #nixos-dev
12:50
WilliButz has quit [Remote host closed the connection]
12:53
multun has quit [Quit: WeeChat 2.8]
12:53
orivej has quit [Quit: No Ping reply in 180 seconds.]
12:55
orivej has joined #nixos-dev
13:30
orivej has quit [Ping timeout: 256 seconds]
13:30
orivej_ has joined #nixos-dev
13:46
orivej_ has quit [Ping timeout: 256 seconds]
14:06
WilliButz has joined #nixos-dev
14:08
WilliButz has quit [Remote host closed the connection]
14:10
Guest80019 has joined #nixos-dev
14:11
WilliButz has joined #nixos-dev
14:12
Guest80019 is now known as LnL
14:13
WilliButz has quit [Remote host closed the connection]
14:14
WilliButz has joined #nixos-dev
14:23
WilliButz has quit [Remote host closed the connection]
14:24
WilliButz has joined #nixos-dev
15:53
orivej has joined #nixos-dev
16:20
orivej has quit [Quit: No Ping reply in 180 seconds.]
16:21
orivej has joined #nixos-dev
16:29
rajivr has quit [Quit: Connection closed for inactivity]
16:52
orivej has quit [Ping timeout: 246 seconds]
16:53
orivej has joined #nixos-dev
16:56
Cale has quit [Ping timeout: 260 seconds]
17:07
orivej has quit [Quit: No Ping reply in 180 seconds.]
17:08
Cale has joined #nixos-dev
17:09
orivej has joined #nixos-dev
17:22
drakonis has joined #nixos-dev
17:53
<
rnhmjoj >
Jan Tojnar: sorry for the late reply, i have been away. i'll check that patch to see if it fixes the problem with otb fonts and open a PR if it does
17:53
orivej has quit [Ping timeout: 256 seconds]
17:53
orivej has joined #nixos-dev
17:53
bennofs has joined #nixos-dev
17:57
bennofs_ has quit [Ping timeout: 264 seconds]
18:06
orivej has quit [Ping timeout: 246 seconds]
18:06
orivej has joined #nixos-dev
18:18
orivej has quit [Ping timeout: 260 seconds]
18:18
orivej has joined #nixos-dev
18:32
cole-h has joined #nixos-dev
19:01
justanotheruser has quit [Ping timeout: 260 seconds]
19:03
orivej has quit [Ping timeout: 264 seconds]
19:11
orivej has joined #nixos-dev
19:19
orivej_ has joined #nixos-dev
19:19
orivej has quit [Ping timeout: 260 seconds]
19:29
cole-h has quit [Quit: Goodbye]
19:29
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
19:29
orivej has joined #nixos-dev
19:38
orivej has quit [Ping timeout: 258 seconds]
19:38
orivej has joined #nixos-dev
19:48
orivej_ has joined #nixos-dev
19:50
orivej has quit [Ping timeout: 256 seconds]
19:55
orivej_ has quit [Ping timeout: 240 seconds]
19:56
orivej has joined #nixos-dev
19:58
justanotheruser has joined #nixos-dev
21:22
orivej has quit [Ping timeout: 246 seconds]
21:23
orivej has joined #nixos-dev
21:38
orivej_ has joined #nixos-dev
21:38
orivej has quit [Ping timeout: 265 seconds]
21:55
justanotheruser has quit [Ping timeout: 258 seconds]
22:03
__monty__ has quit [Quit: leaving]
22:26
cptchaos83 has joined #nixos-dev
22:32
orivej_ has quit [Ping timeout: 256 seconds]
22:32
orivej has joined #nixos-dev
22:44
orivej has quit [Ping timeout: 256 seconds]
22:45
orivej has joined #nixos-dev
23:02
orivej has quit [Quit: No Ping reply in 180 seconds.]
23:04
orivej has joined #nixos-dev
23:10
justanotheruser has joined #nixos-dev
23:22
orivej has quit [Ping timeout: 258 seconds]
23:22
orivej has joined #nixos-dev
23:25
Profpatsch has quit [Quit: WeeChat 2.8]
23:26
Profpatsch has joined #nixos-dev