Performing rclone on an object storage in Scaleway is randomly showing NOTICE messages with content "Failed to read metadata: object not found".
However, the files for which the NOTICE message is shown are in the bucket.
Run the command 'rclone version' and share the full output of the command.
A log from the command that you were trying to run with the -vv flag
This is an example of the log messages, the file in the logs exist in the bucket but I get this NOTICE.
2024/05/20 23:25:30 NOTICE: workspace/AndroidProjects/nfcwriter/app/build/intermediates/classes/release/com/worx/nfcwriter/R.class.bin: Failed to read metadata: object not found
2024/05/20 23:30:28 NOTICE: workspace/AndroidProjects/nfcwriter/app/build/intermediates/incremental/mergeReleaseShaders/merger.xml.bin: Failed to read metadata: object not found
But it looks like I'm getting the same issue. This is just one line, I've got other files as well, different form the previous run.
2024/05/21 20:19:21 NOTICE: workspace/poisontap/js/ajax.googleapis.com__ajax__libs__angular_material__0.11.2__angular-material.min.js.bin: Failed to read metadata: object not found
Running it now, I'll keep you posted on the result (might take a while since the folder is roughly ~100GB and I'm re-uploading everything).
I'm still using v1.56.2.
Ok I've got some update. I started 3 rclone with v1.56.2 on 3 different destination folder and all from the same source folder.
One with STANDARD object storage and no encryption.
One with GLACIER object storage and no encryption.
One with GLACIER object storage and encryption.
For (1) I get a few error messages such as these:
2024/05/22 01:52:48 ERROR : Foto&Video/[PATH]/IMG_0112.JPG: Failed to copy: object not found
2024/05/22 02:59:06 ERROR : School/[PATH]/links.pyc: Failed to copy: object not found
2024/05/22 08:30:25 ERROR : Attempt 1/3 failed with 2 errors and: object not found
2024/05/22 08:37:58 NOTICE: School/[PATH]/SeNGeMa-Tool.graffle: Failed to read metadata: object not found
However, all files are available from the source and all files seems to be available in the destination (rclone is still in progress by the way).
For (2) and (3) we have a similar situation with the only difference being that it has failed on many more files and, surprisingly, both (2) and (3) have failed on the same number of files (~17) but different files, not on the same files. Also in these cases the files appear to be on both the source and the destination and rclone is still in progress.
Another update. The test with STADARD object storage and no encryption has finished, so I run rclone again expecting no output. But I just got another NOTICE message with Failed to read metadata: object not found for a random file.
Ok I finally managed to solve this.
The issue was on the backend of Scaleway, which was returning a 404 that was throwing off rclone. I opened a ticket with them and they fixed the issue, great response .