Revert "turbo-tasks: add hashed cell mode for hash-based change detection without cell data" (#92103)
Reverts vercel/next.js#91576
That PR leads to failures in
`test/e2e/filesystem-cache/filesystem-cache.test.ts`, e.g.:
```
FATAL: An unexpected Turbopack error occurred:
Failed to write app endpoint /page
Caused by:
- failed to analyze ecmascript module '[project]/node_modules/next/dist/esm/build/templates/app-page.js?page=/remove-me/page { MODULE_0 => "[project]/app/layout.tsx [app-rsc] (ecmascript, Next.js Server Component)", MODULE_1 => "[project]/node_modules/next/dist/client/components/builtin/not-found.js [app-rsc] (ecmascript, Next.js Server Component)", MODULE_2 => "[project]/node_modules/next/dist/client/components/builtin/forbidden.js [app-rsc] (ecmascript, Next.js Server Component)", MODULE_3 => "[project]/node_modules/next/dist/client/components/builtin/unauthorized.js [app-rsc] (ecmascript, Next.js Server Component)", MODULE_4 => "[project]/node_modules/next/dist/client/components/builtin/global-error.js [app-rsc] (ecmascript, Next.js Server Component)", MODULE_5 => "[project]/app/remove-me/page.tsx [app-rsc] (ecmascript, Next.js Server Component)" } [app-rsc] (ecmascript)'
- failed to parse [project]/node_modules/next/dist/esm/build/templates/app-page.js?page=/remove-me/page
- Cell CellId { type_id: ValueTypeId { id: 234, name: ValueType { name: "turbo_tasks_fs::FileContent" } }, index: 1 } no longer exists in task TaskId { id: 793 } get_app_page_entry (no cell of this type exists)
Debug info:
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of output_assets_operation failed
- Execution of <AppEndpoint as Endpoint>::output failed
- Failed to write app endpoint /page
- Execution of AppEndpoint::output failed
- Execution of whole_app_module_graph_operation failed
- Execution of Project::get_all_entries failed
- Execution of <AppEndpoint as Endpoint>::entries failed
- Execution of get_app_page_entry failed
- Execution of *ProcessResult::module failed
- Execution of <ModuleAssetContext as AssetContext>::process failed
- Execution of *EcmascriptExports::split_locals_and_reexports failed
- Execution of <EcmascriptModuleAsset as EcmascriptChunkPlaceable>::get_exports failed
- Execution of analyze_ecmascript_module failed
- failed to analyze ecmascript module '[project]/node_modules/next/dist/esm/build/templates/app-page.js?page=/remove-me/page { MODULE_0 => "[project]/app/layout.tsx [app-rsc] (ecmascript, Next.js Server Component)", MODULE_1 => "[project]/node_modules/next/dist/client/components/builtin/not-found.js [app-rsc] (ecmascript, Next.js Server Component)", MODULE_2 => "[project]/node_modules/next/dist/client/components/builtin/forbidden.js [app-rsc] (ecmascript, Next.js Server Component)", MODULE_3 => "[project]/node_modules/next/dist/client/components/builtin/unauthorized.js [app-rsc] (ecmascript, Next.js Server Component)", MODULE_4 => "[project]/node_modules/next/dist/client/components/builtin/global-error.js [app-rsc] (ecmascript, Next.js Server Component)", MODULE_5 => "[project]/app/remove-me/page.tsx [app-rsc] (ecmascript, Next.js Server Component)" } [app-rsc] (ecmascript)'
- Execution of parse failed
- failed to parse [project]/node_modules/next/dist/esm/build/templates/app-page.js?page=/remove-me/page
- Cell CellId { type_id: ValueTypeId { id: 234, name: ValueType { name: "turbo_tasks_fs::FileContent" } }, index: 1 } no longer exists in task TaskId { id: 793 } get_app_page_entry (no cell of this type exists)
```
[x-ref](https://github.com/vercel/next.js/actions/runs/23707462785/job/69156136747?pr=91830)