{"record":{"id":"fbd2730ccc22e48d","repo":"openai/codex","slug":"failed-to-create-mcp-oauth-store-aggregate-store","errorCode":null,"errorMessage":"failed to create MCP OAuth {store} aggregate-store lock directory {}","messagePattern":"failed to create MCP OAuth (.+?) aggregate-store lock directory (.+?)","errorType":"exception","errorClass":"OAuthStoreLockFailure","httpStatus":null,"severity":"error","filePath":"codex-rs/rmcp-client/src/oauth/store_lock.rs","lineNumber":174,"sourceCode":"                    });\n                }\n            }\n        }\n    }\n}\n\n/// Auto may fall back when the configured keyring backend is unavailable, but it must surface a\n/// lock failure. Falling back while another process owns the aggregate-store lock could leave the\n/// newer credential in File while a stale Secrets entry remains preferred.\n#[derive(Debug, thiserror::Error)]\npub(super) enum OAuthStoreLockFailure {\n    #[error(\"failed to resolve CODEX_HOME for MCP OAuth {store} aggregate-store lock\")]\n    CodexHome {\n        store: OAuthStore,\n        #[source]\n        source: io::Error,\n    },\n    #[error(\"failed to create MCP OAuth {store} aggregate-store lock directory {}\", path.display())]\n    CreateDir {\n        store: OAuthStore,\n        path: PathBuf,\n        #[source]\n        source: io::Error,\n    },\n    #[error(\"failed to open MCP OAuth {store} aggregate-store lock {}\", path.display())]\n    Open {\n        store: OAuthStore,\n        path: PathBuf,\n        #[source]\n        source: io::Error,\n    },\n    #[error(\n        \"timed out after {acquire_timeout:?} waiting for MCP OAuth {store} aggregate-store lock {}\",\n        path.display()\n    )]\n    Timeout {","sourceCodeStart":156,"sourceCodeEnd":192,"githubUrl":"https://github.com/openai/codex/blob/339751715c64496cb86246bfb3935f40e309dd3d/codex-rs/rmcp-client/src/oauth/store_lock.rs#L156-L192","documentation":"Error \"failed to create MCP OAuth {store} aggregate-store lock directory {}\" thrown in openai/codex.","triggerScenarios":"Thrown at codex-rs/rmcp-client/src/oauth/store_lock.rs:174 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"339751715c64496cb86246bfb3935f40e309dd3d","analyzedAt":"2026-08-25T05:35:09.876Z","schemaVersion":2},"datasetVersion":"2026-08-25T06:17:31.827Z"}