lidavidm commented on PR #14164:
URL: https://github.com/apache/arrow/pull/14164#issuecomment-1265619231

   Ah, thanks @raulcd for helping. It seems the temp directory is not actually 
cleaned up, and then the Github cache action blows up when it encounters the 
temp directory (which has different permissions due to the tests running under 
Docker)
   
   ```
   
##[debug]/home/runner/work/arrow/arrow/java/adapter/avro/target/avro10505633393856312954
   ##[debug]Skip directory 
'/home/runner/work/arrow/arrow/java/adapter/avro/target/avro10505633393856312954'.
   ##[debug][Error: EACCES: permission denied, scandir 
'/home/runner/work/arrow/arrow/java/adapter/avro/target/avro10505633393856312954']
 {
   ##[debug]  errno: -13,
   ##[debug]  code: 'EACCES',
   ##[debug]  syscall: 'scandir',
   ##[debug]  path: 
'/home/runner/work/arrow/arrow/java/adapter/avro/target/avro10505633393856312954'
   ##[debug]}
   ##[debug]STDOUT/STDERR stream read finished.
   ##[debug]STDOUT/STDERR stream read finished.
   ##[debug]Finished process 4991 with exit code 1, and elapsed time 
00:00:00.1356616.
   ```
   
   I'm guessing we do have to actually delete the contents of the temp dir, 
before deleting the directory itself…


-- 
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]

Reply via email to