Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't setup logging on failure in dev mode #19072

Merged
merged 1 commit into from
Jul 30, 2021

Conversation

stuartwdouglas
Copy link
Member

Dev mode already sets up logging, so this results in every line being
printed twice after a startup failure (depending on where in the startup
sequence things actually failed).

Dev mode already sets up logging, so this results in every line being
printed twice after a startup failure (depending on where in the startup
sequence things actually failed).
@geoand geoand requested a review from radcortez July 29, 2021 05:18
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 29, 2021

Failing Jobs - Building 8ed5852

Status Name Step Test failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 11 Windows Build Test failures Logs Raw logs
✔️ JVM Tests - JDK 16

Full information is available in the Build summary check run.

Test Failures

⚙️ JVM Tests - JDK 11 Windows #

📦 extensions/hibernate-orm/deployment

io.quarkus.hibernate.orm.sql_load_script.IntroducingDefaultImportScriptTestCase.testAddNewImportSql - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.netty.deployment.NettyProcessor#build threw an exception: java.lang.OutOfMemoryError: Metaspace
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:445)
	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:405)
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:445)
	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClas...

@stuartwdouglas stuartwdouglas merged commit 4d1c40f into quarkusio:main Jul 30, 2021
@quarkus-bot quarkus-bot bot added this to the 2.2 - main milestone Jul 30, 2021
@gsmet gsmet modified the milestones: 2.2 - main, 2.1.1.Final Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants