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

Update dependency com.icegreen:greenmail-junit5 to v2.1.2 #410

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Update dependency com.icegreen:greenmail-junit5 to v2.1.2

41b2ef9
Select commit
Loading
Failed to load commit list.
Open

Update dependency com.icegreen:greenmail-junit5 to v2.1.2 #410

Update dependency com.icegreen:greenmail-junit5 to v2.1.2
41b2ef9
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Tests / Test failed Nov 30, 2024

failed: 4, passed: 7

Send us feedback

Details

org.jenkinsci.account.ui.admin.ResetPasswordAdminTest.resetPasswordWithEmail()

java.lang.ClassCastException: class org.eclipse.angus.mail.imap.IMAPFolder cannot be cast to class com.sun.mail.imap.IMAPFolder (org.eclipse.angus.mail.imap.IMAPFolder and com.sun.mail.imap.IMAPFolder are in unnamed module of loader 'app')
Stack trace
java.lang.ClassCastException: class org.eclipse.angus.mail.imap.IMAPFolder cannot be cast to class com.sun.mail.imap.IMAPFolder (org.eclipse.angus.mail.imap.IMAPFolder and com.sun.mail.imap.IMAPFolder are in unnamed module of loader 'app')
	at org.jenkinsci.account.ui.email.ReadInboundEmailService.retrieveEmail(ReadInboundEmailService.java:28)
	at org.jenkinsci.account.ui.admin.ResetPasswordAdminTest.resetPassword(ResetPasswordAdminTest.java:52)
	at org.jenkinsci.account.ui.admin.ResetPasswordAdminTest.resetPasswordWithEmail(ResetPasswordAdminTest.java:25)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Standard error
Nov 30, 2024 1:05:48 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find CDP implementation matching 112
Nov 30, 2024 1:05:48 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$5
WARNING: Unable to find version of CDP to use for 112.0.5615.49. You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.27.0` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.
Nov 30, 2024 1:05:50 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find CDP implementation matching 112
Nov 30, 2024 1:05:50 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$5
WARNING: Unable to find version of CDP to use for 112.0.5615.49. You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.27.0` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.

org.jenkinsci.account.ui.admin.ResetPasswordAdminTest.resetPasswordWithUsername()

java.lang.ClassCastException: class org.eclipse.angus.mail.imap.IMAPFolder cannot be cast to class com.sun.mail.imap.IMAPFolder (org.eclipse.angus.mail.imap.IMAPFolder and com.sun.mail.imap.IMAPFolder are in unnamed module of loader 'app')
Stack trace
java.lang.ClassCastException: class org.eclipse.angus.mail.imap.IMAPFolder cannot be cast to class com.sun.mail.imap.IMAPFolder (org.eclipse.angus.mail.imap.IMAPFolder and com.sun.mail.imap.IMAPFolder are in unnamed module of loader 'app')
	at org.jenkinsci.account.ui.email.ReadInboundEmailService.retrieveEmail(ReadInboundEmailService.java:28)
	at org.jenkinsci.account.ui.admin.ResetPasswordAdminTest.resetPassword(ResetPasswordAdminTest.java:52)
	at org.jenkinsci.account.ui.admin.ResetPasswordAdminTest.resetPasswordWithUsername(ResetPasswordAdminTest.java:20)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Standard error
Nov 30, 2024 1:05:48 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find CDP implementation matching 112
Nov 30, 2024 1:05:48 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$5
WARNING: Unable to find version of CDP to use for 112.0.5615.49. You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.27.0` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.
Nov 30, 2024 1:05:50 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find CDP implementation matching 112
Nov 30, 2024 1:05:50 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$5
WARNING: Unable to find version of CDP to use for 112.0.5615.49. You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.27.0` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.

org.jenkinsci.account.ui.resetpassword.ResetPasswordTest.resetPasswordWithEmail()

java.lang.ClassCastException: class org.eclipse.angus.mail.imap.IMAPFolder cannot be cast to class com.sun.mail.imap.IMAPFolder (org.eclipse.angus.mail.imap.IMAPFolder and com.sun.mail.imap.IMAPFolder are in unnamed module of loader 'app')
Stack trace
java.lang.ClassCastException: class org.eclipse.angus.mail.imap.IMAPFolder cannot be cast to class com.sun.mail.imap.IMAPFolder (org.eclipse.angus.mail.imap.IMAPFolder and com.sun.mail.imap.IMAPFolder are in unnamed module of loader 'app')
	at org.jenkinsci.account.ui.email.ReadInboundEmailService.retrieveEmail(ReadInboundEmailService.java:28)
	at org.jenkinsci.account.ui.resetpassword.ResetPasswordTest.resetPassword(ResetPasswordTest.java:45)
	at org.jenkinsci.account.ui.resetpassword.ResetPasswordTest.resetPasswordWithEmail(ResetPasswordTest.java:23)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Standard error
Nov 30, 2024 1:05:58 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find CDP implementation matching 112
Nov 30, 2024 1:05:58 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$5
WARNING: Unable to find version of CDP to use for 112.0.5615.49. You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.27.0` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.
Nov 30, 2024 1:05:59 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find CDP implementation matching 112
Nov 30, 2024 1:05:59 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$5
WARNING: Unable to find version of CDP to use for 112.0.5615.49. You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.27.0` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.

org.jenkinsci.account.ui.resetpassword.ResetPasswordTest.resetPasswordWithUsername()

java.lang.ClassCastException: class org.eclipse.angus.mail.imap.IMAPFolder cannot be cast to class com.sun.mail.imap.IMAPFolder (org.eclipse.angus.mail.imap.IMAPFolder and com.sun.mail.imap.IMAPFolder are in unnamed module of loader 'app')
Stack trace
java.lang.ClassCastException: class org.eclipse.angus.mail.imap.IMAPFolder cannot be cast to class com.sun.mail.imap.IMAPFolder (org.eclipse.angus.mail.imap.IMAPFolder and com.sun.mail.imap.IMAPFolder are in unnamed module of loader 'app')
	at org.jenkinsci.account.ui.email.ReadInboundEmailService.retrieveEmail(ReadInboundEmailService.java:28)
	at org.jenkinsci.account.ui.resetpassword.ResetPasswordTest.resetPassword(ResetPasswordTest.java:45)
	at org.jenkinsci.account.ui.resetpassword.ResetPasswordTest.resetPasswordWithUsername(ResetPasswordTest.java:18)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Standard error
Nov 30, 2024 1:05:58 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find CDP implementation matching 112
Nov 30, 2024 1:05:58 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$5
WARNING: Unable to find version of CDP to use for 112.0.5615.49. You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.27.0` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.
Nov 30, 2024 1:05:59 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find CDP implementation matching 112
Nov 30, 2024 1:05:59 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$5
WARNING: Unable to find version of CDP to use for 112.0.5615.49. You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.27.0` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.