adoroszlai commented on PR #4538: URL: https://github.com/apache/ozone/pull/4538#issuecomment-1554595533
Thanks @Tejaskriya for continuing work on this. Secure acceptance tests are failing: ``` ozonefs-ofs-bucket :: Ozone FS tests ============================================================================== List root | FAIL | Parent suite setup failed: 255 != 0 ... ``` https://github.com/apache/ozone/actions/runs/5022299438/jobs/9005968979?pr=4538#step:5:629 You can find the cause of the failure by downloading the _acceptance-secure_ [artifact](https://github.com/apache/ozone/suites/13007064980/artifacts/704412496) from the [Artifacts](https://github.com/apache/ozone/actions/runs/5022299438?pr=4538#artifacts) section of the CI run, then unzipping and opening `log.html`. Suite setup failed at: ``` Running command 'ozone sh bucket create fstest1/46033-bucket1-ofs --space-quota 1TB --layout FILE_SYSTEM_OPTIMIZED ${rc} = 255 ${output} = org.apache.hadoop.security.AccessControlException: Client cannot authenticate via:[TOKEN, KERBEROS] ``` _acceptance (HA-secure)_ ([artifact](https://github.com/apache/ozone/suites/13007064980/artifacts/704412490)) is failing due to: ``` Running command 'ozone s3 getsecret --om-service-id=omservice 2>&1'. ${rc} = 255 ${output} = S3_SECRET_ALREADY_EXISTS Secret for 'testuser/[email protected]' already exists ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
