!sBfrWMVsLoSyFTCkNv:nixos.org

OfBorg

182 Members
Number of builds and evals in queue: https://ofborg.org/prometheus/graph?g0.expr=ofborg_queue_evaluator_waiting&g0.tab=1&g0.stacked=0&g0.show_exemplars=0&g0.range_input=2h&g1.expr=ofborg_queue_builder_waiting%7Barch!~%22.*-lowprior%22%7D&g1.tab=1&g1.stacked=0&g1.show_exemplars=0&g1.range_input=2h63 Servers

Load older messages


SenderMessageTime
27 Feb 2023
@cole-h:matrix.orgcole-h Well, there is a ofborg-eval-package-list-no-aliases check, but that indeed doesn't catch it. I'll take a look in a few. 16:47:40
24 Mar 2023
@vcunat:matrix.orgVladimír ČunátThere's another case: https://github.com/NixOS/nixpkgs/pull/222710#issuecomment-148248696809:18:44
@vcunat:matrix.orgVladimír Čunát

The command

nix-env -qa --json --file . --arg config '{ allowAliases = false; }'

doesn't seem suitable for this check.

09:23:15
@raboof:matrix.orgraboof joined the room.09:39:31
@sandro:supersandro.deSandro 🐧
In reply to @robert:funklause.de
Nixpkgs-review keeps failing on me when someone introduces an alias but forgets to update the references treewide.
It only does that because there shouldn't be aliases allowed 🤡
09:39:48
@hexa:lossy.networkhexain https://github.com/NixOS/nixpkgs/pull/219493 tests on aarch64-linux are shown as successful, but following the link the log is 40412:39:38
@hexa:lossy.networkhexawhich is funny, since apparently the build doesn't even succeed12:41:09
@hexa:lossy.networkhexa the tests for aarch64-linux were handleTestOn [ "x86_64-linux" ] only 13:26:28
@hexa:lossy.networkhexa🥁13:26:31
@cole-h:matrix.orgcole-h
In reply to @hexa:lossy.network
which is funny, since apparently the build doesn't even succeed
Sigh I should really fix that. Iirc it happens when the logs are completely empty...
13:45:08
@hexa:lossy.networkhexanix also returned early13:47:42
@hexa:lossy.networkhexaThats why there is no log13:47:54
@cole-h:matrix.orgcole-h
In reply to @vcunat:matrix.org

The command

nix-env -qa --json --file . --arg config '{ allowAliases = false; }'

doesn't seem suitable for this check.

Do you happen to know a better invocation for this purpose? I should also fix this 😅
13:50:42
@vcunat:matrix.orgVladimír Čunát
In reply to @cole-h:matrix.org
Do you happen to know a better invocation for this purpose? I should also fix this 😅
Not off the top of my head. The tarball job also does the check in the same wrong way. I heard nixpkgs-review does blow up, so perhaps it could be a good inspiration.
13:52:40
@cole-h:matrix.orgcole-hI did happen to conveniently miss sandro's message 😅 OK, will take a look and see what I can do.13:53:48
@vcunat:matrix.orgVladimír ČunátOh right, I forgot about the source of the information :-)13:55:25
@sandro:supersandro.deSandro 🐧?13:55:44
@cole-h:matrix.orgcole-h(Your message, that replied to dotlambda saying that nixpkgs-review caught the issue)13:56:07
@vcunat:matrix.orgVladimír ČunátI forgot that "I heard" it just a bit above in this thread.13:56:24
@cole-h:matrix.orgcole-hso, funny story about the aliases thing22:27:29
@cole-h:matrix.orgcole-hwe haven't been checking them since 1 April 202222:27:49
@cole-h:matrix.orgcole-hwill be fixed by https://github.com/NixOS/nixpkgs/pull/222963 (which includes more context, for interested parties)22:28:13
25 Mar 2023
@artturin:matrix.orgArtturinnice15:27:37
4 Apr 2023
@robert:funklause.dedotlambdaAnother alais use not caught: https://github.com/NixOS/nixpkgs/pull/218870#issuecomment-149517732200:38:00
@robert:funklause.dedotlambda * Another alias use not caught: https://github.com/NixOS/nixpkgs/pull/218870#issuecomment-149517732200:38:07
@hexa:lossy.networkhexahttps://github.com/NixOS/nixpkgs/pull/224109 also seems to be in a weird state01:54:21
@hexa:lossy.networkhexa
trace: lib.zip is deprecated, use lib.zipAttrsWith instead
trace: warning: lib.readPathsFromFile is deprecated, use a list instead
trace: warning: replaceChars is a deprecated alias of replaceStrings, replace usages of it with replaceStrings.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: lib.crossLists is deprecated, use lib.cartesianProductOfSets instead
trace: warning: literalExample is deprecated, use literalExpression instead, or use literalDocBook for a non-Nix description.
error: reading from file: Connection reset by peer

       … while evaluating the attribute 'installPhase' of the derivation 'fgl-5.7.0.3'
01:54:30
@hexa:lossy.networkhexa *
trace: lib.zip is deprecated, use lib.zipAttrsWith instead
trace: warning: lib.readPathsFromFile is deprecated, use a list instead
trace: warning: replaceChars is a deprecated alias of replaceStrings, replace usages of it with replaceStrings.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: lib.crossLists is deprecated, use lib.cartesianProductOfSets instead
trace: warning: literalExample is deprecated, use literalExpression instead, or use literalDocBook for a non-Nix description.
error: reading from file: Connection reset by peer

       … while evaluating the attribute 'installPhase' of the derivation 'fgl-5.7.0.3'

[...}
01:54:37
@hexa:lossy.networkhexa *
trace: lib.zip is deprecated, use lib.zipAttrsWith instead
trace: warning: lib.readPathsFromFile is deprecated, use a list instead
trace: warning: replaceChars is a deprecated alias of replaceStrings, replace usages of it with replaceStrings.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: lib.crossLists is deprecated, use lib.cartesianProductOfSets instead
trace: warning: literalExample is deprecated, use literalExpression instead, or use literalDocBook for a non-Nix description.
error: reading from file: Connection reset by peer

       … while evaluating the attribute 'installPhase' of the derivation 'fgl-5.7.0.3'

[...]

https://gist.github.com/GrahamcOfBorg/36c45d1a59f691c9d8c5c8ad9ba50183

01:54:48
@hexa:lossy.networkhexaand it doesn't respond to new eval requests01:54:54

Show newer messages


Back to Room ListRoom Version: 6