| 24 Mar 2023 |
hexa | which is funny, since apparently the build doesn't even succeed | 12:41:09 |
hexa | the tests for aarch64-linux were handleTestOn [ "x86_64-linux" ] only | 13:26:28 |
hexa | 🥁 | 13:26:31 |
cole-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 | nix also returned early | 13:47:42 |
hexa | Thats why there is no log | 13:47:54 |
cole-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 |
Vladimí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 | I did happen to conveniently miss sandro's message 😅 OK, will take a look and see what I can do. | 13:53:48 |
Vladimír Čunát | Oh right, I forgot about the source of the information :-) | 13:55:25 |
Sandro 🐧 | ? | 13:55:44 |
cole-h | (Your message, that replied to dotlambda saying that nixpkgs-review caught the issue) | 13:56:07 |
Vladimír Čunát | I forgot that "I heard" it just a bit above in this thread. | 13:56:24 |
cole-h | so, funny story about the aliases thing | 22:27:29 |
cole-h | we haven't been checking them since 1 April 2022 | 22:27:49 |
cole-h | will be fixed by https://github.com/NixOS/nixpkgs/pull/222963 (which includes more context, for interested parties) | 22:28:13 |
| 25 Mar 2023 |
Artturin | nice | 15:27:37 |
| 4 Apr 2023 |
dotlambda | Another alais use not caught: https://github.com/NixOS/nixpkgs/pull/218870#issuecomment-1495177322 | 00:38:00 |
dotlambda | * Another alias use not caught: https://github.com/NixOS/nixpkgs/pull/218870#issuecomment-1495177322 | 00:38:07 |
hexa | https://github.com/NixOS/nixpkgs/pull/224109 also seems to be in a weird state | 01:54:21 |
hexa | 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 | * 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 | * 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 | and it doesn't respond to new eval requests | 01:54:54 |
hexa | probably webhooks at it again | 01:54:58 |
hexa | hote the sus line | 01:55:10 |
hexa |
error: reading from file: Connection reset by peer
| 01:55:11 |
cole-h | In reply to @hexa:lossy.network and it doesn't respond to new eval requests More likely it's just in queue. There are only 7 machines, and they can run one eval at a time. | 01:55:57 |
hexa | ah, ok | 01:56:09 |
cole-h | (there are 4 evals waiting right now) | 01:56:24 |