Skip to content

fix(#892): upgrade maybeslow to 0.1.0 to fix IllegalThreadStateException#897

Merged
rultor merged 1 commit into
objectionary:masterfrom
volodya-lombrozo:892-fix-thread-reuse
May 27, 2026
Merged

fix(#892): upgrade maybeslow to 0.1.0 to fix IllegalThreadStateException#897
rultor merged 1 commit into
objectionary:masterfrom
volodya-lombrozo:892-fix-thread-reuse

Conversation

@volodya-lombrozo
Copy link
Copy Markdown
Member

Bumps maybeslow dependency from 0.0.4 to 0.1.0 to fix IllegalThreadStateException caused by shared Thread instance in MayBeSlow during parallel test execution.

Fixes #892

@github-actions github-actions Bot added the core Changes are made to core parts of the code base label May 27, 2026
@volodya-lombrozo
Copy link
Copy Markdown
Member Author

@rultor merge

@rultor
Copy link
Copy Markdown
Contributor

rultor commented May 27, 2026

@rultor merge

@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here.

@rultor
Copy link
Copy Markdown
Contributor

rultor commented May 27, 2026

@rultor merge

@volodya-lombrozo Oops, I failed. You can see the full log here (spent 3min).

    at sun.nio.ch.NioSocketImpl$1.read (NioSocketImpl.java:796)
    at java.net.Socket$SocketInputStream.read (Socket.java:1099)
    at sun.security.ssl.SSLSocketInputRecord.read (SSLSocketInputRecord.java:489)
    at sun.security.ssl.SSLSocketInputRecord.readHeader (SSLSocketInputRecord.java:483)
    at sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket (SSLSocketInputRecord.java:70)
    at sun.security.ssl.SSLSocketImpl.readApplicationRecord (SSLSocketImpl.java:1460)
    at sun.security.ssl.SSLSocketImpl$AppInputStream.read (SSLSocketImpl.java:1066)
    at org.apache.http.impl.io.SessionInputBufferImpl.streamRead (SessionInputBufferImpl.java:137)
    at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer (SessionInputBufferImpl.java:153)
    at org.apache.http.impl.io.SessionInputBufferImpl.readLine (SessionInputBufferImpl.java:280)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead (DefaultHttpResponseParser.java:138)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead (DefaultHttpResponseParser.java:56)
    at org.apache.http.impl.io.AbstractMessageParser.parse (AbstractMessageParser.java:259)
    at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader (DefaultBHttpClientConnection.java:163)
    at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader (CPoolProxy.java:157)
    at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse (HttpRequestExecutor.java:273)
    at org.apache.http.protocol.HttpRequestExecutor.execute (HttpRequestExecutor.java:125)
    at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:272)
    at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:186)
    at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89)
    at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
    at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165)
    at com.googlecode.download.maven.plugin.internal.HttpFileRequester.download (HttpFileRequester.java:111)
    at com.googlecode.download.maven.plugin.internal.WGetMojo.doGet (WGetMojo.java:740)
    at com.googlecode.download.maven.plugin.internal.WGetMojo.execute (WGetMojo.java:558)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
    at java.lang.reflect.Method.invoke (Method.java:580)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
\u001b[0m\u001b[0mcontainer 820d54a9856089fae61ebf22f004cc4ede48e634a8f239c6526467030b95dbb7 is dead
Wed May 27 09:36:17 UTC 2026

@volodya-lombrozo
Copy link
Copy Markdown
Member Author

@rultor merge

@rultor
Copy link
Copy Markdown
Contributor

rultor commented May 27, 2026

@rultor merge

@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here.

@rultor rultor merged commit 35361a5 into objectionary:master May 27, 2026
21 checks passed
@rultor
Copy link
Copy Markdown
Contributor

rultor commented May 27, 2026

@rultor merge

@volodya-lombrozo Done! FYI, the full log is here (took me 6min).

@0crat
Copy link
Copy Markdown

0crat commented May 27, 2026

@volodya-lombrozo Thanks for the contribution! You've earned +12 points for this: +16 as a basis, -4 for contributing less than 40 hits-of-code (only 2). According to our policy, contributions with fewer hits-of-code receive penalties to encourage more substantial work - consider bundling smaller changes or adding more comprehensive solutions to maximize your rewards. Please keep them coming! Your running score is +328; don't forget to check your Zerocracy account too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Changes are made to core parts of the code base

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LtTestNotVerbTest.catchesBadName throws IllegalThreadStateException due to shared Thread instance in MayBeSlow with parallel testing

3 participants