You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Matthew Topol (Jira)" <ji...@apache.org> on 2022/08/15 19:44:00 UTC

[jira] [Resolved] (ARROW-17410) [JS] Archery JS Build Fails

     [ https://issues.apache.org/jira/browse/ARROW-17410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthew Topol resolved ARROW-17410.
-----------------------------------
    Fix Version/s: 10.0.0
       Resolution: Fixed

Issue resolved by pull request 13885
[https://github.com/apache/arrow/pull/13885]

> [JS] Archery JS Build Fails
> ---------------------------
>
>                 Key: ARROW-17410
>                 URL: https://issues.apache.org/jira/browse/ARROW-17410
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Integration, JavaScript
>            Reporter: Raphael Taylor-Davies
>            Assignee: Matthew Topol
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 10.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> We are seeing CI failures running the JS integration tests - [https://github.com/apache/arrow-rs/runs/7824734614?check_suite_focus=true]
> In particular
>  
> {code:java}
>     [07:33:01] 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 {code}
>  
> This appears to be an issue with zlib v1.2.12 [https://github.com/madler/zlib/issues/613] according to the corresponding issue on google-closure-compiler - https://github.com/google/closure-compiler-npm/issues/234
> I'm not sure what the solution here is, but thought I would flag it
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)