Skip to content

Instantly share code, notes, and snippets.

@fkorotkov
Created May 21, 2015 05:53
Show Gist options
  • Save fkorotkov/99eb114d5efceb72f754 to your computer and use it in GitHub Desktop.
Save fkorotkov/99eb114d5efceb72f754 to your computer and use it in GitHub Desktop.
[tw-mbp-fkorotkov pants (guava-version)]$ cat /Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/BUILD
jar_library(name='guava',
jars=[
jar('com.google.guava', 'guava', '16.0',
apidocs='http://docs.guava-libraries.googlecode.com/git-history/v16.0/javadoc/'),
])
java_library(name = 'greet',
dependencies = [':guava'],
sources = globs('*.java'),
)
jar_library(name = 'zinc',
jars = [
jar(org = 'org.pantsbuild', name = 'zinc', rev = '1.0.2')
])
[tw-mbp-fkorotkov pants (guava-version)]$ ./pants resolve export //:zinc
INFO] Detected git repository at /Users/fkorotkov/workspace/fkorotkov/pants on branch guava-version
INFO] killing ng server @ pid:96155 port:53215
{
"libraries": {
"org.scala-lang:scala-compiler:2.10.4": {
"default": "/Users/fkorotkov/.ivy2/pants/org.scala-lang/scala-compiler/jars/scala-compiler-2.10.4.jar"
},
"com.typesafe.sbt:compiler-interface:0.13.7": {
"default": "/Users/fkorotkov/.ivy2/pants/com.typesafe.sbt/compiler-interface/jars/compiler-interface-0.13.7-sources.jar"
},
"org.scala-lang:scala-library:2.10.4": {
"default": "/Users/fkorotkov/.ivy2/pants/org.scala-lang/scala-library/jars/scala-library-2.10.4.jar"
},
"com.martiansoftware:nailgun-server:0.9.1": {
"default": "/Users/fkorotkov/.ivy2/pants/com.martiansoftware/nailgun-server/jars/nailgun-server-0.9.1.jar"
},
"com.google.guava:guava:18.0": {
"default": "/Users/fkorotkov/.ivy2/pants/com.google.guava/guava/bundles/guava-18.0.jar"
},
"com.typesafe.sbt:sbt-interface:0.13.7": {
"default": "/Users/fkorotkov/.ivy2/pants/com.typesafe.sbt/sbt-interface/jars/sbt-interface-0.13.7.jar"
},
"org.scala-lang:scala-reflect:2.10.4": {
"default": "/Users/fkorotkov/.ivy2/pants/org.scala-lang/scala-reflect/jars/scala-reflect-2.10.4.jar"
},
"org.pantsbuild:zinc:1.0.2": {
"default": "/Users/fkorotkov/.ivy2/pants/org.pantsbuild/zinc/jars/zinc-1.0.2.jar"
},
"com.typesafe.sbt:incremental-compiler:0.13.7": {
"default": "/Users/fkorotkov/.ivy2/pants/com.typesafe.sbt/incremental-compiler/jars/incremental-compiler-0.13.7.jar"
},
"com.google.code.findbugs:jsr305:3.0.0": {
"default": "/Users/fkorotkov/.ivy2/pants/com.google.code.findbugs/jsr305/jars/jsr305-3.0.0.jar"
}
},
"version": "1.0.0",
"targets": {
":zinc": {
"is_code_gen": false,
"target_type": "SOURCE",
"libraries": [
"com.google.guava:guava:18.0",
"com.martiansoftware:nailgun-server:0.9.1",
"com.typesafe.sbt:compiler-interface:0.13.7",
"org.scala-lang:scala-library:2.10.4",
"com.typesafe.sbt:incremental-compiler:0.13.7",
"com.typesafe.sbt:sbt-interface:0.13.7",
"org.scala-lang:scala-compiler:2.10.4",
"org.scala-lang:scala-reflect:2.10.4",
"com.google.code.findbugs:jsr305:3.0.0"
],
"pants_target_type": "jar_library",
"globs": null,
"targets": [],
"roots": []
}
}
}
[tw-mbp-fkorotkov pants (guava-version)]$ ./pants clean-all.ng-killall --everywhere compile examples/src/java/org/pantsbuild/example/hello/greet --compile-zinc-java-enabled -ldebug
DEBUG] Parsing BUILD file FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD).
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.core.targets.doc.Page'>, name=readme, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD), readme)
DEBUG] FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD) produced the following Addressables:
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD), readme): TargetAddressable(target_type=<class 'pants.backend.core.targets.doc.Page'>, name=readme, **kwargs=...)
DEBUG] Parsing BUILD file FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools).
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=antlr-3.4, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), antlr-3.4)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=antlr-4, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), antlr-4)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=xalan, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), xalan)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jmake, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), jmake)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=java-compiler, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), java-compiler)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=nailgun-server, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), nailgun-server)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=emma, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), emma)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura-instrument, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), cobertura-instrument)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura-run, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), cobertura-run)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura-report, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), cobertura-report)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=benchmark-caliper-0.5, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), benchmark-caliper-0.5)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=benchmark-java-allocation-instrumenter-2.1, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), benchmark-java-allocation-instrumenter-2.1)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=zinc, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), zinc)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-compiler, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scala-compiler)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-library, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scala-library)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-repl, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scala-repl)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scalastyle, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scalastyle)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=checkstyle, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), checkstyle)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=junit, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), junit)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scrooge-gen, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scrooge-gen)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scrooge-linter, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scrooge-linter)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=spindle-codegen, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), spindle-codegen)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jar-tool, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), jar-tool)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jarjar, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), jarjar)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=wire-runtime, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), wire-runtime)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=wire-compiler, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), wire-compiler)
DEBUG] FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools) produced the following Addressables:
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), benchmark-caliper-0.5): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=benchmark-caliper-0.5, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), antlr-4): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=antlr-4, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scalastyle): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scalastyle, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), junit): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=junit, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scala-library): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-library, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), cobertura-run): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura-run, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), xalan): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=xalan, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), benchmark-java-allocation-instrumenter-2.1): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=benchmark-java-allocation-instrumenter-2.1, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), spindle-codegen): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=spindle-codegen, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scala-compiler): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-compiler, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), cobertura-instrument): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura-instrument, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), zinc): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=zinc, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), jar-tool): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jar-tool, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scrooge-linter): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scrooge-linter, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), checkstyle): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=checkstyle, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scala-repl): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-repl, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), emma): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=emma, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), java-compiler): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=java-compiler, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), jarjar): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jarjar, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), cobertura-report): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura-report, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), wire-runtime): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=wire-runtime, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), antlr-3.4): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=antlr-3.4, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scrooge-gen): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scrooge-gen, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), jmake): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jmake, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), wire-compiler): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=wire-compiler, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), nailgun-server): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=nailgun-server, **kwargs=...)
DEBUG] Parsing BUILD file FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/contrib/BUILD).
DEBUG] FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/contrib/BUILD) produced the following Addressables:
DEBUG] Parsing BUILD file FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/BUILD).
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=guava, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/BUILD), guava)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.java_library.JavaLibrary'>, name=greet, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/BUILD), greet)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=zinc, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/BUILD), zinc)
DEBUG] FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/BUILD) produced the following Addressables:
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/BUILD), zinc): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=zinc, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/BUILD), guava): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=guava, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/BUILD), greet): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.java_library.JavaLibrary'>, name=greet, **kwargs=...)
DEBUG] Executing: git --git-dir=/Users/fkorotkov/workspace/fkorotkov/pants/.git --work-tree=/Users/fkorotkov/workspace/fkorotkov/pants rev-parse --abbrev-ref HEAD
INFO] Detected git repository at /Users/fkorotkov/workspace/fkorotkov/pants on branch guava-version
DEBUG] Executing: git --git-dir=/Users/fkorotkov/workspace/fkorotkov/pants/.git --work-tree=/Users/fkorotkov/workspace/fkorotkov/pants rev-parse HEAD
DEBUG] Executing: git --git-dir=/Users/fkorotkov/workspace/fkorotkov/pants/.git --work-tree=/Users/fkorotkov/workspace/fkorotkov/pants describe --tags --always
DEBUG] Executing: git --git-dir=/Users/fkorotkov/workspace/fkorotkov/pants/.git --work-tree=/Users/fkorotkov/workspace/fkorotkov/pants rev-parse --abbrev-ref HEAD
22:51:16 00:00 [main]
See a report at: http://localhost:51163/run/pants_run_2015_05_20_22_51_16_662
22:51:16 00:00 [bootstrap]
22:51:16 00:00 [setup]
22:51:16 00:00 [parse]
Executing tasks in goals: clean-all -> bootstrap -> imports -> unpack-jars -> deferred-sources -> gen -> resolve -> compile
22:51:16 00:00 [clean-all]
22:51:16 00:00 [ng-killall]INFO] killing ng server @ pid:96159 port:
INFO] killing ng server @ pid:96170 port:
INFO] killing ng server @ pid:96260 port:
22:51:16 00:00 [invalidate]
22:51:16 00:00 [clean-all]
22:51:16 00:00 [bootstrap]
22:51:17 00:01 [bootstrap-jvm-tools]DEBUG] Located Distribution(u'/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin', minimum_version=None, maximum_version=None jdk=False) for constraints: minimum_version None, maximum_version None, jdk False
22:51:17 00:01 [imports]
22:51:17 00:01 [ivy-imports]
22:51:17 00:01 [unpack-jars]
22:51:17 00:01 [unpack-jars]
22:51:17 00:01 [deferred-sources]
22:51:17 00:01 [deferred-sources]
22:51:17 00:01 [gen]
22:51:17 00:01 [thrift]
22:51:17 00:01 [protoc]DEBUG] Selected protoc binary bootstrapped to: /Users/fkorotkov/.cache/pants/bin/protobuf/mac/10.10/2.4.1/protoc
22:51:17 00:01 [antlr]
22:51:17 00:01 [ragel]
22:51:17 00:01 [jaxb]
22:51:17 00:01 [wire]
22:51:17 00:01 [aapt]
22:51:17 00:01 [resolve]
22:51:17 00:01 [ivy]DEBUG] Parsing BUILD file FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD).
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.core.targets.doc.Page'>, name=readme, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD), readme)
DEBUG] FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD) produced the following Addressables:
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD), readme): TargetAddressable(target_type=<class 'pants.backend.core.targets.doc.Page'>, name=readme, **kwargs=...)
DEBUG] Parsing BUILD file FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools).
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=antlr-3.4, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), antlr-3.4)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=antlr-4, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), antlr-4)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=xalan, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), xalan)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jmake, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), jmake)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=java-compiler, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), java-compiler)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=nailgun-server, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), nailgun-server)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=emma, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), emma)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura-instrument, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), cobertura-instrument)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura-run, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), cobertura-run)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura-report, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), cobertura-report)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=benchmark-caliper-0.5, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), benchmark-caliper-0.5)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=benchmark-java-allocation-instrumenter-2.1, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), benchmark-java-allocation-instrumenter-2.1)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=zinc, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), zinc)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-compiler, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scala-compiler)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-library, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scala-library)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-repl, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scala-repl)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scalastyle, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scalastyle)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=checkstyle, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), checkstyle)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=junit, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), junit)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scrooge-gen, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scrooge-gen)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scrooge-linter, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scrooge-linter)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=spindle-codegen, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), spindle-codegen)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jar-tool, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), jar-tool)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jarjar, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), jarjar)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=wire-runtime, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), wire-runtime)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=wire-compiler, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), wire-compiler)
DEBUG] FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools) produced the following Addressables:
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), benchmark-caliper-0.5): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=benchmark-caliper-0.5, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), antlr-4): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=antlr-4, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scalastyle): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scalastyle, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), junit): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=junit, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scala-library): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-library, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), cobertura-run): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura-run, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), xalan): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=xalan, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), benchmark-java-allocation-instrumenter-2.1): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=benchmark-java-allocation-instrumenter-2.1, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), spindle-codegen): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=spindle-codegen, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scala-compiler): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-compiler, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), cobertura-instrument): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura-instrument, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), zinc): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=zinc, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), jar-tool): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jar-tool, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scrooge-linter): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scrooge-linter, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), checkstyle): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=checkstyle, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scala-repl): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-repl, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), emma): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=emma, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), java-compiler): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=java-compiler, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), jarjar): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jarjar, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), cobertura-report): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura-report, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), wire-runtime): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=wire-runtime, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), antlr-3.4): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=antlr-3.4, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), scrooge-gen): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scrooge-gen, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), jmake): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jmake, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), wire-compiler): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=wire-compiler, **kwargs=...)
DEBUG] * BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/BUILD.tools), nailgun-server): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=nailgun-server, **kwargs=...)
22:51:17 00:01 [bootstrap-nailgun-server]DEBUG] Executing: /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java -Xmx1g -XX:MaxPermSize=256m -Dsun.io.useCanonCaches=false -Divy.cache.dir=/Users/fkorotkov/.ivy2/pants -cp ../../../.ivy2/pants/org.apache.ivy/ivy/jars/ivy-2.4.0.jar:../../../.ivy2/pants/org.bouncycastle/bcpg-jdk14/jars/bcpg-jdk14-1.45.jar:../../../.ivy2/pants/org.bouncycastle/bcprov-jdk14/jars/bcprov-jdk14-1.45.jar org.apache.ivy.Main -ivy /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/707bcedd7c7c17e4fe5d23c677367ea7b619bfa1-IvyResolveFingerprintStrategy_53c4bb9c6553/ivy.xml -confs default -cachepath /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/707bcedd7c7c17e4fe5d23c677367ea7b619bfa1-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw.tmp args={'stderr': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x10d1ee310>, 'stdout': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x10d1d91d0>} at cwd=/Users/fkorotkov/workspace/fkorotkov/pants
DEBUG] Moved ivy classfile file to /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/707bcedd7c7c17e4fe5d23c677367ea7b619bfa1-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw
Invalidated 1 target.
22:51:17 00:01 [ivy-resolve]DEBUG] No ng server found with fingerprint 552cf4f615fb49ceddd6213cb782e74f965e808c, spawning...
DEBUG] Executing: /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java -Xmx1g -XX:MaxPermSize=256m -Dsun.io.useCanonCaches=false -Divy.cache.dir=/Users/fkorotkov/.ivy2/pants -Dpants.buildroot=/Users/fkorotkov/workspace/fkorotkov/pants -Dpants.nailgun.owner=/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ng/IvyResolve_resolve_ivy -Dpants.nailgun.fingerprint=552cf4f615fb49ceddd6213cb782e74f965e808c -cp .pants.d/ivy/jars/com.martiansoftware/nailgun-server/jars/nailgun-server-0.9.1.jar:../../../.ivy2/pants/org.apache.ivy/ivy/jars/ivy-2.4.0.jar:../../../.ivy2/pants/org.bouncycastle/bcpg-jdk14/jars/bcpg-jdk14-1.45.jar:../../../.ivy2/pants/org.bouncycastle/bcprov-jdk14/jars/bcprov-jdk14-1.45.jar com.martiansoftware.nailgun.NGServer :0 args={'close_fds': True, 'stdin': <open file u'/dev/null', mode 'r' at 0x10bc91db0>, 'stderr': <open file u'/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ng/IvyResolve_resolve_ivy/stderr', mode 'w' at 0x10bc91c90>, 'stdout': <open file u'/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ng/IvyResolve_resolve_ivy/stdout', mode 'w' at 0x10bc91d20>} at cwd=/Users/fkorotkov/workspace/fkorotkov/pants
DEBUG] Spawned ng server with fingerprint 552cf4f615fb49ceddd6213cb782e74f965e808c @ 96300
DEBUG] Detected ng server up on port 53227
DEBUG] Found ng server launched with Endpoint(exe='/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java', fingerprint='552cf4f615fb49ceddd6213cb782e74f965e808c', pid=96300, port=53227)
DEBUG] Connected to ng server launched with Endpoint(exe='/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java', fingerprint='552cf4f615fb49ceddd6213cb782e74f965e808c', pid=96300, port=53227)
DEBUG] Executing via NailgunClient(host=u'localhost', port=53227, workdir='/Users/fkorotkov/workspace/fkorotkov/pants'): /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java -Xmx1g -XX:MaxPermSize=256m -Dsun.io.useCanonCaches=false -Divy.cache.dir=/Users/fkorotkov/.ivy2/pants -cp /Users/fkorotkov/.ivy2/pants/org.apache.ivy/ivy/jars/ivy-2.4.0.jar:/Users/fkorotkov/.ivy2/pants/org.bouncycastle/bcpg-jdk14/jars/bcpg-jdk14-1.45.jar:/Users/fkorotkov/.ivy2/pants/org.bouncycastle/bcprov-jdk14/jars/bcprov-jdk14-1.45.jar org.apache.ivy.Main -ivy /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/df8d9ddb2b8110cf74ad815fa1c460d2e50ef127-IvyResolveFingerprintStrategy_53c4bb9c6553/ivy.xml -confs default -cachepath /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/df8d9ddb2b8110cf74ad815fa1c460d2e50ef127-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw.tmp
DEBUG] Moved ivy classfile file to /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/df8d9ddb2b8110cf74ad815fa1c460d2e50ef127-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw
1 of 2 targets were relevant for ivy resolve.
22:51:18 00:02 [compile]
22:51:18 00:02 [compile]
22:51:18 00:02 [jvm]
22:51:18 00:02 [jvm-compilers]
::: created chunks(1)
chunk(0) [flavor=zinc-java]:
JavaLibrary(BuildFileAddress(FilesystemBuildFile(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/BUILD), greet))
22:51:18 00:02 [find-deleted-sources]
Invalidated 1 target.
Compiling 1 zinc-java source in 1 target (partition 1 of 1).
22:51:18 00:02 [compile]
22:51:18 00:02 [bootstrap-scalac]DEBUG] Executing: /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java -Xmx1g -XX:MaxPermSize=256m -Dsun.io.useCanonCaches=false -Divy.cache.dir=/Users/fkorotkov/.ivy2/pants -cp ../../../.ivy2/pants/org.apache.ivy/ivy/jars/ivy-2.4.0.jar:../../../.ivy2/pants/org.bouncycastle/bcpg-jdk14/jars/bcpg-jdk14-1.45.jar:../../../.ivy2/pants/org.bouncycastle/bcprov-jdk14/jars/bcprov-jdk14-1.45.jar org.apache.ivy.Main -ivy /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/ef742c6b4917d0f083652b1117cd51e7182de5e8-IvyResolveFingerprintStrategy_53c4bb9c6553/ivy.xml -confs default -cachepath /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/ef742c6b4917d0f083652b1117cd51e7182de5e8-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw.tmp args={'stderr': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x10d24a3d0>, 'stdout': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x10d24a390>} at cwd=/Users/fkorotkov/workspace/fkorotkov/pants
DEBUG] Moved ivy classfile file to /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/ef742c6b4917d0f083652b1117cd51e7182de5e8-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw
22:51:19 00:03 [bootstrap-zinc]DEBUG] Executing: /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java -Xmx1g -XX:MaxPermSize=256m -Dsun.io.useCanonCaches=false -Divy.cache.dir=/Users/fkorotkov/.ivy2/pants -cp ../../../.ivy2/pants/org.apache.ivy/ivy/jars/ivy-2.4.0.jar:../../../.ivy2/pants/org.bouncycastle/bcpg-jdk14/jars/bcpg-jdk14-1.45.jar:../../../.ivy2/pants/org.bouncycastle/bcprov-jdk14/jars/bcprov-jdk14-1.45.jar org.apache.ivy.Main -ivy /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/8430995b52ac42b1df01f68a6f4da18d9dd80457-IvyResolveFingerprintStrategy_53c4bb9c6553/ivy.xml -confs default -cachepath /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/8430995b52ac42b1df01f68a6f4da18d9dd80457-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw.tmp args={'stderr': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x10d24afd0>, 'stdout': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x10d24ac10>} at cwd=/Users/fkorotkov/workspace/fkorotkov/pants
DEBUG] Moved ivy classfile file to /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/8430995b52ac42b1df01f68a6f4da18d9dd80457-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw
Calling zinc on: /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/compile/jvm/zinc-java/analysis/artifact_cache_tmpdir/ce09e204-59e1-4496-a5eb-5bccfc0c03a3/examples.src.java.org.pantsbuild.example.hello.greet.greet/analysis (nonexistent)
22:51:20 00:04 [zinc]
DEBUG] No ng server found with fingerprint 46eb835aa0fb886e7b4b2308a59ee18e3a1d977a, spawning...
DEBUG] Executing: /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java -Xmx1g -XX:MaxPermSize=256m -Dpants.buildroot=/Users/fkorotkov/workspace/fkorotkov/pants -Dpants.nailgun.owner=/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ng/JavaZincCompile -Dpants.nailgun.fingerprint=46eb835aa0fb886e7b4b2308a59ee18e3a1d977a -cp .pants.d/ivy/jars/com.martiansoftware/nailgun-server/jars/nailgun-server-0.9.1.jar:.pants.d/ivy/jars/org.pantsbuild/zinc/jars/zinc-1.0.2.jar:.pants.d/ivy/jars/org.scala-lang/scala-compiler/jars/scala-compiler-2.10.4.jar:.pants.d/ivy/jars/org.scala-lang/scala-library/jars/scala-library-2.10.4.jar:.pants.d/ivy/jars/org.scala-lang/scala-reflect/jars/scala-reflect-2.10.4.jar:.pants.d/ivy/jars/com.google.code.findbugs/jsr305/jars/jsr305-3.0.0.jar:.pants.d/ivy/jars/com.typesafe.sbt/incremental-compiler/jars/incremental-compiler-0.13.7.jar:.pants.d/ivy/jars/com.typesafe.sbt/sbt-interface/jars/sbt-interface-0.13.7.jar:.pants.d/ivy/jars/com.typesafe.sbt/compiler-interface/jars/compiler-interface-0.13.7-sources.jar:.pants.d/ivy/jars/com.martiansoftware/nailgun-server/jars/nailgun-server-0.9.1.jar:.pants.d/ivy/jars/com.google.guava/guava/bundles/guava-18.0.jar:../../../../../Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/lib/tools.jar com.martiansoftware.nailgun.NGServer :0 args={'close_fds': True, 'stdin': <open file u'/dev/null', mode 'r' at 0x10d21e8a0>, 'stderr': <open file u'/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ng/JavaZincCompile/stderr', mode 'w' at 0x10d21e9c0>, 'stdout': <open file u'/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ng/JavaZincCompile/stdout', mode 'w' at 0x10d21e930>} at cwd=/Users/fkorotkov/workspace/fkorotkov/pants
DEBUG] Spawned ng server with fingerprint 46eb835aa0fb886e7b4b2308a59ee18e3a1d977a @ 96304
DEBUG] Detected ng server up on port 53231
DEBUG] Found ng server launched with Endpoint(exe='/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java', fingerprint='46eb835aa0fb886e7b4b2308a59ee18e3a1d977a', pid=96304, port=53231)
DEBUG] Connected to ng server launched with Endpoint(exe='/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java', fingerprint='46eb835aa0fb886e7b4b2308a59ee18e3a1d977a', pid=96304, port=53231)
DEBUG] Executing via NailgunClient(host=u'localhost', port=53231, workdir='/Users/fkorotkov/workspace/fkorotkov/pants'): /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java -Xmx1g -XX:MaxPermSize=256m -cp /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.pantsbuild/zinc/jars/zinc-1.0.2.jar:/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-compiler/jars/scala-compiler-2.10.4.jar:/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-library/jars/scala-library-2.10.4.jar:/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-reflect/jars/scala-reflect-2.10.4.jar:/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/com.google.code.findbugs/jsr305/jars/jsr305-3.0.0.jar:/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/com.typesafe.sbt/incremental-compiler/jars/incremental-compiler-0.13.7.jar:/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/com.typesafe.sbt/sbt-interface/jars/sbt-interface-0.13.7.jar:/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/com.typesafe.sbt/compiler-interface/jars/compiler-interface-0.13.7-sources.jar:/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/com.martiansoftware/nailgun-server/jars/nailgun-server-0.9.1.jar:/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/com.google.guava/guava/bundles/guava-18.0.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/lib/tools.jar org.pantsbuild.zinc.Main -log-level debug -analysis-cache /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/compile/jvm/zinc-java/analysis/artifact_cache_tmpdir/ce09e204-59e1-4496-a5eb-5bccfc0c03a3/examples.src.java.org.pantsbuild.example.hello.greet.greet/analysis -classpath .pants.d/ivy/jars/org.scala-lang/scala-compiler/jars/scala-compiler-2.10.4.jar:.pants.d/ivy/jars/org.scala-lang/scala-library/jars/scala-library-2.10.4.jar:.pants.d/ivy/jars/org.scala-lang/scala-reflect/jars/scala-reflect-2.10.4.jar:.pants.d/compile/jvm/zinc-java/classes:.pants.d/ivy/jars/com.google.guava/guava/bundles/guava-16.0.jar -d /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/compile/jvm/zinc-java/classes -no-name-hashing -compiler-interface /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/com.typesafe.sbt/compiler-interface/jars/compiler-interface-0.13.7-sources.jar -sbt-interface /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/com.typesafe.sbt/sbt-interface/jars/sbt-interface-0.13.7.jar -scala-path /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-compiler/jars/scala-compiler-2.10.4.jar:/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-library/jars/scala-library-2.10.4.jar:/Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-reflect/jars/scala-reflect-2.10.4.jar -S-encoding -SUTF-8 -S-g:vars -java-only -S-deprecation -S-unchecked examples/src/java/org/pantsbuild/example/hello/greet/Greeting.java
[debug] Setup = {
[debug] scala compiler = /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-compiler/jars/scala-compiler-2.10.4.jar
[debug] scala library = /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-library/jars/scala-library-2.10.4.jar
[debug] scala extra = {
[debug] /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-reflect/jars/scala-reflect-2.10.4.jar
[debug] }
[debug] sbt interface = /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/com.typesafe.sbt/sbt-interface/jars/sbt-interface-0.13.7.jar
[debug] compiler interface sources = /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/com.typesafe.sbt/compiler-interface/jars/compiler-interface-0.13.7-sources.jar
[debug] java home =
[debug] fork java = false
[debug] cache directory = /Users/fkorotkov/.zinc/unknown
[debug] }
[debug] Inputs = {
[debug] classpath = {
[debug] /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-compiler/jars/scala-compiler-2.10.4.jar
[debug] /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-library/jars/scala-library-2.10.4.jar
[debug] /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-reflect/jars/scala-reflect-2.10.4.jar
[debug] /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/compile/jvm/zinc-java/classes
[debug] /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/com.google.guava/guava/bundles/guava-16.0.jar
[debug] }
[debug] sources = {
[debug] /Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/Greeting.java
[debug] }
[debug] output directory = /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/compile/jvm/zinc-java/classes
[debug] scalac options = {
[debug] -encoding
[debug] UTF-8
[debug] -g:vars
[debug] -deprecation
[debug] -unchecked
[debug] }
[debug] javac options = {}
[debug] cache file = /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/compile/jvm/zinc-java/analysis/artifact_cache_tmpdir/ce09e204-59e1-4496-a5eb-5bccfc0c03a3/examples.src.java.org.pantsbuild.example.hello.greet.greet/analysis
[debug] analysis map = {
[debug] /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/compile/jvm/zinc-java/classes = Analysis:
[debug] /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-library/jars/scala-library-2.10.4.jar = Analysis:
[debug] /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/com.google.guava/guava/bundles/guava-16.0.jar = Analysis:
[debug] /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-reflect/jars/scala-reflect-2.10.4.jar = Analysis:
[debug] /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/ivy/jars/org.scala-lang/scala-compiler/jars/scala-compiler-2.10.4.jar = Analysis:
[debug] }
[debug] force clean = false
[debug] java only = true
[debug] compile order = Mixed
[debug] incremental compiler options = {
[debug] transitive step = 3
[debug] recompile all fraction = 0.5
[debug] debug relations = false
[debug] debug api = false
[debug] api dump =
[debug] api diff context size = 5
[debug] transactional = false
[debug] backup directory =
[debug] recompile on macro def = true
[debug] name hashing = false
[debug] }
[debug] output relations =
[debug] output products =
[debug] }
[debug] Setup and Inputs parsed at May 20, 2015 10:51:21 PM [0.569s]
[debug] Zinc compiler = Compiler(Scala 2.10.4) [73d2c4aa]
[debug]
[debug] Initial source changes:
[debug] removed:Set()
[debug] added: Set(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/Greeting.java)
[debug] modified: Set()
[debug] Removed products: Set()
[debug] External API changes: API Changes: Set()
[debug] Modified binary dependencies: Set()
[debug] Initial directly invalidated sources: Set(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/Greeting.java)
[debug]
[debug] Sources indirectly invalidated by:
[debug] product: Set()
[debug] binary dep: Set()
[debug] external source: Set()
[debug] All initially invalidated sources: Set(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/Greeting.java)
[debug] Recompiling all 1 sources: invalidated sources (1) exceeded 50.0% of all sources
[info] Compiling 1 Java source to /Users/fkorotkov/workspace/fkorotkov/pants/.pants.d/compile/jvm/zinc-java/classes...
[debug] Attempting to call javac directly...
[debug] javac returned exit code: 0
[debug] Java compilation took 0.461747 s
[debug] Java analysis took 0.287269 s
[debug] Invalidating by inheritance (transitively)...
[debug] Initial set of included nodes: Set(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/Greeting.java)
[debug] Invalidated by transitive public inheritance: Set(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/Greeting.java)
[debug] Invalidated by direct dependency: Set(/Users/fkorotkov/workspace/fkorotkov/pants/examples/src/java/org/pantsbuild/example/hello/greet/Greeting.java)
[debug] New invalidations:
[debug] Set()
[debug] Initial set of included nodes: Set()
[debug] Previously invalidated, but (transitively) depend on new invalidations:
[debug] Set()
[debug] All newly invalidated sources after taking into account (previously) recompiled sources:Set()
[info] Compile success at May 20, 2015 10:51:22 PM [1.633s]
22:51:22 00:06 [find-missing-dependencies]
22:51:22 00:06 [map_sources]
22:51:22 00:06 [map_classes]
22:51:22 00:06 [map_jars]
22:51:22 00:06 [scan_deps]
Waiting for background workers to finish.
22:51:22 00:06 [complete]
SUCCESS
[tw-mbp-fkorotkov pants (guava-version)]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment