rough-minister-58256
02/19/2016, 5:58 PMjava.io.EOFException
is almost certainly not related - the TruncatedHeaderError
is likely just the nailgun dying w/ your debug printlns. a full paste of the pants invocation and its output would probably be helpful for context. usually there would be some more specific errors above the actual singular error message.fast-nail-55400
02/19/2016, 6:41 PMfast-nail-55400
02/19/2016, 6:41 PMTRACE:
java.lang.NullPointerException
at scala.tools.nsc.typechecker.Typers$Typer.noExpectedType$1(Typers.scala:3464)
at scala.tools.nsc.typechecker.Typers$Typer.scala$tools$nsc$typechecker$Typers$Typer$$handleMonomorphicCall$1(Typers.scala:3467)
at scala.tools.nsc.typechecker.Typers$Typer.doTypedApply(Typers.scala:3495)
at scala.tools.nsc.typechecker.Typers$Typer.tryNamesDefaults$1(Typers.scala:3381)
...
fast-nail-55400
02/19/2016, 6:42 PMfast-nail-55400
02/19/2016, 6:44 PMwitty-crayon-22786
02/19/2016, 7:19 PMwitty-crayon-22786
02/19/2016, 7:19 PMhappy-kitchen-89482
02/19/2016, 7:31 PMhappy-kitchen-89482
02/19/2016, 7:31 PMastonishing-jelly-60479
02/19/2016, 7:33 PMfast-nail-55400
02/19/2016, 7:36 PMpants/src/scala/org/pantsbuild/zinc/Main.scala
is: case e: Exception =>
if (isDebug) e.printStackTrace
val message = e.getMessage
if (message ne null) log.error(message)
sys.exit(1)
fast-nail-55400
02/19/2016, 7:36 PMhappy-kitchen-89482
02/19/2016, 7:36 PMfast-nail-55400
02/19/2016, 7:36 PMfast-nail-55400
02/19/2016, 7:36 PMhappy-kitchen-89482
02/19/2016, 7:37 PMfast-nail-55400
02/19/2016, 7:37 PMhappy-kitchen-89482
02/19/2016, 7:37 PMhappy-kitchen-89482
02/19/2016, 7:37 PMrough-minister-58256
02/19/2016, 7:37 PMfast-nail-55400
02/19/2016, 7:37 PMhappy-kitchen-89482
02/19/2016, 7:37 PMfast-nail-55400
02/19/2016, 7:38 PMhappy-kitchen-89482
02/19/2016, 7:38 PM./pants compile.zinc -ldebug
happy-kitchen-89482
02/19/2016, 7:38 PMhappy-kitchen-89482
02/19/2016, 7:38 PM—compile-zinc-level=debug
happy-kitchen-89482
02/19/2016, 7:39 PMfast-nail-55400
02/19/2016, 7:48 PMfast-nail-55400
02/19/2016, 8:34 PMfast-nail-55400
02/19/2016, 8:35 PM