Closed SagarGi closed 1 year ago
There's an issue here that may be related to this https://github.com/owncloud/user_ldap/issues/747
This Nightly fails on mainly 3 steps in doing things in /storage
/storage
01T01:33:23+00:00","remoteAddr":"192.168.12.9","user":"Alice","app":"webdav","method":"MOVE","url":"\/remote.php\/webdav\/textfile0.txt","message":"Exception: multikeydecrypt with share key failed:error:0909006C:PEM routines:get_name:no start line: {\"Exception\":\"OCA\\\\Encryption\\\\Exceptions\\\\MultiKeyDecryptException\",\"Message\":\"multikeydecrypt with share key failed:error:0909006C:PEM routines:get_name:no start line\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/server\\\/apps\\\/encryption\\\/lib\\\/KeyManager.php(434): OCA\\\\Encryption\\\\Crypto\\\\Crypt->multiKeyDecrypt()\\n#1 \\\/var\\\/www\\\/owncloud\\\/server\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Encryption.php(195): OCA\\\\Encryption\\\\KeyManager->getFileKey()\\n#2 \\\/var\\\/www\\\/owncloud\\\/server\\\/lib\\\/private\\\/Files\\\/Stream\\\/Encryption.php(261): OCA\\\\Encryption\\\\Crypto\\\\Encryption->begin()\\n#3 [internal function]: OC\\\\Files\\\\Stream\\\\Encryption->stream_open()\\n#4
/storage
01T01:27:46+00:00","remoteAddr":"192.168.29.9","user":"Alice","app":"webdav","method":"PUT","url":"\/remote.php\/webdav\/local_storage\/filetoshare.txt","message":"Exception: HTTP\/1.1 503 Encryption not ready: multikeydecrypt with share key failed:error:0909006C:PEM routines:get_name:no start line: {\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Message\":\"Encryption not ready: multikeydecrypt with share key failed:error:0909006C:PEM routines:get_name:no start line\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/server\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php(240): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->convertToSabreException()\\n#1
Not sure if Something wrong with encryption app.
The failure of this can be referred to this comment. https://github.com/owncloud/encryption/issues/393#issuecomment-1493280016.
This PR https://github.com/owncloud/user_ldap/commit/e9c3f1048ef02320759fbf205e1c0835ecc89dfd has removed the encryption:select-encryption-type
command from the drone star. since the latest oc10 stable still uses the encryption command to enable the master key. I will be making a PR https://github.com/owncloud/user_ldap/pull/782 to revert those changes in the drone so that when when master become stable the drone fails and we can remove that at that command at that time.
PR #782 has been merged. We need to check the nightly results tomorrow morning, then hopefully we can close this issue.
Build https://drone.owncloud.com/owncloud/user_ldap/4472 is passing. So closing this issue.
Description
The nightly tests is failing when user is uploading or moving files to
/localstorage
in the tests.also
Build link: https://drone.owncloud.com/owncloud/user_ldap/4452/124/20