| 17 Dec 2025 |
K900 | But I prefer the other fix which is deleting it into space | 18:06:01 |
Emil Thorsøe | 500 Internal Server Error | 18:06:05 |
Emil Thorsøe | makes sense | 18:06:27 |
K900 | OK texinfo6 deleted | 18:09:28 |
9lore | errors i had in the past were SQL execution timeouts. I wonder if the queries could be optimized. | 18:10:22 |
Vladimír Čunát | The global search box in Hydra is... best avoided. | 18:12:27 |
Vladimír Čunát | * The global search box in Hydra is... best avoided, if you mean that one. | 18:12:37 |
Emil Thorsøe | yes, I don't know of other ways, maybe predict urls manually? | 18:13:08 |
9lore | if you ever feel useless.... think of it x) | 18:13:16 |
Emil Thorsøe | still better than confluence search | 18:13:31 |
Vladimír Čunát | You probably know which jobset you want to search? | 18:13:44 |
Vladimír Čunát | I'd recommend that over the global search. | 18:14:01 |
9lore | theres a search box for single evals of trunk-combined (i think now renamed unstable) | 18:14:04 |
ghpzin | I had this a while ago: https://github.com/ghpzin/nixpkgs/commit/aa9ca701b5e67aff1b4887f736d6a8129b02ffb0 error is the same on staging-next conflicting types for 'strerror' and too many arguments to function 'strerror' | 18:14:06 |
ghpzin | I had this a while ago: https://github.com/ghpzin/nixpkgs/commit/aa9ca701b5e67aff1b4887f736d6a8129b02ffb0 error is the same on staging-next
conflicting types for 'strerror' and too many arguments to function 'strerror' | 18:14:18 |
9lore | * theres a search box for single evals of a jobset iirc | 18:14:43 |
Vladimír Čunát | Yes, or maybe nixpkgs (without tests but with darwin), e.g.
https://hydra.nixos.org/jobset/nixpkgs/unstable#tabs-jobs | 18:15:06 |
Emil Thorsøe | is this the texinfo6 that just was removed? | 18:15:08 |
ghpzin | Yes | 18:15:26 |
9lore |
I wonder if the queries could be optimized.
unfortunately my project list is too long to a unhealthy degree :/
| 18:16:04 |
Vladimír Čunát | Or I can recommend using https://search.nixos.org/packages and after you find a package, you can click links to jobs for each platform. | 18:16:26 |
Vladimír Čunát | * Or I can recommend using https://search.nixos.org/packages and after you find a package, you can click links to Hydra jobs for each platform. | 18:16:39 |
K900 | Oh great | 18:17:07 |
K900 | Node is also busted | 18:17:10 |
K900 | (possibly only i686, possibly only some versions?) | 18:17:18 |
Vladimír Čunát | * Or I can recommend using https://search.nixos.org/packages and after you find a package, you can click links to Hydra jobs for each platform. And this search is actually performant, unlike Hydra searches. | 18:17:22 |
Vladimír Čunát | * Or I can recommend using https://search.nixos.org/packages and after you find a package, you can click links to Hydra jobs for each platform. And this search is actually performant and has better UX overall, unlike Hydra searches. | 18:17:44 |
K900 | > In file included from ../../deps/v8/src/compiler/turboshaft/int64-lowering-phase.cc:9:
> ../../deps/v8/src/compiler/turboshaft/int64-lowering-reducer.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::Tuple<v8::internal::compiler::turboshaft::WordWithBits<32>, v8::internal::compiler::turboshaft::WordWithBits<32> > > v8::internal::compiler::turboshaft::Int64LoweringReducer<Next>::LowerClz(v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::Tuple<v8::internal::compiler::turboshaft::WordWithBits<32>, v8::internal::compiler::turboshaft::WordWithBits<32> > >)':
> ../../deps/v8/src/compiler/turboshaft/int64-lowering-reducer.h:640:15: error: invalid use of 'struct v8::internal::compiler::turboshaft::Tuple<v8::internal::compiler::turboshaft::WordWithBits<32>, v8::internal::compiler::turboshaft::WordWithBits<32> >' [-Wtemplate-body]
> 640 | return __ Tuple<Word32, Word32>(result, __ Word32Constant(0));
> | ^~~~~~~~~~~~~~~~~~~~~
> ../../deps/v8/src/compiler/turboshaft/int64-lowering-reducer.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::Tuple<v8::internal::compiler::turboshaft::WordWithBits<32>, v8::internal::compiler::turboshaft::WordWithBits<32> > > v8::internal::compiler::turboshaft::Int64LoweringReducer<Next>::LowerCtz(v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::Tuple<v8::internal::compiler::turboshaft::WordWithBits<32>, v8::internal::compiler::turboshaft::WordWithBits<32> > >)':
> ../../deps/v8/src/compiler/turboshaft/int64-lowering-reducer.h:653:15: error: invalid use of 'struct v8::internal::compiler::turboshaft::Tuple<v8::internal::compiler::turboshaft::WordWithBits<32>, v8::internal::compiler::turboshaft::WordWithBits<32> >' [-Wtemplate-body]
> 653 | return __ Tuple<Word32, Word32>(result, __ Word32Constant(0));
| 18:17:45 |
K900 | Whatever this even means | 18:17:48 |
K900 | https://chromium-review.googlesource.com/c/v8/v8/+/6830052 | 18:24:04 |