Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI][JS] TypeScript: Compilation failed on yarn build for several CI jobs #39423

Closed
raulcd opened this issue Jan 2, 2024 · 2 comments
Closed

Comments

@raulcd
Copy link
Member

raulcd commented Jan 2, 2024

Describe the bug, including details regarding any error messages, version, and platform.

The following jobs:

have been failing with the following error:

 [01:05:51] Error: Error: TypeScript: Compilation failed
    at Output.mightFinish (/arrow/js/node_modules/gulp-typescript/release/output.js:130:43)
    at Output.finish (/arrow/js/node_modules/gulp-typescript/release/output.js:122:14)
    at ProjectCompiler.inputDone (/arrow/js/node_modules/gulp-typescript/release/compiler.js:95:29)
    at CompileStream.end (/arrow/js/node_modules/gulp-typescript/release/project.js:122:31)
    at DestroyableTransform.endFn (node:internal/streams/pipeline:430:11)
    at Object.onceWrapper (node:events:631:28)
    at DestroyableTransform.emit (node:events:529:35)
    at DestroyableTransform.emit (node:domain:552:15)
    at endReadableNT (/arrow/js/node_modules/readable-stream/lib/_stream_readable.js:1010:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)

    at formatError (/arrow/js/node_modules/gulp-cli/lib/versioned/^4.0.0/format-error.js:21:10)
    at Gulp.<anonymous> (/arrow/js/node_modules/gulp-cli/lib/versioned/^4.0.0/log/events.js:33:15)
    at Gulp.emit (node:events:529:35)
    at Gulp.emit (node:domain:489:12)
    at Object.error (/arrow/js/node_modules/undertaker/lib/helpers/createExtensions.js:61:10)
    at handler (/arrow/js/node_modules/now-and-later/lib/mapSeries.js:47:14)
    at f (/arrow/js/node_modules/once/once.js:25:25)
    at f (/arrow/js/node_modules/once/once.js:25:25)
    at tryCatch (/arrow/js/node_modules/bach/node_modules/async-done/index.js:24:15)
    at done (/arrow/js/node_modules/bach/node_modules/async-done/index.js:40:12)
[01:05:51] 'build:es2015:cls' errored after 28 s
[01:05:51] 'build:es2015:umd' errored after 28 s
[01:05:51] 'build:apache-arrow' errored after 28 s
[01:05:51] 'build' errored after 28 s
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

It has been failing for some days and it seems it might be related to: #39251

Component(s)

Continuous Integration, JavaScript

@raulcd
Copy link
Member Author

raulcd commented Jan 2, 2024

cc @domoritz

@raulcd raulcd added this to the 15.0.0 milestone Jan 2, 2024
@domoritz
Copy link
Member

domoritz commented Jan 3, 2024

Fixed with 9885d72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants