Closed vpavic closed 7 years ago
@vpavic the second one is probably easy to fix, I'll have a look. Not sure about the first one yet. Can you run with -fae
to see if other modules are also broken on your setup?
OK, so ./mvnw clean install -fae
results in:
[INFO] Reactor Summary:
[INFO]
[INFO] Spring Boot Dependencies ........................... SUCCESS [ 5.220 s]
[INFO] Spring Boot Parent ................................. SUCCESS [ 1.435 s]
[INFO] Spring Boot Tools .................................. SUCCESS [ 0.213 s]
[INFO] Spring Boot Testing Support ........................ SUCCESS [ 4.337 s]
[INFO] Spring Boot Loader ................................. SUCCESS [ 37.918 s]
[INFO] Spring Boot Loader Tools ........................... SUCCESS [ 3.592 s]
[INFO] Spring Boot Antlib ................................. SUCCESS [ 3.596 s]
[INFO] Spring Boot Auto-Configure Annotation Processor .... SUCCESS [ 1.535 s]
[INFO] Spring Boot Configuration Metadata ................. SUCCESS [ 1.428 s]
[INFO] Spring Boot Configuration Processor ................ SUCCESS [ 4.533 s]
[INFO] Spring Boot Gradle Plugin .......................... SUCCESS [01:50 min]
[INFO] Spring Boot Maven Plugin ........................... SUCCESS [02:17 min]
[INFO] Spring Boot ........................................ FAILURE [01:18 min]
[INFO] Spring Boot Test ................................... SKIPPED
[INFO] Spring Boot AutoConfigure .......................... SKIPPED
[INFO] Spring Boot Test Auto-Configure .................... SKIPPED
[INFO] Spring Boot Actuator ............................... SKIPPED
[INFO] Spring Boot Developer Tools ........................ SKIPPED
[INFO] Spring Boot Docs ................................... SKIPPED
[INFO] Spring Boot Starters ............................... SUCCESS [ 0.559 s]
[INFO] Spring Boot Logging Starter ........................ SUCCESS [ 0.714 s]
[INFO] Spring Boot Starter ................................ SKIPPED
[INFO] Spring Boot ActiveMQ Starter ....................... SKIPPED
[INFO] Spring Boot AMQP Starter ........................... SKIPPED
[INFO] Spring Boot AOP Starter ............................ SKIPPED
[INFO] Spring Boot Artemis Starter ........................ SKIPPED
[INFO] Spring Boot JDBC Starter ........................... SKIPPED
[INFO] Spring Boot Batch Starter .......................... SKIPPED
[INFO] Spring Boot Cache Starter .......................... SKIPPED
[INFO] Spring Boot Spring Cloud Connectors Starter ........ SKIPPED
[INFO] Spring Boot Data Cassandra Starter ................. SKIPPED
[INFO] Spring Boot Data Cassandra Reactive Starter ........ SKIPPED
[INFO] Spring Boot Data Couchbase Starter ................. SKIPPED
[INFO] Spring Boot Data Elasticsearch Starter ............. SKIPPED
[INFO] Spring Boot Data JPA Starter ....................... SKIPPED
[INFO] Spring Boot Data LDAP Starter ...................... SKIPPED
[INFO] Spring Boot Data MongoDB Starter ................... SKIPPED
[INFO] Spring Boot Data MongoDB Reactive Starter .......... SKIPPED
[INFO] Spring Boot Data Neo4j Starter ..................... SKIPPED
[INFO] Spring Boot Data Redis Starter ..................... SKIPPED
[INFO] Spring Boot Data Redis Reactive Starter ............ SKIPPED
[INFO] Spring Boot Json Starter ........................... SUCCESS [ 0.257 s]
[INFO] Spring Boot Tomcat Starter ......................... SUCCESS [ 0.181 s]
[INFO] Spring Boot Web Starter ............................ SKIPPED
[INFO] Spring Boot Data REST Starter ...................... SKIPPED
[INFO] Spring Boot Data Solr Starter ...................... SKIPPED
[INFO] Spring Boot FreeMarker Starter ..................... SKIPPED
[INFO] Spring Boot Groovy Templates Starter ............... SKIPPED
[INFO] Spring Boot HATEOAS Starter ........................ SKIPPED
[INFO] Spring Boot Integration Starter .................... SKIPPED
[INFO] Spring Boot Validation Starter ..................... SKIPPED
[INFO] Spring Boot Jersey Starter ......................... SKIPPED
[INFO] Spring Boot Jetty Starter .......................... SUCCESS [ 0.478 s]
[INFO] Spring Boot JOOQ Starter ........................... SKIPPED
[INFO] Spring Boot Atomikos JTA Starter ................... SKIPPED
[INFO] Spring Boot Bitronix JTA Starter ................... SKIPPED
[INFO] Spring Boot Narayana JTA Starter ................... SKIPPED
[INFO] Spring Boot Log4j 2 Starter ........................ SUCCESS [ 0.188 s]
[INFO] Spring Boot Mail Starter ........................... SKIPPED
[INFO] Spring Boot Mobile Starter ......................... SKIPPED
[INFO] Spring Boot Mustache Starter ....................... SKIPPED
[INFO] Spring Boot Actuator Starter ....................... SKIPPED
[INFO] Spring Boot Starter Parent ......................... SUCCESS [ 0.004 s]
[INFO] Spring Boot Quartz Starter ......................... SKIPPED
[INFO] Spring Boot Reactor Netty Starter .................. SUCCESS [ 0.336 s]
[INFO] Spring Boot Security Starter ....................... SKIPPED
[INFO] Spring Boot Social Facebook Starter ................ SKIPPED
[INFO] Spring Boot Social Twitter Starter ................. SKIPPED
[INFO] Spring Boot Social LinkedIn Starter ................ SKIPPED
[INFO] Spring Boot Test Starter ........................... SKIPPED
[INFO] Spring Boot Thymeleaf Starter ...................... SKIPPED
[INFO] Spring Boot Undertow Starter ....................... SUCCESS [ 0.270 s]
[INFO] Spring Boot WebFlux Starter ........................ SKIPPED
[INFO] Spring Boot WebSocket Starter ...................... SKIPPED
[INFO] Spring Boot Web Services Starter ................... SKIPPED
[INFO] Spring Boot Actuator Docs .......................... SKIPPED
[INFO] Spring Boot CLI .................................... SKIPPED
[INFO] Spring Boot Integration Tests ...................... FAILURE [ 0.728 s]
[INFO] Spring Boot DevTools Tests ......................... SKIPPED
[INFO] Spring Boot Embedded Servlet Container Integration Tests SKIPPED
[INFO] Spring Boot Launch Script Integration Tests ........ SKIPPED
[INFO] Spring Boot Security Tests ......................... SKIPPED
[INFO] Spring Boot Security Tests - Web Hello World ....... SKIPPED
[INFO] Spring Boot Build .................................. SUCCESS [ 0.060 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:36 min
[INFO] Finished at: 2017-07-28T09:53:39+02:00
[INFO] Final Memory: 158M/452M
[INFO] ------------------------------------------------------------------------
It seems there's less information here since spring-boot
failure causes a lot of modules to be skipped.
@vpavic I think I've fixed the Hazlecast one.
@snicoll I can confirm that spring-boot-autoconfigure
module now builds successfully in my environment.
๐๐
@vpavic can you please run ./mvnw clean install -rf spring-boot-autoconfigure
then?
Here it is, all green:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Spring Boot AutoConfigure .......................... SUCCESS [06:50 min]
[INFO] Spring Boot Test Auto-Configure .................... SUCCESS [ 52.540 s]
[INFO] Spring Boot Actuator ............................... SUCCESS [01:35 min]
[INFO] Spring Boot Developer Tools ........................ SUCCESS [ 34.707 s]
[INFO] Spring Boot Docs ................................... SUCCESS [ 15.076 s]
[INFO] Spring Boot Starters ............................... SUCCESS [ 0.921 s]
[INFO] Spring Boot Logging Starter ........................ SUCCESS [ 0.551 s]
[INFO] Spring Boot Starter ................................ SUCCESS [ 0.705 s]
[INFO] Spring Boot ActiveMQ Starter ....................... SUCCESS [ 0.922 s]
[INFO] Spring Boot AMQP Starter ........................... SUCCESS [ 0.405 s]
[INFO] Spring Boot AOP Starter ............................ SUCCESS [ 0.225 s]
[INFO] Spring Boot Artemis Starter ........................ SUCCESS [ 0.606 s]
[INFO] Spring Boot JDBC Starter ........................... SUCCESS [ 0.169 s]
[INFO] Spring Boot Batch Starter .......................... SUCCESS [ 0.351 s]
[INFO] Spring Boot Cache Starter .......................... SUCCESS [ 0.154 s]
[INFO] Spring Boot Spring Cloud Connectors Starter ........ SUCCESS [ 0.264 s]
[INFO] Spring Boot Data Cassandra Starter ................. SUCCESS [ 0.616 s]
[INFO] Spring Boot Data Cassandra Reactive Starter ........ SUCCESS [ 0.243 s]
[INFO] Spring Boot Data Couchbase Starter ................. SUCCESS [ 0.470 s]
[INFO] Spring Boot Data Elasticsearch Starter ............. SUCCESS [ 1.744 s]
[INFO] Spring Boot Data JPA Starter ....................... SUCCESS [ 0.581 s]
[INFO] Spring Boot Data LDAP Starter ...................... SUCCESS [ 0.178 s]
[INFO] Spring Boot Data MongoDB Starter ................... SUCCESS [ 0.299 s]
[INFO] Spring Boot Data MongoDB Reactive Starter .......... SUCCESS [ 0.173 s]
[INFO] Spring Boot Data Neo4j Starter ..................... SUCCESS [ 0.327 s]
[INFO] Spring Boot Data Redis Starter ..................... SUCCESS [ 0.230 s]
[INFO] Spring Boot Data Redis Reactive Starter ............ SUCCESS [ 0.287 s]
[INFO] Spring Boot Json Starter ........................... SUCCESS [ 0.157 s]
[INFO] Spring Boot Tomcat Starter ......................... SUCCESS [ 0.169 s]
[INFO] Spring Boot Web Starter ............................ SUCCESS [ 0.380 s]
[INFO] Spring Boot Data REST Starter ...................... SUCCESS [ 0.395 s]
[INFO] Spring Boot Data Solr Starter ...................... SUCCESS [ 0.463 s]
[INFO] Spring Boot FreeMarker Starter ..................... SUCCESS [ 0.232 s]
[INFO] Spring Boot Groovy Templates Starter ............... SUCCESS [ 0.322 s]
[INFO] Spring Boot HATEOAS Starter ........................ SUCCESS [ 0.195 s]
[INFO] Spring Boot Integration Starter .................... SUCCESS [ 0.158 s]
[INFO] Spring Boot Validation Starter ..................... SUCCESS [ 0.123 s]
[INFO] Spring Boot Jersey Starter ......................... SUCCESS [ 1.197 s]
[INFO] Spring Boot Jetty Starter .......................... SUCCESS [ 0.405 s]
[INFO] Spring Boot JOOQ Starter ........................... SUCCESS [ 0.184 s]
[INFO] Spring Boot Atomikos JTA Starter ................... SUCCESS [ 0.181 s]
[INFO] Spring Boot Bitronix JTA Starter ................... SUCCESS [ 0.176 s]
[INFO] Spring Boot Narayana JTA Starter ................... SUCCESS [ 0.246 s]
[INFO] Spring Boot Log4j 2 Starter ........................ SUCCESS [ 0.165 s]
[INFO] Spring Boot Mail Starter ........................... SUCCESS [ 0.164 s]
[INFO] Spring Boot Mobile Starter ......................... SUCCESS [ 0.172 s]
[INFO] Spring Boot Mustache Starter ....................... SUCCESS [ 0.110 s]
[INFO] Spring Boot Actuator Starter ....................... SUCCESS [ 0.323 s]
[INFO] Spring Boot Starter Parent ......................... SUCCESS [ 0.062 s]
[INFO] Spring Boot Quartz Starter ......................... SUCCESS [ 0.206 s]
[INFO] Spring Boot Reactor Netty Starter .................. SUCCESS [ 0.138 s]
[INFO] Spring Boot Security Starter ....................... SUCCESS [ 0.188 s]
[INFO] Spring Boot Social Facebook Starter ................ SUCCESS [ 0.180 s]
[INFO] Spring Boot Social Twitter Starter ................. SUCCESS [ 0.167 s]
[INFO] Spring Boot Social LinkedIn Starter ................ SUCCESS [ 0.167 s]
[INFO] Spring Boot Test Starter ........................... SUCCESS [ 0.385 s]
[INFO] Spring Boot Thymeleaf Starter ...................... SUCCESS [ 0.181 s]
[INFO] Spring Boot Undertow Starter ....................... SUCCESS [ 0.256 s]
[INFO] Spring Boot WebFlux Starter ........................ SUCCESS [ 0.309 s]
[INFO] Spring Boot WebSocket Starter ...................... SUCCESS [ 0.179 s]
[INFO] Spring Boot Web Services Starter ................... SUCCESS [ 0.228 s]
[INFO] Spring Boot CLI .................................... SUCCESS [01:51 min]
[INFO] Spring Boot Integration Tests ...................... SUCCESS [14:05 min]
[INFO] Spring Boot DevTools Tests ......................... SUCCESS [01:29 min]
[INFO] Spring Boot Embedded Servlet Container Integration Tests SUCCESS [05:28 min]
[INFO] Spring Boot Launch Script Integration Tests ........ SUCCESS [ 0.320 s]
[INFO] Spring Boot Security Tests ......................... SUCCESS [ 0.089 s]
[INFO] Spring Boot Security Tests - Web Hello World ....... SUCCESS [ 4.414 s]
[INFO] Spring Boot Build .................................. SUCCESS [ 0.059 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33:28 min
[INFO] Finished at: 2017-08-18T21:29:29+02:00
[INFO] Final Memory: 187M/712M
[INFO] ------------------------------------------------------------------------
Sweet.
@philwebb This issue is still not fixed, that was a build run from spring-boot-autoconfigure
module.
The spring-boot
module build still fails with:
Results :
Failed tests:
JettyReactiveWebServerFactoryTests.startStopServer expectation "expectError()" failed (expected: onError(); actual: onNext(org.springframework.web.reactive.function.client.DefaultClientResponse@5f320411))
Tests run: 1915, Failures: 1, Errors: 0, Skipped: 3
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:49 min
[INFO] Finished at: 2017-08-18T22:09:05+02:00
[INFO] Final Memory: 114M/582M
[INFO] ------------------------------------------------------------------------
No so sweet :)
Thanks @vpavic at least we can focus on that single test then.
It might be that calling stop
isn't synchronous and shuts down the server gracefully.
I'd actually remove that test since it's 1) obviously testing the wrong behavior 2) another integration test slowing down the build 3) I'm responsible for that one ๐ .
Thanks - I can confirm the master
branch now builds successfully on my machine.
The build of the project's
master
branch is failing for me on Ubuntu 17.04. The problem is not isolated to a single machine as I've tried building on two running same Ubuntu release. I've also tried with a fresh clone but result is the same.I'm executing the build with the usual
./mvnw clean install
command which yields:Detailed log output:
I've also tried building just
spring-boot-autoconfigure
module using./mvnw clean install -pl spring-boot-autoconfigure
, but this yields another error:Detailed log output:
I don't know when exactly this started occurring but I guess it's been a few months (as I've been experiencing the problem before but didn't have time to put together detailed report and try with multiple machines).
Note that there are no problems building the
1.5.x
branch.Here are the environment details:
(I'm running OpenJDK by default but did try with Oracle JDK as well)