raulcd opened a new issue, #39469: URL: https://github.com/apache/arrow/issues/39469
### Describe the bug, including details regarding any error messages, version, and platform. Our verification jobs for macOS ARM (M1) have been failing: * [verify-rc-source-integration-macos-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7409710060/job/20160496652) * [verify-rc-source-js-macos-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7409709816/job/20160495691) With the following error: ``` [07:54:03] Error: [07:54:03] 'compile:es2015:umd' errored after 2.04 ms [07:54:03] TypeError: Function.prototype.apply was called on undefined, which is a undefined and not a function at Lo (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/esm/esm.js:1:233359) at au (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/esm/esm.js:1:236294) at ou (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/esm/esm.js:1:236969) at Module.<anonymous> (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/esm/esm.js:1:304731) at require (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/esm/esm.js:1:288360) at file:///Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/gulp/closure-task.js:46:46 at Array.reduce (<anonymous>) at closure (file:///Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/gulp/closure-task.js:43:60) at fn (file:///Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/gulp/memoize-task.js:31:41) at compile (file:///Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/gulp/compile-task.js:30:86) [07:54:03] 'compile' errored after 4.85 ms at formatError (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/gulp-cli/lib/versioned/^4.0.0/format-error.js:21:10) at Gulp.<anonymous> (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/gulp-cli/lib/versioned/^4.0.0/log/events.js:33:15) at Gulp.emit (node:events:531:35) at Gulp.emit (node:domain:488:12) at Object.error (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/undertaker/lib/helpers/createExtensions.js:61:10) at handler (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/now-and-later/lib/mapSeries.js:47:14) at f (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/once/once.js:25:25) at f (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/once/once.js:25:25) at tryCatch (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/bach/node_modules/async-done/index.js:24:15) at done (/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/js/node_modules/bach/node_modules/async-done/index.js:40:12) [07:54:03] 'build:es2015:umd' errored after 23 s [07:54:03] 'build:apache-arrow' errored after 23 s [07:54:03] 'build' errored after 23 s error Command failed with exit code 1. ``` M1's are self-hosted and might require to update a dependency manually but I am unsure on what the problem is. ### Component(s) Continuous Integration, JavaScript -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
