JoverZhang commented on PR #55940: URL: https://github.com/apache/doris/pull/55940#issuecomment-3636547133
I’m seeing a CI failure that seems related to an OSS download in the pipeline. Error snippet: ```text 16:54:14 ++ ossutil stat oss://opensource-pipeline/compile_result/55940_7af61913fc789b5aa9542add9e4463652bd0c0e8.tar.gz -i ******* -k ******* 16:54:14 + res='Error: oss: service returned error: StatusCode=404, ErrorCode=NoSuchKey, ErrorMessage="The specified key does not exist.", RequestId=69393536D21EAA3436AE2138, Bucket=opensource-pipeline, Object=compile_result/55940_7af61913fc789b5aa9542add9e4463652bd0c0e8.tar.gz' 16:54:14 + '[' 1 -eq 0 ']' 16:54:14 + echo Error: oss: service returned error: StatusCode=404, ErrorCode=NoSuchKey, 'ErrorMessage="The' specified key does not 'exist.",' RequestId=69393536D21EAA3436AE2138, Bucket=opensource-pipeline, Object=compile_result/55940_7af61913fc789b5aa9542add9e4463652bd0c0e8.tar.gz 16:54:14 + echo 'ERROR: oss://opensource-pipeline/compile_result/55940_7af61913fc789b5aa9542add9e4463652bd0c0e8.tar.gz File not exits.' 16:54:14 + exit 1 16:54:14 Error: oss: service returned error: StatusCode=404, ErrorCode=NoSuchKey, ErrorMessage="The specified key does not exist.", RequestId=69393536D21EAA3436AE2138, Bucket=opensource-pipeline, Object=compile_result/55940_7af61913fc789b5aa9542add9e4463652bd0c0e8.tar.gz 16:54:14 ERROR: oss://opensource-pipeline/compile_result/55940_7af61913fc789b5aa9542add9e4463652bd0c0e8.tar.gz File not exits. 16:54:14 Process exited with code 1 ``` I tried updating the branch several times, but the CI still fails with the same 404 error. It looks like the OSS object `compile_result/55940_7af61913fc789b5aa9542add9e4463652bd0c0e8.tar.gz` cannot be found. Any guidance would be appreciated. Thanks! -- 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]
