Skip to content

Regression issue in v28.5.2 #557

@hosamaly

Description

@hosamaly

We use the atmoz/sftp image as a Testcontainer in CI tests via docker:dind. Since the release of v28.5.2, we've been getting a peculiar error:

SFTP error (SSH_FX_PERMISSION_DENIED): Permission denied
	at app//org.apache.sshd.sftp.client.impl.AbstractSftpClient.throwStatusException(AbstractSftpClient.java:277)
	at app//org.apache.sshd.sftp.client.impl.AbstractSftpClient.checkHandleResponse(AbstractSftpClient.java:299)
	at app//org.apache.sshd.sftp.client.impl.AbstractSftpClient.checkHandle(AbstractSftpClient.java:290)
	at app//org.apache.sshd.sftp.client.impl.AbstractSftpClient.open(AbstractSftpClient.java:589)
	at app//org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync.<init>(SftpOutputStreamAsync.java:63)
	at app//org.apache.sshd.sftp.client.impl.AbstractSftpClient.write(AbstractSftpClient.java:1213)
	at app//org.apache.sshd.sftp.client.SftpClient.write(SftpClient.java:940)

We're getting this error whether the application is reading, writing, or listing files, as you can see in the list of failed tests below.

Failing tests

Reverting to docker:28.5.1-dind fixes the issue and allows our CI pipeline to pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions