Skip to content

JAMES-4184 POP3 TOP msg 0 - only read headers (#2965)#2971

Open
chibenwa wants to merge 4 commits intoapache:3.7.xfrom
chibenwa:JAMES-4184-bp-3.7
Open

JAMES-4184 POP3 TOP msg 0 - only read headers (#2965)#2971
chibenwa wants to merge 4 commits intoapache:3.7.xfrom
chibenwa:JAMES-4184-bp-3.7

Conversation

@chibenwa
Copy link
Contributor

@chibenwa chibenwa commented Mar 9, 2026

No description provided.

@Arsnael
Copy link
Contributor

Arsnael commented Mar 10, 2026

14:29:35,883 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project james-server-protocols-pop3: Compilation failure
14:29:35,883 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-2971/server/protocols/protocols-pop3/src/test/java/org/apache/james/pop3server/POP3ServerTest.java:[564,48] cannot find symbol
14:29:35,883 [ERROR] symbol: method authenticate(org.apache.james.core.Username,java.lang.String)
14:29:35,883 [ERROR] location: variable mailboxManager of type org.apache.james.mailbox.store.StoreMailboxManager

related

@chibenwa
Copy link
Contributor Author

java.lang.ExceptionInInitializerError
Caused by: java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration

Docker v29 introduces a breaking change in the client API requirement: https://docs.docker.com/engine/release-notes/29/#breaking-changes

This introduces an issue with testcontainers cf testcontainers/testcontainers-java#11212

CI builds failed because of this: `client version 1.32 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version`.

In the time waiting for a new release of testcontainers, we can apply the recommended workaround to enforce client version to required v1.44.
cf opencontainers/runc#4971

runc update recently has resulted in the default permissions on docker tmpfs being 0755 rather than the expected 1777, which makes OpenSearch tests failed to acquire the lock on file system.
@chibenwa chibenwa force-pushed the JAMES-4184-bp-3.7 branch from a101b07 to 74a0487 Compare March 10, 2026 10:51
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