Greetings, I'm getting an error when building, on latest master (2bd873181 as of this writing). Full build command I'm running is: ./build/mvn -DskipTests clean package
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (create-tmp-dir) on project spark-assembly_2.12: An Ant BuildException has occured: Problem reading /Users/jeff/dev/spark/python/lib/pyspark.zip [ERROR] around Ant part ...<zip destfile="/Users/jeff/dev/spark/assembly/../python/lib/pyspark.zip">... @ 6:76 in /Users/jeff/dev/spark/assembly/target/antrun/build-main.xml: archive is not a ZIP archive [ERROR] -> [Help 1] Trying to run unzip -l python/lib/pyspark.zip does seem to suggest it's not a valid zip file. Any ideas what might be wrong? I tried searching the archives and didn't see anything relevant. Thanks. - OS X Catalina 10.5.2 - OpenJDK 1.8.0_212 - Maven 3.6.3 - Python 3.8.1 (via pyenv)