iwasakims commented on pull request #2149: URL: https://github.com/apache/hadoop/pull/2149#issuecomment-665608952
`ITestMarkerTool#testAuthPathIsMixed` reproducibly fails. on Tokyo region. ``` $ mvn verify -Dtest=x -Dit.test=ITestMarkerTool [INFO] Running org.apache.hadoop.fs.s3a.tools.ITestMarkerTool [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 25.962 s <<< FAILURE! - in org.apache.hadoop.fs.s3a.tools.ITestMarkerTool [ERROR] testAuthPathIsMixed(org.apache.hadoop.fs.s3a.tools.ITestMarkerTool) Time elapsed: 11.139 s <<< ERROR! org.apache.hadoop.fs.s3a.RemoteFileChangedException: copyFile(test/testAuthPathIsMixed/source/dir2/empty/, test/testAuthPathIsMixed/dest/dir2/empty/) `s3a://iwasakims-test/test/testAuthPathIsMixed/source/dir2/empty': File to rename not found on unguarded S3 store: copyFile(test/testAuthPathIsMixed/source/dir2/empty/, test/testAuthPathIsMixed/dest/dir2/empty/) on test/testAuthPathIsMixed/source/dir2/empty/: com.amazonaws.services.s3.model.AmazonS3Exception: Not Found (Service: Amazon S3; Status Code: 404; Error Code: 404 Not Found; Request ID: FCCC5CB9EB1CE3D5; S3 Extended Request ID: ykAUAu7E18BsSSfBSmzWVD7tOQ0SGFhCwYKS6lSLPg3mk2DWkJkIeV8PjEYRD1i10QWcqryfCkU=), S3 Extended Request ID: ykAUAu7E18BsSSfBSmzWVD7tOQ0SGFhCwYKS6lSLPg3mk2DWkJkIeV8PjEYRD1i10QWcqryfCkU=:404 Not Found Caused by: java.io.FileNotFoundException: copyFile(test/testAuthPathIsMixed/source/dir2/empty/, test/testAuthPathIsMixed/dest/dir2/empty/) on test/testAuthPathIsMixed/source/dir2/empty/: com.amazonaws.services.s3.model.AmazonS3Exception: Not Found (Service: Amazon S3; Status Code: 404; Error Code: 404 Not Found; Request ID: FCCC5CB9EB1CE3D5; S3 Extended Request ID: ykAUAu7E18BsSSfBSmzWVD7tOQ0SGFhCwYKS6lSLPg3mk2DWkJkIeV8PjEYRD1i10QWcqryfCkU=), S3 Extended Request ID: ykAUAu7E18BsSSfBSmzWVD7tOQ0SGFhCwYKS6lSLPg3mk2DWkJkIeV8PjEYRD1i10QWcqryfCkU=:404 Not Found Caused by: com.amazonaws.services.s3.model.AmazonS3Exception: Not Found (Service: Amazon S3; Status Code: 404; Error Code: 404 Not Found; Request ID: FCCC5CB9EB1CE3D5; S3 Extended Request ID: ykAUAu7E18BsSSfBSmzWVD7tOQ0SGFhCwYKS6lSLPg3mk2DWkJkIeV8PjEYRD1i10QWcqryfCkU=) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
