Ninlives / misskey.nix

5 stars 1 forks source link

`ERR_DLOPEN_FAILED` after upgrade #1

Open oluceps opened 11 months ago

oluceps commented 11 months ago
Oct 30 15:31:30 host systemd[1]: misskey.service: Scheduled restart job, restart counter is at 4.
Oct 30 15:31:30 host systemd[1]: Starting misskey.service...
Oct 30 15:31:30 host misskey-pre-start[570219]:  WARN  The "workspaces" field in package.json is not supported by pnpm. Create a "pnpm-workspace.yaml" file instead.
Oct 30 15:31:30 host misskey-pre-start[570219]: > misskey@2023.10.2 migrate /nix/store/f2sygfi05pmd8sd0svdhfahdfvxypyif-misskey-2023.10.2
Oct 30 15:31:30 host misskey-pre-start[570219]: > cd packages/backend && pnpm migrate
Oct 30 15:31:30 host misskey-pre-start[570236]: > backend@ migrate /nix/store/f2sygfi05pmd8sd0svdhfahdfvxypyif-misskey-2023.10.2/packages/backend
Oct 30 15:31:30 host misskey-pre-start[570236]: > pnpm typeorm migration:run -d ormconfig.js
Oct 30 15:31:31 host misskey-pre-start[570270]: query: SELECT * FROM current_schema()
Oct 30 15:31:31 host misskey-pre-start[570270]: Error during migration run:
Oct 30 15:31:31 host misskey-pre-start[570270]: Error: /nix/store/649692vackjkyc6941sgf6hgbf3rf492-misskey-2023.10.2-node-modules/node_modules/.pnpm/re2@1.20.3/node_modules/re2/build/Release/re2.node: undefined symbol: _ZNK4absl12lts_2023012518debugging_internal11VDSOSupport21LookupSymbolByAddressEPKvPNS1_11ElfMemImage10SymbolInfoE
Oct 30 15:31:31 host misskey-pre-start[570270]:     at Module._extensions..node (node:internal/modules/cjs/loader:1340:18)
Oct 30 15:31:31 host misskey-pre-start[570270]:     at Module.load (node:internal/modules/cjs/loader:1119:32)
Oct 30 15:31:31 host misskey-pre-start[570270]:     at Module._load (node:internal/modules/cjs/loader:960:12)
Oct 30 15:31:31 host misskey-pre-start[570270]:     at Module.require (node:internal/modules/cjs/loader:1143:19)
Oct 30 15:31:31 host misskey-pre-start[570270]:     at require (node:internal/modules/cjs/helpers:119:18)
Oct 30 15:31:31 host misskey-pre-start[570270]:     at Object.<anonymous> (/nix/store/649692vackjkyc6941sgf6hgbf3rf492-misskey-2023.10.2-node-modules/node_modules/.pnpm/re2@1.20.3/node_modules/re2/re2.js:3:13)
Oct 30 15:31:31 host misskey-pre-start[570270]:     at Module._compile (node:internal/modules/cjs/loader:1256:14)
Oct 30 15:31:31 host misskey-pre-start[570270]:     at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
Oct 30 15:31:31 host misskey-pre-start[570270]:     at Module.load (node:internal/modules/cjs/loader:1119:32)
Oct 30 15:31:31 host misskey-pre-start[570270]:     at Module._load (node:internal/modules/cjs/loader:960:12) {
Oct 30 15:31:31 host misskey-pre-start[570270]:   code: 'ERR_DLOPEN_FAILED'
Oct 30 15:31:31 host misskey-pre-start[570270]: }
Oct 30 15:31:31 host misskey-pre-start[570236]:  ELIFECYCLE  Command failed with exit code 1.
Oct 30 15:31:31 host misskey-pre-start[570219]:  ELIFECYCLE  Command failed with exit code 1.
Oct 30 15:31:31 host systemd[1]: misskey.service: Control process exited, code=exited, status=1/FAILURE
Oct 30 15:31:31 host systemd[1]: misskey.service: Failed with result 'exit-code'.
Oct 30 15:31:31 host systemd[1]: Failed to start misskey.service.
Oct 30 15:31:31 host systemd[1]: misskey.service: Consumed 1.755s CPU time, no IP traffic.
Oct 30 15:31:32 host systemd[1]: misskey.service: Scheduled restart job, restart counter is at 5.
Oct 30 15:31:32 host systemd[1]: misskey.service: Start request repeated too quickly.
Oct 30 15:31:32 host systemd[1]: misskey.service: Failed with result 'exit-code'.
Oct 30 15:31:32 host systemd[1]: Failed to start misskey.service.
Oct 30 15:31:32 host systemd[1]: misskey.service: Consumed 1.755s CPU time, no IP traffic.
Ninlives commented 11 months ago

For now I'll revert the upgrade as I failed to figure out what happened here :( Help wanted.