Advertisement
mateorod

AndroidTarget-ci2.diff

Jun 20th, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 3.43 KB | None | 0 0
  1. [== Running Pants Integration tests ==]
  2.  
  3.  
  4. 23:37:12 00:00 [main]
  5.                (To run a reporting server: ./pants goal server)
  6. 23:37:12 00:00   [bootstrap]
  7. 23:37:12 00:00   [setup]
  8. 23:37:12 00:00     [parse]
  9. 23:37:12 00:00   [jvm-locate]
  10. 23:37:12 00:00   [jvm-locate]
  11. 23:37:12 00:00   [jvm-locate]
  12. 23:37:12 00:00   [jvm-locate]
  13. 23:37:12 00:00   [jvm-locate]
  14. 23:37:12 00:00   [jvm-locate]
  15. 23:37:12 00:00   [jvm-locate]
  16. 23:37:12 00:00   [bootstrap]
  17. 23:37:12 00:00     [bootstrap-jvm-tools]
  18. 23:37:12 00:00   [gen]
  19. 23:37:12 00:00     [thrift]
  20. 23:37:12 00:00     [scrooge]
  21. 23:37:12 00:00     [protoc]
  22. 23:37:12 00:00     [antlr]
  23. 23:37:12 00:00     [jaxb]
  24. 23:37:12 00:00   [check-exclusives]
  25. 23:37:12 00:00     [check-exclusives]
  26. 23:37:12 00:00   [resources]
  27. 23:37:12 00:00     [prepare]
  28. 23:37:12 00:00   [resolve]
  29. 23:37:12 00:00     [ivy]
  30.                    Invalidated 12 targets containing 12 payload files.
  31. 23:37:12 00:00       [ivy-resolve]
  32. 23:37:12 00:00         [ivy]
  33. 23:37:13 00:01   [compile]
  34. 23:37:13 00:01     [jvm]
  35. 23:37:13 00:01       [jvm-compilers]
  36. 23:37:13 00:01   [test]
  37. 23:37:13 00:01     [pytest]
  38. 23:37:13 00:01       [run]
  39.                      ============== test session starts ===============
  40.                      platform linux2 -- Python 2.7.6 -- py-1.4.20 -- pytest-2.5.2
  41.                      plugins: cov, timeout
  42.                      collected 11 items
  43.                      
  44.                      tests/python/pants_test/tasks/test_jar_publish_integration.py ..
  45.                      tests/python/pants_test/python/test_interpreter_selection_integration.py .s.
  46.                      tests/python/pants_test/python/test_python_repl_integration.py .
  47.                      tests/python/pants_test/tasks/test_jvm_bundle_integration.py .
  48.                      tests/python/pants_test/python/test_python_run_integration.py s.
  49.                      tests/python/pants_test/tasks/test_scala_repl_integration.py .
  50.                      tests/python/pants_test/targets/test_scala_library_integration.py .
  51.                      
  52.                      ===== 9 passed, 2 skipped in 124.07 seconds ======
  53.                      
  54. 23:39:18 02:06     [junit]
  55. 23:39:18 02:06     [specs]
  56.                SUCCESS
  57.  
  58. [== CI SUCCESS ==]
  59.  
  60. mateor@mateor-HP-m6:~/development/pants$ git log
  61. commit e16f6aaf030f55f3b58e80d074ab513af1218f3d
  62. Merge: 612c8ba bfc3f49
  63. Author: Mateor <mateorod9@gmail.com>
  64. Date:   Fri Jun 20 22:20:01 2014 -0500
  65.  
  66.     Merge remote-tracking branch 'origin/master' into review2
  67.  
  68. commit 612c8ba7d6b3f143e108262176030bd42188eb69
  69. Author: Mateor <mateorod9@gmail.com>
  70. Date:   Fri Jun 20 20:30:48 2014 -0500
  71.  
  72.     Update style and fix really ugly copypasta mistake
  73.    
  74.     That is so bad. And is the second time I have made the exact mistake.
  75.     In my defense, I am copypasta to try and conform to style. But still very very ugly.
  76.  
  77. commit bd0f7a7f940a818454a7d52668a3ca7aaf43f163
  78. Author: Mateor <mateorod9@gmail.com>
  79. Date:   Fri Jun 20 20:11:03 2014 -0500
  80.  
  81.     Add a payload to the AndroidTarget, using JvmPayload.
  82.    
  83.     Also fixed a bunch of style inconsitencies.
  84.  
  85. commit bfc3f494a7d139f8f629a45ad0e2faa12dcab5d7
  86. Author: Stu Hood <stuhood@twitter.com>
  87. Date:   Fri Jun 20 16:10:15 2014 -0700
  88.  
  89.     Squashed commit of the following:
  90.    
  91.         Credit Larry and Tejal
  92.         Fix antlr_gen task and java_antly_library target
  93.  
  94. commit 63a73144f9c70aaed6049e1a71dffed0cfe4e9af
  95. Author: John Sirois <john.sirois@gmail.com>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement