Uhhhh, a different error message popped up this time. Didn't really need to just keep waiting after all. Not sure what's happening, still.misskey@Poppyweb:~/misskey$ NODE_ENV=production pnpm run build > misskey@2024.2.0 build /home/misskey/misskey > pnpm build-pre && pnpm -r build && pnpm build-assets > misskey@2024.2.0 build-pre /home/misskey/misskey > node ./scripts/build-pre.js Scope: 7 of 8 workspace projects packages/misskey-bubble-game build$ node ./build.js └─ Done in 569ms packages/misskey-js build$ npm run ts │ > misskey-js@2024.2.0 ts │ > npm run ts-esm && npm run ts-dts │ > misskey-js@2024.2.0 ts-esm │ > tsc --outDir built/esm │ > misskey-js@2024.2.0 ts-dts │ > tsc --outDir built/dts --declaration true --emitDeclarationOnly true --declarationMap t… └─ Done in 21.6s packages/misskey-reversi build$ node ./build.js └─ Done in 560ms packages/backend build$ swc src -d built -D │ Successfully compiled: 800 files, copied 27 files with swc (50.95ms) └─ Done in 3.8s packages/frontend build$ vite build │ vite v5.1.0 building for production... │ transforming... │ ../misskey-bubble-game/built/esm/index.js (1:30) "Mono" is not exported by "../misskey-bu… │ │ [870913:0x61df630] 90671 ms: Mark-Compact 973.2 (1003.9) -> 969.1 (1003.9) MB, 2422.47… │ [870913:0x61df630] 93259 ms: Mark-Compact 973.2 (1003.9) -> 969.1 (1003.9) MB, 2395.75… │ │ FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript hea… │ ----- Native stack trace ----- │ 1: 0xcc0a72 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [node] │ 2: 0x1054530 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDet… │ 3: 0x1054817 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char cons… │ 4: 0x1273a55 [node] │ 5: 0x1273f2e [node] │ 6: 0x1289156 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector… │ 7: 0x1289c79 [node] │ 8: 0x128a288 [node] │ 9: 0x19d9cb1 [node] │ Aborted └─ Failed in 1m 36.1s at /home/misskey/misskey/packages/frontend packages/sw build$ node build.js │ (node:870918) ExperimentalWarning: Importing JSON modules is an experimental feature and … │ (Use `node --trace-warnings ...` to show where the warning was created) │ Starting SW building... │ done └─ Done in 3.4s /home/misskey/misskey/packages/frontend: ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL frontend@ build: `vite build` Exit status 134 ELIFECYCLE Command failed with exit code 1.