os error 1224 in Azure DevOps pipeline #9467
Unanswered
bbarrette-msft
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It cannot be debugged without a reproduction |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're trying to integrate the use of swc/jest in our monorepo project (currently in a single package of the project to try things out), and things work great locally after adding the use of swc_mut_cjs_exports to get things running for us.
Sometimes (as in, not every time, and not on the same file all the time), it fails when running in the Azure DevOps pipelines. Can't provide a minimal repro unfortunately since it's not constant, but this is the error message we're getting when it fails (see below). Not sure if this is actually an issue in swc or a configuration that we might not have set that creates those errors, so mainly looking for guidance if you would know what could be the root cause.
Thanks in advance!
The error:
The requested operation cannot be performed on a file with a user-mapped section open. (os error 1224)
at Compiler.transformSync (../common/temp/node_modules/.pnpm/@swc[email protected]/node_modules/@swc/core/index.js:246:29)
at transformSync (../common/temp/node_modules/.pnpm/@swc[email protected]/node_modules/@swc/core/index.js:356:21)
at Object.process (../common/temp/node_modules/.pnpm/@swc+jest@0.2.36_@swc[email protected]/node_modules/@swc/jest/index.js:73:45)
at ScriptTransformer.transformSource (../common/temp/node_modules/.pnpm/@jest[email protected]/node_modules/@jest/transform/build/ScriptTransformer.js:545:31)
at ScriptTransformer._transformAndBuildScript (../common/temp/node_modules/.pnpm/@jest[email protected]/node_modules/@jest/transform/build/ScriptTransformer.js:674:40)
...6811 lines omitted...
at ScriptTransformer.transformSource (../common/temp/node_modules/.pnpm/@jest[email protected]/node_modules/@jest/transform/build/ScriptTransformer.js:545:31)
at ScriptTransformer._transformAndBuildScript (../common/temp/node_modules/.pnpm/@jest[email protected]/node_modules/@jest/transform/build/ScriptTransformer.js:674:40)
at ScriptTransformer.transform (../common/temp/node_modules/.pnpm/@jest[email protected]/node_modules/@jest/transform/build/ScriptTransformer.js:726:19)
Beta Was this translation helpful? Give feedback.
All reactions