Dimitri Papadopoulos Orfanos

Results 835 comments of Dimitri Papadopoulos Orfanos

Will try next week. By the way, the compression method is either `defX` or `stor` for all entries in the ZIP file, nothing exotic here: ```console $ zipinfo -l /path/to/matlab-runtime/MATLAB_Runtime_R2019b_Update_9_glnxa64.zip...

My workstation was updated from Ubuntu 22.04 to Ubuntu 24.04 a few days ago. I wonder whether a filesystem issue could plague it. After "heavy use" (typically running rattler-build to...

Oh, I mean it wouldn't be a rattler-build issue, rather a Linux kernel bug triggered by something specific to rattler-build operation, perhaps manipulating lots of hardlinks.

The scripts are very simple, they just unzip and don't event test. For example: https://github.com/neurospin/neuro-forge/pull/15/files

My issue was probably a Linux kernel issue, or more generally a system issue. Today, ZIP extraction works just fine, either from the local file system: ``` │ ╭─ Fetching...

Unfortunately, I am again having freezing issues with `path:` pointing to an NFS share. Yet, unzipping from that same NFS share works without problem: ``` $ time unzip /path/to/matlab-runtime/MATLAB_Runtime_R2019b_Update_9_glnxa64.zip Archive:...

@wolfv Thank you very much for looking into this issue. I don't know much about Rust, I understand it provides unbuffered I/O by default and that unbuffered I/O can be...

Just upgraded to 0.28., it's still slow. The throughput shown by the progress bar keeps dropping forever: ``` ╭─ Running build for recipe: matlab-runtime-9.7-9-hb0f4dca_0 │ │ ╭─ Fetching source code...

Yes, it's 0.28.2 (I forgot to copy/paste the output of `--version`): ``` $ rattler-build --version rattler-build 0.28.2 $ ```

![Image](https://github.com/user-attachments/assets/265e8be6-b3b4-41b3-a352-986f270ef52e) When I start `rattler-build`, I see: - a surge of CPU use (with one proc at 100 %) without much network traffic, - then (receiving) network traffic kicks in...