Modify

Opened 4 years ago

Closed 4 years ago

Last modified 2 years ago

#21071 closed defect (fixed)

Jenkins hangs again

Reported by: Klumbumbus Owned by: team
Priority: normal Milestone:
Component: Unit tests Version:
Keywords: Cc: stoecker, Don-vip

Description

Some processes running already since yesterday noon:

  • Java-EarlyAccess-Integration
  • JOSM-Integration
  • JOSM-Plugins

Attachments (0)

Change History (10)

comment:1 by mdk, 4 years ago

There is only one build process defined in Jenkins and this one is blocked by "Java-EarlyAccess-Integration » JDK17" which runs in an endless loop executing:

[junitlauncher] java.lang.AbstractMethodError: Receiver class com.sun.glass.ui.monocle.MonocleTimer does not define or inherit an implementation of the resolved method 'abstract void _pause(long)' of abstract class com.sun.glass.ui.Timer.
[junitlauncher] 	at com.sun.glass.ui.Timer.pause(Timer.java:143)
[junitlauncher] 	at com.sun.javafx.tk.quantum.QuantumToolkit.pauseTimer(QuantumToolkit.java:502)
[junitlauncher] 	at com.sun.javafx.tk.quantum.QuantumToolkit.postPulse(QuantumToolkit.java:489)
[junitlauncher] 	at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$12(QuantumToolkit.java:345)
[junitlauncher] 	at com.sun.glass.ui.monocle.MonocleTimer$1.run(MonocleTimer.java:58)
[junitlauncher] 	at java.base/java.util.TimerThread.mainLoop(Timer.java:566)
[junitlauncher] 	at java.base/java.util.TimerThread.run(Timer.java:516)

Actually there are 9.5 GB(!) of log and counting.

comment:2 by stoecker, 4 years ago

I restarted Jenkins. Let's see if that helps.

in reply to:  2 comment:3 by Klumbumbus, 4 years ago

Replying to stoecker:

I restarted Jenkins. Let's see if that helps.

Nope :(

  • Task "JOSM" running now for 3h (usual duration 45min)
  • Task "JOSM-Integration" running now for 3h (usual duration 28min)

comment:4 by Klumbumbus, 4 years ago

Resolution: fixed
Status: newclosed

It seems the first run after the restart simply took longer and it works fine all now .

comment:5 by Klumbumbus, 4 years ago

Cc: Don-vip added

Jenkins is stuck again.

comment:6 by Don-vip, 4 years ago

Yep something is wrong with the plugin integration test. I still need to find out what. I cancelled the blocked jobs.

comment:7 by Klumbumbus, 2 years ago

Jenkins is stuck once more.

comment:8 by stoecker, 2 years ago

Updated and restarted.

comment:9 by taylor.smock, 2 years ago

Jenkins is stuck yet again. It is currently stuck on the check-plugins ant task. I don't know if that is what blocked it a few weeks ago. I also don't know if it is the plugin integration test mentioned in comment:6.

If we are getting stuck on check-plugins frequently, we can look at wrapping it in a <parallel threadCount="1" timeout="10800000">...</parallel> stanza. I'm waiting for the job to finish (so I can make certain the timeout is significantly longer than needed), but it did correctly kill the task when I had the time set shorter (note: timeout is in milliseconds).

comment:10 by Don-vip, 2 years ago

Updated and restarted.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.