Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Continuous Integration: Some jobs were not successful

It seems I get one mail reporting failure upon every PR which I merge. Obviously, the PR build had been successful, and next the I-build also doesn't show any catastrophe. So what build is this?

Is anybody else seeing this? And then: what is this trying to tell me? That I should ignore any notifications about failures?

After several clicks searching for a cause of failure I'm taken to https://productionresultssa14.blob.core.windows.net --- what? Is all this a big phishing campaign or what?

I can then download 28 MB of logs, to a large part due to logging relating to JCL stub locations and files -- is this logging still needed ? -- followed by some hints about timeouts.

Additionally, tests seem to be configured to take a screenshot at timeout, but ...

2025-01-05T18:33:04.8271586Z ##[error]Exception in thread "Timer-2" java.lang.RuntimeException: AwtScreenshot VM finished with exit code 1: 2025-01-05T18:33:04.8279932Z ##[error]Exception in thread "main" java.awt.AWTError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. 2025-01-05T18:33:04.8281227Z at java.desktop/sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) 2025-01-05T18:33:04.8281750Z at java.desktop/sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:105) 2025-01-05T18:33:04.8282400Z at java.base/java.security.AccessController.doPrivileged(AccessController.java:319) 2025-01-05T18:33:04.8282968Z at java.desktop/sun.awt.X11GraphicsEnvironment.initStatic(X11GraphicsEnvironment.java:64) 2025-01-05T18:33:04.8283648Z at java.desktop/sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:59) 2025-01-05T18:33:04.8284221Z at java.desktop/sun.awt.PlatformGraphicsInfo.createGE(PlatformGraphicsInfo.java:37) 2025-01-05T18:33:04.8287134Z at java.desktop/java.awt.GraphicsEnvironment$LocalGE.createGE(GraphicsEnvironment.java:91) 2025-01-05T18:33:04.8287783Z at java.desktop/java.awt.GraphicsEnvironment$LocalGE.<clinit>(GraphicsEnvironment.java:82) 2025-01-05T18:33:04.8288458Z at java.desktop/java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:104)
2025-01-05T18:33:04.8288985Z 	at java.desktop/java.awt.Robot.<init>(Robot.java:134)
2025-01-05T18:33:04.8289428Z at org.eclipse.test.AwtScreenshot.main(AwtScreenshot.java:43)
2025-01-05T18:33:04.8289679Z
2025-01-05T18:33:04.8289891Z at org.eclipse.test.AwtScreenshot.dumpAwtScreenshot(AwtScreenshot.java:113) 2025-01-05T18:33:04.8290361Z at org.eclipse.test.Screenshots.takeScreenshot(Screenshots.java:102) 2025-01-05T18:33:04.8290804Z at org.eclipse.test.TracingSuite$DumpTask.run(TracingSuite.java:212)

Is anybody able to either repair or remove all this?

best,
Stephan



Back to the top