Advertisement
fedorm

fedorm

Dec 20th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.76 KB | None | 0 0
  1. ➜  CouponProcessing git:(SLS-65) ✗ gradle clean build
  2.  
  3. > Task :testframework:compileTestJava FAILED
  4. /home/me/Documents/CouponProcessing/testframework/src/test/java/ru/crystals/couponprocessing/tests/CouponProcessing.java:15: error: package org.postgresql.core.v3 does not exist
  5. import org.postgresql.core.v3.BatchedQuery;
  6.                              ^
  7. /home/me/Documents/CouponProcessing/testframework/src/test/java/ru/crystals/couponprocessing/tests/CouponProcessing.java:16: error: package ru.crystals.processing.coupon.crud.controller.v1.dto does not exist
  8. import ru.crystals.processing.coupon.crud.controller.v1.dto.CheckCouponRequest;
  9.                                                            ^
  10. 2 errors
  11.  
  12. FAILURE: Build failed with an exception.
  13.  
  14. * What went wrong:
  15. Execution failed for task ':testframework:compileTestJava'.
  16. > Compilation failed; see the compiler error output for details.
  17.  
  18. * Try:
  19. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  20.  
  21. * Get more help at https://help.gradle.org
  22.  
  23. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  24. See https://docs.gradle.org/4.8/userguide/command_line_interface.html#sec:command_line_warnings
  25.  
  26. BUILD FAILED in 3s
  27. 16 actionable tasks: 14 executed, 2 up-to-date
  28. ➜  CouponProcessing git:(SLS-65) ✗ gradle clean build
  29.  
  30. > Task :testframework:test
  31. [AppClassLoader@659e0bfd] error can't determine implemented interfaces of missing type org.codehaus.jackson.map.ObjectMapper
  32. when weaving type io.restassured.mapper.factory.DefaultJackson1ObjectMapperFactory
  33. when weaving classes
  34. when weaving
  35.  [Xlint:cantFindType]
  36. [AppClassLoader@659e0bfd] warning javax.* types are not being woven because the weaver option '-Xset:weaveJavaxPackages=true' has not been specified
  37.  
  38. ru.crystals.couponprocessing.tests.CouponProcessing > classMethod FAILED
  39.     java.lang.BootstrapMethodError
  40.         Caused by: java.lang.NoSuchMethodError
  41.  
  42. 1 test completed, 1 failed
  43.  
  44. > Task :testframework:test FAILED
  45.  
  46. FAILURE: Build failed with an exception.
  47.  
  48. * What went wrong:
  49. Execution failed for task ':testframework:test'.
  50. > There were failing tests. See the report at: file:///home/me/Documents/CouponProcessing/testframework/build/reports/tests/test/index.html
  51.  
  52. * Try:
  53. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  54.  
  55. * Get more help at https://help.gradle.org
  56.  
  57. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  58. See https://docs.gradle.org/4.8/userguide/command_line_interface.html#sec:command_line_warnings
  59.  
  60. BUILD FAILED in 10s
  61. 18 actionable tasks: 16 executed, 2 up-to-date
  62. ➜  CouponProcessing git:(SLS-65) ✗
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement