NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.37k stars 13.59k forks source link

gitlab does not start #323011

Open yu-re-ka opened 2 months ago

yu-re-ka commented 2 months ago

Describe the bug

Gitlab puma workers are crashing multiple times per second with "weakmap value was not a string". Loading the website times out.

Steps To Reproduce

Steps to reproduce the behavior:

  1. presumably install gitlab-ee on nixos-unstable, but not tested yet it could also be some bad state (besides /var/gitlab/config, I already cleaned that)

Expected behavior

Gitlab should start and be reachable

Screenshots


Jun 27 22:57:51 yuyu bundle[439888]: ERROR: The hook worker_start_hooks failed with exception (ArgumentError) "weakmap value was not a string".
Jun 27 22:57:51 yuyu bundle[439888]: {"timestamp":"2024-06-27T20:57:51.545Z","pid":439888,"message":"Early termination of worker"}
Jun 27 22:57:51 yuyu bundle[439890]: ERROR: The hook worker_start_hooks failed with exception (ArgumentError) "weakmap value was not a string".
Jun 27 22:57:51 yuyu bundle[439890]: {"timestamp":"2024-06-27T20:57:51.814Z","pid":439890,"message":"Early termination of worker"}
Jun 27 22:57:51 yuyu bundle[439892]: ERROR: The hook worker_start_hooks failed with exception (ArgumentError) "weakmap value was not a string".
Jun 27 22:57:51 yuyu bundle[439892]: {"timestamp":"2024-06-27T20:57:51.916Z","pid":439892,"message":"Early termination of worker"}
Jun 27 22:57:52 yuyu bundle[439894]: ERROR: The hook worker_start_hooks failed with exception (ArgumentError) "weakmap value was not a string".
Jun 27 22:57:52 yuyu bundle[439894]: {"timestamp":"2024-06-27T20:57:52.192Z","pid":439894,"message":"Early termination of worker"}
Jun 27 22:57:52 yuyu bundle[439896]: ERROR: The hook worker_start_hooks failed with exception (ArgumentError) "weakmap value was not a string".
Jun 27 22:57:52 yuyu bundle[439896]: {"timestamp":"2024-06-27T20:57:52.285Z","pid":439896,"message":"Early termination of worker"}
Jun 27 22:57:52 yuyu bundle[439898]: ERROR: The hook worker_start_hooks failed with exception (ArgumentError) "weakmap value was not a string".
Jun 27 22:57:52 yuyu bundle[439898]: {"timestamp":"2024-06-27T20:57:52.575Z","pid":439898,"message":"Early termination of worker"}
Jun 27 22:57:52 yuyu bundle[439900]: ERROR: The hook worker_start_hooks failed with exception (ArgumentError) "weakmap value was not a string".
Jun 27 22:57:52 yuyu bundle[439900]: {"timestamp":"2024-06-27T20:57:52.665Z","pid":439900,"message":"Early termination of worker"}
Jun 27 22:57:52 yuyu bundle[439903]: ERROR: The hook worker_start_hooks failed with exception (ArgumentError) "weakmap value was not a string".
Jun 27 22:57:52 yuyu bundle[439903]: {"timestamp":"2024-06-27T20:57:52.952Z","pid":439903,"message":"Early termination of worker"}
Jun 27 22:57:53 yuyu bundle[439905]: ERROR: The hook worker_start_hooks failed with exception (ArgumentError) "weakmap value was not a string".
Jun 27 22:57:53 yuyu bundle[439905]: {"timestamp":"2024-06-27T20:57:53.039Z","pid":439905,"message":"Early termination of worker"}

Additional context

N/A

Notify maintainers

@yayayayaka @talyz

Metadata

$ nix-info -m
 - system: `"x86_64-linux"`
 - host os: `Linux 6.9.3, NixOS, 24.11 (Vicuna), 24.11.20240627.c61a59a`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Lix, like Nix) 2.91.0-dev-pre20240623-fb8553f`
 - nixpkgs: `/nix/store/65q0b70l7wm7li5rs8nizz5gp7riwyp0-source`

Add a :+1: reaction to issues you find important.

xanderio commented 2 months ago

Seams to be this issue. https://gitlab.com/gitlab-org/gitlab/-/issues/468435