David Li created ARROW-17413:
--------------------------------
Summary: [JS] Integration test build fails with
'gulp-google-closure-compiler: java.util.zip.ZipException: invalid entry CRC'
Key: ARROW-17413
URL: https://issues.apache.org/jira/browse/ARROW-17413
Project: Apache Arrow
Issue Type: Improvement
Components: Integration, JavaScript
Reporter: David Li
Seen on master, some PRs
{noformat}
[07:42:29] Error: gulp-google-closure-compiler: java.util.zip.ZipException:
invalid entry CRC (expected 0x4e1f14a4 but got 0xb1e0eb5b)
at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:410)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:199)
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:143)
at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:121)
at
com.google.javascript.jscomp.AbstractCommandLineRunner.getBuiltinExterns(AbstractCommandLineRunner.java:500)
at
com.google.javascript.jscomp.CommandLineRunner.createExterns(CommandLineRunner.java:2084)
at
com.google.javascript.jscomp.AbstractCommandLineRunner.doRun(AbstractCommandLineRunner.java:1187)
at
com.google.javascript.jscomp.AbstractCommandLineRunner.run(AbstractCommandLineRunner.java:551)
at
com.google.javascript.jscomp.CommandLineRunner.main(CommandLineRunner.java:2246)
Error writing to stdin of the compiler. write EPIPE
CustomError: gulp-google-closure-compiler: Compilation errors occurred
at CompilationStream._compilationComplete
(/arrow/js/node_modules/google-closure-compiler/lib/gulp/index.js:238:28)
at /arrow/js/node_modules/google-closure-compiler/lib/gulp/index.js:208:14
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:538:35)
at Gulp.emit (node:domain:475: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)
[07:42:29] 'build:es2015:umd' errored after 3.02 min
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)